@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
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, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "Noto Sans JP", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

b, strong, .bold {
  font-family: "Noto Sans JP", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a {
  text-decoration: none;
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
	Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
.wrapper {
  background-color: #5DB179;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

main {
  display: block;
}

.s_top {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
}
.s_top__bgLeft {
  position: fixed;
  bottom: -70px;
  left: -220px;
  z-index: 1;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .s_top__bgLeft {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .s_top__bgLeft {
    width: 310px;
    left: -142px;
    bottom: -25px;
  }
}
@media screen and (max-width: 414px) {
  .s_top__bgLeft {
    width: 70vw;
  }
}
.s_top__bgRight {
  position: fixed;
  top: -85px;
  right: -165px;
  z-index: 1;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .s_top__bgRight {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .s_top__bgRight {
    width: 310px;
    right: -110px;
    top: auto;
    bottom: -25px;
  }
}
@media screen and (max-width: 414px) {
  .s_top__bgRight {
    width: 70vw;
    right: -80px;
  }
}
.s_top__main {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s_top__main {
    top: 100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 414px) {
  .s_top__main {
    top: 15vh;
  }
}
.s_top__text {
  font-size: 2.4rem;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.09rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .s_top__text {
    font-size: 1.7rem;
    line-height: 30px;
  }
}
.s_top__title {
  font-size: 8.9rem;
  line-height: 100px;
  letter-spacing: 0.09rem;
  color: #fff;
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .s_top__title {
    font-size: 5rem;
    line-height: 60px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 414px) {
  .s_top__title {
    font-size: 10vw;
    line-height: 7vh;
    margin-top: 1.2vh;
  }
}
.s_top__text02 {
  line-height: 38px ;
  font-size: 1.8rem;
  letter-spacing: 0.09rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s_top__text02 {
    font-size: 1.3rem;
    line-height: 28px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 414px) {
  .s_top__text02 {
    font-size: 3vw;
    line-height: 3.7vh;
  }
}
.s_top__scroll {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: mousemove 2s ease-in-out infinite;
          animation: mousemove 2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .s_top__scroll {
    position: relative;
    bottom: auto;
    width: 58px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: mousemoveSP 2s ease-in-out infinite;
            animation: mousemoveSP 2s ease-in-out infinite;
  }
  .s_top__scroll img {
    width: 35px;
  }
}
.s_top__scroll span {
  margin-bottom: 7px;
}

@-webkit-keyframes mousemove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 15px;
  }
  100% {
    bottom: 20px;
  }
}

@keyframes mousemove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 15px;
  }
  100% {
    bottom: 20px;
  }
}
@-webkit-keyframes mousemoveSP {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 15px;
  }
  100% {
    margin-top: 20px;
  }
}
@keyframes mousemoveSP {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 15px;
  }
  100% {
    margin-top: 20px;
  }
}
.s_main {
  background-color: #fff;
  position: relative;
  padding: 80px 0 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .s_main {
    padding: 68px 0 30px;
  }
}
.s_main__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .s_main__inner {
    padding: 0 10px;
  }
}
.s_main__tt {
  font-size: 3rem;
  letter-spacing: 0.09rem;
  text-align: center;
  line-height: 40px;
  color: #5DB179;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .s_main__tt {
    font-size: 2.4rem;
    line-height: 35px;
    color: #5DB179;
    font-weight: 900;
  }
}
.s_main__text {
  font-size: 1.6rem;
  text-align: center;
  color: #1A1311;
  letter-spacing: 0.05rem;
  line-height: 25px;
}

.nav_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.nav_01 li {
  width: 30%;
  border: 3px solid #5DB179;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .nav_01 li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .nav_01 li {
    width: 48.5%;
    border-width: 2px;
    margin-bottom: 10px;
  }
}
.nav_01 li:hover {
  opacity: 0.85;
}
.nav_01 li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.nav_01__img {
  width: 100%;
  height: 170px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .nav_01__img {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .nav_01__img {
    height: 105px;
  }
}
.nav_01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav_01__cont {
  padding: 17px;
}
@media screen and (max-width: 767px) {
  .nav_01__cont {
    padding: 10px;
  }
}
.nav_01__tt {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 26px;
  color: #5DB179;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .nav_01__tt {
    font-size: 1.8vw;
    line-height: 2vh;
  }
}
@media screen and (max-width: 767px) {
  .nav_01__tt {
    line-height: 22px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav_01__text {
  font-size: 1.4rem;
  line-height: 22px;
  font-weight: 500;
  min-height: 66px;
  color: #1A1311;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .nav_01__text {
    font-size: 1.3vw;
    line-height: 2.2vh;
    min-height: 56px;
  }
}
.nav_01__text02 {
  font-size: 1.2rem;
  line-height: 26px;
  text-align: center;
  color: #FF7D57;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .nav_01__text02 {
    font-size: 1.2vw;
    line-height: 1.6vh;
  }
}
@media screen and (max-width: 767px) {
  .nav_01__text02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 17px;
  }
}
.nav_01__btn {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: block;
  max-width: 150px;
  line-height: 30px;
  width: 100%;
  background-color: #5DB179;
  border-radius: 15px;
  margin: 10px auto 0;
  background-image: url(../../assets/img/arrow_drop_up.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .nav_01__btn {
    max-width: 128px;
    font-size: 1.2rem;
  }
}

/* add  */
@media screen and (max-width: 767px) {
  .s_main__top {
    padding: 0 20px;
  }
}

.s_main__award {
  margin: 60px 0 65px;
  background-color: #FDFAED;
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .s_main__award {
    margin: 40px 0;
    padding: 40px 20px;
  }
}

.s_main__subtt {
  font-size: 2.4rem;
  letter-spacing: 0.09rem;
  text-align: center;
  line-height: 30px;
  color: #FF7D57;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .s_main__subtt {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .s_main__intern {
    padding: 0 20px;
  }
}

