@charset "UTF-8";
/* FONT */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/* 游ゴシック */
/* Roboto */
/* Noto Serif JP */
/* COLOR */
/* カラー */
/* 幅 */
/* ブレイクポイント */
/* ボタンスタイル */
/* ==================================
COMMON
================================== */
html {
  font-size: 50%;
}

body {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.65;
  font-weight: 400;
  color: #121212;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #3678e9;
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-out;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

picture,
source,
svg {
  width: 100%;
  height: auto;
}

.newLine {
  display: inline-block;
}

.newLine-sp {
  display: none;
}

.sp_cnt {
  display: none;
}

object {
  pointer-events: none;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}
/* ==================================
MAIN CONTENTS
================================== */
body.lower {
  height: auto;
}

.main-container {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
  z-index: 11;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .main-container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.contents-wrapper {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pageTop {
  display: none;
  position: fixed;
  width: 80px;
  height: 80px;
  right: 60px;
  bottom: 80px;
  z-index: 99;
}
.pageTop__button {
  display: block;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .contents-wrapper {
    width: 90%;
  }
  .pageTop {
    width: 6.6rem;
    height: 6.6rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .contents-wrapper {
    max-width: none;
    width: 86.6666666667%;
  }
  .pageTop {
    width: 6.6rem;
    height: 6.6rem;
    right: 1.5rem;
    bottom: 24vw;
  }
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

input[type=button],
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
}

figure {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/*utility*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l,
td.txt_l,
.txt_l td {
  text-align: left;
}

.txt_r,
td.txt_r,
.txt_r td {
  text-align: right;
}

.txt_c,
td.txt_c,
.txt_c td {
  text-align: center;
}

.valign_t,
td.valign_t,
.valign_t td {
  vertical-align: top;
}

.valign_m,
td.valign_m,
.valign_m td {
  vertical-align: middle;
}

.valign_b,
td.valign_b,
.valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.ft_b {
  font-weight: bold;
}

.ft_13px {
  font-size: 1.3rem;
}

.ft_14px {
  font-size: 1.4rem;
}

.ft_15px {
  font-size: 1.5rem;
}

.ft_16px {
  font-size: 1.6rem;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0em !important;
}

/* ページ　画像 */
.alignright {
  float: right;
  margin: 0 0 5% 30px;
}

.alignright:after {
  float: right;
  margin: 0 0 5% 30px;
}

.alignleft {
  float: left;
  margin: 0 30px 1% 0px;
}

.alignleft:after {
  float: left;
  margin: 0 30px 5% 0px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.red_txt {
  color: #fa6b88;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.u-mr20 {
  margin-right: clamp(10px, 2.6666666667vw, 20px);
}

/* ==================================
    page-contents
================================== */
.page-contents__mainTitleBody {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 210px;
  background-image: url(../images/page/bg_maintitle.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.page-contents__mainTitleText {
  text-align: center;
}
.page-contents__mainTitleText--japanese {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page-contents__mainTitleText--english {
  display: block;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00a26a;
  text-transform: uppercase;
}
.page-contents__button {
  margin-top: 37.5px;
}
.page-contents__button--center {
  display: flex;
  justify-content: center;
}
.page-contents__buttonLink {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 400px;
  width: 80vw;
  max-height: 70px;
  height: 52.5px;
  border-radius: 8px;
  background-color: #00a26a;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  color: #fafafa;
  text-decoration: none;
}
.page-contents__buttonLink::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 14.25px;
  top: 0;
  bottom: 0;
  right: 2.2rem;
  margin: auto;
  background-image: url(../images/icon/icon_arrowRight_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page-contents__buttonLink--score {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: none;
  width: auto;
  max-height: none;
  min-height: 50px;
  height: 37.5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 8px;
  background-color: #00a26a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: #fafafa;
  text-decoration: none;
}
.page-contents__buttonLink--score::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 14.25px;
  top: 0;
  bottom: 0;
  right: 2.2rem;
  margin: auto;
  background-image: url(../images/icon/icon_arrowRight_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page-contents__smallTitleText {
  position: relative;
  padding-bottom: 3px;
  padding-left: 3px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
}
.page-contents__smallTitleText::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background-color: #e5e5e5;
}
@media screen and (min-width: 750px) {
  .page-contents__smallTitleText {
    font-size: 2rem;
  }
  .page-contents__button {
    margin-top: 5rem;
  }
  .page-contents__buttonLink {
    width: 40rem;
    height: 7rem;
    font-size: 2rem;
    transition: 0.3s;
  }
  .page-contents__buttonLink::after {
    width: 1.2rem;
    height: 1.9rem;
    transition: 0.3s;
  }
  .page-contents__buttonLink:hover {
    opacity: 1;
    border: 3px solid #00a26a;
    background-color: #fafafa;
    color: #00a26a;
  }
  .page-contents__buttonLink:hover::after {
    right: 1.5rem;
    background-image: url(../images/icon/icon_arrowRight_green.svg);
  }
  .page-contents__buttonLink--score {
    min-height: 60px;
    height: 6rem;
    background-color: #00a26a;
    font-size: 2.2rem;
  }
  .page-contents__buttonLink--score::after {
    width: 1.2rem;
    height: 1.9rem;
    right: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-contents__mainTitleBody {
    width: 100%;
    height: 28rem;
    background-size: cover;
  }
  .page-contents__mainTitleText--japanese {
    font-size: 4.6rem;
  }
  .page-contents__mainTitleText--english {
    font-size: 2rem;
  }
  .page-contents__buttonLink--score {
    min-height: 60px;
    height: 6rem;
    padding-left: 40px;
    padding-right: 60px;
    background-color: #00a26a;
    font-size: 2.2rem;
  }
  .page-contents__buttonLink--score::after {
    width: 1.2rem;
    height: 1.9rem;
    right: 2.2rem;
  }
}

.pager-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.pager-contents div {
  max-width: 300px;
  width: 100%;
  height: 50px;
}
.pager-contents__back {
  margin-left: 10px;
  margin-right: 10px;
}
.pager-contents a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #00a26a;
  border: 2px solid #00a26a;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #fafafa;
  transition: 0.4s;
  text-decoration: none;
}
.pager-contents a:hover {
  background-color: #fafafa;
  color: #00a26a;
}
.pager-contents a:hover.pager-contents__prevLink::before {
  background-image: url(../images/icon/icon_arrowLeft_green.svg);
}
.pager-contents a:hover.pager-contents__nextLink::before {
  background-image: url(../images/icon/icon_arrowRight_green.svg);
}
.pager-contents__prevLink::before {
  content: "";
  position: absolute;
  display: block;
  width: 7.5px;
  height: 12px;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/icon/icon_arrowLeft_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: 0.4s;
}
.pager-contents__nextLink::before {
  content: "";
  position: absolute;
  display: block;
  width: 7.5px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  background-image: url(../images/icon/icon_arrowRight_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: 0.4s;
}
@media screen and (min-width: 750px) {
  .pager-contents {
    margin-top: 10rem;
  }
  .pager-contents div {
    max-width: 300px;
    width: 100%;
    height: 7rem;
  }
  .pager-contents a {
    font-size: 2rem;
  }
  .pager-contents__prevLink::before {
    width: 12px;
    height: 18px;
    left: 20px;
  }
  .pager-contents__nextLink::before {
    width: 12px;
    height: 18px;
    right: 20px;
  }
}

.local-button {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.local-button__item {
  width: calc(50% - 5px);
  min-height: 45px;
}
.local-button__itemLink, .local-button__itemLink--score {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #00a26a;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #f8f8f8;
  text-decoration: none;
}
.local-button__itemLink--small {
  font-size: 12px;
  line-height: 1;
}
.local-button__itemLink:hover, .local-button__itemLink--score:hover {
  opacity: 1;
  background-color: #f8f8f8;
  border: 2px solid #00a26a;
  color: #00a26a;
}
@media screen and (min-width: 750px) {
  .local-button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .local-button__item {
    max-width: none;
    width: calc(50% - 5px);
    min-height: 6rem;
  }
  .local-button__itemLink, .local-button__itemLink--score {
    font-size: 2.4rem;
    line-height: 1;
  }
  .local-button__itemLink--small {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .local-button {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .local-button__item {
    max-width: none;
    width: calc(33.3333333333% - 13.3333333333px);
    min-height: 6rem;
  }
  .local-button__itemLink, .local-button__itemLink--score {
    font-size: 2rem;
    line-height: 1;
  }
  .local-button__itemLink--small {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  .local-button {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .local-button__item {
    max-width: none;
    width: calc(25% - 15px);
    min-height: 6rem;
  }
  .local-button__itemLink, .local-button__itemLink--score {
    font-size: 2rem;
    line-height: 1;
  }
  .local-button__itemLink--small {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.local-button {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.local-button__item {
  width: calc(50% - 5px);
  min-height: 45px;
}
.local-button__item--score {
  min-height: 48.75px;
}
.local-button__itemLink, .local-button__itemLink--score {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #00a26a;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #f8f8f8;
  text-decoration: none;
  border: 2px solid #00a26a;
}
.local-button__itemLink--small {
  font-size: 12px;
  line-height: 1;
}
.local-button__itemLink:hover, .local-button__itemLink--score:hover {
  opacity: 1;
  background-color: #f8f8f8;
  border: 2px solid #00a26a;
  color: #00a26a;
}
.local-button__itemLink--score {
  justify-content: flex-start;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.4;
}
.local-button__itemLink--score span + span:before {
  content: "・";
}
@media screen and (min-width: 750px) {
  .local-button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .local-button__item {
    max-width: none;
    width: calc(50% - 5px);
    min-height: 6rem;
  }
  .local-button__item--score {
    min-height: 6.5rem;
  }
  .local-button__itemLink, .local-button__itemLink--score {
    font-size: 2.4rem;
    line-height: 1;
  }
  .local-button__itemLink--small {
    font-size: 1.4rem;
    line-height: 1;
  }
  .local-button__itemLink--score {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .local-button {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .local-button__item {
    max-width: none;
    width: calc(33.3333333333% - 13.3333333333px);
    min-height: 6rem;
  }
  .local-button__itemLink, .local-button__itemLink--score {
    font-size: 2rem;
    line-height: 1;
  }
  .local-button__itemLink--small {
    font-size: 1.4rem;
    line-height: 1;
  }
  .local-button__itemLink--score {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .local-button {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .local-button__item {
    max-width: none;
    width: calc(25% - 15px);
    min-height: 6rem;
  }
  .local-button__itemLink, .local-button__itemLink--score {
    font-size: 2rem;
    line-height: 1;
  }
  .local-button__itemLink--small {
    font-size: 1.4rem;
    line-height: 1;
  }
}

/* ==================================
    SP NAV
================================== */
.drawer-contents {
  position: relative;
  z-index: 100;
}
.drawer-contents__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fcfcfc;
  transform: translateY(-100%);
  transition: 0.4s ease-in-out;
  z-index: 100;
}
.drawer-contents__wrapper.open {
  transform: translateY(0%);
}
.drawer-contents__navItem {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.drawer-contents__navItemLink {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #121212;
  text-decoration: none;
}
.drawer-contents__navItemLink.trigger-child::after {
  content: "+";
  position: absolute;
  top: 6px;
  right: 20px;
  font-size: 20px;
}
.drawer-contents__navItemLink.trigger-child.is-child::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: #121212;
  top: 24px;
  right: 20px;
}
.drawer-contents__child {
  display: none;
  width: 100%;
}
.drawer-contents__childItem {
  border-top: 1px dotted #e5e5e5;
}
.drawer-contents__childItemLink {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  color: #121212;
  text-decoration: none;
}
.drawer-contents__buttonList {
  margin-top: 30px;
}
.drawer-contents__buttonItem {
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}
.drawer-contents__buttonItem:not(:first-child) {
  margin-top: 15px;
}
.drawer-contents__buttonItemLink01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #00a26a;
  text-decoration: none;
}
.drawer-contents__buttonItemLink01::before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 31px;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  background-image: url(../images/icon/icon_entry.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.drawer-contents__buttonItemLink02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #3678e9;
  text-decoration: none;
}
.drawer-contents__buttonItemLink02::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  background-image: url(../images/icon/icon_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.drawer-contents__buttonItemLinkText {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #fcfcfc;
}
@media screen and (min-width: 750px) {
  .drawer-contents__buttonList {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .drawer-contents__buttonItem {
    max-width: 300px;
    width: 100%;
    height: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  .drawer-contents__buttonItem:not(:first-child) {
    margin-top: 0px;
    margin-left: 2rem;
  }
}

/*+++ Default Navigation CSS +++*/
/* ==================================
    HEADER
================================== */
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fcfcfc;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.15);
  z-index: 200;
  transition: 0.4s;
}
@keyframes is-header {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.header.is-header {
  position: fixed;
  animation-name: is-header;
  animation-duration: 0.6s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.header-contents__logo {
  width: 200px;
}
.header-contents__logoLink {
  display: block;
}
.header-contents__navButton {
  width: 45px;
  height: 45px;
}
.header-contents__navButtonLink {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #00a26a;
  border-radius: 5px;
}
.header-contents__navButtonLinkIcon {
  position: absolute;
  width: 24px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fcfcfc;
}
.header-contents__navButtonLinkIcon::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fcfcfc;
  transition: 0.3s ease-in;
}
.header-contents__navButtonLinkIcon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fcfcfc;
  transition: 0.3s ease-in;
}
@media screen and (min-width: 1024px) {
  .header {
    width: 100%;
    height: 10rem;
    box-shadow: none;
    z-index: 200;
  }
  .header.is-header {
    height: 8rem;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
  }
  .header-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 0px;
  }
  .header-contents__logo {
    width: 20.9375vw;
  }
  .header-contents__logoLink {
    display: block;
  }
  .header-contents__navButton {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .header-contents {
    padding-left: 2.2297297297vw;
  }
  .header-contents__logo {
    width: 20.2702702703vw;
  }
}
@media screen and (min-width: 1480px) {
  .header-contents {
    padding-left: 1.9642857143vw;
  }
  .header-contents__logo {
    width: 17.8571428571vw;
  }
}
@media screen and (min-width: 1680px) {
  .header-contents {
    padding-left: 1.71875vw;
  }
  .header-contents__logo {
    width: 18.6458333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .header-contents {
    padding-left: 3rem;
  }
  .header-contents__logo {
    width: 35.8rem;
  }
}

.open .header-contents__navButtonLinkIcon {
  background-color: transparent;
}
.open .header-contents__navButtonLinkIcon::before {
  content: "";
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(135deg);
}
.open .header-contents__navButtonLinkIcon::after {
  content: "";
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(225deg);
}

/* ==================================
FOOTER
================================== */
.footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #faf8f5;
  border-top: 3px solid #00a26a;
}
.footer-contents {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.footer-contents__about {
  width: 100%;
}
.footer-contents__aboutLogo {
  max-width: 240px;
  width: 64vw;
}
.footer-contents__aboutBox {
  width: 98%;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  box-shadow: 10px 10px 0 0 #00a26a;
}
.footer-contents__aboutName {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.05em;
}
.footer-contents__aboutName--small {
  display: block;
  font-size: 16px;
}
.footer-contents__aboutAddress {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.78;
}
.footer-contents__copyright {
  margin-top: 24px;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .footer {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .footer-contents {
    margin-right: auto;
  }
  .footer-contents__about {
    max-width: 56rem;
    width: 100%;
  }
  .footer-contents__aboutLogo {
    max-width: none;
    width: 34.3rem;
  }
  .footer-contents__aboutBox {
    width: 98%;
    margin-top: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 1rem 1rem 0 0 #00a26a;
  }
  .footer-contents__aboutName {
    font-size: 2.8rem;
  }
  .footer-contents__aboutName--small {
    font-size: 2rem;
  }
  .footer-contents__aboutAddress {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .footer-contents__copyright {
    margin-top: 4.8rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-contents {
    display: flex;
    justify-content: space-between;
  }
  .footer-contents__about {
    max-width: 56rem;
    width: 46.6666666667%;
  }
  .footer-contents__aboutLogo {
    max-width: 343px;
    width: 343px;
  }
  .footer-contents__aboutName {
    font-size: 2.8rem;
  }
  .footer-contents__aboutName--small {
    font-size: 2rem;
  }
  .footer-contents__aboutAddress {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .footer-contents__copyright {
    margin-top: 4.8rem;
    font-size: 1.4rem;
  }
}

.global-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .global-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .global-nav__list {
    display: flex;
    justify-content: flex-end;
    height: 100%;
  }
  .global-nav__item {
    height: 100%;
  }
  .global-nav__item:not(:first-child) {
    margin-left: 1.5625vw;
  }
  .global-nav__itemLink {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    font-size: 1.171875vw;
    font-weight: 500;
    z-index: 300;
    color: #121212;
    text-decoration: none;
  }
  .global-nav__itemLink::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 2px);
    width: 100%;
    height: 2px;
    background-color: #121212;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s ease-in-out;
  }
  .global-nav__itemLink:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .global-nav__child {
    display: none;
    position: absolute;
    width: 21rem;
    top: 100%;
    background-color: #fcfcfc;
    z-index: 1;
  }
  .global-nav__childItem:not(:first-child) {
    border-top: 1px solid #ebebeb;
  }
  .global-nav__childItemLink {
    display: block;
    background-color: #fcfcfc;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
    font-size: 2rem;
    color: #121212;
    text-decoration: none;
  }
  .global-nav__childItemLink:hover {
    background-color: #707070;
    color: #fcfcfc;
  }
  .global-nav__contactButton01 {
    width: 14rem;
    height: 100%;
    margin-left: 1.5rem;
  }
  .global-nav__contactButton01Link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
    background-color: #00a26a;
    transition: 0.3s;
    text-decoration: none;
  }
  .global-nav__contactButton01Link:hover {
    opacity: 1;
    background-color: #fcfcfc;
  }
  .global-nav__contactButton01Link:hover .global-nav__contactButtonText {
    color: #00a26a;
  }
  .global-nav__contactButton01Link:hover .global-nav__contactButton01Icon .cls-1 {
    fill: #00a26a;
  }
  .global-nav__contactButton01Icon {
    display: block;
    width: 3.4rem;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
  }
  .global-nav__contactButton02 {
    width: 14rem;
    height: 100%;
  }
  .global-nav__contactButton02Link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
    background-color: #3678e9;
    transition: 0.3s;
    text-decoration: none;
  }
  .global-nav__contactButton02Link:hover {
    opacity: 1;
    background-color: #fcfcfc;
  }
  .global-nav__contactButton02Link:hover .global-nav__contactButtonText {
    color: #3678e9;
  }
  .global-nav__contactButton02Link:hover .global-nav__contactButton02Icon .cls-1 {
    fill: #3678e9;
  }
  .global-nav__contactButton01Icon {
    display: block;
    width: 3.2rem;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
  }
  .global-nav__contactButtonText {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fcfcfc;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1280px) {
  .global-nav__item {
    height: 100%;
  }
  .global-nav__item:not(:first-child) {
    margin-left: 1.6891891892vw;
  }
  .global-nav__itemLink {
    font-size: 1.2162162162vw;
  }
  .global-nav__child {
    display: none;
    position: absolute;
    width: 21rem;
    top: 100%;
    background-color: #fcfcfc;
    z-index: 1;
  }
  .global-nav__childItem:not(:first-child) {
    border-top: 1px solid #ebebeb;
  }
  .global-nav__childItemLink {
    display: block;
    background-color: #fcfcfc;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
    font-size: 2rem;
  }
  .global-nav__childItemLink:hover {
    background-color: #707070;
    color: #fcfcfc;
  }
}
@media screen and (min-width: 1480px) {
  .global-nav__item {
    height: 100%;
  }
  .global-nav__item:not(:first-child) {
    margin-left: 3.3rem;
  }
  .global-nav__itemLink {
    font-size: 1.8rem;
  }
  .global-nav__child {
    display: none;
    position: absolute;
    width: 21rem;
    top: 100%;
    background-color: #fcfcfc;
    z-index: 1;
  }
  .global-nav__childItem:not(:first-child) {
    border-top: 1px solid #ebebeb;
  }
  .global-nav__childItemLink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
    font-size: 1.8rem;
  }
  .global-nav__childItemLink:hover {
    background-color: #707070;
    color: #fcfcfc;
  }
  .global-nav__contactButton01 {
    width: 16rem;
    height: 100%;
    margin-left: 3rem;
  }
  .global-nav__contactButton02 {
    width: 16rem;
    height: 100%;
  }
  .global-nav__contactButtonText {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .is-header .global-nav__contactButton01Link {
    padding-bottom: 0.5rem;
  }
  .is-header .global-nav__contactButton02Link {
    padding-bottom: 0.5rem;
  }
}

/* ==================================
FOOTER
================================== */
.footer-nav {
  margin-top: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-nav__list {
  margin-top: 0;
}
.footer-nav__item {
  margin-top: 10px;
}
.footer-nav__itemLink {
  display: block;
  position: relative;
  font-size: 16px;
  padding-left: 12px;
  color: black;
  text-decoration: none;
}
.footer-nav__itemLink::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 11px;
  background-image: url(../images/icon/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
}
.footer-nav__itemLink:hover {
  text-decoration: underline;
}
.footer-nav__child {
  margin-top: 10px;
  margin-left: 15px;
}
.footer-nav__childItem {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 14px;
}
.footer-nav__childItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  background-color: #121212;
}
.footer-nav__childItemLink {
  color: black;
  text-decoration: none;
}
.footer-nav__childItemLink:hover {
  text-decoration: underline;
}
@media screen and (min-width: 750px) {
  .footer-nav {
    display: flex;
    margin-top: 5rem;
  }
  .footer-nav__list {
    width: 50%;
    margin-top: 0;
  }
  .footer-nav__item {
    margin-top: 1.5rem;
  }
  .footer-nav__itemLink {
    font-size: 1.8rem;
    padding-left: 18px;
  }
  .footer-nav__itemLink::before {
    top: 0.8rem;
    left: 0;
    width: 0.6rem;
    height: 1.2rem;
  }
  .footer-nav__child {
    margin-top: 1rem;
    margin-left: 2.5rem;
  }
  .footer-nav__childItem {
    position: relative;
    margin-top: 1rem;
    padding-left: 2.5rem;
    font-size: 1.6rem;
  }
  .footer-nav__childItem::before {
    width: 1rem;
    height: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav {
    display: flex;
    width: 44.1666666667%;
    margin-top: 0rem;
  }
  .footer-nav__list {
    width: 50%;
    margin-top: 0;
  }
  .footer-nav__item {
    margin-top: 0rem;
  }
  .footer-nav__item:not(:first-child) {
    margin-top: 1.5rem;
  }
  .footer-nav__itemLink {
    font-size: 1.6rem;
    padding-left: 18px;
  }
  .footer-nav__itemLink::before {
    top: 0.8rem;
    left: 0;
    width: 0.6rem;
    height: 1.2rem;
  }
  .footer-nav__child {
    margin-top: 1rem;
    margin-left: 2.5rem;
  }
  .footer-nav__childItem {
    position: relative;
    margin-top: 1rem;
    padding-left: 2.5rem;
    font-size: 1.6rem;
  }
  .footer-nav__childItem::before {
    width: 1rem;
    height: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .footer-nav {
    display: flex;
    width: 44.1666666667%;
    margin-top: 0rem;
  }
  .footer-nav__list {
    width: 50%;
    margin-top: 0;
  }
  .footer-nav__itemLink {
    font-size: 1.8rem;
    padding-left: 18px;
  }
  .footer-nav__itemLink::before {
    top: 0.8rem;
    left: 0;
    width: 0.6rem;
    height: 1.2rem;
  }
  .footer-nav__child {
    margin-top: 1rem;
    margin-left: 2.5rem;
  }
  .footer-nav__childItem {
    position: relative;
    margin-top: 1rem;
    padding-left: 2.5rem;
    font-size: 1.6rem;
  }
  .footer-nav__childItem::before {
    width: 1rem;
    height: 1px;
  }
}

.breadcrumbs {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #faf8f5;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs__item {
  padding-right: 5px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.breadcrumbs__item:not(:last-child):after {
  content: ">";
  padding-left: 5px;
}
.breadcrumbs__itemLink {
  text-decoration: underline;
  color: black;
}
@media screen and (min-width: 750px) {
  .breadcrumbs__item {
    font-size: 1.6rem;
  }
}

.l-container {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.l-fixedBtn {
  display: grid;
  grid-template-columns: 50% 50%;
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background-color: #00a26a;
  z-index: 100;
}
.l-fixedBtn__item:first-child {
  border-right: 2px solid #f6f6f6;
}
@media screen and (min-width: 1024px) {
  .l-fixedBtn {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100px;
    height: 272px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    background-color: #00a26a;
    z-index: 100;
  }
  .l-fixedBtn__item {
    position: relative;
    width: 100%;
    height: 50%;
  }
  .l-fixedBtn__item:first-child {
    border-right: none;
  }
  .l-fixedBtn__item:first-child::after {
    content: "";
    position: absolute;
    width: 75%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f6f6f6;
  }
}

.c-media {
  display: flex;
  flex-wrap: wrap;
}
.c-media__detail {
  width: 100%;
}
.c-media__image {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .c-media__detail {
    width: 50%;
  }
  .c-media__image {
    width: 50%;
  }
}

.c-top-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-top-title__jpn {
  padding-right: 1em;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.c-top-title__eng {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--color-green);
}
@media screen and (min-width: 750px) {
  .c-top-title__jpn {
    font-size: 2.8rem;
  }
  .c-top-title__eng {
    font-size: 1.4rem;
  }
}

.c-text {
  font-size: 16px;
  line-height: 1.89;
}
.c-text__comment {
  font-size: 14px;
  font-weight: bold;
  color: #c00;
}
@media screen and (min-width: 750px) {
  .c-text {
    font-size: 1.8rem;
  }
  .c-text__comment {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-text__comment {
    font-size: 2.2rem;
  }
}

.c-postTitle {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.23;
  padding-bottom: 5px;
}
.c-postTitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-green);
}
@media screen and (min-width: 750px) {
  .c-postTitle {
    font-size: 2.4rem;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-postDetail {
  padding-bottom: 25px;
}
.c-postDetail__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.c-postDetail__wrapper + .c-postDetail__wrapper {
  padding-top: 10px;
}
.c-postDetail__title {
  width: 7em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.c-postDetail__textBox {
  width: 55vw;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .c-postDetail {
    padding-bottom: 37.5px;
  }
  .c-postDetail__title {
    width: 7em;
    font-size: 2rem;
  }
  .c-postDetail__textBox {
    width: calc((1200px - 7em) / 1200px * 100%);
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-postDetail {
    padding-bottom: 5rem;
  }
}

.c-fixedBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.c-fixedBtn__icon {
  width: 32px;
  height: auto;
  margin-right: clamp(10px, 2.6666666667vw, 20px);
}
.c-fixedBtn__text, .c-fixedBtn__text02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f6f6f6;
}
.c-fixedBtn__text02 {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .c-fixedBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
  }
  .c-fixedBtn__icon {
    width: 38px;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .c-fixedBtn__text, .c-fixedBtn__text02 {
    font-size: 16px;
  }
  .c-fixedBtn__text02 {
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 1.25;
  }
}

:root {
  --color-green: #00a26a;
  --color-lightgreen: #f6fff7;
  --color-lightbrown: #faf8f5;
  --color-blue: #3678E9;
}

/* ====== TOPページ　コンテンツ ====== */
.p-mainVisual {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  background-color: var(--color-lightbrown);
}
.p-mainVisual__image {
  max-width: 1200px;
  width: 100%;
}
.p-mainVisual__link {
  display: block;
}
.p-mainVisual__link:hover {
  opacity: 1;
}
@media screen and (min-width: 750px) {
  .p-mainVisual {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
  .p-mainVisual__image {
    width: 90%;
  }
}

.p-greeting__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-greeting__media {
  padding-top: 20px;
}
.p-greeting__mediaImage {
  max-width: 540px;
  width: 90%;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.p-greeting__mediaImage img {
  box-shadow: 20px 20px 0 0 #f6fff7;
}
@media screen and (min-width: 750px) {
  .p-greeting__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-greeting__media {
    justify-content: space-between;
    padding-top: 30px;
  }
  .p-greeting__mediaDetail {
    width: 53.3333333333%;
    padding-right: 4.1666666667%;
  }
  .p-greeting__mediaImage {
    max-width: 560px;
    width: 46.6666666667%;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-greeting__inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-greeting__media {
    padding-top: 4rem;
  }
}

.p-rg-information {
  background-color: var(--color-lightbrown);
}
.p-rg-information__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-rg-information__media {
  padding-top: 17.5px;
}
.p-rg-information__date {
  display: block;
  padding-top: 14px;
  font-size: 16px;
  line-height: 1.78;
}
.p-rg-information__textBox {
  padding-top: 15px;
}
.p-rg-information__textButton {
  width: 100%;
  padding-top: 20px;
  text-align: left;
}
.p-rg-information__textLink {
  padding-right: 25px;
  background-image: url(../images/icon/icon_arrowRight_black.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px auto;
  font-size: 16px;
  line-height: 1.78;
  color: #121212;
}
.p-rg-information__image {
  padding-top: 30px;
  width: 185px;
  margin-left: auto;
  margin-right: auto;
}
.p-rg-information__button {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
@media screen and (min-width: 750px) {
  .p-rg-information__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-rg-information__media {
    justify-content: space-between;
    align-items: center;
    padding-top: 26.25px;
  }
  .p-rg-information__detail {
    max-width: 878px;
    width: 73.1666666667%;
  }
  .p-rg-information__date {
    padding-top: 14px;
    font-size: 1.6rem;
  }
  .p-rg-information__textBox {
    padding-top: 3rem;
  }
  .p-rg-information__textButton {
    padding-top: 20px;
  }
  .p-rg-information__textLink {
    padding-right: 30px;
    font-size: 1.8rem;
    background-size: 12px auto;
  }
  .p-rg-information__image {
    padding-top: 0px;
    width: 18.5rem;
    margin-left: auto;
    margin-right: 0;
  }
  .p-rg-information__button {
    padding-top: 37.5px;
  }
}
@media screen and (min-width: 1024px) {
  .p-rg-information__inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-rg-information__media {
    padding-top: 5.5rem;
  }
  .p-rg-information__date {
    padding-top: 14px;
    font-size: 1.8rem;
  }
  .p-rg-information__textButton {
    padding-top: 2rem;
    text-align: right;
  }
  .p-rg-information__button {
    padding-top: 5rem;
  }
}

.p-top-information__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-top-information__button {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}
@media screen and (min-width: 750px) {
  .p-top-information__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-top-information__button {
    padding-top: 37.5px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-information__inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-top-information__button {
    padding-top: 5rem;
  }
}

.p-post-list {
  padding-top: 12.5px;
}
.p-post-list__item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}
.p-post-list__item:nth-of-type(odd) {
  background-color: #fafafa;
}
.p-post-list__dateCat {
  margin-top: 0 !important;
}
.p-post-list__date {
  padding-right: 10px;
  font-size: 14px;
  line-height: 2;
}
.p-post-list__cat {
  display: inline-block;
  min-width: 120px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  background-color: var(--color-green);
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #f9f9f9;
  text-decoration: none;
}
.p-post-list__cat.is-info {
  background-color: var(--color-green);
}
.p-post-list__cat.is-research {
  background-color: var(--color-blue);
}
.p-post-list__title {
  margin-top: 0 !important;
  padding-top: 5px;
}
.p-post-list__titleLink {
  font-size: 14px;
  line-height: 2;
  color: #121212;
}
@media screen and (min-width: 750px) {
  .p-post-list {
    padding-top: 18.75px;
  }
  .p-post-list__item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-post-list__date {
    padding-right: 15px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-post-list__cat {
    display: inline-block;
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .p-post-list__title {
    padding-top: 5px;
  }
  .p-post-list__titleLink {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .p-post-list {
    padding-top: 2.5rem;
  }
  .p-post-list__item {
    display: flex;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-post-list__date {
    padding-right: 2rem;
  }
  .p-post-list__cat {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    font-size: 1.4rem;
  }
  .p-post-list__title {
    padding-top: 0px;
    padding-left: 3rem;
  }
}

.p-top-pageLink {
  background-color: var(--color-lightbrown);
}
.p-top-pageLink__inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-top-pageLink__list {
  margin-top: -2.6666666667vw;
  margin-right: -2.6666666667vw;
}
.p-top-pageLink__item {
  width: calc(50% - 2.6666666667vw);
  margin-top: 2.6666666667vw;
  margin-right: 2.6666666667vw;
}
.p-top-pageLink__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  border: solid 1px #f2f2f2;
  background-color: var(--color-green);
  text-decoration: none;
}
.p-top-pageLink__title, .p-top-pageLink__title--small {
  display: block;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.73;
  color: #fafafa;
}
.p-top-pageLink__title--small {
  font-size: 3.7333333333vw;
  color: #fafafa;
  line-height: 1.92;
}
.p-top-pageLink__icon {
  display: block;
  margin-top: auto;
  padding-top: 10px;
  max-width: 120px;
  width: 16vw;
}
.p-top-pageLink__comment {
  padding-top: 5px;
}
@media screen and (min-width: 750px) {
  .p-top-pageLink__inner {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
  .p-top-pageLink__list {
    margin-top: 0;
    margin-right: 0;
  }
  .p-top-pageLink__item {
    max-width: 285px;
    width: 23.75%;
    margin-top: 0;
    margin-right: 0;
  }
  .p-top-pageLink__item + .p-top-pageLink__item {
    margin-left: 1.6666666667%;
  }
  .p-top-pageLink__link {
    padding-top: 18.75px;
    padding-bottom: 18.75px;
  }
  .p-top-pageLink__title, .p-top-pageLink__title--small {
    font-size: 2.34375vw;
  }
  .p-top-pageLink__title--small {
    font-size: 1.953125vw;
  }
  .p-top-pageLink__icon {
    padding-top: 15px;
    max-width: 120px;
    width: 12vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-pageLink__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .p-top-pageLink__list {
    margin-top: 0;
    margin-right: 0;
  }
  .p-top-pageLink__item {
    max-width: 285px;
    width: 23.75%;
    margin-top: 0;
    margin-right: 0;
  }
  .p-top-pageLink__item + .p-top-pageLink__item {
    margin-left: 1.6666666667%;
  }
  .p-top-pageLink__link {
    padding-top: 18.75px;
    padding-bottom: 18.75px;
  }
  .p-top-pageLink__title, .p-top-pageLink__title--small {
    font-size: 2.6rem;
  }
  .p-top-pageLink__title--small {
    font-size: 2.2rem;
  }
  .p-top-pageLink__icon {
    padding-top: 15px;
    max-width: 120px;
    width: 12vw;
  }
  .p-top-pageLink__comment {
    padding-top: 8px;
  }
}

.p-top-banner__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-top-banner__list {
  margin-left: -2.6666666667vw;
  margin-top: -2.6666666667vw;
}
.p-top-banner__item {
  max-width: 390px;
  width: calc(50% - 2.6666666667vw);
  margin-top: 2.6666666667vw;
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 750px) {
  .p-top-banner__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-top-banner__list {
    margin-left: -2vw;
    margin-top: -2vw;
  }
  .p-top-banner__item {
    max-width: 390px;
    width: calc(33.3333333333% - 2vw);
    margin-top: 2vw;
    margin-left: 2vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-banner__inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-top-banner__list {
    margin-left: -1.25%;
    margin-top: -1.25%;
  }
  .p-top-banner__item {
    max-width: 390px;
    width: 32.0833333333%;
    margin-top: 1.25%;
    margin-left: 1.25%;
  }
}

.privacy-contents .page-contents__numberList {
  margin-top: 20px;
  margin-left: 1.5em;
}
.privacy-contents .page-contents__numberItem {
  line-height: 1.6;
}
.privacy-contents .page-contents__numberItem .page-contents__numberList {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 1.5em;
}
@media screen and (min-width: 750px) {
  .privacy-contents .page-contents__numberList {
    margin-top: 3rem;
  }
  .privacy-contents .page-contents__numberItem {
    line-height: 1.8;
  }
  .privacy-contents .page-contents__numberItem .page-contents__numberList {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.page-contents {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.page-contents__titleText {
  position: relative;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.page-contents__titleText::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #cdd6dd;
}
.page-contents__titleText:not(:first-child) {
  margin-top: 60px;
}
.page-contents__titleText + .page-contents__textArea {
  padding-top: 20px;
}
.page-contents__titleText span::after {
  content: "・";
}
.page-contents__titleText span {
  display: inline-block;
}
.page-contents__titleText span:last-of-type::after {
  content: "";
}
.page-contents__subTitleText {
  position: relative;
  padding-left: 10px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.page-contents__subTitleText::before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  margin: auto;
  width: 2px;
  height: 100%;
  background-color: #00a26a;
}
.page-contents__subTitleText + .page-contents__textArea {
  padding-top: 15px;
}
.page-contents__text {
  font-size: 16px;
  line-height: 1.6;
}
.page-contents__text--small {
  font-size: 12px;
}
.page-contents__text--change {
  margin-top: 1em;
  text-align: right;
}
.page-contents__text:not(:first-child) {
  margin-top: 1em;
}
.page-contents__borderBox {
  width: 100%;
  min-height: 160px;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border: solid 10px #f0f3f5;
  background-color: #fff;
}
.page-contents__dottedList {
  margin-left: 1em;
  margin-top: 40px;
}
.page-contents__dottedItem {
  display: flex;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.8;
}
.page-contents__dottedItem::before {
  content: "●";
  color: #98a6b5;
  font-size: 10px;
  line-height: 1.2;
  padding-top: 0.3em;
  padding-right: 5px;
}
.page-contents__numberList {
  margin-left: 2.5em;
  margin-top: 40px;
}
.page-contents__numberItem {
  list-style: decimal;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.89;
}
.page-contents__parenthesesNumberList {
  margin-top: 1em;
  margin-left: 0em;
  list-style-type: none;
  counter-reset: cnt;
}
.page-contents__parenthesesNumberList .page-contents__noStyleInnerList {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}
.page-contents__parenthesesNumberItem {
  display: flex;
  counter-increment: cnt;
  font-size: 16px;
  line-height: 1.45;
}
.page-contents__parenthesesNumberItem::before {
  content: counter(cnt) "）";
  display: inline-block;
  margin-left: 0;
}
.page-contents__parenthesesNumberItem:not(:first-child) {
  margin-top: 8px;
}
.page-contents__noStyleInnerItem {
  font-size: 16px;
  line-height: 1.45;
}
.page-contents__noStyleInnerItem:not(:first-child) {
  margin-top: 8px;
}
.page-contents__table {
  margin-top: 40px;
  border-top: solid 2px #98a6b5;
}
.page-contents__table tr {
  border-bottom: solid 1px #98a6b5;
}
.page-contents__tableTitle {
  display: block;
  width: 100%;
  text-align: left;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65;
}
.page-contents__tableDetail {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1.65;
}
.page-contents__buttonSubmit {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  position: relative;
  max-width: 160px;
  width: 100%;
  max-height: 60px;
  height: 45px;
  border-radius: 8px;
  background-color: #00a26a;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fafafa;
  text-decoration: none;
}
.page-contents__buttonSubmit::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 9.5px;
  top: 0;
  bottom: 0;
  right: 2.2rem;
  margin: auto;
  background-image: url(../images/icon/icon_arrowRight_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page-contents__buttonBack {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  position: relative;
  max-width: 120px;
  width: 100%;
  max-height: 60px;
  height: 45px;
  margin-right: 10px;
  border-radius: 8px;
  background-color: #e5e5e5;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  text-decoration: none;
}
.page-contents__buttonBack::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 9.5px;
  top: 0;
  bottom: 0;
  right: 2.2rem;
  margin: auto;
  background-image: url(../images/icon/icon_arrowRight_black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page-contents .mailinglist_form {
  margin-top: 25px;
}
.page-contents .mailinglist_form input[type=text] {
  border: 1px solid #d5d5d5;
  background-color: #fff;
  width: 50%;
  height: 45px;
  margin-right: 1em;
}
.page-contents .mailinglist_form input[type=button] {
  border: 1px solid #d5d5d5;
  width: 26.6666666667vw;
  height: 45px;
  font-size: 14px;
}
@media screen and (min-width: 750px) {
  .page-contents__titleText {
    padding-bottom: 3.2rem;
    font-size: 3rem;
  }
  .page-contents__titleText:not(:first-child) {
    margin-top: 8rem;
  }
  .page-contents__titleText + .page-contents__textArea {
    padding-top: 30px;
  }
  .page-contents__subTitleText {
    padding-left: 2rem;
    margin-top: 5.6rem;
    font-size: 2.4rem;
  }
  .page-contents__subTitleText::before {
    width: 4px;
  }
  .page-contents__text {
    font-size: 1.8rem;
    line-height: 1.89;
  }
  .page-contents__text--small {
    font-size: 1.6rem;
  }
  .page-contents__text--change {
    margin-top: 3rem;
    text-align: right;
  }
  .page-contents__text:not(:first-child) {
    margin-top: 3rem;
  }
  .page-contents__borderBox {
    width: 100%;
    min-height: 23.6rem;
    margin-top: 8rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    border: solid 10px #f0f3f5;
  }
  .page-contents__dottedList {
    margin-left: 1em;
    margin-top: 8rem;
  }
  .page-contents__dottedItem {
    margin-top: 0.2rem;
    font-size: 1.8rem;
  }
  .page-contents__dottedItem::before {
    font-size: 1.4rem;
    padding-top: 0.6em;
    padding-right: 0.6rem;
  }
  .page-contents__numberList {
    margin-left: 2.5em;
    margin-top: 8rem;
  }
  .page-contents__numberItem {
    margin-top: 0.2rem;
    font-size: 1.8rem;
  }
  .page-contents__parenthesesNumberList {
    margin-top: 3rem;
  }
  .page-contents__parenthesesNumberItem {
    font-size: 1.8rem;
  }
  .page-contents__parenthesesNumberItem:not(:first-child) {
    margin-top: 0.8rem;
  }
  .page-contents__noStyleInnerItem {
    font-size: 1.8rem;
  }
  .page-contents__noStyleInnerItem:not(:first-child) {
    margin-top: 0.8rem;
  }
  .page-contents__table {
    margin-top: 8rem;
  }
  .page-contents__tableTitle {
    display: table-cell;
    width: 20%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.8rem;
  }
  .page-contents__tableDetail {
    display: table-cell;
    width: 80%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 16px;
    line-height: 1.65;
  }
  .page-contents__buttonSubmit {
    max-width: 240px;
    width: 100%;
    max-height: 60px;
    height: 60px;
    font-size: 2rem;
  }
  .page-contents__buttonSubmit::after {
    width: 9px;
    height: 14.25px;
  }
  .page-contents__buttonBack {
    max-width: 180px;
    max-height: 60px;
    height: 60px;
    font-size: 2rem;
    margin-right: 20px;
  }
  .page-contents__buttonBack::after {
    width: 9px;
    height: 14.25px;
  }
  .page-contents .mailinglist_form {
    margin-top: 37.5px;
  }
  .page-contents .mailinglist_form input[type=button] {
    width: 20rem;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .page-contents__titleText {
    padding-bottom: 3.2rem;
    font-size: 3rem;
  }
  .page-contents__titleText:not(:first-child) {
    margin-top: 8rem;
  }
  .page-contents__titleText + .page-contents__textArea {
    padding-top: 4rem;
  }
  .page-contents__subTitleText {
    padding-left: 2rem;
    margin-top: 5.6rem;
    font-size: 2.4rem;
  }
  .page-contents__subTitleText::before {
    width: 4px;
  }
  .page-contents__subTitleText + .page-contents__textArea {
    padding-top: 3rem;
  }
  .page-contents__buttonSubmit::after {
    width: 1.2rem;
    height: 1.9rem;
  }
  .page-contents__buttonBack::after {
    width: 1.2rem;
    height: 1.9rem;
  }
  .page-contents .mailinglist_form {
    margin-top: 5rem;
  }
}

.post-contents__postTitleBody {
  position: relative;
  padding-bottom: 10px;
}
.post-contents__postTitleBody:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  z-index: 9;
}
.post-contents__postTitleText {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.33;
}
.post-contents__postTitleTextInner {
  position: relative;
  padding-right: 5px;
  padding-bottom: 12px;
}
.post-contents__postTitleTextInner:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00a26a;
  z-index: 10;
}
.post-contents__dateCategory {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.post-contents__date {
  font-size: 16px;
}
.post-contents__category {
  margin-left: 10px;
}
.post-contents__categoryLink {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  color: #fafafa;
  background-color: #00a26a;
  text-decoration: none;
}
.post-contents__categoryLink.is-info {
  background-color: var(--color-green);
}
.post-contents__categoryLink.is-research {
  background-color: var(--color-blue);
}
.post-contents__wrapper {
  margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: 2px solid #121212;
}
.post-contents__wrapper h2 {
  position: relative;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.post-contents__wrapper h2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #cdd6dd;
}
.post-contents__wrapper h2:not(:first-child) {
  margin-top: 60px;
}
.post-contents__wrapper h3 {
  position: relative;
  padding-left: 10px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.post-contents__wrapper h3::before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  margin: auto;
  width: 2px;
  height: 100%;
  background-color: #00a26a;
}
.post-contents__wrapper h4 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.post-contents__wrapper p {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 1.6;
}
.post-contents__wrapper blockquote {
  width: 100%;
  min-height: 160px;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border: solid 10px #f0f3f5;
  background-color: #fff;
}
.post-contents__wrapper ul {
  margin-left: 1em;
  margin-top: 40px;
}
.post-contents__wrapper ul li {
  display: flex;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.8;
}
.post-contents__wrapper ul li::before {
  content: "●";
  color: #98a6b5;
  font-size: 10px;
  line-height: 1.2;
  padding-top: 0.6em;
  padding-right: 5px;
}
.post-contents__wrapper ol {
  margin-left: 2.5em;
  margin-top: 40px;
}
.post-contents__wrapper ol li {
  list-style: decimal;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.89;
}
.post-contents__wrapper table {
  margin-top: 40px;
  border-top: solid 2px #98a6b5;
}
.post-contents__wrapper table tr {
  border-bottom: solid 1px #98a6b5;
}
.post-contents__wrapper table th {
  display: block;
  width: 100%;
  text-align: left;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65;
}
.post-contents__wrapper table td {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1.65;
}
.post-contents__button {
  display: flex;
  justify-content: center;
  padding-top: 6rem;
}
@media screen and (min-width: 750px) {
  .post-contents__postTitleBody {
    padding-bottom: 1.4rem;
  }
  .post-contents__postTitleText {
    font-size: 3.6rem;
  }
  .post-contents__postTitleTextInner {
    padding-right: 1rem;
    padding-bottom: 1.4rem;
  }
  .post-contents__dateCategory {
    margin-top: 2rem;
  }
  .post-contents__date {
    font-size: 1.8rem;
  }
  .post-contents__category {
    margin-left: 2rem;
  }
  .post-contents__categoryLink {
    min-width: 10rem;
    height: 3.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.6rem;
  }
  .post-contents__wrapper {
    margin-top: 8rem;
    padding-bottom: 10rem;
  }
  .post-contents__wrapper h2 {
    padding-bottom: 3.2rem;
    font-size: 3rem;
  }
  .post-contents__wrapper h2:not(:first-child) {
    margin-top: 8rem;
  }
  .post-contents__wrapper h3 {
    padding-left: 2rem;
    margin-top: 5.6rem;
    font-size: 2.4rem;
  }
  .post-contents__wrapper h3::before {
    width: 4px;
  }
  .post-contents__wrapper h4 {
    margin-top: 5rem;
    font-size: 1.8rem;
  }
  .post-contents__wrapper p {
    margin-top: 1.5em;
    font-size: 1.8rem;
    line-height: 1.85;
  }
  .post-contents__wrapper blockquote {
    width: 100%;
    min-height: 23.6rem;
    margin-top: 8rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    border: solid 10px #f0f3f5;
  }
  .post-contents__wrapper ul {
    margin-left: 1em;
    margin-top: 8rem;
  }
  .post-contents__wrapper ul li {
    margin-top: 0.2rem;
    font-size: 1.8rem;
  }
  .post-contents__wrapper ul li::before {
    font-size: 1.4rem;
    padding-top: 0.6em;
    padding-right: 0.6rem;
  }
  .post-contents__wrapper ol {
    margin-left: 2.5em;
    margin-top: 8rem;
  }
  .post-contents__wrapper ol li {
    margin-top: 0.2rem;
    font-size: 1.8rem;
  }
  .post-contents__wrapper table {
    margin-top: 8rem;
  }
  .post-contents__wrapper table th {
    display: table-cell;
    width: 20%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.8rem;
  }
  .post-contents__wrapper table td {
    display: table-cell;
    width: 80%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 16px;
    line-height: 1.65;
  }
}

.sitemap-contents__item:not(:first-child) {
  margin-top: 16.5px;
}
.sitemap-contents__itemLink {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  text-align: left;
  color: #121212;
  text-decoration: none;
}
.sitemap-contents__itemLink::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #00a26a;
}
.sitemap-contents__child {
  margin-top: 10px;
  margin-left: 26px;
}
.sitemap-contents__childItem {
  margin-top: 10px;
}
.sitemap-contents__childItemLink {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: #121212;
  text-decoration: none;
}
.sitemap-contents__childItemLink::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #919191;
}
@media screen and (min-width: 750px) {
  .sitemap-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .sitemap-contents__list {
    width: 50%;
  }
  .sitemap-contents__item:not(:first-child) {
    margin-top: 2.2rem;
  }
  .sitemap-contents__itemLink {
    padding-left: 3.4rem;
    font-size: 1.8rem;
  }
  .sitemap-contents__itemLink::before {
    top: 1rem;
    left: 0;
    width: 2rem;
    height: 2px;
  }
  .sitemap-contents__child {
    margin-top: 1.5rem;
    margin-left: 3.6rem;
  }
  .sitemap-contents__childItem {
    margin-top: 1.4rem;
  }
  .sitemap-contents__childItemLink {
    padding-left: 2.2rem;
    font-size: 1.6rem;
  }
  .sitemap-contents__childItemLink::before {
    top: 1.1rem;
    left: 0;
    width: 1rem;
  }
}

.score-contents__wrapper + .score-contents__wrapper {
  padding-top: 75px;
}
@media screen and (min-width: 750px) {
  .score-contents__wrapper + .score-contents__wrapper {
    padding-top: 10rem;
  }
}

.program-contents__list {
  margin-top: 25px;
}
.program-contents__item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 34px;
  border-bottom: 1px solid #707070;
}
.program-contents__titleText {
  position: relative;
}
.program-contents__titleText::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -30px;
  width: 14px;
  height: 14px;
  background-color: #00a26a;
}
.program-contents__titleTextLink {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #3b4043;
}
.program-contents__indexText {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.program-contents__text {
  font-size: 16px;
  line-height: 1.4;
}
.program-contents__detail {
  margin-top: 10px;
}
.program-contents__detailWrapper {
  display: flex;
  flex-wrap: wrap;
}
.program-contents__detailTitle {
  width: 4em;
  font-size: 13.5px;
  line-height: 2;
}
.program-contents__detailText {
  font-size: 13.5px;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .program-contents__list {
    margin-top: 2.5rem;
  }
  .program-contents__item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3.4rem;
  }
  .program-contents__titleText::before {
    top: 0.7rem;
    left: -3rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .program-contents__titleTextLink {
    font-size: 2rem;
  }
  .program-contents__indexText {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .program-contents__text {
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .program-contents__detail {
    margin-top: 2rem;
  }
  .program-contents__detailTitle {
    width: 4em;
    font-size: 1.8rem;
    line-height: 2;
  }
  .program-contents__detailText {
    font-size: 1.8rem;
  }
}

.onDemand-contents__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.onDemand-contents__item {
  max-width: 392px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.onDemand-contents__item:nth-of-type(n+2) {
  margin-top: 25px;
}
.onDemand-contents__movie {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.onDemand-contents__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.onDemand-contents__text {
  margin-top: 14px;
  text-align: center;
}
.onDemand-contents__textLink {
  font-weight: bold;
  font-size: 18px;
  color: #3b4043;
}
@media screen and (min-width: 576px) {
  .onDemand-contents__item {
    max-width: none;
    width: calc(50% - 6.5px);
    margin-left: 0;
    margin-right: 13px;
  }
  .onDemand-contents__item:nth-of-type(n+2) {
    margin-top: 0px;
  }
  .onDemand-contents__item:nth-of-type(n+3) {
    margin-top: 25px;
  }
  .onDemand-contents__item:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .onDemand-contents__item {
    max-width: 390px;
    width: 32.5%;
    margin-right: 1.0833333333%;
  }
  .onDemand-contents__item:nth-of-type(n+2) {
    margin-top: 0px;
  }
  .onDemand-contents__item:nth-of-type(n+3) {
    margin-top: 0px;
  }
  .onDemand-contents__item:nth-of-type(n+4) {
    margin-top: 25px;
  }
  .onDemand-contents__item:nth-of-type(2n+2) {
    margin-right: 1.0833333333%;
  }
  .onDemand-contents__item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}

.link-contents__column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.link-contents__wrapper {
  width: 100%;
  padding-right: 0;
}
.link-contents__list {
  padding-top: 15px;
  padding-left: 15px;
}
.link-contents__item {
  list-style-type: disc;
  margin-left: 1.5em;
}
.link-contents__item:not(:first-child) {
  padding-top: 8px;
}
.link-contents__link {
  font-size: 16px;
  color: black;
}
@media screen and (min-width: 750px) {
  .link-contents__wrapper {
    width: 50%;
    padding-right: 0;
  }
  .link-contents__item {
    list-style-type: disc;
    margin-left: 1.5em;
  }
  .link-contents__item:not(:first-child) {
    padding-top: 10px;
  }
  .link-contents__link {
    font-size: 1.8rem;
  }
}

.contact-contents__secretariat {
  padding-top: 20px;
}
.contact-contents__secretariatName {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.89;
}
.contact-contents__secretariatAddress {
  font-size: 16px;
  line-height: 1.89;
}
.contact-contents__form {
  padding-top: 25px;
}
.contact-contents__formWrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.contact-contents__title {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.89;
  text-align: left;
  color: #121212;
}
.contact-contents__title .required {
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: #d11e1e;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fffefe;
}
.contact-contents__detail {
  width: 100%;
  padding-top: 7.5px;
}
.contact-contents__detail input {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border: solid 1px #cdd6dd;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}
.contact-contents__detail textarea {
  width: 100%;
  height: 157.5px;
  padding: 5px;
  border: solid 1px #cdd6dd;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}
.contact-contents__detail ::-moz-placeholder {
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  color: #d5d5d5;
}
.contact-contents__detail ::placeholder {
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  color: #d5d5d5;
}
.contact-contents__button {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}
@media screen and (min-width: 750px) {
  .contact-contents__secretariat {
    padding-top: 30px;
  }
  .contact-contents__secretariatName {
    font-size: 2rem;
  }
  .contact-contents__secretariatAddress {
    font-size: 1.8rem;
  }
  .contact-contents__form {
    padding-top: 37.5px;
  }
  .contact-contents__formWrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 22.5px;
  }
  .contact-contents__title {
    width: 30%;
    font-size: 1.8rem;
    padding-top: 1rem;
  }
  .contact-contents__detail {
    width: 70%;
    padding-top: 0;
  }
  .contact-contents__detail input {
    height: 5rem;
  }
  .contact-contents__detail textarea {
    height: 21rem;
  }
  .contact-contents__button {
    padding-top: 52.5px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-contents__secretariat {
    padding-top: 4rem;
  }
  .contact-contents__secretariatName {
    font-size: 2rem;
  }
  .contact-contents__secretariatAddress {
    font-size: 1.8rem;
  }
  .contact-contents__form {
    padding-top: 5rem;
  }
  .contact-contents__formWrapper {
    padding-top: 3rem;
  }
  .contact-contents__title {
    width: 30%;
    font-size: 1.8rem;
  }
  .contact-contents__detail {
    width: 70%;
  }
  .contact-contents__button {
    padding-top: 7rem;
  }
}

.register-contents__table {
  width: 100%;
  table-layout: fixed;
}
.register-contents__table tr {
  border-bottom: 1px solid #707070;
}
.register-contents__table tr:nth-of-type(odd) {
  background-color: #fafafa;
}
.register-contents__thead {
  display: none;
}
.register-contents__tbodyNoTitle {
  display: none;
}
.register-contents__tbodyTitle {
  display: block;
  width: 100%;
  background-color: #00a26a;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  color: #fffefe;
}
.register-contents__tbodyDetail01 {
  display: inline-block;
  width: 35%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 16px;
}
.register-contents__tbodyDetail02 {
  display: inline-block;
  width: 65%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1em;
  font-size: 12px;
}
@media screen and (min-width: 750px) {
  .register-contents__table {
    width: 100%;
    table-layout: fixed;
  }
  .register-contents__table tr {
    border-bottom: 1px solid #707070;
  }
  .register-contents__table tr:nth-of-type(odd) {
    background-color: #fafafa;
  }
  .register-contents__thead {
    display: table-header-group;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fffefe;
    text-align: left;
  }
  .register-contents__theadTitle00 {
    display: table-cell;
    width: 20%;
    background-color: #00a26a;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .register-contents__theadTitle01 {
    display: table-cell;
    width: 20%;
    background-color: #00a26a;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .register-contents__theadTitle02 {
    display: table-cell;
    width: 60%;
    background-color: #00a26a;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .register-contents__tbodyNoTitle {
    display: table-cell;
    width: 20%;
  }
  .register-contents__tbodyTitle {
    display: table-cell;
    width: 20%;
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.1;
    color: #121212;
  }
  .register-contents__tbodyDetail01 {
    display: table-cell;
    width: 20%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.6rem;
  }
  .register-contents__tbodyDetail02 {
    display: table-cell;
    width: 60%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .register-contents__thead {
    display: table-header-group;
    width: 100%;
    font-size: 1.8rem;
  }
  .register-contents__theadTitle00 {
    width: 20%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .register-contents__theadTitle01 {
    width: 20%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .register-contents__theadTitle02 {
    width: 60%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .register-contents__tbodyNoTitle {
    display: table-cell;
    width: 20%;
  }
  .register-contents__tbodyTitle {
    width: 20%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.8rem;
  }
  .register-contents__tbodyDetail01 {
    width: 20%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.8rem;
  }
  .register-contents__tbodyDetail02 {
    display: table-cell;
    width: 60%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .register-contents__theadTitle00 {
    width: 200px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
  .register-contents__theadTitle01 {
    width: 200px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .register-contents__theadTitle02 {
    width: 900px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .register-contents__tbodyNoTitle {
    display: table-cell;
    width: 200px;
  }
  .register-contents__tbodyTitle {
    width: 200px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .register-contents__tbodyDetail01 {
    width: 200px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.8rem;
  }
  .register-contents__tbodyDetail02 {
    display: table-cell;
    width: 900px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.8rem;
  }
}

.access-contents__textAera {
  padding-top: 20px;
}
.access-contents__postNumber {
  font-size: 16px;
  line-height: 1.89;
  color: #3b4043;
}
.access-contents__text {
  word-break: break-all;
  font-size: 16px;
  line-height: 1.89;
  color: #3b4043;
}
.access-contents__mapBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 57.3333333333%;
  margin-top: 25px;
}
.access-contents__mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .access-contents__textAera {
    padding-top: 30px;
  }
  .access-contents__postNumber {
    font-size: 1.8rem;
  }
  .access-contents__text {
    font-size: 1.8rem;
  }
  .access-contents__mapBox {
    padding-top: 322.5px;
    margin-top: 37.5px;
  }
}
@media screen and (min-width: 1280px) {
  .access-contents__textAera {
    padding-top: 4rem;
  }
  .access-contents__mapBox {
    padding-top: 43rem;
    margin-top: 5rem;
  }
}

:root {
  --border-color: #707070;
}

.p-pagenation__list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.p-pagenation__item {
  margin-right: 1.5em;
}
.p-pagenation__itemLink {
  font-size: 14px;
}
.p-pagenation__itemNoLink {
  font-size: 14px;
  font-weight: bold;
}
.p-pagenation__prev {
  display: flex;
  align-items: center;
  width: 15px;
  height: 1em;
  margin-right: 1.5rem;
}
.p-pagenation__prevLink {
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
  transform: rotate(45deg);
}
.p-pagenation__next {
  display: flex;
  align-items: center;
  width: 15px;
  height: 1em;
}
.p-pagenation__nextLink {
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
  transform: rotate(-135deg);
}
@media screen and (min-width: 750px) {
  .p-pagenation__list {
    padding-top: 45px;
  }
  .p-pagenation__item {
    margin-right: 2em;
  }
  .p-pagenation__itemLink {
    font-size: 1.6rem;
  }
  .p-pagenation__itemNoLink {
    font-size: 1.6rem;
  }
  .p-pagenation__prev {
    width: 2rem;
    height: 1em;
    margin-right: 2rem;
  }
  .p-pagenation__prevLink {
    width: 1.2rem;
    height: 1.2rem;
  }
  .p-pagenation__next {
    width: 2rem;
  }
  .p-pagenation__nextLink {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 750px) {
  .p-pagenation__list {
    padding-top: 6rem;
  }
}

.abstract h3 {
  margin-bottom: 1em;
}
.abstract-contents p, .abstract-contents li {
  font-size: 16px;
  line-height: 1.6;
}
.abstract-contents p:not(:first-child), .abstract-contents li:not(:first-child) {
  margin-top: 1em;
}
@media screen and (min-width: 750px) {
  .abstract-contents p, .abstract-contents li {
    font-size: 1.8rem;
    line-height: 1.89;
  }
}
.abstract-contents p p, .abstract-contents li p {
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .abstract-contents a {
    font-size: 1.75rem;
  }
}
.abstract-contents ol {
  counter-reset: mycounter;
}
.abstract-contents ol > li {
  position: relative;
  padding-left: 1.75em;
  counter-increment: mycounter;
}
.abstract-contents ol > li::before {
  content: counter(mycounter) ".";
  position: absolute;
  left: 0;
}/*# sourceMappingURL=style.css.map */