@charset "UTF-8";
/* === text === */
body * {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
main, header, footer, nav, aside, section, article {
  display: block;
}
/* === abbr , acronym === */
abbr, acronym {
  color: inherit;
  font-style: normal;
  border-color: #333;
  border-style: dotted;
  border-width: 0 0 1px;
  cursor: help;
}
/* === code === */
code {
  font-family: "monospace";
  /* 等幅を出す */
}
/* === kbd === */
kbd {
  font-family: "monospace";
  margin: 0 0.1em;
  padding: 0 2px;
  border-style: solid;
  border-width: 1px;
  display: inline;
}
/* === explanation === */
span.explanation {
  border-color: #333;
  border-style: dotted;
  border-width: 0 0 1px;
  cursor: help;
}
/* === clear , hidden === */
.nd, .nodisplay {
  display: none;
}
.hd, .hidden {
  visibility: hidden;
}
.hl, .hiddenlink, .hiddenmessage, .forscreenreader, .skip {
  position: absolute;
  left: -9000px;
}
.div, .clear {
  clear: both;
}
.nc, .noclear {
  clear: none !important;
}
hr.div, br.div {
  clear: both;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
/* === clearfix === */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
/* === ul , ol (.nlm) === */
ul.nlm, ol.nlm {
  list-style-image: none !important;
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
ul.nlm li, ol.nlm li {
  padding: 0;
  margin: 0;
}
/* === ul,ol (.cmt) === */
ul.cmt, ol.cmt {
  color: #111;
  background-color: #f8f8f8;
  border: 1px #bbb solid;
  margin: 10px 0;
  padding: 8px 0 5px 40px;
}
/* === dl.cmt === */
dl.cmt {
  color: #111;
  background-color: #fff;
  margin: 0 0 15px;
  padding: 0 15px;
  border-bottom: #bbb 1px solid;
  border-left: #bbb 1px solid;
  border-right: #bbb 1px solid;
  width: auto;
}
dl.cmt dt {
  line-height: 100%;
  position: relative;
  color: #111;
  background-color: #f8f8f8;
  margin: 0 -15px;
  padding: 10px 10px;
  border-top: #bbb 1px solid;
  border-bottom: #bbb 1px dotted;
}
* > dl.cmt dt {
  margin: 0 -15px -5px;
}
dl.cmt dd {
  position: relative;
  margin: 0 -15px 0;
  padding: 10px 10px 5px;
}
dl.cmt dd * {
  margin-top: 0;
  margin-bottom: 0;
}
/* === p , div , pre , ul , ol (.cmt) === */
pre.cmt, pre.cmt2, div.cmt, p.cmt {
  color: #111;
  background-color: #f8f8f8;
  margin: 0 0 15px;
  padding: 7px 15px;
  border: 1px #bbb solid;
  width: auto;
}
div.cmt {
  padding: 8px 15px;
}
div.cmt * {
  margin-top: 0;
  margin-bottom: 0;
}
div.cmt ul, div.cmt ol {
  padding: 0;
  margin-left: 25px;
  margin-right: 0;
}
div.cmt ul.il, div.cmt ol.il {
  margin-left: 0;
}
pre.cmt {
  overflow: auto;
}
pre.cmt2 {
  white-space: pre-line;
}
/* === cite === */
cite.jp, cite.ja {
  font-style: normal;
}
cite.en, span.en {
  font-style: italic;
}
cite[lang$="ja"] {
  font-style: normal;
}
cite[lang$="en"], cite.foreign {
  font-style: italic;
}
/* === pre.pre === */
pre.pre {
  border: 1px #bbb solid;
  padding: 5px;
  background-color: #fefefe;
  width: 95%;
}
/* === blockquote === */
blockquote.blockquote {
  border: 1px #bbb dashed;
  padding: 0 10px;
  margin: 10px 0;
  background-color: #fefefe;
  width: 95%;
}
/* === forms - bttns === */
/*
 * TODO layout の先頭に
 */
.frm input[type="text"], .frm input[type="password"], .frm input[type="number"], .frm input[type="tel"], .frm input[type="email"], .frm input[type="url"], .frm input[type="date"], .frm input[type="time"], .frm input[type="week"], .frm input[type="month"], .frm input[type="datetime-local"], .frm input[type="search"], .frm textarea {
  padding: 5px;
  font-size: 110%;
  vertical-align: middle;
}
.frm select {
  border: 1px #999 solid;
  font-size: 100%;
}
input.bttn, a.bttn {
  box-sizing: border-box;
  font-family: sans-serif;
  padding: 5px 15px;
  margin: 0 5px 0 0;
  background-color: #eee;
  border: 1px solid #999;
  color: #222;
  line-height: 1.5em;
  font-size: 110%;
  border-radius: 4px;
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
input.bttn:hover, input.bttn:focus, a.bttn:hover, a.bttn:focus {
  border: 1px solid #111;
}
input.bttn:active, a.bttn:active {
  border-width: 2px;
  padding: 4px 14px;
}
/* === forms - mainbttn === */
input.bttn.main, input.bttn.primary, a.bttn.main, a.bttn.primary {
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: #007acb;
  color: #fff;
}
input.bttn.main:hover, input.bttn.primary:hover, input.bttn.main:focus, input.bttn.primary:focus, a.bttn.main:hover, a.bttn.primary:hover, a.bttn.main:focus a.bttn.primary:focus {
  border: 1px solid #007acb;
  background-color: #fff;
  color: #007acb;
}
input.bttn.main:active, a.bttn.main:active {
  border: 2px solid #007acb;
}
.textarea, .wide {
  width: 95%;
  height: 12em;
}
.textarea.src {
  line-height: 1.6;
  font-family: monospace;
  background-color: #fafafa;
  white-space: pre;
}
form em.exp, form em.explanation {
  font-size: 90%;
  display: block;
}
/* === form - label of checkboxes and radio === */
.label_fb label, label.label_fb {
  display: inline-block;
  white-space: nowrap;
  padding: 3px 3px 3px 2px;
  margin-right: 5px;
}
.label_fb label:hover, label.label_fb:hover {
  background-color: #e8e8e8;
}
.disabled label, label.disabled {
  opacity: 0.5;
}
.disabled label:hover, label.disabled:hover {
  background-color: transparent !important;
}
/* === .tbl === */
.tbl {
  margin: 5px 0 10px !important;
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border-top: 1px #bbb solid;
  border-left: 1px #bbb solid;
}
.tbl th, .tbl td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px #bbb solid;
  border-right: 1px #bbb solid;
}
.tbl th {
  text-align: left;
  background-color: #f8f8f8;
  white-space: nowrap;
  font-weight: bold;
  color: #111;
}
.tbl thead th {
  background-color: #eee;
  color: #111;
}
.tbl th > *:first-child, .tbl td > *:first-child {
  margin-top: 0;
}
.tbl th > *:last-child, .tbl td > *:last-child {
  margin-bottom: 0;
}
.tbl ul, .tbl ol {
  padding: 0;
  margin-left: 25px;
  margin-right: 0;
}
/* === tabl.tbl1 === */
.tbl1 {
  border-spacing: 0px;
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px #bbb solid;
  border-left: none;
}
.tbl1 th, .tbl1 td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px #bbb solid;
  border-right: none;
}
.tbl1 thead th {
  color: #111;
  background-color: #ded9d1;
}
.tbl1 th {
  color: #111;
  background-color: #eee;
}
.tbl1 td {
  color: #111;
  background-color: #fff;
}
/* === .tbl2 === */
.tbl2 {
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  background-color: #fff;
}
.tbl2 th, .tbl2 td {
  text-align: left;
  padding: 8px 10px;
}
.tbl2 thead th {
  color: #111;
  background: #e8e8e0;
  font-weight: bold;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
.tbl2 tr:nth-child(even), .tbl2.even tr:nth-child(even) {
  background: #f4f4ea;
}
.tbl2 tr:nth-child(odd), .tbl2.even tr:nth-child(odd) {
  background: #fff;
}
.tbl2.odd tr:nth-child(odd) {
  background: #fff;
}
.tbl2.odd tr:nth-child(even) {
  background: #f4f4ea;
}
.tbl2 th {
  font-weight: normal;
  color: #111;
}
.tbl2 td {
  color: #111;
}
/* === table.list === */
table.list th, table.list td {
  padding: 5px 3px 0 0;
}
table.list th {
  white-space: nowrap;
  vertical-align: top;
  font-weight: normal !important;
}
/* === a.lb img === */
.lb img {
  border: 1px #eee solid;
}
.lb:hover img {
  border: 1px #58b dashed;
}
/* === align right (.cite , .sig , .cf) === */
.cite, .sig, .cf {
  text-align: right;
  list-style: none;
  clear: both;
}
/* === span.subtitle === */
span.subtitle {
  font-size: 90%;
  font-weight: normal;
}
/* === span.date === */
span.date {
  font-size: 85%;
  color: #555;
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
body {
  font-size: 20px;
  color: #000;
  line-height: normal;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}
.no-scroll {
  overflow: hidden;
}
/**
 * ------------------------------------------------------------
 * header
 * ------------------------------------------------------------
 */
body > header {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body > header .logo-area {
  align-self: stretch;
}
body > header .logo-area > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 116px;
  height: 100%;
  padding-left: 10px;
}
body > header .logo-area > div .logo {
  display: block;
  width: 101px;
}
body > header .menu-area {
  flex: 1;
  height: 100%;
  padding-right: 10px;
  background-image: url(../images/header-bg-sp.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
body > header .menu-area nav {
  display: none;
}
body > header .hamburger-icon {
  position: fixed;
  top: 30px;
  right: 20px;
  transform: translateY(-50%);
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
body > header .hamburger-icon .bar {
  position: relative;
  width: 18.67px;
  height: 1px;
  background-color: #3C3C3C;
  border-radius: 2px;
}
body > header .hamburger-icon .bar:before, body > header .hamburger-icon .bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 18.67px;
  height: 1px;
  background-color: #3C3C3C;
  border-radius: 2px;
}
body > header .hamburger-icon .bar:before {
  top: -5px;
}
body > header .hamburger-icon .bar:after {
  top: 5px;
}
body > header .hamburger-icon.is-open .bar {
  background-color: transparent;
}
body > header .hamburger-icon.is-open .bar::before {
  transform: rotate(45deg);
  top: 0;
}
body > header .hamburger-icon.is-open .bar::after {
  transform: rotate(-45deg);
  top: 0;
}
body > header .humberger-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: linear-gradient(to right, #49ADE4 0%, #008EDC 100%);
}
body > header .humberger-content .logo {
  width: 206px;
  height: 93px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
body > header .humberger-content .logo img {
  display: block;
  width: 156px;
  padding: 12px 0 12px 14px;
}
body > header .humberger-content nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
}
body > header .humberger-content nav ul li {
  text-align: center;
  border-bottom: 1px solid #fff;
}
body > header .humberger-content nav ul li:last-child {
  border-bottom: none;
}
body > header .humberger-content nav ul li a {
  display: inline-block;
  padding: 18px 0 14px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
body > header .humberger-content nav ul li a span {
  display: block;
  margin-top: 3px;
}
body > header .humberger-content nav ul li:first-child a {
  padding-top: 0;
}
body > header .humberger-content nav ul .contact a {
  display: inline-block;
  width: 259px;
  margin-top: 25px;
  margin-bottom: 100px;
  padding: 13px 0;
  background-color: #fff;
  color: #008EDC;
  border-radius: 24px;
}
body > header .humberger-content nav ul .contact a span {
  display: inline;
  padding-left: 7px;
}
/**
    * ------------------------------------------------------------
    * footer
    * ------------------------------------------------------------
*/
body > footer {
  padding: 30px 0 27px 40px;
  background-color: #fff;
  border-top: 1px solid #CFE1EB;
}
body > footer > img {
  width: 162px;
}
body > footer nav {
  margin-top: 30px;
  margin-bottom: 30px;
}
body > footer nav ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 13px;
}
body > footer nav ul li:last-child {
  margin-bottom: 0;
}
body > footer nav ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #3C3C3C;
}
body > footer nav ul li a {
  display: inline-block;
  font-size: 13px;
}
body > footer nav ul li a span {
  display: block;
  font-size: 11px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}
body > footer > small {
  font-size: 8px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
}
body.home main section.top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.home main section.top .text-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 40px 20px;
  background-color: #fff;
}
body.home main section.top .text-area img:nth-child(1) {
  width: 23%;
}
body.home main section.top .text-area img:nth-child(3) {
  width: 70%;
}
body.home main section.top .image-area {
  width: 100%;
  margin-bottom: 50px;
}
body.home main section.top .image-area .splide__list {
  width: 100%;
  height: clamp(121px, 40vw, 200px);
}
body.home main section.top .image-area .splide__list .splide__slide {
  height: 100%;
}
body.home main section.top .image-area .splide__list .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home main section.top .image-area .splide__list .splide__slide:nth-child(1) img {
  object-position: bottom;
}
body.home main section.top .image-area .splide__list .splide__slide:nth-child(2) img {
  object-position: center;
}
body.home main section.about {
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1166px) {
  body.home main section.about {
    padding-left: calc(50vw - 558px);
    padding-right: calc(50vw - 558px);
  }
}
body.home main section.about .headline {
  position: relative;
}
body.home main section.about .headline > div {
  width: 100%;
  padding: 26px 32px 17px 20px;
  background: linear-gradient(to bottom, #FFD04B 15%, #FFB540 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
body.home main section.about .headline > div h2 {
  font-size: 18px;
  font-weight: 600;
}
body.home main section.about .headline > div h2 span {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-top: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.home main section.about .headline > div {
    width: 88%;
    padding: 42px 50px 42px;
  }
  body.home main section.about .headline > div h2 {
    font-size: 26px;
  }
  body.home main section.about .headline > div h2 span {
    display: inline;
    margin-top: 0;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 20px;
    font-size: 26px;
    border-top: none;
    border-left: 1px solid #3C3C3C;
  }
}
body.home main section.about .headline:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 10px 0;
  border-color: transparent #F8B300 transparent transparent;
}
@media screen and (min-width: 800px) {
  body.home main section.about .headline:before {
    display: none;
  }
}
body.home main section.about ol {
  width: calc(100% - 17px);
  margin-top: -57px;
  margin-left: auto;
  padding-top: 57px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
body.home main section.about ol li {
  position: relative;
  margin-bottom: 0;
}
body.home main section.about ol li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #3C3C3C;
}
body.home main section.about ol li h3 {
  position: relative;
  padding: 25px 20px;
  cursor: pointer;
}
body.home main section.about ol li h3:hover {
  background-color: #EFEFEF;
  opacity: 1;
}
body.home main section.about ol li h3 .text span {
  display: block;
  padding-bottom: 4px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #008EDC;
}
body.home main section.about ol li h3 .text p.ja {
  width: 88%;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
}
body.home main section.about ol li h3 .text p.en {
  width: 88%;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}
body.home main section.about ol li h3 .accordion-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body.home main section.about ol li h3 .accordion-icon .bar {
  position: relative;
  width: 11px;
  height: 1px;
  background-color: #3C3C3C;
}
body.home main section.about ol li h3 .accordion-icon .bar:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 11px;
  background-color: #3C3C3C;
}
body.home main section.about ol li h3 .accordion-icon .bar.minus::before {
  display: none;
}
body.home main section.about ol li > article {
  display: none;
  flex-direction: column;
  padding: 5px 20px 0;
}
body.home main section.about ol li > article .ja {
  margin-bottom: 45px;
}
body.home main section.about ol li > article .ja h4 {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
body.home main section.about ol li > article .ja p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
body.home main section.about ol li > article .en {
  padding-bottom: 30px;
}
body.home main section.about ol li > article .en h4 {
  padding-bottom: 15px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}
body.home main section.about ol li > article .en p {
  font-size: 14px;
  line-height: 1.8;
}
body.home main section.news {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1166px) {
  body.home main section.news {
    padding-left: calc(50vw - 558px);
    padding-right: calc(50vw - 558px);
  }
}
body.home main section.news .headline {
  position: relative;
}
body.home main section.news .headline > div {
  width: 100%;
  padding: 26px 32px 17px 20px;
  background: linear-gradient(to bottom, #FFD04B 15%, #FFB540 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
body.home main section.news .headline > div h2 {
  font-size: 18px;
  font-weight: 600;
}
body.home main section.news .headline > div h2 span {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-top: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.home main section.news .headline > div {
    width: 88%;
    padding: 42px 50px 42px;
  }
  body.home main section.news .headline > div h2 {
    font-size: 26px;
  }
  body.home main section.news .headline > div h2 span {
    display: inline;
    margin-top: 0;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 20px;
    font-size: 26px;
    border-top: none;
    border-left: 1px solid #3C3C3C;
  }
}
@media screen and (min-width: 800px) {
  body.home main section.news .headline > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
body.home main section.news .headline > div > a {
  display: inline-block;
  width: 147px;
  margin-top: 18px;
  padding: 8px 0;
  font-size: 15.35px;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  border-radius: 17.1px;
  box-shadow: 0px 3.41px 3.41px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.home main section.news .headline > div > a {
    margin-top: 0;
    margin-right: 45px;
  }
}
body.home main section.news .headline:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 10px 0;
  border-color: transparent #F8B300 transparent transparent;
}
@media screen and (min-width: 800px) {
  body.home main section.news .headline:before {
    display: none;
  }
}
body.home main section.news ul {
  width: calc(100% - 17px);
  margin-top: -82px;
  margin-left: auto;
  padding-top: 82px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.home main section.news ul {
    width: 100%;
    margin-top: -118.2px;
    margin-left: auto;
    padding-top: 118.2px;
    padding-bottom: 30px;
  }
}
body.home main section.news ul li {
  position: relative;
}
body.home main section.news ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.home main section.news ul li:after {
    width: calc(100% - 96px);
  }
}
body.home main section.news ul li a {
  position: relative;
  display: block;
  padding: 25px 20px;
}
@media screen and (min-width: 800px) {
  body.home main section.news ul li a {
    padding: 25px 48px;
  }
}
body.home main section.news ul li a:hover {
  background-color: #EFEFEF;
  color: #3C3C3C;
  opacity: 1;
}
body.home main section.news ul li a > span {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  body.home main section.news ul li a > span {
    padding-bottom: 10px;
    font-size: 16px;
  }
}
body.home main section.news ul li a .title-jp {
  width: 85%;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 800px) {
  body.home main section.news ul li a .title-jp {
    width: 85%;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
body.home main section.news ul li a .title-en {
  width: 85%;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 800px) {
  body.home main section.news ul li a .title-en {
    width: 85%;
    font-size: 18px;
  }
}
body.home main section.news ul li .link-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.home main section.news ul li .link-arrow {
    width: 38px;
    height: 38px;
    right: 48px;
  }
}
body.home main section.news ul li .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.home main section.news ul li .link-arrow .bar {
    display: block;
    width: 10px;
    height: 10px;
  }
}
body.home main section.report {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1166px) {
  body.home main section.report {
    padding-left: calc(50vw - 558px);
    padding-right: calc(50vw - 558px);
  }
}
body.home main section.report .headline {
  position: relative;
}
body.home main section.report .headline > div {
  width: 100%;
  padding: 26px 32px 17px 20px;
  background: linear-gradient(to bottom, #FFD04B 15%, #FFB540 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
body.home main section.report .headline > div h2 {
  font-size: 18px;
  font-weight: 600;
}
body.home main section.report .headline > div h2 span {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-top: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.home main section.report .headline > div {
    width: 88%;
    padding: 42px 50px 42px;
  }
  body.home main section.report .headline > div h2 {
    font-size: 26px;
  }
  body.home main section.report .headline > div h2 span {
    display: inline;
    margin-top: 0;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 20px;
    font-size: 26px;
    border-top: none;
    border-left: 1px solid #3C3C3C;
  }
}
@media screen and (min-width: 800px) {
  body.home main section.report .headline > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
body.home main section.report .headline > div > a {
  display: inline-block;
  width: 147px;
  margin-top: 18px;
  padding: 8px 0;
  font-size: 15.35px;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  border-radius: 17.1px;
  box-shadow: 0px 3.41px 3.41px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.home main section.report .headline > div > a {
    margin-top: 0;
    margin-right: 45px;
  }
}
body.home main section.report .headline:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 10px 0;
  border-color: transparent #F8B300 transparent transparent;
}
@media screen and (min-width: 800px) {
  body.home main section.report .headline:before {
    display: none;
  }
}
body.home main section.report ul {
  width: calc(100% - 17px);
  margin-top: -82px;
  margin-left: auto;
  padding-top: 82px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.home main section.report ul {
    width: 100%;
    margin-top: -118.2px;
    margin-left: auto;
    padding-top: 118.2px;
    padding-bottom: 30px;
  }
}
body.home main section.report ul li {
  position: relative;
}
body.home main section.report ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.home main section.report ul li:after {
    width: calc(100% - 96px);
  }
}
body.home main section.report ul li a {
  position: relative;
  display: block;
  padding: 25px 20px;
}
@media screen and (min-width: 800px) {
  body.home main section.report ul li a {
    padding: 25px 48px;
  }
}
body.home main section.report ul li a:hover {
  background-color: #EFEFEF;
  color: #3C3C3C;
  opacity: 1;
}
body.home main section.report ul li a > span {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  body.home main section.report ul li a > span {
    padding-bottom: 10px;
    font-size: 16px;
  }
}
body.home main section.report ul li a .title-jp {
  width: 85%;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 800px) {
  body.home main section.report ul li a .title-jp {
    width: 85%;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
body.home main section.report ul li a .title-en {
  width: 85%;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 800px) {
  body.home main section.report ul li a .title-en {
    width: 85%;
    font-size: 18px;
  }
}
body.home main section.report ul li .link-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.home main section.report ul li .link-arrow {
    width: 38px;
    height: 38px;
    right: 48px;
  }
}
body.home main section.report ul li .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.home main section.report ul li .link-arrow .bar {
    display: block;
    width: 10px;
    height: 10px;
  }
}
body.home main section.newsletter {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1166px) {
  body.home main section.newsletter {
    padding-left: calc(50vw - 558px);
    padding-right: calc(50vw - 558px);
  }
}
body.home main section.newsletter .headline {
  position: relative;
}
body.home main section.newsletter .headline > div {
  width: 100%;
  padding: 26px 32px 17px 20px;
  background: linear-gradient(to bottom, #FFD04B 15%, #FFB540 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
body.home main section.newsletter .headline > div h2 {
  font-size: 18px;
  font-weight: 600;
}
body.home main section.newsletter .headline > div h2 span {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-top: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.home main section.newsletter .headline > div {
    width: 88%;
    padding: 42px 50px 42px;
  }
  body.home main section.newsletter .headline > div h2 {
    font-size: 26px;
  }
  body.home main section.newsletter .headline > div h2 span {
    display: inline;
    margin-top: 0;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 20px;
    font-size: 26px;
    border-top: none;
    border-left: 1px solid #3C3C3C;
  }
}
body.home main section.newsletter .headline > div > a {
  display: inline-block;
  width: 147px;
  margin-top: 18px;
  padding: 8px 0;
  font-size: 15.35px;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  border-radius: 17.1px;
  box-shadow: 0px 3.41px 3.41px rgba(0, 0, 0, 0.25);
}
body.home main section.newsletter .headline:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 10px 0;
  border-color: transparent #F8B300 transparent transparent;
}
@media screen and (min-width: 800px) {
  body.home main section.newsletter .headline:before {
    display: none;
  }
}
body.home main section.newsletter > article {
  width: calc(100% - 17px);
  margin-top: -82px;
  margin-left: auto;
  padding-top: 82px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
body.home main section.newsletter > article ul {
  width: 100%;
}
body.home main section.newsletter > article ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  padding: 35px 20px 26px;
}
body.home main section.newsletter > article ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #3C3C3C;
}
body.home main section.newsletter > article ul li a:hover {
  background-color: #EFEFEF;
  color: #3C3C3C;
  opacity: 1;
}
body.home main section.newsletter > article ul li a > img {
  display: block;
  width: 97px;
  height: 103px;
  object-fit: cover;
}
body.home main section.newsletter > article ul li a > div {
  flex: 1;
}
body.home main section.newsletter > article ul li a > div > span {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
body.home main section.newsletter > article ul li a > div .title-jp, body.home main section.newsletter > article ul li a > div .title-en {
  width: 78%;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(1.5em * 2);
  line-height: 1.5;
  word-break: break-all;
}
body.home main section.newsletter > article ul li a > div .title-jp {
  padding-bottom: 5px;
  font-size: 16px;
}
body.home main section.newsletter > article ul li a > div .title-en {
  font-size: 14px;
}
body.home main section.newsletter > article ul li .link-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.home main section.newsletter > article ul li .link-arrow {
    width: 38px;
    height: 38px;
    right: 48px;
  }
}
body.home main section.newsletter > article ul li .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.home main section.newsletter > article ul li .link-arrow .bar {
    display: block;
    width: 10px;
    height: 10px;
  }
}
body.post-type-archive-news main section.top > div {
  background-color: #fff;
}
body.post-type-archive-news main section.top > div h1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 35px 53px 35px 27px;
  font-size: 25px;
  line-height: 1.3;
  background: linear-gradient(to bottom, #FFD04B 15%, #FFB540 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}
body.post-type-archive-news main section.top > div h1 span {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-top: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.top > div h1 {
    align-items: center;
    flex-direction: row;
    gap: 0;
    width: 90%;
    font-size: 34px;
    padding: 68px 100px;
  }
  body.post-type-archive-news main section.top > div h1 span {
    flex: 1;
    display: inline;
    margin-top: 0;
    margin-left: 30px;
    padding-top: 0;
    padding-left: 30px;
    font-size: 34px;
    border-top: none;
    border-left: 1px solid #3C3C3C;
  }
}
@media screen and (min-width: 800px) and (min-width: 1366px) {
  body.post-type-archive-news main section.top > div h1 {
    padding-left: calc(50vw - 625px);
  }
}
body.post-type-archive-news main section.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1166px) {
  body.post-type-archive-news main section.content {
    padding-left: calc(50vw - 558px);
    padding-right: calc(50vw - 558px);
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content {
    padding-bottom: 0;
  }
}
body.post-type-archive-news main section.content ul {
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content ul {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
body.post-type-archive-news main section.content ul li {
  position: relative;
  margin: 0;
}
body.post-type-archive-news main section.content ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content ul li:after {
    width: calc(100% - 100px);
  }
}
body.post-type-archive-news main section.content ul li a {
  display: block;
  width: 100%;
  padding: 25px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content ul li a {
    padding: 30px 50px;
  }
}
body.post-type-archive-news main section.content ul li a:hover {
  background-color: #EFEFEF;
  color: #3C3C3C;
  opacity: 1;
}
body.post-type-archive-news main section.content ul li a > span {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content ul li a > span {
    padding-bottom: 7px;
    font-size: 20px;
  }
}
body.post-type-archive-news main section.content ul li a .title-jp {
  position: relative;
  width: 100%;
  font-weight: 400;
}
body.post-type-archive-news main section.content ul li a .title-jp p {
  width: 85%;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content ul li a .title-jp p {
    font-size: 24px;
  }
}
body.post-type-archive-news main section.content ul li a .title-jp .link-arrow {
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content ul li a .title-jp .link-arrow {
    width: 38px;
    height: 38px;
  }
}
body.post-type-archive-news main section.content ul li a .title-jp .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content ul li a .title-jp .link-arrow .bar {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content ul li a .title-jp {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
body.post-type-archive-news main section.content ul li a .title-en {
  width: 85%;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content ul li a .title-en {
    font-size: 20px;
  }
}
body.post-type-archive-news main section.content ul li:first-child a {
  padding-top: 10px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content ul li:first-child a {
    padding-top: 30px;
  }
}
body.post-type-archive-news main section.content ul li .link-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content ul li .link-arrow {
    width: 38px;
    height: 38px;
    right: 48px;
  }
}
body.post-type-archive-news main section.content ul li .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main section.content ul li .link-arrow .bar {
    display: block;
    width: 10px;
    height: 10px;
  }
}
body.post-type-archive-news main .pagination {
  margin: 40px auto;
  text-align: center;
}
body.post-type-archive-news main .pagination .page-numbers {
  display: inline-block;
  padding: 0 12px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #3C3C3C;
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main .pagination .page-numbers {
    padding: 0 25px;
    font-size: 18px;
  }
}
body.post-type-archive-news main .pagination .page-numbers.current {
  padding: 7px 10px;
  background-color: #A6A6A6;
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main .pagination .page-numbers.current {
    padding: 15px;
  }
}
body.post-type-archive-news main .pagination .page-numbers.dots {
  pointer-events: none;
}
body.post-type-archive-news main .pagination .page-numbers.prev, body.post-type-archive-news main .pagination .page-numbers.next {
  font-weight: bold;
}
body.post-type-archive-news main .back-btn {
  padding: 20px 0 50px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main .back-btn {
    padding: 40px 0;
  }
}
body.post-type-archive-news main .back-btn a {
  display: block;
  width: 146.63px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #008EDC;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
body.post-type-archive-news main .back-btn a:hover {
  background-color: #26556C;
  opacity: 1;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-news main .back-btn a {
    width: 172px;
    padding: 11px 0;
  }
}
body.post-type-archive-reports main section.top > div {
  background-color: #fff;
}
body.post-type-archive-reports main section.top > div h1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 35px 53px 35px 27px;
  font-size: 25px;
  line-height: 1.3;
  background: linear-gradient(to bottom, #FFD04B 15%, #FFB540 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}
body.post-type-archive-reports main section.top > div h1 span {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-top: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.top > div h1 {
    align-items: center;
    flex-direction: row;
    gap: 0;
    width: 90%;
    font-size: 34px;
    padding: 68px 100px;
  }
  body.post-type-archive-reports main section.top > div h1 span {
    flex: 1;
    display: inline;
    margin-top: 0;
    margin-left: 30px;
    padding-top: 0;
    padding-left: 30px;
    font-size: 34px;
    border-top: none;
    border-left: 1px solid #3C3C3C;
  }
}
@media screen and (min-width: 800px) and (min-width: 1366px) {
  body.post-type-archive-reports main section.top > div h1 {
    padding-left: calc(50vw - 625px);
  }
}
body.post-type-archive-reports main section.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1166px) {
  body.post-type-archive-reports main section.content {
    padding-left: calc(50vw - 558px);
    padding-right: calc(50vw - 558px);
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content {
    padding-bottom: 0;
  }
}
body.post-type-archive-reports main section.content ul {
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content ul {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
body.post-type-archive-reports main section.content ul li {
  position: relative;
  margin: 0;
}
body.post-type-archive-reports main section.content ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content ul li:after {
    width: calc(100% - 100px);
  }
}
body.post-type-archive-reports main section.content ul li a {
  display: block;
  width: 100%;
  padding: 25px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content ul li a {
    padding: 30px 50px;
  }
}
body.post-type-archive-reports main section.content ul li a:hover {
  background-color: #EFEFEF;
  color: #3C3C3C;
  opacity: 1;
}
body.post-type-archive-reports main section.content ul li a > span {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content ul li a > span {
    padding-bottom: 7px;
    font-size: 20px;
  }
}
body.post-type-archive-reports main section.content ul li a .title-jp {
  position: relative;
  width: 100%;
  font-weight: 400;
}
body.post-type-archive-reports main section.content ul li a .title-jp p {
  width: 85%;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content ul li a .title-jp p {
    font-size: 24px;
  }
}
body.post-type-archive-reports main section.content ul li a .title-jp .link-arrow {
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content ul li a .title-jp .link-arrow {
    width: 38px;
    height: 38px;
  }
}
body.post-type-archive-reports main section.content ul li a .title-jp .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content ul li a .title-jp .link-arrow .bar {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content ul li a .title-jp {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
body.post-type-archive-reports main section.content ul li a .title-en {
  width: 85%;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content ul li a .title-en {
    font-size: 20px;
  }
}
body.post-type-archive-reports main section.content ul li:first-child a {
  padding-top: 10px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content ul li:first-child a {
    padding-top: 30px;
  }
}
body.post-type-archive-reports main section.content ul li .link-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content ul li .link-arrow {
    width: 38px;
    height: 38px;
    right: 48px;
  }
}
body.post-type-archive-reports main section.content ul li .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main section.content ul li .link-arrow .bar {
    display: block;
    width: 10px;
    height: 10px;
  }
}
body.post-type-archive-reports main .pagination {
  margin: 40px auto;
  text-align: center;
}
body.post-type-archive-reports main .pagination .page-numbers {
  display: inline-block;
  padding: 0 12px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #3C3C3C;
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main .pagination .page-numbers {
    padding: 0 25px;
    font-size: 18px;
  }
}
body.post-type-archive-reports main .pagination .page-numbers.current {
  padding: 7px 10px;
  background-color: #A6A6A6;
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main .pagination .page-numbers.current {
    padding: 15px;
  }
}
body.post-type-archive-reports main .pagination .page-numbers.dots {
  pointer-events: none;
}
body.post-type-archive-reports main .pagination .page-numbers.prev, body.post-type-archive-reports main .pagination .page-numbers.next {
  font-weight: bold;
}
body.post-type-archive-reports main .back-btn {
  padding: 20px 0 50px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main .back-btn {
    padding: 40px 0;
  }
}
body.post-type-archive-reports main .back-btn a {
  display: block;
  width: 146.63px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #008EDC;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
body.post-type-archive-reports main .back-btn a:hover {
  background-color: #26556C;
  opacity: 1;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-reports main .back-btn a {
    width: 172px;
    padding: 11px 0;
  }
}
body.post-type-archive-newsletter main section.top > div {
  background-color: #fff;
}
body.post-type-archive-newsletter main section.top > div h1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 35px 53px 35px 27px;
  font-size: 25px;
  line-height: 1.3;
  background: linear-gradient(to bottom, #FFD04B 15%, #FFB540 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}
body.post-type-archive-newsletter main section.top > div h1 span {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-top: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.top > div h1 {
    align-items: center;
    flex-direction: row;
    gap: 0;
    width: 90%;
    font-size: 34px;
    padding: 68px 100px;
  }
  body.post-type-archive-newsletter main section.top > div h1 span {
    flex: 1;
    display: inline;
    margin-top: 0;
    margin-left: 30px;
    padding-top: 0;
    padding-left: 30px;
    font-size: 34px;
    border-top: none;
    border-left: 1px solid #3C3C3C;
  }
}
@media screen and (min-width: 800px) and (min-width: 1366px) {
  body.post-type-archive-newsletter main section.top > div h1 {
    padding-left: calc(50vw - 625px);
  }
}
body.post-type-archive-newsletter main section.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1166px) {
  body.post-type-archive-newsletter main section.content {
    padding-left: calc(50vw - 558px);
    padding-right: calc(50vw - 558px);
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content {
    padding-bottom: 0;
  }
}
body.post-type-archive-newsletter main section.content ul {
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
body.post-type-archive-newsletter main section.content ul li {
  position: relative;
  margin: 0;
}
body.post-type-archive-newsletter main section.content ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul li:after {
    width: calc(100% - 100px);
  }
}
body.post-type-archive-newsletter main section.content ul li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  padding: 25px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul li a {
    align-items: center;
    gap: 60px;
    padding: 30px 50px;
  }
}
body.post-type-archive-newsletter main section.content ul li a:hover {
  background-color: #EFEFEF;
  color: #3C3C3C;
  opacity: 1;
}
body.post-type-archive-newsletter main section.content ul li a > img {
  display: block;
  width: 97px;
  height: 103px;
  object-fit: cover;
  aspect-ratio: 1;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul li a > img {
    width: 198px;
    height: 210px;
  }
}
body.post-type-archive-newsletter main section.content ul li a > div > span {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul li a > div > span {
    padding-bottom: 7px;
    font-size: 20px;
  }
}
body.post-type-archive-newsletter main section.content ul li a > div .title-jp {
  position: relative;
  width: 100%;
  font-weight: 400;
}
body.post-type-archive-newsletter main section.content ul li a > div .title-jp p {
  width: 85%;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul li a > div .title-jp p {
    font-size: 24px;
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul li a > div .title-jp {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
body.post-type-archive-newsletter main section.content ul li a > div .title-en {
  width: 85%;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul li a > div .title-en {
    font-size: 20px;
  }
}
body.post-type-archive-newsletter main section.content ul li a .link-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul li a .link-arrow {
    width: 38px;
    height: 38px;
    right: 50px;
  }
}
body.post-type-archive-newsletter main section.content ul li a .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul li a .link-arrow .bar {
    width: 10px;
    height: 10px;
  }
}
body.post-type-archive-newsletter main section.content ul li:first-child a {
  padding-top: 10px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul li:first-child a {
    padding-top: 30px;
  }
}
body.post-type-archive-newsletter main section.content ul li .link-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul li .link-arrow {
    width: 38px;
    height: 38px;
    right: 48px;
  }
}
body.post-type-archive-newsletter main section.content ul li .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main section.content ul li .link-arrow .bar {
    display: block;
    width: 10px;
    height: 10px;
  }
}
body.post-type-archive-newsletter main .pagination {
  margin: 40px auto;
  text-align: center;
}
body.post-type-archive-newsletter main .pagination .page-numbers {
  display: inline-block;
  padding: 0 12px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #3C3C3C;
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main .pagination .page-numbers {
    padding: 0 25px;
    font-size: 18px;
  }
}
body.post-type-archive-newsletter main .pagination .page-numbers.current {
  padding: 7px 10px;
  background-color: #A6A6A6;
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main .pagination .page-numbers.current {
    padding: 15px;
  }
}
body.post-type-archive-newsletter main .pagination .page-numbers.dots {
  pointer-events: none;
}
body.post-type-archive-newsletter main .pagination .page-numbers.prev, body.post-type-archive-newsletter main .pagination .page-numbers.next {
  font-weight: bold;
}
body.post-type-archive-newsletter main .back-btn {
  padding: 20px 0 50px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main .back-btn {
    padding: 40px 0;
  }
}
body.post-type-archive-newsletter main .back-btn a {
  display: block;
  width: 146.63px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #008EDC;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
body.post-type-archive-newsletter main .back-btn a:hover {
  background-color: #26556C;
  opacity: 1;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-newsletter main .back-btn a {
    width: 172px;
    padding: 11px 0;
  }
}
body.post-type-archive-symposia main section.top > div {
  background-color: #fff;
}
body.post-type-archive-symposia main section.top > div h1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 35px 53px 35px 27px;
  font-size: 25px;
  line-height: 1.3;
  background: linear-gradient(to bottom, #FFD04B 15%, #FFB540 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}
body.post-type-archive-symposia main section.top > div h1 span {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-top: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.top > div h1 {
    align-items: center;
    flex-direction: row;
    gap: 0;
    width: 90%;
    font-size: 34px;
    padding: 68px 100px;
  }
  body.post-type-archive-symposia main section.top > div h1 span {
    flex: 1;
    display: inline;
    margin-top: 0;
    margin-left: 30px;
    padding-top: 0;
    padding-left: 30px;
    font-size: 34px;
    border-top: none;
    border-left: 1px solid #3C3C3C;
  }
}
@media screen and (min-width: 800px) and (min-width: 1366px) {
  body.post-type-archive-symposia main section.top > div h1 {
    padding-left: calc(50vw - 625px);
  }
}
body.post-type-archive-symposia main section.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1166px) {
  body.post-type-archive-symposia main section.content {
    padding-left: calc(50vw - 558px);
    padding-right: calc(50vw - 558px);
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content {
    padding-bottom: 0;
  }
}
body.post-type-archive-symposia main section.content ul {
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
body.post-type-archive-symposia main section.content ul li {
  position: relative;
  margin: 0;
}
body.post-type-archive-symposia main section.content ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul li:after {
    width: calc(100% - 100px);
  }
}
body.post-type-archive-symposia main section.content ul li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  padding: 25px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul li a {
    align-items: center;
    gap: 60px;
    padding: 30px 50px;
  }
}
body.post-type-archive-symposia main section.content ul li a:hover {
  background-color: #EFEFEF;
  color: #3C3C3C;
  opacity: 1;
}
body.post-type-archive-symposia main section.content ul li a > img {
  display: block;
  width: 97px;
  height: 103px;
  object-fit: cover;
  aspect-ratio: 1;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul li a > img {
    width: 198px;
    height: 210px;
  }
}
body.post-type-archive-symposia main section.content ul li a > div > span {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul li a > div > span {
    padding-bottom: 7px;
    font-size: 20px;
  }
}
body.post-type-archive-symposia main section.content ul li a > div .title-jp {
  position: relative;
  width: 100%;
  font-weight: 400;
}
body.post-type-archive-symposia main section.content ul li a > div .title-jp p {
  width: 85%;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul li a > div .title-jp p {
    font-size: 24px;
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul li a > div .title-jp {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
body.post-type-archive-symposia main section.content ul li a > div .title-en {
  width: 85%;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul li a > div .title-en {
    font-size: 20px;
  }
}
body.post-type-archive-symposia main section.content ul li a .link-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul li a .link-arrow {
    width: 38px;
    height: 38px;
    right: 50px;
  }
}
body.post-type-archive-symposia main section.content ul li a .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul li a .link-arrow .bar {
    width: 10px;
    height: 10px;
  }
}
body.post-type-archive-symposia main section.content ul li:first-child a {
  padding-top: 10px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul li:first-child a {
    padding-top: 30px;
  }
}
body.post-type-archive-symposia main section.content ul li .link-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul li .link-arrow {
    width: 38px;
    height: 38px;
    right: 48px;
  }
}
body.post-type-archive-symposia main section.content ul li .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main section.content ul li .link-arrow .bar {
    display: block;
    width: 10px;
    height: 10px;
  }
}
body.post-type-archive-symposia main .pagination {
  margin: 40px auto;
  text-align: center;
}
body.post-type-archive-symposia main .pagination .page-numbers {
  display: inline-block;
  padding: 0 12px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #3C3C3C;
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main .pagination .page-numbers {
    padding: 0 25px;
    font-size: 18px;
  }
}
body.post-type-archive-symposia main .pagination .page-numbers.current {
  padding: 7px 10px;
  background-color: #A6A6A6;
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main .pagination .page-numbers.current {
    padding: 15px;
  }
}
body.post-type-archive-symposia main .pagination .page-numbers.dots {
  pointer-events: none;
}
body.post-type-archive-symposia main .pagination .page-numbers.prev, body.post-type-archive-symposia main .pagination .page-numbers.next {
  font-weight: bold;
}
body.post-type-archive-symposia main .back-btn {
  padding: 20px 0 50px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main .back-btn {
    padding: 40px 0;
  }
}
body.post-type-archive-symposia main .back-btn a {
  display: block;
  width: 146.63px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #008EDC;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
body.post-type-archive-symposia main .back-btn a:hover {
  background-color: #26556C;
  opacity: 1;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-symposia main .back-btn a {
    width: 172px;
    padding: 11px 0;
  }
}
body.post-type-archive-members_only main section.top > div {
  background-color: #fff;
}
body.post-type-archive-members_only main section.top > div h1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 35px 53px 35px 27px;
  font-size: 25px;
  line-height: 1.3;
  background: linear-gradient(to bottom, #FFD04B 15%, #FFB540 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}
body.post-type-archive-members_only main section.top > div h1 span {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-top: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.top > div h1 {
    align-items: center;
    flex-direction: row;
    gap: 0;
    width: 90%;
    font-size: 34px;
    padding: 68px 100px;
  }
  body.post-type-archive-members_only main section.top > div h1 span {
    flex: 1;
    display: inline;
    margin-top: 0;
    margin-left: 30px;
    padding-top: 0;
    padding-left: 30px;
    font-size: 34px;
    border-top: none;
    border-left: 1px solid #3C3C3C;
  }
}
@media screen and (min-width: 800px) and (min-width: 1366px) {
  body.post-type-archive-members_only main section.top > div h1 {
    padding-left: calc(50vw - 625px);
  }
}
body.post-type-archive-members_only main section.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1166px) {
  body.post-type-archive-members_only main section.content {
    padding-left: calc(50vw - 558px);
    padding-right: calc(50vw - 558px);
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content {
    padding-bottom: 0;
  }
}
body.post-type-archive-members_only main section.content ul {
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content ul {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
body.post-type-archive-members_only main section.content ul li {
  position: relative;
  margin: 0;
}
body.post-type-archive-members_only main section.content ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content ul li:after {
    width: calc(100% - 100px);
  }
}
body.post-type-archive-members_only main section.content ul li a {
  display: block;
  width: 100%;
  padding: 25px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content ul li a {
    padding: 30px 50px;
  }
}
body.post-type-archive-members_only main section.content ul li a:hover {
  background-color: #EFEFEF;
  color: #3C3C3C;
  opacity: 1;
}
body.post-type-archive-members_only main section.content ul li a > span {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content ul li a > span {
    padding-bottom: 7px;
    font-size: 20px;
  }
}
body.post-type-archive-members_only main section.content ul li a .title-jp {
  position: relative;
  width: 100%;
  font-weight: 400;
}
body.post-type-archive-members_only main section.content ul li a .title-jp p {
  width: 85%;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content ul li a .title-jp p {
    font-size: 24px;
  }
}
body.post-type-archive-members_only main section.content ul li a .title-jp .link-arrow {
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content ul li a .title-jp .link-arrow {
    width: 38px;
    height: 38px;
  }
}
body.post-type-archive-members_only main section.content ul li a .title-jp .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content ul li a .title-jp .link-arrow .bar {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content ul li a .title-jp {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
body.post-type-archive-members_only main section.content ul li a .title-en {
  width: 85%;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content ul li a .title-en {
    font-size: 20px;
  }
}
body.post-type-archive-members_only main section.content ul li:first-child a {
  padding-top: 10px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content ul li:first-child a {
    padding-top: 30px;
  }
}
body.post-type-archive-members_only main section.content ul li .link-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content ul li .link-arrow {
    width: 38px;
    height: 38px;
    right: 48px;
  }
}
body.post-type-archive-members_only main section.content ul li .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main section.content ul li .link-arrow .bar {
    display: block;
    width: 10px;
    height: 10px;
  }
}
body.post-type-archive-members_only main .pagination {
  margin: 40px auto;
  text-align: center;
}
body.post-type-archive-members_only main .pagination .page-numbers {
  display: inline-block;
  padding: 0 12px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #3C3C3C;
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main .pagination .page-numbers {
    padding: 0 25px;
    font-size: 18px;
  }
}
body.post-type-archive-members_only main .pagination .page-numbers.current {
  padding: 7px 10px;
  background-color: #A6A6A6;
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main .pagination .page-numbers.current {
    padding: 15px;
  }
}
body.post-type-archive-members_only main .pagination .page-numbers.dots {
  pointer-events: none;
}
body.post-type-archive-members_only main .pagination .page-numbers.prev, body.post-type-archive-members_only main .pagination .page-numbers.next {
  font-weight: bold;
}
body.post-type-archive-members_only main .back-btn {
  padding: 20px 0 50px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main .back-btn {
    padding: 40px 0;
  }
}
body.post-type-archive-members_only main .back-btn a {
  display: block;
  width: 146.63px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #008EDC;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
body.post-type-archive-members_only main .back-btn a:hover {
  background-color: #26556C;
  opacity: 1;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-members_only main .back-btn a {
    width: 172px;
    padding: 11px 0;
  }
}
body.post-type-archive-member main section.top > div {
  background-color: #fff;
}
body.post-type-archive-member main section.top > div h1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 35px 53px 35px 27px;
  font-size: 25px;
  line-height: 1.3;
  background: linear-gradient(to bottom, #FFD04B 15%, #FFB540 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}
body.post-type-archive-member main section.top > div h1 span {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-top: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-member main section.top > div h1 {
    align-items: center;
    flex-direction: row;
    gap: 0;
    width: 90%;
    font-size: 34px;
    padding: 68px 100px;
  }
  body.post-type-archive-member main section.top > div h1 span {
    flex: 1;
    display: inline;
    margin-top: 0;
    margin-left: 30px;
    padding-top: 0;
    padding-left: 30px;
    font-size: 34px;
    border-top: none;
    border-left: 1px solid #3C3C3C;
  }
}
@media screen and (min-width: 800px) and (min-width: 1366px) {
  body.post-type-archive-member main section.top > div h1 {
    padding-left: calc(50vw - 625px);
  }
}
body.post-type-archive-member main section.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1166px) {
  body.post-type-archive-member main section.content {
    padding-left: calc(50vw - 558px);
    padding-right: calc(50vw - 558px);
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-member main section.content {
    padding-bottom: 0;
  }
}
body.post-type-archive-member main section.content ul {
  width: 100%;
  margin-top: 40px;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-member main section.content ul {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
body.post-type-archive-member main section.content ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-member main section.content ul li {
    flex-direction: row;
    gap: 55px;
    margin-bottom: 0;
    padding-top: 30px;
  }
}
body.post-type-archive-member main section.content ul li:last-child {
  margin-bottom: 0;
}
body.post-type-archive-member main section.content ul li img {
  display: block;
  width: 130px;
  height: 130px;
  aspect-ratio: 1;
  object-fit: cover;
}
body.post-type-archive-member main section.content ul li > div {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-member main section.content ul li > div {
    margin-top: 0;
  }
}
body.post-type-archive-member main section.content ul li > div p {
  line-height: 1.8;
}
body.post-type-archive-member main section.content ul li > div p:first-child {
  font-weight: 600;
}
body.post-type-archive-member main section.content ul li > div p .responsibilities, body.post-type-archive-member main section.content ul li > div p .name, body.post-type-archive-member main section.content ul li > div p .affiliation {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body.post-type-archive-member main section.content ul li > div p .ja-responsibilities, body.post-type-archive-member main section.content ul li > div p .ja-name, body.post-type-archive-member main section.content ul li > div p .ja-affiliation {
  font-size: 18px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-member main section.content ul li > div p .ja-responsibilities, body.post-type-archive-member main section.content ul li > div p .ja-name, body.post-type-archive-member main section.content ul li > div p .ja-affiliation {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-member main section.content ul li > div p .responsibilities, body.post-type-archive-member main section.content ul li > div p .ja-responsibilities {
    font-size: 18px;
  }
  body.post-type-archive-member main section.content ul li > div p .name, body.post-type-archive-member main section.content ul li > div p .affiliation {
    font-size: 20px;
  }
}
body.post-type-archive-member main .pagination {
  margin: 40px auto;
  text-align: center;
}
body.post-type-archive-member main .pagination .page-numbers {
  display: inline-block;
  padding: 0 12px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #3C3C3C;
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-member main .pagination .page-numbers {
    padding: 0 25px;
    font-size: 18px;
  }
}
body.post-type-archive-member main .pagination .page-numbers.current {
  padding: 7px 10px;
  background-color: #A6A6A6;
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-member main .pagination .page-numbers.current {
    padding: 15px;
  }
}
body.post-type-archive-member main .pagination .page-numbers.dots {
  pointer-events: none;
}
body.post-type-archive-member main .pagination .page-numbers.prev, body.post-type-archive-member main .pagination .page-numbers.next {
  font-weight: bold;
}
body.post-type-archive-member main .back-btn {
  padding: 20px 0 50px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-member main .back-btn {
    padding: 40px 0;
  }
}
body.post-type-archive-member main .back-btn a {
  display: block;
  width: 146.63px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #008EDC;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
body.post-type-archive-member main .back-btn a:hover {
  background-color: #26556C;
  opacity: 1;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-member main .back-btn a {
    width: 172px;
    padding: 11px 0;
  }
}
body.post-type-archive-publications main section.top > div {
  background-color: #fff;
}
body.post-type-archive-publications main section.top > div h1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 35px 53px 35px 27px;
  font-size: 25px;
  line-height: 1.3;
  background: linear-gradient(to bottom, #FFD04B 15%, #FFB540 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}
body.post-type-archive-publications main section.top > div h1 span {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-top: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.top > div h1 {
    align-items: center;
    flex-direction: row;
    gap: 0;
    width: 90%;
    font-size: 34px;
    padding: 68px 100px;
  }
  body.post-type-archive-publications main section.top > div h1 span {
    flex: 1;
    display: inline;
    margin-top: 0;
    margin-left: 30px;
    padding-top: 0;
    padding-left: 30px;
    font-size: 34px;
    border-top: none;
    border-left: 1px solid #3C3C3C;
  }
}
@media screen and (min-width: 800px) and (min-width: 1366px) {
  body.post-type-archive-publications main section.top > div h1 {
    padding-left: calc(50vw - 625px);
  }
}
body.post-type-archive-publications main section.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1166px) {
  body.post-type-archive-publications main section.content {
    padding-left: calc(50vw - 558px);
    padding-right: calc(50vw - 558px);
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content {
    padding-bottom: 0;
  }
}
body.post-type-archive-publications main section.content ul {
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
body.post-type-archive-publications main section.content ul li {
  position: relative;
  margin: 0;
}
body.post-type-archive-publications main section.content ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul li:after {
    width: calc(100% - 100px);
  }
}
body.post-type-archive-publications main section.content ul li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  padding: 25px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul li a {
    align-items: center;
    gap: 60px;
    padding: 30px 50px;
  }
}
body.post-type-archive-publications main section.content ul li a:hover {
  background-color: #EFEFEF;
  color: #3C3C3C;
  opacity: 1;
}
body.post-type-archive-publications main section.content ul li a > img {
  display: block;
  width: 97px;
  height: 103px;
  object-fit: cover;
  aspect-ratio: 1;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul li a > img {
    width: 198px;
    height: 210px;
  }
}
body.post-type-archive-publications main section.content ul li a > div > span {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul li a > div > span {
    padding-bottom: 7px;
    font-size: 20px;
  }
}
body.post-type-archive-publications main section.content ul li a > div .title-jp {
  position: relative;
  width: 100%;
  font-weight: 400;
}
body.post-type-archive-publications main section.content ul li a > div .title-jp p {
  width: 85%;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul li a > div .title-jp p {
    font-size: 24px;
  }
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul li a > div .title-jp {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
body.post-type-archive-publications main section.content ul li a > div .title-en {
  width: 85%;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul li a > div .title-en {
    font-size: 20px;
  }
}
body.post-type-archive-publications main section.content ul li a .link-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul li a .link-arrow {
    width: 38px;
    height: 38px;
    right: 50px;
  }
}
body.post-type-archive-publications main section.content ul li a .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul li a .link-arrow .bar {
    width: 10px;
    height: 10px;
  }
}
body.post-type-archive-publications main section.content ul li:first-child a {
  padding-top: 10px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul li:first-child a {
    padding-top: 30px;
  }
}
body.post-type-archive-publications main section.content ul li .link-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul li .link-arrow {
    width: 38px;
    height: 38px;
    right: 48px;
  }
}
body.post-type-archive-publications main section.content ul li .link-arrow .bar {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main section.content ul li .link-arrow .bar {
    display: block;
    width: 10px;
    height: 10px;
  }
}
body.post-type-archive-publications main .pagination {
  margin: 40px auto;
  text-align: center;
}
body.post-type-archive-publications main .pagination .page-numbers {
  display: inline-block;
  padding: 0 12px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #3C3C3C;
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main .pagination .page-numbers {
    padding: 0 25px;
    font-size: 18px;
  }
}
body.post-type-archive-publications main .pagination .page-numbers.current {
  padding: 7px 10px;
  background-color: #A6A6A6;
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main .pagination .page-numbers.current {
    padding: 15px;
  }
}
body.post-type-archive-publications main .pagination .page-numbers.dots {
  pointer-events: none;
}
body.post-type-archive-publications main .pagination .page-numbers.prev, body.post-type-archive-publications main .pagination .page-numbers.next {
  font-weight: bold;
}
body.post-type-archive-publications main .back-btn {
  padding: 20px 0 50px;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main .back-btn {
    padding: 40px 0;
  }
}
body.post-type-archive-publications main .back-btn a {
  display: block;
  width: 146.63px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #008EDC;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
body.post-type-archive-publications main .back-btn a:hover {
  background-color: #26556C;
  opacity: 1;
}
@media screen and (min-width: 800px) {
  body.post-type-archive-publications main .back-btn a {
    width: 172px;
    padding: 11px 0;
  }
}
body.single:not(.single-members_only) main section.top {
  padding: 47px 28px 37px;
  background-color: #53717F;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.top {
    padding: 50px 0;
  }
}
body.single:not(.single-members_only) main section.top .date {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.top .date {
    padding-left: 40px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1066px) {
  body.single:not(.single-members_only) main section.top .date {
    padding-left: calc(50vw - 533px);
  }
}
body.single:not(.single-members_only) main section.top h1 {
  color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.top h1 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1066px) {
  body.single:not(.single-members_only) main section.top h1 {
    padding-left: calc(50vw - 533px);
    padding-right: calc(50vw - 533px);
  }
}
body.single:not(.single-members_only) main section.top h1 .ja {
  display: block;
  padding-bottom: 5px;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.top h1 .ja {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
body.single:not(.single-members_only) main section.top h1 .en {
  display: block;
  font-size: 14px;
  font-style: normal;
  word-break: break-all;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.top h1 .en {
    font-size: 20px;
  }
}
body.single:not(.single-members_only) main section.content {
  padding: 49px 27px;
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content {
    width: calc(100% - 80px);
    margin: 80px auto 0;
    padding: 55px 30px;
  }
}
@media screen and (min-width: 1166px) {
  body.single:not(.single-members_only) main section.content {
    width: 100%;
    max-width: 1166px;
  }
}
body.single:not(.single-members_only) main section.content .eyecatch img {
  display: block;
  width: 100%;
  max-width: 1166px;
  height: auto;
  max-height: 600px;
  margin: 0 auto;
  object-fit: contain;
}
body.single:not(.single-members_only) main section.content .pdf-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 10px 0 0;
  gap: 0;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content .pdf-link {
    margin: 24px 0 20px;
  }
}
body.single:not(.single-members_only) main section.content .pdf-link > span {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
body.single:not(.single-members_only) main section.content .pdf-link > a {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content .pdf-link > a {
    padding-left: 45px;
    font-size: 20px;
  }
}
body.single:not(.single-members_only) main section.content .pdf-link > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #FFD04B;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content .pdf-link > a:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #FFD04B;
  }
}
body.single:not(.single-members_only) main section.content .pdf-link > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/pdf-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content .pdf-link > a:after {
    right: -35px;
    width: 36px;
    height: 36px;
  }
}
body.single:not(.single-members_only) main section.content > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content > div {
    flex-direction: row;
    gap: 37px;
  }
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content > div .ja {
    width: 50%;
  }
  body.single:not(.single-members_only) main section.content > div .en {
    width: 50%;
  }
}
body.single:not(.single-members_only) main section.content > div > article h2 {
  margin: 20px 0;
  padding: 8px 0;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #008EDC;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content > div > article h2 {
    padding: 18px 0;
    font-size: 26px;
  }
}
body.single:not(.single-members_only) main section.content > div > article h3 {
  margin: 20px 0;
  font-size: 20px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content > div > article h3 {
    font-size: 26px;
  }
}
body.single:not(.single-members_only) main section.content > div > article p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content > div > article p {
    font-size: 20px;
    line-height: 1.6;
  }
}
body.single:not(.single-members_only) main section.content > div > article a {
  text-decoration: underline;
}
body.single:not(.single-members_only) main section.content > div > article img {
  display: block;
  width: 100%;
  margin: 20px 0;
}
body.single:not(.single-members_only) main section.content > div > article ul {
  margin: 20px 0;
}
body.single:not(.single-members_only) main section.content > div > article ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 14px;
}
body.single:not(.single-members_only) main section.content > div > article ul li:last-child {
  margin-bottom: 0;
}
body.single:not(.single-members_only) main section.content > div > article ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content > div > article ul li {
    font-size: 20px;
  }
}
body.single:not(.single-members_only) main section.content > div > article ol {
  margin: 20px 0;
  padding-left: 17px;
}
body.single:not(.single-members_only) main section.content > div > article ol li {
  list-style: decimal;
  margin-bottom: 5px;
  color: #3C3C3C;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content > div > article ol li {
    font-size: 20px;
  }
}
body.single:not(.single-members_only) main section.content > div > article ol li::marker {
  color: #3C3C3C;
}
body.single:not(.single-members_only) main section.content > div > article blockquote {
  position: relative;
  margin: 20px 0;
  padding-left: 13px;
  font-size: 14px;
}
body.single:not(.single-members_only) main section.content > div > article blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 100%;
  background-color: #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content > div > article blockquote {
    font-size: 20px;
  }
}
body.single:not(.single-members_only) main section.content > div > article .post-link-btn {
  display: block;
  margin: 20px 0;
  text-align: center;
}
body.single:not(.single-members_only) main section.content > div > article .post-link-btn a {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 15.35px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #7CC2E7;
  border-radius: 32px;
  border: 2px solid #fff;
  box-shadow: 0px 3.41px 3.41px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content > div > article .post-link-btn a {
    width: 146.63px;
  }
}
body.single:not(.single-members_only) main section.content section.sns-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content section.sns-share {
    flex-direction: row;
    justify-content: center;
    padding: 138px 0 60px;
  }
}
body.single:not(.single-members_only) main section.content section.sns-share h2 {
  margin-bottom: 34px;
  font-size: 18px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content section.sns-share h2 {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
body.single:not(.single-members_only) main section.content section.sns-share > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 121.95px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content section.sns-share > ul {
    width: 199px;
  }
}
body.single:not(.single-members_only) main section.content section.sns-share > ul li a, body.single:not(.single-members_only) main section.content section.sns-share > ul li div {
  display: block;
  cursor: pointer;
  transition: 0.4s;
}
body.single:not(.single-members_only) main section.content section.sns-share > ul li a:hover, body.single:not(.single-members_only) main section.content section.sns-share > ul li div:hover {
  opacity: 0.8;
}
body.single:not(.single-members_only) main section.content section.sns-share > ul li a img, body.single:not(.single-members_only) main section.content section.sns-share > ul li div img {
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content section.sns-share > ul li a img, body.single:not(.single-members_only) main section.content section.sns-share > ul li div img {
    width: 43px;
    height: 43px;
  }
}
body.single:not(.single-members_only) main section.content .back-btn {
  padding: 20px 0 50px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content .back-btn {
    padding: 40px 0;
  }
}
body.single:not(.single-members_only) main section.content .back-btn a {
  display: block;
  width: 146.63px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #008EDC;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
body.single:not(.single-members_only) main section.content .back-btn a:hover {
  background-color: #26556C;
  opacity: 1;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content .back-btn a {
    width: 172px;
    padding: 11px 0;
  }
}
body.single:not(.single-members_only) main section.content .comment-author {
  font-weight: bold;
  margin-right: 5px;
}
body.single:not(.single-members_only) main section.content .comment-author::before {
  content: "●";
  display: inline-block;
  color: #3C3C3C;
  margin-right: 5px;
}
body.single:not(.single-members_only) main section.content #comments {
  margin-top: 60px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    margin-top: 35px;
  }
}
body.single:not(.single-members_only) main section.content #comments .comments-title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments .comments-title {
    font-size: 18px;
  }
}
body.single:not(.single-members_only) main section.content #comments .comment-list {
  display: block;
  width: 100%;
  padding: 30px 0 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #3C3C3C;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment:first-child .comment-body {
  padding-top: 0;
  border-top: none;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body {
  display: block;
  padding-top: 25px;
  border-top: 1px solid #CFE1EB;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .comment-meta {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .comment-meta {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .comment-meta:before {
  content: "●";
  display: inline-block;
  color: #3C3C3C;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .comment-meta .says {
  display: none;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .comment-content {
  margin-left: 20px;
  margin-bottom: 10px;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .comment-content p {
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .comment-content p {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .comment-content .comment-url {
  margin-bottom: 10px;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .comment-content .comment-url > span {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .comment-content .comment-url > span {
    font-size: 20px;
  }
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .comment-content .url-button {
  display: inline-block;
  width: 200px;
  padding: 8px 0;
  border: 1px solid #3C3C3C;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-radius: 18px;
  color: #008EDC;
  text-align: center;
  font-size: 12px;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .reply {
  display: block;
  margin-left: 20px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .reply {
    font-size: 20px;
  }
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .reply .comment-reply-link {
  display: block;
  text-align: right;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment .comment-body .reply .comment-reply-link .reply-toggle-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-top: 3px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond {
  width: 100%;
  margin-bottom: 20px;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-reply-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-reply-title {
    font-size: 18px;
  }
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-reply-title small {
  display: none;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .logged-in-as {
  display: none;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-comment {
  margin-bottom: 10px;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-comment label {
  display: none;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-comment #comment {
  width: 100%;
  padding: 7px;
  border-radius: 5px;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form .comment-form-area {
  width: 100%;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form .comment-form-area .commentform .comment-form-comment #comment {
  width: 100%;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form .comment-form-email {
  display: none;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-author, body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-url {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 7px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-author, body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-url {
    flex-direction: column;
  }
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-author label, body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-url label {
  width: 18%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-author label, body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-url label {
    font-size: 18px;
  }
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-author input, body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .comment-form-url input {
  width: min(100%, 400px);
  height: 30px;
  padding: 5px;
  border-radius: 30px;
  border: 1px solid #3C3C3C;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .form-submit {
  margin: 20px auto 30px;
}
body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .form-submit .submit-button {
  display: block;
  width: 195px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 15.35px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #008EDC;
  border: none;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments .comment-list .comment-respond .form-submit .submit-button {
    width: 312px;
    margin: 0;
    padding: 11px 0;
  }
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area {
  width: 100%;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond {
  width: 100%;
  margin-bottom: 20px;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-reply-title {
  margin-bottom: 15px;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-reply-title small {
  display: none;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .logged-in-as {
  display: none;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-comment {
  margin-bottom: 10px;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-comment label {
  display: none;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-comment #comment {
  width: 100%;
  padding: 7px;
  border-radius: 5px;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form .comment-form-area {
  width: 100%;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form .comment-form-area .commentform .comment-form-comment #comment {
  width: 100%;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form .comment-form-email {
  display: none;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-author, body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-url {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 7px;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-author, body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-url {
    flex-direction: row;
  }
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-author label, body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-url label {
  width: 18%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-author label, body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-url label {
    width: 130px;
    font-size: 18px;
  }
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-author input, body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .comment-form-url input {
  width: min(100%, 400px);
  height: 30px;
  padding: 5px;
  border-radius: 30px;
  border: 1px solid #3C3C3C;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .form-submit {
  margin: 20px auto 30px;
}
body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .form-submit .submit-button {
  display: block;
  width: 195px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 15.35px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #008EDC;
  border: none;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.single:not(.single-members_only) main section.content #comments .comment-form-area .comment-respond .form-submit .submit-button {
    width: 312px;
    margin: 0;
    padding: 11px 0;
  }
}
body.single-members_only main section.top {
  padding: 47px 28px 37px;
  background-color: #53717F;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.top {
    padding: 50px 0;
  }
}
body.single-members_only main section.top .date {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.top .date {
    padding-left: 40px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1066px) {
  body.single-members_only main section.top .date {
    padding-left: calc(50vw - 533px);
  }
}
body.single-members_only main section.top h1 {
  color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.top h1 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1066px) {
  body.single-members_only main section.top h1 {
    padding-left: calc(50vw - 533px);
    padding-right: calc(50vw - 533px);
  }
}
body.single-members_only main section.top h1 .ja {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.top h1 .ja {
    font-size: 24px;
  }
}
body.single-members_only main section.content {
  padding: 49px 27px 10px;
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content {
    width: calc(100% - 80px);
    margin: 26px auto 0;
    padding: 26px 32px;
  }
}
@media screen and (min-width: 1166px) {
  body.single-members_only main section.content {
    width: 100%;
    max-width: 1166px;
  }
}
body.single-members_only main section.content .article-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px 15px;
  border: 2px solid #008EDC;
  border-radius: 20px;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content .article-wrap {
    padding: 10px 36px 10px;
  }
}
body.single-members_only main section.content .article-wrap .eyecatch {
  margin: 20px 0 0;
}
body.single-members_only main section.content .article-wrap .eyecatch img {
  display: block;
  width: 100%;
  height: auto;
}
body.single-members_only main section.content .article-wrap > article h2 {
  margin: 20px 0;
  padding: 8px 0;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #008EDC;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content .article-wrap > article h2 {
    padding: 18px 0;
    font-size: 26px;
  }
}
body.single-members_only main section.content .article-wrap > article h3 {
  margin: 20px 0;
  font-size: 20px;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content .article-wrap > article h3 {
    font-size: 26px;
  }
}
body.single-members_only main section.content .article-wrap > article p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content .article-wrap > article p {
    font-size: 20px;
    line-height: 1.6;
  }
}
body.single-members_only main section.content .article-wrap > article a {
  text-decoration: underline;
}
body.single-members_only main section.content .article-wrap > article img {
  display: block;
  width: 100%;
  margin: 20px 0;
}
body.single-members_only main section.content .article-wrap > article ul {
  margin: 20px 0;
}
body.single-members_only main section.content .article-wrap > article ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 14px;
}
body.single-members_only main section.content .article-wrap > article ul li:last-child {
  margin-bottom: 0;
}
body.single-members_only main section.content .article-wrap > article ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content .article-wrap > article ul li {
    font-size: 20px;
  }
}
body.single-members_only main section.content .article-wrap > article ol {
  margin: 20px 0;
  padding-left: 17px;
}
body.single-members_only main section.content .article-wrap > article ol li {
  list-style: decimal;
  margin-bottom: 5px;
  color: #3C3C3C;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content .article-wrap > article ol li {
    font-size: 20px;
  }
}
body.single-members_only main section.content .article-wrap > article ol li::marker {
  color: #3C3C3C;
}
body.single-members_only main section.content .article-wrap > article blockquote {
  position: relative;
  margin: 20px 0;
  padding-left: 13px;
  font-size: 14px;
}
body.single-members_only main section.content .article-wrap > article blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 100%;
  background-color: #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content .article-wrap > article blockquote {
    font-size: 20px;
  }
}
body.single-members_only main section.content .article-wrap > article .post-link-btn {
  display: block;
  margin: 20px 0;
  text-align: center;
}
body.single-members_only main section.content .article-wrap > article .post-link-btn a {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 15.35px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #7CC2E7;
  border-radius: 32px;
  border: 2px solid #fff;
  box-shadow: 0px 3.41px 3.41px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content .article-wrap > article .post-link-btn a {
    width: 146.63px;
  }
}
body.single-members_only main section.content .comment-author {
  font-weight: bold;
  margin-right: 5px;
}
body.single-members_only main section.content .comment-author::before {
  content: "●";
  display: inline-block;
  color: #3C3C3C;
  margin-right: 5px;
}
body.single-members_only main section.content #comments {
  margin-top: 60px;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    margin-top: 35px;
  }
}
body.single-members_only main section.content #comments .comments-title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments .comments-title {
    font-size: 18px;
  }
}
body.single-members_only main section.content #comments .comment-list {
  display: block;
  width: 100%;
  padding: 30px 0 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #3C3C3C;
}
body.single-members_only main section.content #comments .comment-list .comment:first-child .comment-body {
  padding-top: 0;
  border-top: none;
}
body.single-members_only main section.content #comments .comment-list .comment .comment-body {
  display: block;
  padding-top: 25px;
  border-top: 1px solid #CFE1EB;
}
body.single-members_only main section.content #comments .comment-list .comment .comment-body .comment-meta {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments .comment-list .comment .comment-body .comment-meta {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
body.single-members_only main section.content #comments .comment-list .comment .comment-body .comment-meta:before {
  content: "●";
  display: inline-block;
  color: #3C3C3C;
}
body.single-members_only main section.content #comments .comment-list .comment .comment-body .comment-meta .says {
  display: none;
}
body.single-members_only main section.content #comments .comment-list .comment .comment-body .comment-content {
  margin-left: 20px;
  margin-bottom: 10px;
}
body.single-members_only main section.content #comments .comment-list .comment .comment-body .comment-content p {
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments .comment-list .comment .comment-body .comment-content p {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
body.single-members_only main section.content #comments .comment-list .comment .comment-body .comment-content .comment-url {
  margin-bottom: 10px;
}
body.single-members_only main section.content #comments .comment-list .comment .comment-body .comment-content .comment-url > span {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments .comment-list .comment .comment-body .comment-content .comment-url > span {
    font-size: 20px;
  }
}
body.single-members_only main section.content #comments .comment-list .comment .comment-body .comment-content .url-button {
  display: inline-block;
  width: 200px;
  padding: 8px 0;
  border: 1px solid #3C3C3C;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-radius: 18px;
  color: #008EDC;
  text-align: center;
  font-size: 12px;
}
body.single-members_only main section.content #comments .comment-list .comment .comment-body .reply {
  display: block;
  margin-left: 20px;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments .comment-list .comment .comment-body .reply {
    font-size: 20px;
  }
}
body.single-members_only main section.content #comments .comment-list .comment .comment-body .reply .comment-reply-link {
  display: block;
  text-align: right;
}
body.single-members_only main section.content #comments .comment-list .comment .comment-body .reply .comment-reply-link .reply-toggle-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-top: 3px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
body.single-members_only main section.content #comments .comment-list .comment-respond {
  width: 100%;
  margin-bottom: 20px;
}
body.single-members_only main section.content #comments .comment-list .comment-respond .comment-reply-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments .comment-list .comment-respond .comment-reply-title {
    font-size: 18px;
  }
}
body.single-members_only main section.content #comments .comment-list .comment-respond .comment-reply-title small {
  display: none;
}
body.single-members_only main section.content #comments .comment-list .comment-respond .logged-in-as {
  display: none;
}
body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-comment {
  margin-bottom: 10px;
}
body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-comment label {
  display: none;
}
body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-comment #comment {
  width: 100%;
  padding: 7px;
  border-radius: 5px;
}
body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form .comment-form-area {
  width: 100%;
}
body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form .comment-form-area .commentform .comment-form-comment #comment {
  width: 100%;
}
body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form .comment-form-email {
  display: none;
}
body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}
body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-author, body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-url {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 7px;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-author, body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-url {
    flex-direction: column;
  }
}
body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-author label, body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-url label {
  width: 18%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-author label, body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-url label {
    font-size: 18px;
  }
}
body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-author input, body.single-members_only main section.content #comments .comment-list .comment-respond .comment-form-url input {
  width: min(100%, 400px);
  height: 30px;
  padding: 5px;
  border-radius: 30px;
  border: 1px solid #3C3C3C;
}
body.single-members_only main section.content #comments .comment-list .comment-respond .form-submit {
  margin: 20px auto 30px;
}
body.single-members_only main section.content #comments .comment-list .comment-respond .form-submit .submit-button {
  display: block;
  width: 195px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 15.35px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #008EDC;
  border: none;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments .comment-list .comment-respond .form-submit .submit-button {
    width: 312px;
    margin: 0;
    padding: 11px 0;
  }
}
body.single-members_only main section.content #comments .comment-form-area {
  width: 100%;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond {
  width: 100%;
  margin-bottom: 20px;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-reply-title {
  margin-bottom: 15px;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-reply-title small {
  display: none;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .logged-in-as {
  display: none;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-comment {
  margin-bottom: 10px;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-comment label {
  display: none;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-comment #comment {
  width: 100%;
  padding: 7px;
  border-radius: 5px;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form .comment-form-area {
  width: 100%;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form .comment-form-area .commentform .comment-form-comment #comment {
  width: 100%;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form .comment-form-email {
  display: none;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-author, body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-url {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 7px;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-author, body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-url {
    flex-direction: row;
  }
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-author label, body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-url label {
  width: 18%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-author label, body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-url label {
    width: 130px;
    font-size: 18px;
  }
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-author input, body.single-members_only main section.content #comments .comment-form-area .comment-respond .comment-form-url input {
  width: min(100%, 400px);
  height: 30px;
  padding: 5px;
  border-radius: 30px;
  border: 1px solid #3C3C3C;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .form-submit {
  margin: 20px auto 30px;
}
body.single-members_only main section.content #comments .comment-form-area .comment-respond .form-submit .submit-button {
  display: block;
  width: 195px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 15.35px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #008EDC;
  border: none;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.single-members_only main section.content #comments .comment-form-area .comment-respond .form-submit .submit-button {
    width: 312px;
    margin: 0;
    padding: 11px 0;
  }
}
body.contact main section.top > div {
  background-color: #fff;
}
body.contact main section.top > div h1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 35px 53px 35px 27px;
  font-size: 25px;
  line-height: 1.3;
  background: linear-gradient(to bottom, #FFD04B 15%, #FFB540 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}
body.contact main section.top > div h1 span {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-top: 1px solid #3C3C3C;
}
@media screen and (min-width: 800px) {
  body.contact main section.top > div h1 {
    align-items: center;
    flex-direction: row;
    gap: 0;
    width: 90%;
    font-size: 34px;
    padding: 68px 100px;
  }
  body.contact main section.top > div h1 span {
    flex: 1;
    display: inline;
    margin-top: 0;
    margin-left: 30px;
    padding-top: 0;
    padding-left: 30px;
    font-size: 34px;
    border-top: none;
    border-left: 1px solid #3C3C3C;
  }
}
@media screen and (min-width: 800px) and (min-width: 1366px) {
  body.contact main section.top > div h1 {
    padding-left: calc(50vw - 625px);
  }
}
body.contact main section.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1166px) {
  body.contact main section.content {
    padding-left: calc(50vw - 558px);
    padding-right: calc(50vw - 558px);
  }
}
@media screen and (min-width: 800px) {
  body.contact main section.content {
    padding-bottom: 80px;
  }
}
body.contact main section.content .wrap {
  width: 100%;
  margin-top: 40px;
  padding: 30px 25px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  body.contact main section.content .wrap {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    padding: 50px 80px;
  }
}
body.contact main section.content .wrap p.ja {
  padding-bottom: 30px;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  body.contact main section.content .wrap p.ja {
    padding-bottom: 18px;
    font-size: 24px;
  }
}
body.contact main section.content .wrap p.en {
  padding-bottom: 30px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 800px) {
  body.contact main section.content .wrap p.en {
    padding-bottom: 50px;
    font-size: 20px;
  }
}
body.contact main section.content .wrap fieldset > div {
  padding: 14px 0 20px;
  border-top: 1px solid #7CC2E7;
}
@media screen and (min-width: 800px) {
  body.contact main section.content .wrap fieldset > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 50px 0;
  }
}
body.contact main section.content .wrap fieldset > div:last-child {
  border-bottom: 1px solid #7CC2E7;
}
@media screen and (min-width: 800px) {
  body.contact main section.content .wrap fieldset > div:last-child {
    border-bottom: none;
  }
}
body.contact main section.content .wrap fieldset > div .form-label {
  display: block;
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  body.contact main section.content .wrap fieldset > div .form-label {
    flex: 1;
    margin-bottom: 0;
    font-size: 24px;
  }
}
body.contact main section.content .wrap fieldset > div .form-label span {
  padding-left: 10px;
  font-size: 12px;
  color: #CD1F1F;
}
@media screen and (min-width: 800px) {
  body.contact main section.content .wrap fieldset > div .form-label span {
    font-size: 16px;
  }
}
body.contact main section.content .wrap fieldset > div .form-label .line-break {
  display: block;
  padding-top: 3px;
  padding-left: 0;
}
@media screen and (min-width: 800px) {
  body.contact main section.content .wrap fieldset > div .form-label .line-break {
    display: inline;
    padding-top: 0;
    padding-left: 10px;
  }
}
body.contact main section.content .wrap fieldset > div .wpcf7-form-control-wrap input {
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #3C3C3C;
  background-color: transparent;
}
@media screen and (min-width: 800px) {
  body.contact main section.content .wrap fieldset > div .wpcf7-form-control-wrap input {
    width: 436px;
    height: 38px;
  }
}
body.contact main section.content .wrap fieldset .textarea {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 20px;
}
@media screen and (min-width: 800px) {
  body.contact main section.content .wrap fieldset .textarea {
    padding-bottom: 0;
  }
}
body.contact main section.content .wrap fieldset .textarea label {
  margin-bottom: 13px;
}
@media screen and (min-width: 800px) {
  body.contact main section.content .wrap fieldset .textarea label {
    margin-bottom: 50px;
  }
}
body.contact main section.content .wrap fieldset .textarea span {
  position: static;
  height: auto;
  width: 100%;
}
body.contact main section.content .wrap fieldset .textarea span textarea {
  width: 100%;
  height: auto;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #3C3C3C;
  background-color: transparent;
}
body.contact main section.content .wrap fieldset .textarea, body.contact main section.content .wrap fieldset .wide {
  width: 100%;
  height: auto;
}
body.contact main section.content .agree {
  margin: 28px 0 50px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
body.contact main section.content .agree .wpcf7-list-item {
  margin: 0;
}
body.contact main section.content .agree .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
body.contact main section.content .agree .wpcf7-list-item label .wpcf7-list-item-label {
  cursor: pointer;
}
body.contact main section.content .agree .wpcf7-list-item label .wpcf7-list-item-label a {
  text-decoration: underline;
}
body.contact main section.content .agree .wpcf7-list-item label input {
  order: -1;
  margin-top: 6px;
}
body.contact main section.content .submit-button {
  text-align: center;
}
body.contact main section.content .submit-button .wpcf7-submit {
  display: block;
  width: 195px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #008EDC;
  border-radius: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.4s;
}
body.contact main section.content .submit-button .wpcf7-submit:hover {
  background-color: #26556C;
  opacity: 1;
}
@media screen and (min-width: 800px) {
  body.contact main section.content .submit-button .wpcf7-submit {
    width: 172px;
    padding: 11px 0;
  }
}
body.contact main section.content .submit-button .wpcf7-spinner {
  display: none;
}
@media screen and (min-width: 800px) {
  /**
    * ------------------------------------------------------------
    * header
    * ------------------------------------------------------------
    */
  /**
    * ------------------------------------------------------------
    * footer
    * ------------------------------------------------------------
*/
  body > .header {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, #49ADE4 0%, #008EDC 100%);
  }
  body > .header .logo-area {
    align-self: stretch;
    padding-left: calc(50vw - 625px);
    background-color: #fff;
    border-right: 2px solid #fff;
  }
  body > .header .logo-area > div {
    position: relative;
    width: auto;
    height: 100%;
    padding-left: 20px;
    background-color: #fff;
  }
  body > .header .logo-area > div:after {
    content: "";
    position: absolute;
    right: -63px;
    top: 50%;
    transform: translateY(-50%);
    width: 63px;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 10% 100%, 0% 100%);
  }
  body > .header .logo-area > div .logo {
    display: block;
    width: 147px;
  }
  body > .header .menu-area {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row;
    padding-right: calc(50vw - 625px);
    background-image: none;
  }
  body > .header .menu-area > div {
    width: 85%;
    padding-right: 20px;
  }
  body > .header .menu-area > div nav {
    display: block;
  }
  body > .header .menu-area > div nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body > .header .menu-area > div nav ul li {
    margin-left: 20px;
    margin-bottom: 0;
    text-align: center;
  }
  body > .header .menu-area > div nav ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 36px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }
  body > .header .menu-area > div nav ul li a span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
  }
  body > .header .menu-area > div nav ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #FFEE71;
    opacity: 0;
    transition: opacity 0.3s;
  }
  body > .header .menu-area > div nav ul li a:hover {
    color: #FFEE71;
    opacity: 1;
  }
  body > .header .menu-area > div nav ul li a:hover::after {
    opacity: 1;
  }
  body > .header .menu-area > div nav ul li.current:not(.contact) a {
    color: #FFEE71;
  }
  body > .header .menu-area > div nav ul li.current:not(.contact) a::after {
    opacity: 1;
  }
  body > .header .menu-area > div nav ul .contact {
    margin: 0 0 0 25px;
  }
  body > .header .menu-area > div nav ul .contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 70px;
    text-align: center;
    color: #008EDC;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  body > .header .menu-area > div nav ul .contact a img {
    width: 33px;
    height: auto;
  }
  body > .header .menu-area > div nav ul .contact a span {
    font-size: 10px;
    font-weight: 400;
  }
  body > .header .menu-area > div nav ul .contact a:hover {
    color: #008EDC;
    opacity: 0.8;
  }
  body > .header .menu-area > div nav ul .contact a:after {
    content: "";
    background-color: transparent;
  }
  body > .header .hamburger-icon {
    display: none;
  }
  body > footer {
    padding: 30px 0 20px;
  }
  body > footer > img {
    display: block;
    width: 246px;
    margin: 0 auto;
  }
  body > footer nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 95%;
    max-width: 922px;
    margin: 0 auto;
  }
  body > footer nav ul li {
    margin-bottom: 0;
    padding-left: 0;
  }
  body > footer nav ul li:before {
    position: static;
  }
  body > footer nav ul li a {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  body > footer nav ul li a span {
    display: block;
    font-size: 11px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
  }
  body > footer > small {
    display: block;
    font-size: 11px;
    text-align: center;
  }
}
@media screen and (min-width: 800px) and (min-width: 1260px) {
  body > .header .logo-area > div {
    padding-left: 0px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1250px) {
  body > .header .menu-area > div {
    justify-content: space-between;
    width: 1025px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1250px) {
  body > .header .menu-area > div nav ul {
    justify-content: space-between;
  }
}
@media screen and (min-width: 800px) and (min-width: 1250px) {
  body > .header .menu-area > div nav ul li {
    margin-left: 0;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) and (max-width: 865px) {
  body > .header .menu-area > div nav ul li {
    margin-left: 5px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) and (max-width: 1249px) {
  body > .header .menu-area > div nav ul li a {
    padding: 25px 0;
  }
}
@media screen and (min-width: 800px) and (min-width: 1250px) {
  body > .header .menu-area > div nav ul .contact {
    margin: 0;
  }
}
@media screen and (min-width: 800px) and (min-width: 1174px) and (max-width: 1249px) {
  body > .header .menu-area > div nav ul .contact {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 800px) {
  body.home main section.top {
    background-color: #fff;
  }
  body.home main section.top .inner {
    position: relative;
    display: block;
    width: 100%;
    height: max(352px, 45vw);
    max-height: 844px;
    background-color: #fff;
  }
  body.home main section.top .inner .text-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 63%;
    height: 100%;
    padding: 40px 200px 40px 100px;
    clip-path: polygon(0 0, 100% 0, 64% 100%, 0% 100%);
  }
  body.home main section.top .inner .text-area img:nth-child(2) {
    width: 260px;
    padding-bottom: 40px;
  }
  body.home main section.top .inner .text-area img:nth-child(3) {
    width: 350px;
  }
  body.home main section.top .inner .image-area {
    position: absolute;
    right: 0;
    width: 60%;
    height: auto;
    margin-bottom: 0;
  }
  body.home main section.top .inner .image-area .splide__list {
    width: 100%;
    height: max(352px, 45vw);
    max-height: 844px;
  }
  body.home main section.top .inner .image-area .splide__list .splide__slide {
    height: 100%;
  }
  body.home main section.top .inner .image-area .splide__list .splide__slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: auto;
    object-fit: cover;
  }
  body.home main section.top .inner .image-area .splide__list .splide__slide:nth-child(1) img {
    object-position: bottom;
  }
  body.home main section.top .inner .image-area .splide__list .splide__slide:nth-child(2) img {
    object-position: center;
  }
  body.home main section.about {
    margin: 80px auto 0;
  }
  body.home main section.about ol {
    width: 100%;
    margin-top: -102.7px;
    margin-left: auto;
    padding-top: 135.7px;
    padding-bottom: 30px;
  }
  body.home main section.about ol li:after {
    width: calc(100% - 96px);
  }
  body.home main section.about ol li h3 {
    padding: 25px 48px;
  }
  body.home main section.about ol li h3 .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  body.home main section.about ol li h3 .text > span {
    display: inline;
    padding-bottom: 0;
    padding-right: 40px;
    font-size: 44px;
  }
  body.home main section.about ol li h3 .text p.ja {
    width: auto;
    padding-bottom: 0;
    padding-right: 75px;
    font-size: 26px;
  }
  body.home main section.about ol li h3 .text p.en {
    width: auto;
    font-size: 20px;
  }
  body.home main section.about ol li h3 .accordion-icon {
    right: 48px;
    width: 38px;
    height: 38px;
  }
  body.home main section.about ol li h3 .accordion-icon .bar {
    width: 12px;
  }
  body.home main section.about ol li h3 .accordion-icon .bar:before {
    height: 12px;
  }
  body.home main section.about ol li > article {
    display: none;
    flex-direction: row;
    gap: 60px;
    padding: 55px 48px 70px;
  }
  body.home main section.about ol li > article .ja {
    width: 50%;
    margin-bottom: 0;
  }
  body.home main section.about ol li > article .ja h4 {
    height: calc(1.5em * 3);
    margin-bottom: 48px;
    font-size: 24px;
  }
  body.home main section.about ol li > article .ja p {
    font-size: 20px;
  }
  body.home main section.about ol li > article .en {
    width: 50%;
    padding-bottom: 0;
  }
  body.home main section.about ol li > article .en h4 {
    height: calc(1.5em * 3);
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 1.6;
  }
  body.home main section.about ol li > article .en p {
    font-size: 20px;
    line-height: 1.6;
  }
  body.home main section.newsletter {
    padding-bottom: 80px;
  }
  body.home main section.newsletter .headline > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  body.home main section.newsletter .headline > div > a {
    margin-top: 0;
    margin-right: 45px;
  }
  body.home main section.newsletter .headline:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 10px 0;
    border-color: transparent #F8B300 transparent transparent;
  }
  body.home main section.newsletter > article {
    width: 100%;
    margin-top: -118.2px;
    margin-left: auto;
    padding-top: 118.2px;
    padding-bottom: 30px;
  }
  body.home main section.newsletter > article ul {
    width: 100%;
  }
  body.home main section.newsletter > article ul li a {
    gap: 100px;
    padding: 25px 48px;
  }
  body.home main section.newsletter > article ul li a:after {
    width: calc(100% - 96px);
  }
  body.home main section.newsletter > article ul li a > img {
    width: 198px;
    height: 210px;
    object-fit: cover;
  }
  body.home main section.newsletter > article ul li a > div > span {
    padding-bottom: 10px;
    font-size: 16px;
  }
  body.home main section.newsletter > article ul li a > div .title-jp, body.home main section.newsletter > article ul li a > div .title-en {
    width: 78%;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: calc(1.5em * 2);
    line-height: 1.5;
  }
  body.home main section.newsletter > article ul li a > div .title-jp {
    padding-bottom: 10px;
    font-size: 20px;
  }
  body.home main section.newsletter > article ul li a > div .title-en {
    font-size: 18px;
  }
  body.home main section.newsletter > article ul li .link-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  }
  body.home main section.newsletter > article ul li .link-arrow .bar {
    display: block;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    transform: rotate(45deg);
    border-top: 1px solid #3C3C3C;
    border-right: 1px solid #3C3C3C;
    background-color: transparent;
  }
}
@media screen and (min-width: 800px) and (min-width: 1920px) {
  body.home main section.top .inner {
    width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 800px) and (min-width: 1020px) {
  body.home main section.top .inner .text-area img:nth-child(2) {
    width: min(28vw, 504px);
  }
  body.home main section.top .inner .text-area img:nth-child(3) {
    width: min(36vw, 671px);
  }
}
@media screen and (min-width: 800px) and (min-width: 1366px) {
  body.home main section.top .inner .text-area img:nth-child(2) {
    width: min(28vw, 504px);
  }
  body.home main section.top .inner .text-area img:nth-child(3) {
    width: min(36vw, 671px);
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  body.home main section.newsletter .headline:before {
    display: none;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  body.home main section.newsletter > article ul li .link-arrow {
    width: 38px;
    height: 38px;
    right: 48px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  body.home main section.newsletter > article ul li .link-arrow .bar {
    display: block;
    width: 10px;
    height: 10px;
  }
}