.s_main__youtube {
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .s_main__youtube {
    padding: 0 20px;
  }
}

.s_main__video {
  width: 650px;
  margin: auto;
  position: relative;
  padding-bottom: 37%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s_main__video {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
.s_main__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s_main__pdf {
  max-width: 690px;
  margin: auto;
  margin-bottom: 56px;
}

.box_01 {
  max-width: 750px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .box_01 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .box_01 {
    display: block;
  }
}
.box_01__img {
  width: 46%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .box_01__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.box_01__img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .box_01__img img {
    height: 252px;
  }
}
.box_01__tt {
  font-size: 2rem;
  letter-spacing: 0.09rem;
  line-height: 1;
  color: #5DB179;
  font-weight: 900;
  margin-bottom: 20px;
}
.box_01__text {
  font-size: 1.6rem;
  color: #1A1311;
  letter-spacing: 0.05rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.box_01__list {
  list-style: disc;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .box_01__list {
    padding-left: 20px;
  }
}
.box_01__list li {
  font-size: 1.6rem;
  color: #1A1311;
  letter-spacing: 0.05rem;
  line-height: 25px;
}

.box_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .box_02 {
    display: block;
  }
}
.box_02__img {
  width: 66%;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .box_02__img {
    width: 140px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.box_02__tt {
  font-size: 2rem;
  letter-spacing: 0.05rem;
  line-height: 30px;
  color: #5DB179;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .box_02__tt {
    text-align: center;
  }
}
.box_02__text {
  font-size: 1.6rem;
  color: #1A1311;
  letter-spacing: 0.05rem;
  line-height: 25px;
}
.box_02 .box_02__btn {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  display: block;
  max-width: 253px;
  line-height: 48px;
  width: 100%;
  background-color: #5DB179;
  border-radius: 15px;
  margin: 20px auto 0;
  background-image: url(../../assets/img/arrow_drop_up.svg);
  background-repeat: no-repeat;
  background-position: left 20px center;
  padding-left: 10px;
}

.header__bg {
  background-color: #5DB179;
  mix-blend-mode: darken;
  z-index: 2;
  position: relative;
  height: 60px;
}

.header {
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header {
    width: calc(100% - 12px);
    left: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__left {
  margin-right: 97px;
}
@media screen and (max-width: 767px) {
  .header__left {
    z-index: 999999;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(93, 177, 121, 0.9);
    overflow-y: auto;
    z-index: 999998;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
}
.header__nav.is-open {
  right: 0;
}
@media screen and (max-width: 767px) {
  .header__nav_list {
    padding: 86px 35px 20px;
  }
}
.header__nav_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__nav_list ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header__nav_list ul li {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
  }
}
.header__nav_list ul li a {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header__nav_list ul li a {
    font-size: 2.4rem;
  }
}
.header__nav_list ul li a.active {
  color: #FFEB00;
}
.header__nav_list ul li:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .header__nav_list ul li:not(:first-child) {
    margin-left: auto;
  }
}
.header__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: block;
    margin-right: 10px;
    z-index: 999999;
  }
}
.header__btn_menu {
  background-color: #fff;
  padding: 12px 9px;
  border-radius: 50%;
  background-image: url(../../assets/img/icon_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 10px;
  width: 40px;
  height: 40px;
}
.header__btn_menu.is-open {
  background-image: url(../../assets/img/icon_bg_close.svg);
}

.s_top_sub {
  width: 100%;
  position: relative;
}
.s_top_sub__bgLeft {
  position: fixed;
  bottom: -70px;
  left: -220px;
  z-index: 1;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .s_top_sub__bgLeft {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .s_top_sub__bgLeft {
    width: 310px;
    left: -142px;
    bottom: -25px;
  }
}
@media screen and (max-width: 414px) {
  .s_top_sub__bgLeft {
    width: 70vw;
  }
}
.s_top_sub__bgRight {
  position: fixed;
  top: -85px;
  right: -165px;
  z-index: 1;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .s_top_sub__bgRight {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .s_top_sub__bgRight {
    width: 310px;
    right: -110px;
    bottom: -25px;
  }
}
@media screen and (max-width: 414px) {
  .s_top_sub__bgRight {
    width: 70vw;
  }
}
.s_top_sub__ttl {
  margin: 60px 0;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.09em;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_top_sub__ttl {
    margin: 30px 0;
    font-size: 1.8rem;
  }
}

.s_main__award_btn {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  display: block;
  max-width: 178px;
  line-height: 48px;
  width: 100%;
  background-color: #5DB179;
  border-radius: 15px;
  margin: auto;
  background-image: url(../../assets/img/arrow_drop_up.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 10px;
}

.box_01 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #5DB179;
}
.box_01 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .box_01 a {
    display: block;
  }
}
.box_01__cont {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .box_01__cont {
    width: 100%;
  }
}
.box_01__year {
  font-size: 2rem;
  color: #FF7D57;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .box_01__year {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .box_01__tt {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .box_01__list li {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.box_01__btn {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: block;
  max-width: 128px;
  line-height: 30px;
  width: 100%;
  background-color: #5DB179;
  border-radius: 4px;
  margin-top: 30px;
  margin-left: auto;
  background-image: url(../../assets/img/arrow_drop_up.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .box_01__btn {
    margin-top: 10px;
  }
}

.s_sub {
  background-color: #FDFAED;
  position: relative;
  z-index: 2;
  width: 800px;
  margin: auto;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .s_sub {
    width: calc(100% - 40px);
  }
}

.footer {
  z-index: 2;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #5DB179;
  position: relative;
  padding: 23px 100px 20px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding: 23px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 12px 20px;
  }
}
.footer p a {
  color: #fff;
  text-decoration: underline;
}

.no_page {
  padding: 62px 60px 182px;
}
@media screen and (max-width: 767px) {
  .no_page {
    padding: 30px 15px 300px;
  }
}
.no_page__inner h3 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .no_page__inner h3 {
    margin-bottom: 12px;
  }
}
.no_page__inner p {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .no_page__inner p {
    font-size: 1.4rem;
  }
}

.policy {
  padding: 62px 60px 58px;
}
@media screen and (max-width: 767px) {
  .policy {
    padding: 30px 15px 33px;
  }
}
.policy__inner p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .policy__inner p {
    font-size: 1.4rem;
  }
}
.policy__inner_list dl {
  margin-bottom: 26px;
}
.policy__inner_list dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  margin-bottom: 6px;
}
.policy__inner_list dl dd {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .policy__inner_list dl dd {
    font-size: 1.4rem;
  }
}

.award {
  padding: 60px 34px 60px;
}
@media screen and (max-width: 767px) {
  .award {
    padding: 30px 15px;
  }
}
.award_ttl {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  color: #5DB179;
  padding-bottom: 15px;
  border-bottom: 1px solid #5DB179;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .award_ttl {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}
.award .category_list {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .award .category_list {
    display: none;
  }
}
.award .category_list li {
  margin: 0 10px 15px;
  width: 118px;
  text-align: center;
}
.award .category_list li a {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.09em;
  background-color: #FF7D57;
  border-radius: 18px;
  line-height: 34px;
}
.award .category_select {
  width: 94%;
  font-size: 15px;
  color: #fff;
  background-color: #FF7D57;
  margin: 0 15px 15px;
  border-radius: 25px;
  border: 1px solid #fff;
  padding: 17px 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../../assets/img/icon_select.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
}
.award .article {
  margin-top: 15px;
}
.award .article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .award .article_list {
    display: block;
  }
}
.award .article_list_box {
  width: 48%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #5DB179;
}
@media screen and (max-width: 767px) {
  .award .article_list_box {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.award .article_list_box_img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .award .article_list_box_img {
    margin-bottom: 14px;
  }
}
.award .article_list_box_img img {
  width: 100%;
  height: 252px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .award .article_list_box_img img {
    height: 230px;
  }
}
.award .article_list_box_btm_year {
  font-size: 1.6rem;
  color: #FF7D57;
  letter-spacing: 0.09em;
  line-height: 1.875;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .award .article_list_box_btm_year {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 0;
  }
}
.award .article_list_box_btm_ttl {
  font-size: 1.8rem;
  letter-spacing: 0.09em;
  line-height: 1.6666666667;
  color: #5DB179;
  font-weight: 900;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .award .article_list_box_btm_ttl {
    font-size: 1.6rem;
    line-height: 1.6875;
    margin-bottom: 4px;
  }
}
.award .article_list_box_btm_text {
  font-size: 1.6rem;
  color: #1A1311;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 12px;
}
.award .article_list_box_btm_list {
  list-style: disc;
  padding-left: 16px;
}
.award .article_list_box_btm_list li {
  font-size: 1.5rem;
  color: #1A1311;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
.award .article_list_box_btm_btn {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: block;
  max-width: 128px;
  line-height: 30px;
  width: 100%;
  background-color: #5DB179;
  border-radius: 4px;
  margin-top: 16px;
  margin-left: auto;
  background-image: url(../../assets/img/arrow_drop_up.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .award .article_list_box_btm_btn {
    margin-top: 10px;
  }
}
.award .pagination {
  text-align: center;
  margin-top: 20px;
}
.award .pagination_inner .wp-pagenavi {
  font-size: 1.6rem;
}
.award .pagination_inner .wp-pagenavi a {
  color: #1A1311;
  display: inline-block;
  margin: 0 15px;
  border: none;
}
.award .pagination_inner .wp-pagenavi span {
  border: none;
}
.award .pagination_inner .wp-pagenavi .current {
  border-bottom: 1px solid #1A1311;
}
.award .pagination_inner .wp-pagenavi .previouspostslink {
  margin-left: auto;
  margin-right: 35px;
  border: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .award .pagination_inner .wp-pagenavi .previouspostslink {
    margin-right: 25px;
  }
}
.award .pagination_inner .wp-pagenavi .previouspostslink::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/icon_prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 54%;
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 12px;
}
.award .pagination_inner .wp-pagenavi .nextpostslink {
  margin-right: auto;
  margin-left: 35px;
  border: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .award .pagination_inner .wp-pagenavi .nextpostslink {
    margin-left: 25px;
  }
}
.award .pagination_inner .wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/icon_next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 54%;
  right: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 12px;
}

.detail {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .detail {
    padding: 30px 15px 35px;
  }
}
.detail_category {
  width: 128px;
  font-size: 1.8rem;
  background-color: #FF7D57;
  padding: 8px 0;
  border-radius: 18px;
  color: #fff;
  letter-spacing: 0.09em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .detail_category {
    width: 108px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.detail_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.09em;
  line-height: 1.25;
  color: #FF7D57;
  font-weight: 900;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .detail_ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 30px;
  }
}
.detail_body h1 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .detail_body h1 {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
.detail_body h2 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .detail_body h2 {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
.detail_body h3 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .detail_body h3 {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
.detail_body p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .detail_body p {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.detail_body a {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .detail_body a {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7857142857;
  }
}
.detail_body strong {
  font-weight: bold;
}
.detail_body figure {
  display: table;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .detail_body figure {
    margin: 0 10px 30px;
  }
}
.detail_body figure img {
  max-width: 100%;
  height: 100%;
}
.detail_body figure figcaption {
  caption-side: bottom;
  display: table-caption;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.9230769231;
  margin-top: 10px;
  text-align: left;
  color: #646464;
}
.detail_body img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail_voice h3 {
  font-size: 1.6rem;
  color: #FF7D57;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.detail_voice_box {
  margin-bottom: 30px;
}
.detail_voice_box h4 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .detail_voice_box h4 {
    font-size: 1.4rem;
  }
}
.detail_voice_box p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .detail_voice_box p {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.detail_about {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .detail_about {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
}
.detail_about h3 {
  font-size: 1.8rem;
  color: #FF7D57;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .detail_about h3 {
    margin-bottom: 30px;
  }
}
.detail_about h4 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin-bottom: 20px;
}
.detail_about_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .detail_about_box {
    display: block;
  }
}
.detail_about_box_left {
  width: 52%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .detail_about_box_left {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.detail_about_box_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_about_box_right {
  width: 60%;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .detail_about_box_right {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.detail_about_box_right a {
  text-decoration: underline;
}

.top__btn {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  display: block;
  max-width: 159px;
  line-height: 48px;
  width: 100%;
  background-color: #5DB179;
  border-radius: 15px;
  margin: 30px auto 0;
  background-image: url(../../assets/img/arrow_drop_up.svg);
  background-repeat: no-repeat;
  background-position: left 20px center;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .top__btn {
    max-width: 142px;
    font-size: 1.4rem;
    line-height: 44px;
  }
}
/* end add  */

.page_top {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #FF7D57;
  width: 57px;
  height: 57px;
  border: 2px solid #1A1311;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 3;
  cursor: pointer;
  padding: 10px 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .page_top {
    right: 10px;
    bottom: 20px;
  }
}
.page_top img {
  margin-bottom: 8px;
  display: block;
  margin: 0 auto 8px;
}

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