@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,100&display=swap");
.contentWhite {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .spFlexTop {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .spFlexCenter {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .spFlexBottom {
    order: 3;
  }
}

.onlyPc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .onlyPc {
    display: none !important;
  }
}

.onlySp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .onlySp {
    display: block !important;
  }
}

.spacer--narrow {
  margin-bottom: 12px !important;
}

.spacer--wide {
  margin-bottom: 50px !important;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #008d54;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

br {
  letter-spacing: 0;
}

img {
  border: 0 none;
}

abbr {
  border: none;
}

input,
select,
textarea {
  vertical-align: middle;
}

textarea {
  padding: 1px;
}

table,
td,
th {
  padding: 0;
  border: none;
  border-collapse: separate;
}

ul,
ol,
li {
  list-style: none;
}

.content {
  max-width: 1310px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .content {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
  }
}

.jumbotron {
  position: relative;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  min-height: 370px;
  height: 370px;
  margin-bottom: 80px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(36, 19, 1, 0.3);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .jumbotron--leftSide {
    background-position: left;
  }
}

@media screen and (max-width: 768px) {
  .jumbotron--rightSide {
    background-position: right;
  }
}

.jumbotron--notFilter::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .jumbotron {
    min-height: 200px;
    height: 200px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}

.jumbotron--noMargin {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .jumbotron--noMargin {
    margin: 0;
  }
}

.jumbotron__feature {
  position: absolute;
  top: 50%;
  right: 30px;
  max-width: 400px;
  width: 100%;
  height: calc(100% - 40px);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .jumbotron__feature {
    display: none;
  }
}

.jumbotron__wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 1310px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  margin: 0 auto;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .jumbotron__wrapper {
    align-items: normal;
    margin-bottom: 8px;
    padding-top: 30px;
  }
}

.jumbotron__inner > *:last-child {
  margin-bottom: 0;
}

.jumbotron__inner--wide {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .jumbotron__inner--wide {
    margin-bottom: 0;
  }
}

.jumbotron__title {
  width: 100%;
  margin-bottom: 1.5px;
  font-size: 4.2rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-shadow: 0 0 10px #808080;
}

@media screen and (max-width: 768px) {
  .jumbotron__title {
    margin-bottom: 5px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .jumbotron__title--spSmall {
    margin-top: 4.5px;
    font-size: 1.6rem;
  }
}

.jumbotron__label {
  width: 100%;
  margin-bottom: 7.5px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-shadow: 0 0 10px #808080;
}

@media screen and (max-width: 768px) {
  .jumbotron__label {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}

.headingWrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.headingWrapper > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .headingWrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.headingWrapper__title {
  font-size: 4.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
}

@media screen and (max-width: 768px) {
  .headingWrapper__title {
    font-size: 2.8rem;
  }
}

.headingWrapper__text {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .headingWrapper__text {
    font-size: 1.4rem;
  }
}

.type1Heading {
  margin-top: 64px;
  margin-bottom: 25px;
  font-size: 2.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .type1Heading {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 1.8;
  }
}

.type2Heading {
  position: relative;
  margin-top: 64px;
  margin-bottom: 64px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .type2Heading {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 8px;
  }
}

.type2Heading--noBorder {
  padding-bottom: 0;
}

.type2Heading--noBorder .type2Heading__title::after {
  content: none;
}

.type2Heading--noBorder .type2Heading__title {
  padding-bottom: 0;
}

.type2Heading--narrow {
  margin-top: 40px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .type2Heading--narrow {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

.type2Heading__title {
  position: relative;
  padding-bottom: 10px;
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .type2Heading__title {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}

.type2Heading__title::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #008d54;
}

.type3Heading {
  position: relative;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-bottom: 10px;
  text-align: center;
}

.type3Heading::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #008d54;
}

@media screen and (max-width: 768px) {
  .type3Heading {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 8px;
  }
}

.type3Heading__title {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .type3Heading__title {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}

.type3Heading__subTitle {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .type3Heading__subTitle {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.type4Heading {
  border-bottom: 1px solid #008d54;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .type4Heading {
    margin-top: 25px;
    margin-bottom: 16px;
  }
}

.type4Heading__title {
  font-size: 2.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .type4Heading__title {
    font-size: 2rem;
    line-height: 2;
  }
}

.type4Heading__link {
  display: inline-block;
}

.type4Heading__link--arrowAfter::after {
  content: '';
  position: relative;
  top: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}

.type5Heading {
  margin-top: 32px;
  margin-bottom: 32px;
}

.type5Heading > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .type5Heading {
    margin-top: 25px;
    margin-bottom: 16px;
  }
}

.type5Heading__title {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 23px;
}

.type5Heading__title--alignCenter {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .type5Heading__title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.type5Heading__subTitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .type5Heading__subTitle {
    line-height: 1.5;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.type5Heading__text {
  font-size: 1.8rem;
  line-height: 1.77778;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .type5Heading__text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}

.type6Heading {
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .type6Heading {
    display: block;
    margin-top: 25px;
    margin-bottom: 16px;
  }
}

.type6Heading__title {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .type6Heading__title {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.type6Heading__label {
  display: inline-block;
  margin-right: 21px;
}

@media screen and (max-width: 768px) {
  .type6Heading__label {
    margin-bottom: 12px;
  }
}

.type6Heading__labelText {
  display: inline-block;
  padding: 10px 0;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #d2efe3;
}

@media screen and (max-width: 768px) {
  .type6Heading__labelText {
    padding: 6px 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.type7Heading {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .type7Heading {
    margin-top: 25px;
    margin-bottom: 16px;
  }
}

.type7Heading__title {
  font-size: 22px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .type7Heading__title {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}

.headingLevel2 {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.headingLevel2__text {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  letter-spacing: 1.5px;
}

.headingLevel2__text--border::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #008d54;
}

@media screen and (max-width: 768px) {
  .headingLevel2__text {
    font-size: 3rem;
  }
}

.tiles {
  display: flex;
  flex-wrap: wrap;
}

.tiles--col2 .tiles__item {
  width: 46.875%;
  margin-right: 6.25%;
}

@media screen and (max-width: 768px) {
  .tiles--col2 .tiles__item {
    width: 100%;
    margin-right: 0;
  }
}

.tiles--col2 .tiles__item:nth-of-type(2n) {
  margin-right: 0;
}

.tiles--col3 .tiles__item {
  width: 28.90625%;
  margin-right: 6.64063%;
}

@media screen and (max-width: 768px) {
  .tiles--col3 .tiles__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
}

.tiles--col3 .tiles__item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .tiles--col4 {
    justify-content: space-between;
  }
}

.tiles--col4 .tiles__item {
  width: 23.4375%;
  margin-right: 2.03125%;
}

@media screen and (max-width: 768px) {
  .tiles--col4 .tiles__item {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-right: 0;
  }
}

.tiles--col4 .tiles__item:nth-of-type(4n) {
  margin-right: 0;
}

/* .tiles--columnCenter {
  justify-content: center;
} */

.tiles .tile__imgWrapper {
  width: 100%;
}

.tilesNarrow {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .tilesNarrow--col3 {
    justify-content: space-between;
  }
}

.tilesNarrow--col3 .tile {
  width: 26.66667%;
  margin-right: 10%;
}

.tilesNarrow--col3 .tile:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .tilesNarrow--col3 .tile {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-right: 0;
  }
}

.tile {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .tile {
    display: block;
    margin-bottom: 20px;
  }
}

.tile:hover .zoomImg__img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.tile:hover .textLinkTitle {
  border-color: #008d54;
}

.tile:hover .textLink__text {
  color: #008d54;
  border-color: #008d54;
}

.tile > *:last-child {
  margin-bottom: 0;
}

.tile__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 0;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .tile__caption {
    font-size: 1.8rem;
  }
}

.tile__heading {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .tile__heading {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.tile__lead {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 18px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .tile__lead {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.tile__title {
  display: inline-block;
  line-height: 1.5;
  font-size: 2.4rem;
  margin-bottom: 4px;
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 768px) {
  .tile__title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 4px;
  }
}

.tile__title--small {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .tile__title--small {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.tile__title--green {
  color: #008d54;
}

.tile__text {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .tile__text {
    font-size: 1.4rem;
  }
}

.tile__text--bold {
  font-weight: bold;
}

.tile__text--center {
  text-align: center;
}

.tile__imgWrapper {
  position: relative;
  display: block;
  max-width: 100%;
  align-self: center;
  margin: 0;
  margin-bottom: 12px;
  min-height: 0%;
}

@media screen and (max-width: 768px) {
  .tile__imgWrapper {
    margin-bottom: 12px;
  }
}

.tile__imgWrapper--border {
  border: 1px solid #cecece;
}

.tile__img {
  display: block;
  width: 100%;
}

.tile__movieWrapper {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0;
  margin-bottom: 12px;
  min-height: 0%;
}

@media screen and (max-width: 768px) {
  .tile__movieWrapper {
    margin-bottom: 12px;
  }
}

.tile__list {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .tile__list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.tile__listBlock {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .tile__listBlock {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

.tile__listTitle {
  max-width: 140px;
  margin-right: 2.5%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .tile__listTitle {
    max-width: 110px;
    margin-bottom: 0;
  }
}

.tile__listText {
  flex: 1;
}

.tileCite {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.tileCite__text {
  display: block;
  font-size: 1rem;
  color: #fff;
}

.tileHeading {
  margin-bottom: 32px;
  font-size: 2.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .tileHeading {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.tileTitle {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .tileTitle {
    margin-bottom: 16px;
  }
}

.tileTitle__text {
  line-height: 1.5;
  font-size: 2.4rem;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .tileTitle__text {
    font-size: 1.6rem;
  }
}

.tileCircle__item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .tilesNarrow--col3 .tileCircle__item {
    width: 30%;
  }
}

.tileCircle__imgWrapper {
  border-radius: 50%;
  border: 6px solid #008d54;
  width: 100%;
  padding-top: 95.83333%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .tileCircle__imgWrapper {
    border-width: 3px;
  }
}

.tileCircle__title {
  position: absolute;
  left: 50%;
  bottom: -24px;
  white-space: nowrap;
  padding: 12px 20px;
  transform: translateY(-50%) translateX(-50%);
  background-color: #008d54;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tileCircle__title {
    bottom: -14px;
    padding: 6px 8px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .tileCircle__title--twoLines {
    bottom: -34px;
  }
}

.tileLink > * {
  transition: 0.3s;
}

.tileLink:hover .tileLink__titleText {
  border-bottom: 1px solid #008d54;
}

.tileLink:hover > * {
  color: #008d54;
}

.tileLink__title {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .tileLink__title {
    margin-bottom: 8px;
  }
}

.tileLink__titleText {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #008d54;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .tileLink__titleText {
    font-size: 1.8rem;
  }
}

.mediaFloat {
  margin-bottom: 50px;
}

.mediaFloat::after {
  display: block;
  clear: both;
  content: '';
}

@media screen and (max-width: 768px) {
  .mediaFloat {
    margin-bottom: 30px;
  }
}

.mediaFloat__imgWrapper {
  width: 39.0625%;
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .mediaFloat__imgWrapper {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
}

.mediaFloat__img {
  display: block;
  width: 100%;
}

.mediaFloat__textWrapper {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .mediaFloat__textWrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
}

.mediaFloat__text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

.mediaFloat__text:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .mediaFloat__text {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}

a.media:hover .button {
  opacity: 0.8;
}

.media {
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .media {
    display: block;
    margin-bottom: 30px;
  }
}

.media--reverse {
  flex-direction: row-reverse;
}

.media--nopad {
  margin: 0;
}

.media + .media {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .media + .media {
    margin-top: 30px;
  }
}

.media + .media--nopad {
  margin-top: 0;
}

.media__inner {
  display: flex;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .media__inner {
    max-width: 100%;
  }
}

.media__row {
  flex: 1;
}

.media__imgWrapper {
  width: 39.0625%;
  margin-right: 30px;
  flex-shrink: 0;
}

.media__imgWrapper--border {
  border: 1px solid #cecece;
}

@media screen and (max-width: 768px) {
  .media__imgWrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
}

.media__imgWrapper--offset {
  margin-right: 0;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .media__imgWrapper--offset {
    margin-left: 0;
  }
}

.media__img {
  display: block;
  width: 100%;
}

.media__body {
  flex-grow: 1;
}

.media__body > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .media__body {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .media__body .button {
    display: block;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

.media__title {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .media__title {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

.media__text {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.media__text--green {
  color: #008d54;
}

.media__text--bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .media__text {
    margin-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.mediaHeading {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .mediaHeading {
    font-size: 2rem;
    margin-bottom: 11px;
  }
}

.button {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  padding: 0.75em 4.666666em;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  background-color: #008d54;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .button {
    text-align: center;
    font-size: 1.4rem;
    width: 88%;
    padding: 0.857em 2.857em;
  }
}

.button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .button::after {
    right: 6px;
  }
}

.button--small {
  font-size: 1.8rem;
  padding: 0.4444444em 3.5em;
  padding-left: 2.5em;
}

@media screen and (max-width: 768px) {
  .button--small {
    font-size: 1.4rem;
    padding: 0.357em 2.143em;
  }
}

.button--blank {
  background-image: url(/common/img/blank_icon_white.png);
  background-repeat: no-repeat;
  background-position: right 36px center;
  background-size: 12px auto;
}

@media screen and (max-width: 768px) {
  .button--blank {
    background-position: right 12% center;
  }
}

.button--pdf {
  background-image: url(/common/img/pdf_icon_white.png);
  background-repeat: no-repeat;
  background-position: right 36px center;
  background-size: 15px auto;
}

@media screen and (max-width: 768px) {
  .button--pdf {
    background-position: right 12% center;
    background-size: 12px auto;
  }
}

.button--notArrow::after {
  display: none;
}

.button--bold {
  font-weight: bold;
}

.button:hover {
  opacity: 0.8;
  color: #fff;
}

.buttonCol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .buttonCol {
    margin-bottom: 24px;
  }
}

.buttonCol--narrow {
  margin-bottom: 27px;
}

.buttonCols {
  margin-left: auto;
  margin-right: auto;
}

.buttonCols--col2 {
  max-width: 700px;
}

.buttonCols--col3 {
  max-width: 100%;
}

.buttonCols--col2 .buttonCols__item:nth-of-type(2n) {
  margin-right: 0;
}

.buttonCols--col3 .buttonCols__item:nth-of-type(3n) {
  margin-right: 0;
}

.buttonCols__item {
  max-width: 340px;
  min-width: 285px;
  margin-bottom: 10px;
  margin-right: 18px;
  padding: 0.3333333em 2.5em;
  padding-left: 43px;
}

@media screen and (max-width: 768px) {
  .buttonCols__item {
    margin-right: 0;
  }
}

.detailLink {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .detailLink {
    display: block;
  }
}

.detailLink__item {
  width: 47.5%;
}

@media screen and (max-width: 768px) {
  .detailLink__item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.detailLink__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .detailLink__heading {
    display: block;
    margin-bottom: 16px;
  }
}

.detailLink__imgwrapper {
  display: block;
  width: 37.03704%;
  margin-right: 25px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .detailLink__imgwrapper {
    width: 50%;
    margin-bottom: 18px;
  }
}

.detailLink__img {
  width: 100%;
}

.detailLink__title {
  width: 100%;
  padding-bottom: 5px;
  font-size: 2.8rem;
  border-bottom: 1px solid #008d54;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .detailLink__title {
    font-size: 2rem;
  }
}

.detailLink__link {
  margin-top: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .detailLink__link {
    margin-top: 10px;
    margin-bottom: 8px;
  }
}

.detailLink__subText {
  display: block;
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .detailLink__subText {
    font-size: 1.2rem;
    margin-top: 3px;
    line-height: 1.2;
  }
}

.detailLink__text {
  font-size: 1.8rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .detailLink__text {
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}

.detailLink--noColdrop .detailLink__heading {
  display: flex;
}

.detailLink--noColdrop .detailLink__imgwrapper {
  margin-right: 24px;
  margin-bottom: 0;
}

.orderLink {
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .orderLink {
    margin-bottom: 24px;
    padding: 0;
  }
}

.textLinkGroup {
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .textLinkGroup {
    display: block;
    margin-bottom: 20px;
  }
}

.textLinkGroup__content {
  width: 48.14815%;
}

@media screen and (max-width: 768px) {
  .textLinkGroup__content {
    width: 100%;
  }
}

.textLinkGroup__title {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .textLinkGroup__title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.textLinkGroup__item {
  margin-bottom: 8px;
}

.textLinkGroup__item--topWide {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .textLinkGroup__item--topWide {
    margin-top: 24px;
  }
}

.textLinkGroup__inner {
  margin-top: 8px;
  margin-left: 20px;
}

.textLinkGroupLine {
  border-top: 1px solid #008d54;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .textLinkGroupLine {
    margin-top: 25px;
    margin-bottom: 16px;
  }
}

.archiveLink {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .archiveLink {
    margin-bottom: 20px;
  }
}

.archiveLink--col2 .archiveLink__list {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .archiveLink--col2 .archiveLink__list {
    display: block;
  }
}

.archiveLink--col2 .archiveLink__item {
  width: 48.82813%;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .archiveLink--col2 .archiveLink__item {
    width: 100%;
  }
}

.archiveLink--col2 .archiveLink__link {
  width: 100%;
}

.archiveLink__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .archiveLink__list {
    max-width: 100%;
    width: 100%;
  }
}

.archiveLink__item {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .archiveLink__item {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

.archiveLink__link {
  display: inline-block;
  padding: 0.556em 1.667em;
  font-size: 1.8rem;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
  border-radius: 110px;
  border: 1px solid #008d54;
  transition: 0.3s;
}

.archiveLink__link:hover {
  background-color: #008d54;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .archiveLink__link {
    font-size: 1.4rem;
  }
}

.relatedLinkRight {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .relatedLinkRight {
    margin-bottom: 20px;
  }
}

.relatedLinkRight__list {
  max-width: 800px;
  text-align: right;
  margin-left: auto;
}

.relatedLinkRight__item {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .relatedLinkRight__item {
    margin-bottom: 15px;
  }
}

.relatedLinkRight__link {
  padding-bottom: 3px;
  color: #008d54;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.relatedLinkRight__link:hover {
  border-bottom: 1px solid #008d54;
}

.relatedLinkRight__link::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .relatedLinkRight__link {
    font-size: 1.4rem;
  }
}

.list {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .list {
    margin-bottom: 20px;
  }
}

.list__item {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 12px;
  word-break: break-all;
}

.list__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .list__item {
    font-size: 1.4rem;
  }
}

.list__item::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .list__item::before {
    top: 8px;
  }
}

.listOrder {
  margin-left: 2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .listOrder {
    margin-bottom: 20px;
  }
}

.listOrder--wide .listOrder__item {
  margin-bottom: 30px;
}

.listOrder__title {
  font-weight: bold;
  margin-bottom: 10px;
}

.listOrder__item {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  list-style-type: decimal;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .listOrder__item {
    font-size: 1.4rem;
  }
}

.listOrder__item--linkStyleNone {
  list-style: none;
}

.listOrder__text {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .listOrder__text {
    font-size: 1.4rem;
  }
}

.listenCircledNum {
  margin-top: 8px;
  counter-reset: my-counter;
}

.listenCircledNum__item {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 22px;
}

@media screen and (max-width: 768px) {
  .listenCircledNum__item {
    font-size: 1.4rem;
  }
}

.listenCircledNum__item::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: 15px;
  color: #000;
  font-size: 1.1rem;
  line-height: 15px;
}

@media screen and (max-width: 768px) {
  .listenCircledNum__item::before {
    top: 3px;
    font-size: 1rem;
  }
}

.listenCircledNum__item--num::before {
  content: "(" counter(my-counter) ")";
  counter-increment: my-counter;
  border: none;
  font-size: 1.8rem;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .listenCircledNum__item--num::before {
    font-size: 1.4rem;
  }
}

.detailList {
  margin-bottom: 40px;
  width: 100%;
  height: 470px;
  overflow: hidden scroll;
  border: 1px solid #ccc;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .detailList {
    margin-bottom: 20px;
    height: 368px;
  }
}

.detailList__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .detailList__item {
    font-size: 1.4rem;
  }
}

.detailList__title {
  max-width: 200px;
  margin-right: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .detailList__title {
    max-width: 35%;
  }
}

.detailList__text {
  flex: 1;
  margin-bottom: 5px;
}

.frame {
  margin-bottom: 40px;
  padding: 40px;
  border: 1px solid #008d54;
}

@media screen and (max-width: 768px) {
  .frame {
    padding: 16px;
    margin-bottom: 20px;
  }
}

.frame > *:last-child {
  margin-bottom: 0;
}

.frame--bkGreen {
  background-color: #d2efe3;
  border: none;
}

.frame__text {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .frame__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.frame__title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .frame__title {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}

.frame__note {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.frame__note::before {
  content: '※';
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .frame__note {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.infoTable {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .infoTable {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoTable--col2 .infoTable__item {
    display: flex;
  }
}

.infoTable__item {
  display: flex;
  border-bottom: 1px solid #008d54;
}

@media screen and (max-width: 768px) {
  .infoTable__item {
    display: block;
  }
}

.infoTable__title {
  flex-shrink: 0;
  padding: 15px 0;
  padding-left: 40px;
  font-size: 1.8rem;
  line-height: 1.5;
  min-width: 250px;
  width: 19.53125%;
}

@media screen and (max-width: 768px) {
  .infoTable__title {
    width: 100%;
    padding-top: 12px;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
  }
}

.infoTable__title--nowid {
  min-width: 0;
  width: auto;
}

.infoTable__body {
  margin-left: 54px;
  padding: 15px 0;
  font-size: 1.8rem;
  line-height: 1.5;
  min-width: 190px;
}

@media screen and (max-width: 768px) {
  .infoTable__body {
    margin-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.4rem;
    min-width: 120px;
  }
}

.infoTable__body > *:last-child {
  margin-bottom: 0;
}

.infoTable__body--narrow {
  margin-left: 20px;
}

.infoTable__heading {
  position: relative;
  margin-bottom: 8px;
  padding-left: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .infoTable__heading {
    font-size: 1.4rem;
  }
}

.infoTable__heading::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .infoTable__heading::before {
    top: 9px;
  }
}

.infoTable__text {
  margin-bottom: 12px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .infoTable__text {
    padding-left: 0;
  }
}

.infoTable__note {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #666;
  margin-left: 18px;
}

.infoTable__list {
  margin-bottom: 10px;
}

.infoTableList {
  counter-reset: normal-counter;
}

.infoTableList__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .infoTableList__item {
    font-size: 1.4rem;
    padding-left: 14px;
  }
}

.infoTableList__item:last-of-type {
  margin-bottom: 0;
}

.infoTableList__item::before {
  position: absolute;
  top: 6px;
  left: 12px;
  content: counter(normal-counter) ".";
  counter-increment: normal-counter;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: 15px;
  color: #000;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 15px;
}

@media screen and (max-width: 768px) {
  .infoTableList__item::before {
    top: 3px;
    left: 0;
    font-size: 1.4rem;
  }
}

.infoTableList__item--disc::before {
  content: '';
  top: 12px;
  left: 18px;
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .infoTableList__item--disc::before {
    top: 9px;
    left: 5px;
    font-size: 1.4rem;
  }
}

.headingWithTable {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .headingWithTable {
    margin-bottom: 20px;
  }
}

.headingWithTable--medium {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .headingWithTable--medium {
    width: 100%;
  }
}

.headingWithTable--medium .headingWithTable__heading {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .headingWithTable--medium .headingWithTable__heading {
    width: 100%;
  }
}

.headingWithTable--medium .headingWithTable__item {
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .headingWithTable--medium .headingWithTable__item {
    flex-wrap: wrap;
  }
}

.headingWithTable__inner {
  display: flex;
}

@media screen and (max-width: 768px) {
  .headingWithTable__inner {
    display: block;
  }
}

.headingWithTable__inner--mabNarrow {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .headingWithTable__inner--mabNarrow {
    margin-bottom: 0;
  }
}

.headingWithTable__heading {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-width: 100px;
  width: 17.96875%;
  padding: 20px 23px;
  background-color: #d2efe3;
}

.headingWithTable__heading--wide {
  width: 39.0625%;
}

@media screen and (max-width: 768px) {
  .headingWithTable__heading--wide {
    font-weight: bold;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .headingWithTable__heading {
    width: 100%;
  }
}

.headingWithTable__title {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .headingWithTable__title {
    font-size: 1.4rem;
  }
}

.headingWithTable__title--bold {
  font-weight: bold;
}

.headingWithTable__list {
  width: 80.09259%;
  margin-left: 23px;
  border-bottom: 1px solid #008d54;
}

@media screen and (max-width: 768px) {
  .headingWithTable__list {
    width: 100%;
    margin-left: 0;
  }
}

.headingWithTable__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 1.8rem;
  padding: 20px 0;
  border-bottom: 1px solid #008d54;
}

.headingWithTable__item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .headingWithTable__item {
    font-size: 1.4rem;
  }
}

.headingWithTable__subTitle {
  position: relative;
  display: block;
  line-height: 1.5;
  padding-left: 20px;
  min-width: 19.51%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .headingWithTable__subTitle {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 15px;
  }
}

.headingWithTable__subTitle--bold {
  font-weight: bold;
}

.headingWithTable__subTitle--note {
  padding-left: 20px;
}

.headingWithTable__subTitle--note::before {
  content: '※';
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .headingWithTable__subTitle--note {
    padding-left: 15px;
  }
}

.headingWithTable__textBox {
  display: block;
  padding: 0 20px;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .headingWithTable__textBox {
    padding: 0 15px;
    max-width: 100%;
  }
}

.headingWithTable__text {
  line-height: 1.5;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .headingWithTable__text {
    font-size: 1.4rem;
  }
}

.headingWithTable__text--bold {
  font-weight: bold;
}

.headingWithTable__textBox--wide {
  max-width: 100%;
}

.headingWithTable__textBox > *:last-child {
  margin-bottom: 0;
}

.headingWithTable__footText {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .headingWithTable__footText {
    margin-top: 10px;
    padding-left: 15px;
    font-size: 1.2rem;
  }
}

.tableWithThum {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .tableWithThum {
    display: block;
  }
}

.tableWithThum__item {
  max-width: 670px;
}

.tableWithThum__imgWrapper {
  display: block;
  width: 29.6875%;
}

@media screen and (max-width: 768px) {
  .tableWithThum__imgWrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}

.tableWithThum__img {
  width: 100%;
}

.tableWithThum__list {
  width: 66.66667%;
  margin: 0;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .tableWithThum__list {
    width: 100%;
  }
}

.tableWithThum__heading {
  font-size: 1.8rem;
  background-color: #d2efe3;
}

@media screen and (max-width: 768px) {
  .tableWithThum__heading {
    text-align: left;
    font-size: 1.4rem;
  }
}

.tableWithThum__title {
  font-weight: normal;
  padding: 13px 20px;
  border-right: 4px solid #fff;
  vertical-align: middle;
}

.tableWithThum__title--small {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .tableWithThum__title--small {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .tableWithThum__title[data-title]::after {
    content: "/ " attr(data-title);
    color: #000;
    display: inline;
  }
  .tableWithThum__title:nth-child(2) {
    display: none;
  }
}

.tableWithThum__title:last-of-type {
  border-right: none;
}

.tableWithThum__text {
  padding: 15px 0;
  padding-left: 26px;
  font-size: 1.8rem;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #008d54;
}

@media screen and (max-width: 768px) {
  .tableWithThum__text {
    padding-left: 12px;
    font-size: 1.4rem;
  }
  .tableWithThum__text[data-title]::after {
    content: "/ " attr(data-title);
    color: #000;
    display: inline;
  }
  .tableWithThum__text:nth-child(2) {
    display: none;
  }
}

.detailTable {
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .detailTable {
    margin-bottom: 20px;
  }
}

.detailTable__heading {
  background-color: #d2efe3;
}

@media screen and (max-width: 768px) {
  .detailTable__heading {
    display: none;
  }
}

.detailTable__title {
  padding: 15px 24px;
  font-size: 1.8rem;
  text-align: left;
  border-right: 2px solid #fff;
  min-width: 180px;
}

.detailTable__title:last-of-type {
  border-right: none;
}

.detailTable__title--business {
  width: 23.4375%;
}

@media screen and (max-width: 768px) {
  .detailTable__item {
    display: flex;
    flex-direction: column;
  }
}

.detailTable__text {
  padding: 0 24px;
  padding-top: 24px;
  padding-bottom: 28px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: 1px solid #008d54;
  min-width: 180px;
}

@media screen and (max-width: 768px) {
  .detailTable__text {
    position: relative;
    padding: 16px 25px;
    padding-top: 40px;
    width: 100%;
    font-size: 1.4rem;
  }
  .detailTable__text[data-title]::before {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-block;
    width: 100%;
    color: #000;
    content: attr(data-title);
  }
}

@media screen and (max-width: 768px) {
  .detailTable__text--boderNone {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .detailTable__SpHeading {
    padding: 16px;
    background-color: #d2efe3;
  }
}

.tab {
  width: 84.375%;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .tab {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .tab {
    margin-bottom: 20px;
  }
}

.tab__list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #008d54;
}

@media screen and (max-width: 768px) {
  .tab__list {
    display: none;
  }
}

.tab__item {
  cursor: pointer;
  padding: 0.556em 1.556em;
  font-size: 1.8rem;
  color: #008d54;
  border: 1px solid #008d54;
  border-bottom: none;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .tab__item {
    padding: 0.556em 0.444em;
  }
}

.tab__item:hover {
  background-color: #008d54;
  color: #fff;
}

.tab__item--select {
  color: #fff;
  background-color: #008d54;
}

.tab__container {
  margin-top: 37px;
  margin-bottom: 40px;
  display: none;
}

.tab__container--isShow {
  display: block;
}

@media screen and (max-width: 768px) {
  .tab__container {
    margin-top: 24px;
  }
}

.carouselTab {
  width: 84.375%;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .carouselTab {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .carouselTab {
    margin-bottom: 20px;
  }
}

.carouselTab__wrapper {
  position: relative;
}

.carouselTab__carousel {
  width: 100%;
  border-bottom: 1px solid #008d54;
}

@media screen and (max-width: 768px) {
  .carouselTab__carousel {
    display: none;
  }
}

.carouselTab__item {
  border: 1px solid #008d54;
  border-left: none;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
  color: #008d54;
  transition: 0.3s;
  font-size: 1.8rem;
}

.carouselTab__item:first-child {
  border-left: 1px solid #008d54;
}

.carouselTab__item:hover {
  background-color: #008d54;
  color: #fff;
}

.carouselTab__item:hover .carouselTab__itemText {
  color: #fff;
}

.carouselTab__item--select {
  background-color: #008d54;
}

.carouselTab__item--select .carouselTab__itemText {
  color: #fff;
}

.carouselTab__itemText {
  display: block;
  color: #008d54;
  padding: 0.556em 0;
}

.carouselTab__button {
  position: absolute;
  top: calc(50% - 12px);
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .carouselTab__button {
    display: none;
  }
}

.carouselTab__button--prev {
  left: -35px;
  border-style: solid;
  border-width: 12px 16px 12px 0;
  border-color: transparent #008d54 transparent transparent;
}

.carouselTab__button--next {
  right: -35px;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #008d54;
}

.carouselTab__button.swiper-button-disabled {
  opacity: 0.35;
}

.tabRelationLink {
  display: flex;
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: 1px solid #008d54;
}

@media screen and (max-width: 768px) {
  .tabRelationLink {
    display: block;
    font-size: 1.4rem;
  }
}

.tabRelationLink__link {
  width: 45.91837%;
  padding-right: 30px;
  min-width: 300px;
}

@media screen and (max-width: 768px) {
  .tabRelationLink__link {
    width: 100%;
    padding-right: 0;
  }
}

.tabRelationLink__link__text {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .tabRelationLink__link__text {
    margin-bottom: 10px;
  }
}

.tabRelationLink__link__text::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .tabRelationLink__link__text::before {
    top: 6px;
    width: 8px;
    height: 8px;
  }
}

.tabRelationLink__link__text--pdf::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-size: contain;
  background: url(/common/img/pdf_icon.png) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .tabRelationLink__link__text--pdf::after {
    width: 12px;
    height: 12px;
  }
}

.tabRelationLink__text {
  width: 51.02041%;
  margin-left: 30px;
  min-width: 300px;
}

@media screen and (max-width: 768px) {
  .tabRelationLink__text {
    width: 100%;
    margin-left: 0;
  }
}

.tabSelect {
  position: relative;
  display: none;
}

@media screen and (max-width: 768px) {
  .tabSelect {
    display: block;
  }
}

.tabSelect::after {
  content: '';
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #008d54;
  transform: translateY(-50%);
}

.tabSelect__list {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #008d54;
  padding: 5px 16px;
  font-size: 1.6rem;
}

.tabSelect ::-ms-expand {
  display: none;
}

.contact {
  margin-bottom: 40px;
  padding: 32px 50px;
  text-align: center;
  background-color: #d2efe3;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: 20px;
    padding: 24px 12px;
  }
}

.contact > *:last-child {
  margin-bottom: 0;
}

.contact__title {
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 1.8rem;
  }
}

.contact__label {
  font-size: 2.8rem;
  margin-bottom: 38px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .contact__label {
    font-size: 2rem;
    margin-bottom: 18px;
    padding: 0 30px;
  }
}

.contact__body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 71.42857%;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .contact__body {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    margin-bottom: 24px;
  }
}

.contact__text {
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .contact__text {
    order: 2;
    text-align: center;
    font-size: 1.4rem;
    margin: 0 45px;
  }
}

.contact__imgwrapper {
  flex-shrink: 0;
  width: 29%;
  margin-right: 32px;
}

@media screen and (max-width: 768px) {
  .contact__imgwrapper {
    order: 3;
    width: 45%;
    margin: 0 auto;
    margin-top: 14px;
  }
}

.contact__img {
  display: block;
  width: 100%;
}

.contact__inlineImg {
  vertical-align: middle;
}

.textLink {
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
}

.textLink:hover .textLink__text {
  color: #008d54;
  border-color: #008d54;
}

@media screen and (max-width: 768px) {
  .textLink {
    font-size: 1.4rem;
  }
}

.textLink--arrowBefore::before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .textLink--arrowBefore::before {
    width: 8px;
    height: 8px;
  }
}

.textLink--arrowAfter::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .textLink--arrowAfter::after {
    width: 8px;
    height: 8px;
  }
}

/* .textLink--green {
  color: #008d54;
  border-bottom: 1px solid transparent;
}

.textLink--green:hover {
  border-bottom: 1px solid #008d54;
} */

.textLink--greenBold {
  color: #008d54;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}

.textLink--greenBold:hover {
  border-bottom: 1px solid #008d54;
}

.textLink--pdf::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-size: contain;
  background: url(/common/img/pdf_icon.png) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .textLink--pdf::after {
    width: 12px;
    height: 12px;
  }
}

/* .textLink--greenPdf::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-size: contain;
  background: url(/common/img/pdf_icon_green.png) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .textLink--greenPdf::after {
    width: 12px;
    height: 12px;
  }
} */

.textLink__text {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

.textLink__text--blank::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  background: url(/common/img/blank_icon.png) no-repeat center/contain;
}

.textLink__blank {
  width: 12px;
  height: 12px;
}

.textLinkTitle {
  position: relative;
  display: inline;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
}

.textLinkTitle:hover .textLinkTitle__text {
  border-color: #008d54;
}

.textLinkTitle--green {
  color: #008d54;
}

.textLinkTitle--arrowBefore::before {
  content: '';
  position: relative;
  top: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .textLinkTitle--arrowBefore::before {
    top: 6px;
    width: 12px;
    height: 12px;
  }
}

.textLinkTitle--arrowAfter {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .textLinkTitle--arrowAfter {
    margin-right: 0;
  }
}

.textLinkTitle--arrowAfter::after {
  content: '';
  position: relative;
  top: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .textLinkTitle--arrowAfter::after {
    top: 6px;
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .textLinkTitle {
    font-size: 1.8rem;
  }
}

.textLinkTitle__text {
  transition: border-color 0.3s;
  border-bottom: 1px solid transparent;
}

.textLinkTitle__text--blank::after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  background: url(/common/img/blank_icon.png) no-repeat center/contain;
}

.textLinkTitle--small {
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .textLinkTitle--small {
    font-size: 1.6rem;
  }
}

.orderLinkList {
  column-count: 2;
}

@media screen and (max-width: 768px) {
  .orderLinkList {
    column-count: 1;
    padding: 0;
  }
}

.orderLinkList__item {
  counter-increment: tileCount;
  margin-bottom: 10px;
}

.orderLinkList__link {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  color: #000;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .orderLinkList__link {
    font-size: 1.4rem;
    margin-bottom: 12px;
    padding-left: 25px;
  }
}

.orderLinkList__link::before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
  display: inline-block;
  content: counter(tileCount);
  font-size: 1.6rem;
  font-weight: 600;
  font-family: sans-serif;
  letter-spacing: -1.8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  background-color: #008d54;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .orderLinkList__link::before {
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 1.2rem;
  }
}

.orderLinkList__link::after {
  content: '';
  display: inline-block;
  margin-left: 16px;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .orderLinkList__link::after {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
}

.zoomImg {
  overflow: hidden;
}

.zoomImg__img {
  transition-duration: 0.3s;
}

.zoomImg:hover .zoomImg__img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.breadcrumb {
  max-width: 1310px;
  margin: 0 auto;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 12px 20px;
  }
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}

.breadcrumb__item {
  font-weight: 500;
  font-size: 1.4rem;
  color: #008d54;
}

.breadcrumb__item + .breadcrumb__item::before {
  content: '';
  display: inline-block;
  margin: 0 14px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .breadcrumb__item + .breadcrumb__item::before {
    width: 6px;
    height: 6px;
    margin: 1.5px 3px;
    margin-right: 6px;
  }
}

.breadcrumb__link {
  color: #000;
  text-decoration: none;
}

.modalFixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .modal {
    display: block;
    margin-bottom: 24px;
  }
}

.modal--col3 .modal__item {
  text-decoration: none;
  width: 22.90625%;
  margin-right: 1.40625%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .modal--col3 .modal__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
  }
}

.modal__item {
  cursor: pointer;
}

.modal__imgWrapper {
  position: relative;
  display: block;
  width: 100%;
}

.modal__imgWrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 55.5px;
  height: 55.5px;
  background: url("/common/img/magnifying_ glass.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.modal__img {
  display: block;
  width: 100%;
}

.modal__title {
  margin-top: 8px;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 1.6rem;
  }
}

.modalContent {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modalContent__overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

.modalContent__heading {
  position: relative;
  padding: 12px 0;
  background-color: #008d54;
}

@media screen and (max-width: 768px) {
  .modalContent__heading {
    padding: 9px;
  }
}

.modalContent__button {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 10px;
  right: 24px;
}

@media screen and (max-width: 768px) {
  .modalContent__button {
    width: 25px;
    height: 25px;
    top: 9px;
    right: 9px;
  }
}

.modalContent__title {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .modalContent__title {
    font-size: 1.8rem;
  }
}

.modalContent__inner {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1010px;
  width: 100%;
  max-height: calc(100vh - 100px);
  overflow: hidden;
  padding-top: 0;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  .modalContent__inner {
    max-width: 100vh;
    max-height: 100vh;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.modalContent__content {
  display: flex;
  padding: 50px 45px;
}

@media screen and (max-width: 768px) {
  .modalContent__content {
    display: block;
    padding: 0 20px;
    padding-top: 30px;
  }
}

.modalContent__imgWrapper {
  flex-shrink: 0;
  margin-right: 17px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .modalContent__imgWrapper {
    width: 100%;
  }
}

.modalContent__img {
  display: block;
  width: 100%;
}

.modalContent__body {
  height: 347px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .modalContent__body {
    height: auto;
    margin: 20px 0;
  }
}

.modalContent__text {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .modalContent__text {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

.modalContent__text:last-of-type {
  margin-bottom: 0;
}

.mediaNoColdrop {
  position: relative;
}

.mediaNoColdrop__imgWrapper {
  max-width: 39.0625%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .mediaNoColdrop__imgWrapper {
    max-width: 125px;
  }
}

@media screen and (max-width: 768px) {
  .mediaNoColdrop__title {
    position: absolute;
    top: 0;
    left: 150px;
  }
}

.mediaLink {
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .mediaLink {
    margin-top: 16px;
    padding-bottom: 8px;
  }
}

.mediaLink__title {
  min-width: 150px;
  font-size: 1.8rem;
  line-height: 1.7;
  padding-right: 24px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .mediaLink__title {
    min-width: 100px;
    font-size: 1.4rem;
  }
}

.mediaLink__body {
  padding-left: 40px;
  border-left: 1px solid #008d54;
}

@media screen and (max-width: 768px) {
  .mediaLink__body {
    padding-left: 24px;
  }
}

.mediaLink__text {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 18px;
  padding-right: 1.333em;
  line-height: 1.5;
}

.mediaLink__text:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .mediaLink__text {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}

.mediaLink__text--blank {
  display: inline-block;
}

.mediaLink__text--blank::after {
  content: '';
  display: inline-block;
  margin-left: 2px;
  width: 12px;
  height: 12px;
  background: url(/common/img/blank_icon.png) no-repeat center/contain;
}

.mediaLink__subText {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .mediaLink__subText {
    font-size: 1.2rem;
  }
}

.swiperMedia {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .swiperMedia {
    padding-bottom: 18vw;
  }
}

@media screen and (max-width: 370px) {
  .swiperMedia {
    padding-bottom: 28vw;
  }
}

@media screen and (max-width: 768px) {
  .swiperMedia--pabWide {
    padding-bottom: 27vw;
  }
}

@media screen and (max-width: 370px) {
  .swiperMedia--pabWide {
    padding-bottom: 31vw;
  }
}

.swiperMedia .mediaLink {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .swiperMedia .mediaLink {
    margin-top: 10px;
    margin-bottom: 24px;
  }
}

.swiperMedia__wrapper {
  display: flex;
}

.swiperMedia__imgWrapper {
  width: 31.25%;
  margin-left: 30px;
}

.swiperMedia__img {
  display: block;
  width: 100%;
}

.swiperMedia__body {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .swiperMedia__button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.swiperMedia__button--first {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .swiperMedia__button--first {
    margin-right: 0;
    margin: auto;
    bottom: 46px;
  }
}

.swiperMedia__title {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .swiperMedia__title {
    font-size: 2rem;
  }
}

.swiperMedia__text {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.swiperMedia__slide {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .swiperMedia__slide {
    margin-top: 0;
  }
}

.swiperMedia__slideWrapper {
  display: flex;
}

.swiperMedia__item {
  width: 31.25%;
  margin-right: 3.125%;
  border: 1px solid #ececec;
}

.swiperMedia__item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .swiperMedia__item {
    margin-right: 0;
  }
}

.closeButton {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.closeButton__bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.closeButton__bar--1 {
  bottom: 0;
  transform: translateY(-14.5px) rotate(45deg);
}

.closeButton__bar--2 {
  bottom: 0;
  transform: translateY(-14.5px) rotate(-45deg);
}

.leadText {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 40px;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .leadText {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}

.fullImage {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .fullImage {
    margin-bottom: 40px;
  }
}

.fullImage__wrapper {
  position: relative;
  min-height: 0%;
  max-width: 100%;
  align-self: center;
  margin: 0;
}

.fullImage__img {
  display: block;
  width: 100%;
}

.movieContent {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .movieContent {
    padding: 0 20px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.movieContent--noBlank {
  padding-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .movieContent--noBlank {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.movieContent__wrapper {
  position: relative;
  display: block;
  max-width: 100%;
}

.movieContent__body {
  padding-top: 56%;
}

.movieContent:hover .vjs-big-play-button {
  background-color: #008d54;
}

.bc-iframe,
.bc-player-zBa1sKkdJN_default,
.bc-player-zBa1sKkdJN_default .vjs-poster {
  background-color: transparent;
}

.superscript {
  font-size: 1.2rem;
  vertical-align: top;
}

.annotation {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .annotation {
    margin-bottom: 20px;
  }
}

.annotation__text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

.annotation__text:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .annotation__text {
    font-size: 1.2rem;
  }
}

.wrapper {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    margin-bottom: 20px;
  }
}

.wrapper--PcCenter {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrapper--PcCenter {
    text-align: left;
    text-align: start;
  }
}

.wrapper--PcRight {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .wrapper--PcRight {
    text-align: left;
    text-align: start;
  }
}

.section {
  margin-bottom: 120px;
}

.section--spaceNarrow {
  margin-bottom: 60px;
}

.section > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 40px;
  }
}

.flow {
  margin-bottom: 40px;
}

.flowList {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .flowList {
    display: none;
  }
}

.flowList--offset .flowList__item {
  flex: auto;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .flowList--flex .flowTiles__item {
    display: flex;
  }
}

.flowList__item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 25%;
  font-size: 2rem;
  background-color: #8fad2f;
  padding: 1em 0.5em 1em 1.5em;
  color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 1023px) {
  .flowList__item {
    font-size: 1.4rem;
  }
}

.flowList__item--large {
  width: 37.5%;
}

.flowList__item--medium {
  width: 25.15625%;
}

.flowList__item--small {
  width: 18.75%;
}

.flowList__item:last-child {
  padding-right: 1em;
}

.flowList__item:last-child::after {
  display: none;
}

.flowList__item::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #8fad2f;
  border-width: 30px 0 30px 1em;
  z-index: 10;
}

@media screen and (max-width: 1023px) {
  .flowList__item::after {
    border-width: 22px 0 22px 1em;
  }
}

.flowList__item--breakGreen {
  background-color: #0d8752;
}

.flowList__item--breakGreen::after {
  border-color: transparent transparent transparent #0d8752;
}

.flowList__item--brown {
  background-color: #a17a53;
}

.flowList__item--brown::after {
  border-color: transparent transparent transparent #a17a53;
}

.flowList__item--orange {
  background-color: #eab400;
}

.flowTiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .flowTiles {
    display: block;
  }
}

.flowTiles--offset .flowTiles__item {
  flex: auto;
  padding: 0;
  border: none;
  max-width: none;
}

.flowTiles--offset .flowTiles__item:first-of-type {
  border: none;
}

.flowTiles--flex .flowTiles__item {
  display: flex;
}

@media screen and (max-width: 768px) {
  .flowTiles--spStepLine .flowTiles__item {
    padding-top: 24px;
    padding-left: 55px;
  }
  .flowTiles--spStepLine .flowTiles__item:first-of-type {
    padding-top: 10px;
  }
  .flowTiles--spStepLine .flowTiles__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 100%;
    background-color: #8fad2f;
  }
  .flowTiles--spStepLine .flowTiles__item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    left: 0;
    border-style: solid;
    border-color: #8fad2f transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    z-index: 10;
  }
  .flowTiles--spStepLine .flowTiles__item--breakGreen::before {
    background-color: #0d8752;
  }
  .flowTiles--spStepLine .flowTiles__item--breakGreen::after {
    border-color: #0d8752 transparent transparent transparent;
  }
  .flowTiles--spStepLine .flowTiles__item--brown::before {
    background-color: #a17a53;
  }
  .flowTiles--spStepLine .flowTiles__item--brown::after {
    border-color: #a17a53 transparent transparent transparent;
  }
  .flowTiles--spStepLine .flowTiles__item--orange::before {
    background-color: #eab400;
  }
  .flowTiles--spStepLine .flowTiles__item--orange::after {
    border-color: #eab400 transparent transparent transparent;
  }
}

.flowTiles__head {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .flowTiles__row {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.flowTiles__heading {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .flowTiles__heading {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #008d54;
  }
}

.flowTiles__item {
  position: relative;
  flex: 1;
  max-width: 25%;
  padding: 20px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

@media screen and (max-width: 768px) {
  .flowTiles__item {
    padding: 0;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #efefef;
  }
}

.flowTiles__item--autoWidth {
  flex: auto;
  max-width: initial;
}

@media screen and (max-width: 768px) {
  .flowTiles__item:last-of-type {
    border-bottom: none;
  }
}

.flowTiles__item:last-of-type::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .flowTiles__item:last-of-type::after {
    display: block;
  }
}

.flowTiles__item:first-of-type {
  border-left: 1px solid #efefef;
}

@media screen and (max-width: 768px) {
  .flowTiles__item:first-of-type {
    border: none;
    border-bottom: 1px solid #efefef;
  }
}

.flowTiles__item--large {
  width: 36.40625%;
}

.flowTiles__item--medium {
  width: 25.15625%;
}

.flowTiles__item--small {
  width: 18.75%;
}

@media screen and (max-width: 768px) {
  .flowTiles__item--large, .flowTiles__item--medium, .flowTiles__item--small {
    width: 100%;
  }
}

.flowTiles__text {
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-bottom: 15px;
  min-height: 72px;
}

@media screen and (max-width: 768px) {
  .flowTiles__text {
    min-height: auto;
    margin-bottom: 20px;
  }
}

.flowTiles__text--autoHeight {
  min-height: auto;
}

.flowTiles__body {
  margin-top: 20px;
  margin-bottom: 30px;
}

.flowTiles__imgWrapper {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .flowTiles__imgWrapper {
    margin-bottom: 0;
  }
}

.flowTiles__img {
  width: 100%;
  vertical-align: middle;
}

.flowTiles__title {
  font-size: 1.8rem;
  line-height: 1.33333;
  margin-top: 30px;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .flowTiles__title {
    margin-top: 22px;
    margin-bottom: 10px;
  }
}

.flowTiles__list {
  width: 82.73381%;
}

@media screen and (max-width: 768px) {
  .flowTiles__list {
    width: 100%;
  }
}

.flowTiles__list--heightFixed {
  min-height: 110px;
}

@media screen and (max-width: 768px) {
  .flowTiles__list--heightFixed {
    min-height: auto;
  }
}

.flowTiles__link {
  color: #008d54;
  border-bottom: 1px solid #008d54;
}

.flowTiles__note {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
}

.flowTiles__listItem {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-right: 5.21739%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .flowTiles__listItem {
    font-size: 1.4rem;
    margin-right: 10px;
    margin-bottom: 7px;
  }
}

.flowTiles__listItem--blank::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  width: 12px;
  height: 12px;
  background: url(/common/img/blank_icon.png) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .flowTiles__listItem--blank::after {
    margin-left: 4px;
  }
}

.flowStep {
  display: none;
}

@media screen and (max-width: 768px) {
  .flowStep {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    margin-right: 20px;
    padding: 30px 8px 26px;
    background-color: #8fad2f;
    color: #fff;
  }
}

.flowStep::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  left: 0;
  border-style: solid;
  border-color: #8fad2f transparent transparent transparent;
  border-width: 20px 50px 0 50px;
  z-index: 10;
}

.flowStep--breakGreen {
  background-color: #0d8752;
}

.flowStep--breakGreen::after {
  border-color: #0d8752 transparent transparent transparent;
}

.flowStep--brown {
  background-color: #a17a53;
}

.flowStep--brown::after {
  border-color: #a17a53 transparent transparent transparent;
}

.flowStep--orange {
  background-color: #eab400;
}

.flowStep--orange::after {
  border-color: #eab400 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .flowStep__title {
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .flowStep__text {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.flowTileMedia {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .flowTileMedia {
    margin-bottom: 20px;
  }
}

.flowTileMedia:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .flowTileMedia:last-child {
    margin-bottom: 20px;
  }
}

.flowTileMedia__imgWrapper {
  max-width: 70px;
  margin-right: 12px;
}

.flowTileMedia__img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.flowTileMedia__body {
  width: 100%;
  flex-shrink: 1;
}

.flowTileMedia__link {
  display: block;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
}

.flowTileMedia__link::before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: rotate(45deg);
}

.flowTileMedia__text {
  font-size: 1.4rem;
  line-height: 1.2;
}

.lv3Heading {
  max-width: 1280px;
  margin: 0 auto;
}

.lv3Heading__title {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 3.4rem;
  color: #008d54;
}

.lv3Heading__title--alignLeft {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .lv3Heading__title--alignLeft {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .lv3Heading__title {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}

.lv3Heading__text {
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .lv3Heading__text {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.lv3Heading__text--center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lv3Heading__text--center {
    text-align: left;
  }
}

.researchSection {
  background-color: #efefe9;
}

.researchSection::before {
  content: '';
  display: block;
  height: 5px;
  background: linear-gradient(to right, #008d54 0%, #ece700 100%);
}

.researchSection__content {
  padding: 40px 30px 75px;
}

@media screen and (max-width: 768px) {
  .researchSection__content {
    padding: 20px 15px 30px;
  }
}

.researchSection__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0 76px;
}

@media screen and (max-width: 768px) {
  .researchSection__inner {
    padding: 23px 0 31px;
  }
}

.researchSection__title {
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .researchSection__title {
    margin-bottom: 30px;
  }
}

.bannerSection {
  max-width: 1080px;
  margin: 0 auto;
}

.bannerSection__inner {
  max-width: 956px;
  margin: 0 auto;
  padding: 68px 0 60px;
}

@media screen and (max-width: 768px) {
  .bannerSection__inner {
    padding: 50px 5.2% 45px;
  }
}

.groupCompanySection {
  max-width: 956px;
  margin: 0 auto;
  padding-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .groupCompanySection {
    padding: 0 5.2%;
    margin-bottom: 60px;
  }
}

.groupCompanySection__title {
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .groupCompanySection__title {
    margin-bottom: 29px;
  }
}

.bannerMedia {
  display: flex;
  align-items: center;
  border: solid 1px #231815;
  padding: 3.03% 5.96%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .bannerMedia {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    background-color: #eeeeef;
    padding: 5.08% 8.212%;
  }
}

.bannerMedia:hover .bannerMedia__movie::before {
  background-color: rgba(0, 141, 84, 0.9);
}

.bannerMedia:hover .bannerMedia__movie::after {
  border-color: transparent transparent transparent #fff;
}

.bannerMedia__movie {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 33.333%;
  margin-right: 10.983%;
  border: 1px solid #cecece;
}

.bannerMedia__movie::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 80px;
  height: 80px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .bannerMedia__movie::before {
    width: 60px;
    height: 60px;
  }
}

.bannerMedia__movie::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #008d54;
  border-width: 16px 0 16px 25px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .bannerMedia__movie::after {
    border-width: 12px 0 12px 22px;
  }
}

@media screen and (max-width: 768px) {
  .bannerMedia__movie {
    margin: 0 auto 40px;
    width: 83.5%;
  }
}

.bannerMedia__movie > * {
  vertical-align: top;
  width: 100%;
}

.bannerMedia__body {
  flex-grow: 1;
}

.bannerMedia__title {
  border-left: solid 4px #008d54;
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.458;
  font-size: 2.4rem;
  font-weight: normal;
  color: #008d54;
}

@media screen and (max-width: 768px) {
  .bannerMedia__title {
    margin-bottom: 30px;
  }
}

.bannerMedia__text {
  line-height: 1.6;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .bannerMedia__text {
    font-size: 1.6rem;
  }
}

.bannerModal {
  display: none;
  position: fixed;
  width: 78.9%;
  max-width: 1010px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.4);
  z-index: 10001;
}

@media screen and (max-width: 768px) {
  .bannerModal {
    width: 93%;
  }
}

.bannerModal:hover .vjs-big-play-button {
  background-color: #008d54;
}

.bannerModal__inner {
  background-color: #fff;
  padding-top: 56.34%;
}

.bannerModalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10000;
}

.bannerModalCloseButton {
  position: absolute;
  top: -58px;
  right: 0;
  width: 58px;
  height: 58px;
  cursor: pointer;
  background-color: rgba(143, 173, 161, 0.8);
}

@media screen and (max-width: 768px) {
  .bannerModalCloseButton {
    top: -28px;
    width: 28px;
    height: 28px;
  }
}

.bannerModalCloseButton__bar {
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}

.bannerModalCloseButton__bar--1 {
  transform: translateY(28px) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .bannerModalCloseButton__bar--1 {
    transform: translateY(14px) rotate(-45deg);
  }
}

.bannerModalCloseButton__bar--2 {
  transform: translateY(26px) rotate(45deg);
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .bannerModalCloseButton__bar--2 {
    transform: translateY(12px) rotate(45deg);
  }
}

.sectionTitle {
  position: relative;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.75;
  font-size: 3.1rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .sectionTitle {
    font-size: 3.2rem;
  }
}

.sectionTitle::after {
  position: absolute;
  left: calc(50% - 65px);
  display: block;
  content: '';
  width: 130px;
  height: 2px;
  background-color: #008d54;
}

/* ニュースリリースシェアボタン追加 */
.newsShare {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
	text-align: center;
}

.newsShare__list {
  display: flex;
  align-items: center;
}

.newsShare__item {
	display: inline-block;
	margin: 0 6px;
}

.newsShare__link {
	display: block;
  width: 31px;
	height: 31px;
	background-size: contain;
  background-repeat: no-repeat;
}

.newsShare__link--facebook {
	background-image: url(/common/img/icons_facebook.png);
}

.newsShare__link--twitter {
	background-image: url(/common/img/icons_twitter.png);
}

.newsShare__link--line {
	background-image: url(/common/img/icons_line.png);
}

.newsShare__link--mail {
	background-image: url(/common/img/icons_mail.png);
	height: 21px;
}

.noticeSeciton {
  background-color: #F2F2F2;
}

.noticeSeciton__inner {
  /* コンポーネントハック用 1px */
  padding-top: 1px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .noticeSeciton__inner {
    width: 90%;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

.noticeList {
  list-style-type: none;
  max-width: 1200px;
  margin: 0 auto;
}

.noticeList__item{
  border-top: 1px solid #DBDBDB;
}

.noticeList__item:last-child {
  border-bottom: 1px solid #DBDBDB;
}

.noticeItem {
  display: grid;
  grid-template-columns: 140px 1fr;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .noticeItem {
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.noticeItem__time {
  font-size: 1.6rem;
  line-height: 1.7;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .noticeItem__time {
    font-size: 1.2rem;
    line-height: 1;
  }
}

