@charset "UTF-8";
/*
 Theme Name:   Komazaki.net
 Description:  Komazaki.net template
 Author:       ActLocale
 Template:     xeory_extension
 Version:      1.0.0
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

body {
  font-size: 16px;
  font-size: 1rem;
  background-color: #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3A3A3A;
  font-family: 'Arial', HiraKakuProN-W3, 'HiraKakuProN-W3','ヒラギノ角ゴ ProN W3', メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #3A3A3A;
  text-decoration: none;
}

input[type="text"] {
  background: #FFFFFF;
  border: 1px solid #979797;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrapper {
  border-top: 4px solid #7ED321;
  min-width: 1040px;
}

@media screen and (max-width: 767px) {
  .wrapper {
    border-top: none;
    min-width: 100%;
  }
}

.wrapper header {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.wrapper .is-fixed {
  padding-top: 62px;
}

@media screen and (max-width: 767px) {
  .wrapper .is-fixed {
    padding-top: 0;
  }
}

.wrapper .is-fixed header {
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 4px solid #7ED321;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .wrapper .is-fixed header {
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    border-top: none;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 3%;
    width: 94%;
  }
}

.box {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
}

.kv__wrap {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  width: 100%;
}

.bg__hero {
  background: url(./assets/images/common/bg_hero.jpg);
  background-repeat: no-repeat;
  background-position: center -12px;
  background-size: 2000px 500px;
}

@media screen and (max-width: 767px) {
  .bg__hero {
    background: url(./assets/images/common/bg_hero_sp.png);
    background-repeat: no-repeat;
    background-position: center 78px;
    background-size: contain;
  }
}

.link__back-to-top {
  width: 360px;
  height: 40px;
  margin: 60px auto 40px;
}

.link__back-to-top a {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 50px;
  display: block;
  line-height: 38px;
  padding: 0 0 0 16px;
  position: relative;
  text-align: center;
}

.link__back-to-top a:before {
  content: "";
  background: url(./assets/images/common/icon_close.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 14px;
  left: 106px;
}

@media screen and (max-width: 767px) {
  .link__back-to-top {
    width: 90%;
  }
  .link__back-to-top a:before {
    left: 60px;
  }
}

.article__listHeader {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 16px;
}

.article__listHeader .currentpage {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .article__listHeader {
    margin-bottom: 10px;
  }
  .article__listHeader .currentpage {
    display: none;
  }
}

.article__listInner {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .article__listInner {
    display: block;
  }
}

.article__listInner .article__listInner2 {
  *zoom: 1;
  margin-right: -12px;
}

.article__listInner .article__listInner2:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .article__listInner .article__listInner2 {
    margin-right: 0;
  }
}

.article__block {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 312px;
  height: 320px;
  float: left;
  overflow: hidden;
  margin-right: 12px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.article__block a {
  display: block;
}

.article__block .cat-base {
  border-bottom: 2px solid #D8D8D8;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0 5px;
  margin: 0 auto 10px;
  width: 172px;
}

.article__block .cat-news {
  color: #A5C91E;
}

.article__block .cat-proposal {
  color: #6AB0EB;
}

.article__block .cat-media {
  color: #E9B986;
}

.article__block .cat-event {
  color: #8693E9;
}

.article__block .cat-life {
  color: #E986A2;
}

.article__block .cat-recruit {
  color: #A7A9AC;
}

.article__block .cat-patera {
  color: #B20000;
}

.article__block time {
  font-size: 12px;
  font-size: 0.75rem;
  color: #808285;
}

.article__block .article__title {
  height: 48px;
  overflow: hidden;
  margin: 20px 6px 15px;
  position: relative;
}

.article__block .article__imgBox {
  width: 310px;
  height: 170px;
  overflow: hidden;
  position: relative;
  border-radius: 0 0 4px 4px;
  background-size: cover;
  background-position: top;
}

.article__block .article__imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .article__block .article__imgBox {
    width: 100%;
    height: 188px;
  }
}

.article__block.x2 {
  width: 636px;
}

@media screen and (max-width: 767px) {
  .article__block.x2 {
    width: 100%;
  }
}

.article__block.books {
  border: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .article__block.books {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .article__block {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .article__block .article__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 15px 12px;
    height: 56px;
    line-height: 28px;
  }
}

.books__innerBox {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 74px 25px 44px 16px;
}

@media screen and (max-width: 767px) {
  .books__innerBox {
    flex-wrap: wrap;
    padding-top: 0;
  }
}

.books__fxItem {
  width: 100px;
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .books__fxItem {
    width: 50%;
    padding: 10px 15px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .books__fxItem.books__item--first {
    width: 100%;
  }
}

.books__fxItem.books__item--first p {
  padding: 44px 0 37px;
}

@media screen and (max-width: 767px) {
  .books__fxItem.books__item--first p {
    padding-bottom: 10px;
  }
}

.books__fxItem.books__item--first a {
  font-size: 9px;
  font-size: 0.5625rem;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .books__fxItem.books__item--first a {
    margin: 10px 0;
  }
}

.books__fxItem .books__imgBox {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  height: 125px;
  margin-bottom: 15px;
}

.books__fxItem .books__imgBox img {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  margin: 0 auto;
}

.books__fxItem .books__title {
  font-weight: normal;
  font-size: 9px;
  font-size: 0.5625rem;
  text-align: left;
}

header .header__block {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

header .header__block .header__title {
  color: #3A3A3A;
  font-size: 16px;
  font-size: 1rem;
  margin-right: auto;
  padding: 12px 0 6px;
}

@media screen and (max-width: 767px) {
  header .header__block .header__title {
    padding: 8px 0 0;
  }
}

header .header__block .header__title a {
  display: block;
}

header .header__block .header__title .header__title--small {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  header .header__block .header__title .header__title--small {
    margin-top: 0;
  }
}

@media screen and (max-width: 360px) {
  header .header__block .header__title .header__title--small {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

header .header__block .gnav {
  position: relative;
}

header .header__block .gnav .gnav__btn:after {
  content: "";
  background: url(./assets/images/common/icon_menu.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 12px;
}

@media screen and (max-width: 360px) {
  header .header__block .gnav .gnav__btn:after {
    width: 18px;
    height: 18px;
    top: 17px;
    right: 8px;
  }
}

@media screen and (max-width: 767px) {
  header .header__block .gnav .gnav__btn {
    background: #FDFDFD;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 125px;
    height: 50px;
    padding: 0 16px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 12px;
    z-index: 3;
  }
  header .header__block .gnav .gnav__btn:after {
    display: block;
  }
  header .header__block .gnav .gnav__btn p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) and (max-width: 360px) {
  header .header__block .gnav .gnav__btn {
    width: 90px;
    padding: 0 6px;
  }
}

header .header__block .gnav .gnav__inner--sp {
  background: #F5F5F5;
  display: none;
  width: 100%;
  height: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

header .header__block .gnav .gnav__inner--sp .gnav__heading {
  padding: 20px 0 0 12px;
}

header .header__block .gnav .gnav__inner--sp .gnav__heading .gnav__heading--small {
  font-size: 12px;
  font-size: 0.75rem;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBtn {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  width: 160px;
  height: 62px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBtn:before {
  content: "";
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 16px;
  left: 12px;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBtn.top:before {
  content: "";
  background: url(./assets/images/common/icon_menu_toppage.png);
  background-repeat: no-repeat;
  background-size: contain;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBtn.blog:before {
  content: "";
  background: url(./assets/images/common/icon_menu_blog.png);
  background-repeat: no-repeat;
  background-size: contain;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBtn.profile:before {
  content: "";
  background: url(./assets/images/common/icon_menu_profile.png);
  background-repeat: no-repeat;
  background-size: contain;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBtn.vision:before {
  content: "";
  background: url(./assets/images/common/icon_menu_vision.png);
  background-repeat: no-repeat;
  background-size: contain;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBtn.action:before {
  content: "";
  background: url(./assets/images/common/icon_menu_action.png);
  background-repeat: no-repeat;
  background-size: contain;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBtn p {
  line-height: 62px;
  padding-left: 40px;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBtn.about:before {
  display: none;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBtn.about p {
  padding-left: 20px;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBtn.privacy:before {
  display: none;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBtn.privacy p {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 10px;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 12px 45px;
  position: absolute;
  top: 86px;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBox .search__box {
  position: relative;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBox .search__box .search__input {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  height: 38px;
  padding: 0 36px 0 10px;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBox .search__box .search__submitBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  height: 36px;
  overflow: hidden;
  padding: 10px 12px 10px 10px;
  position: absolute;
  top: 1px;
  right: 1px;
}

header .header__block .gnav .gnav__inner--sp .gnav__innerBox .search__box .search__submitBtn img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  header .header__block .gnav .gnav__inner--sp.open .gnav__innerBtn {
    display: block;
  }
  header .header__block .gnav .gnav__inner--sp.open .gnav__innerBtn:before {
    display: block;
  }
}

@media screen and (max-width: 767px) and (max-width: 360px) {
  header .header__block .gnav .gnav__inner--sp.open .gnav__innerBtn {
    width: 130px;
  }
  header .header__block .gnav .gnav__inner--sp.open .gnav__innerBtn:before {
    width: 18px;
    height: 18px;
    top: 22px;
    left: 8px;
  }
  header .header__block .gnav .gnav__inner--sp.open .gnav__innerBtn p {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 32px;
  }
  header .header__block .gnav .gnav__inner--sp.open .gnav__innerBtn.about p {
    padding-left: 20px;
  }
  header .header__block .gnav .gnav__inner--sp.open .gnav__innerBtn.privacy p {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-left: 8px;
  }
}

header .header__block .gnav .main-menu--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  header .header__block .gnav .gnav__inner--pc {
    display: none;
  }
  header .header__block .gnav .gnav__inner--sp {
    display: block;
    overflow: hidden;
  }
  header .header__block .gnav .gnav__inner--sp.open {
    height: 100%;
    opacity: 1;
    overflow: auto;
  }
  header .header__block .gnav .main-menu--sp {
    display: block;
    font-size: 0;
    margin-top: 12px;
  }
  header .header__block .gnav .main-menu--sp li {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 75px;
    margin-bottom: 12px;
    position: relative;
  }
  header .header__block .gnav .main-menu--sp li a {
    display: block;
    line-height: 75px;
    padding-left: 75px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  header .header__block .gnav .main-menu--sp li:before {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    left: 25px;
  }
  header .header__block .gnav .main-menu--sp li.top:before {
    content: "";
    background: url(./assets/images/common/icon_menu_toppage.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .header__block .gnav .main-menu--sp li.blog:before {
    content: "";
    background: url(./assets/images/common/icon_menu_blog.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .header__block .gnav .main-menu--sp li.profile:before {
    content: "";
    background: url(./assets/images/common/icon_menu_profile.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .header__block .gnav .main-menu--sp li.vision:before {
    content: "";
    background: url(./assets/images/common/icon_menu_vision.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .header__block .gnav .main-menu--sp li.action:before {
    content: "";
    background: url(./assets/images/common/icon_menu_action.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .header__block .gnav .main-menu--sp li.privacy, header .header__block .gnav .main-menu--sp li.about {
    display: inline-block;
    width: 48.5%;
    width: calc( ( 100% - 12px ) / 2);
    vertical-align: middle;
  }
  header .header__block .gnav .main-menu--sp li.privacy a, header .header__block .gnav .main-menu--sp li.about a {
    display: inline-block;
    padding: 0 20px 0 25px;
    line-height: 1.5;
    vertical-align: middle;
  }
  header .header__block .gnav .main-menu--sp li.privacy:after, header .header__block .gnav .main-menu--sp li.about:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 75px;
    vertical-align: middle;
  }
  header .header__block .gnav .main-menu--sp li.privacy {
    margin-right: 12px;
  }
  header .header__block .gnav .main-menu--sp li.privacy a {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) and (max-width: 360px) {
  header .header__block .gnav .main-menu--sp li.privacy a, header .header__block .gnav .main-menu--sp li.about a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  header .header__block .gnav .main-menu--sp li.contact:before {
    content: "";
    background: url(./assets/images/common/icon_menu_mail.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .header__block .gnav .main-menu__closeBtn {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 100px);
            transform: translate3d(0, 0, 100px);
  }
  header .header__block .gnav .main-menu__closeBtn.open {
    display: block;
  }
  header .header__block .gnav .main-menu__closeBtn p {
    background: #B8E986;
    font-size: 18px;
    font-size: 1.125rem;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  header .header__block .gnav .main-menu__closeBtn p:before {
    content: "";
    display: inline-block;
    background: url(./assets/images/common/icon_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 11px;
    padding-right: 40px;
  }
}

header .header__block .main-menu {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-top: 10px;
}

header .header__block .main-menu li {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  width: 100px;
  margin-left: 10px;
}

header .header__block .main-menu li a {
  display: block;
  padding: 11px 0 9px;
  position: relative;
}

header .header__block .main-menu li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #7ED321;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

header .header__block .main-menu li a.active:after, header .header__block .main-menu li a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (max-width: 767px) {
  header .header__block .main-menu {
    display: none;
  }
}

.footer__block {
  background: #E0E0E0 url(./assets/images/pc/common/footer_bar.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 52px 0;
}

@media screen and (max-width: 767px) {
  .footer__block {
    background: url(./assets/images/sp/common/footer_bar.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 25px 0;
  }
}

.footer__block .profile__box {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.footer__block .profile__box .profile__imgBox {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  margin: 0;
  margin-right: 20px;
}

.footer__block .profile__box .profile__imgBox img {
  width: 100%;
}

.footer__block .profile__box .profile__name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding-top: 7px;
}

.footer__block .profile__box .profile__name .footer__profile--small {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .footer__block .profile__box {
    display: block;
  }
  .footer__block .profile__box .profile__imgBox {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
  }
}

.footer__block .footer__menu {
  display: none;
  list-style: none;
  width: 320px;
  font-size: 0;
  margin: 45px 0 55px;
}

.footer__block .footer__menu li {
  display: inline-block;
  width: 130px;
  margin: 0 25px 18px 0;
}

.footer__block .footer__menu li a {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .footer__block .footer__menu {
    display: block;
    width: 100%;
    margin: 20px 0 25px;
  }
  .footer__block .footer__menu li {
    display: block;
    width: 100%;
    text-align: center;
  }
}







.footer__block .footer__copyright {
  border-top: 1px solid #979797;
  *zoom: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 20px;
}

.footer__block .footer__copyright:after {
  content: "";
  display: table;
  clear: both;
}

.footer__block .footer__copyright p {
  margin-right: auto;
  float: left;
  width: 230px;
}

.footer__block .footer__copyright .footer__menu2 {
  float: right;
  list-style: none;
  padding-top: 6px;
}

.footer__block .footer__copyright .footer__menu2 li {
  display: inline-block;
  margin-right: 48px;
}

@media screen and (max-width: 767px) {
  .footer__block .footer__copyright p, .footer__block .footer__copyright .footer__menu2 {
    float: none;
    width: 100%;
  }
  .footer__block .footer__copyright p {
    text-align: center;
  }
  .footer__block .footer__copyright .footer__menu2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .footer__block .footer__copyright .footer__menu2 li {
    display: block;
    margin: 0;
  }
}

.kv__top {
  /*background: url(./assets/images/pc/top/top_kv_pc.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  /*background: url(./assets/images/pc/top/top_kv_pc2.jpg);*/
  background: url(./assets/images/pc/top/top_kv_pc3.jpg);
}

@media screen and (max-width: 767px) {
  .kv__top {
    /*background: url(./assets/images/sp/top/top_kv_sp.png);*/
    /*background: url(./assets/images/sp/top/top_img1.jpg);*/
    background: url(./assets/images/sp/top/top_img3.jpg);
    background-repeat: no-repeat;
    /*background-position: right -30px;*/
    background-size: cover;
    background-position: center bottom;
  }
}

.kv__block {
  margin: 0 auto;
  width: 1040px;
  height: 434px;
  position: relative;
  z-index: 1;
}

.kv__block .kv__tagline1, .kv__block .kv__tagline2, .kv__block .btn__actionBox, .kv__block .btn__donation {
  position: absolute;
  left: 600px;
}

.kv__block .kv__tagline1 {
  font-size: 36px;
  font-size: 2.25rem;
  top: 48px;
}

.kv__block .kv__tagline2 {
  font-size: 32px;
  font-size: 2rem;
  top: 170px;
}

.kv__block .kv__tagline2--small {
  font-size: 16px;
  font-size: 1rem;
}

.kv__block .btn__actionBox {
  top: 278px;
}

.kv__block .btn__actionBox a {
  background-color: #F0A056;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 40px;
  width: 280px;
  height: 40px;
  padding-left: 77px;
  position: relative;
}

.kv__block .btn__actionBox a:before {
  content: "";
  background: url(./assets/images/common/icon_hand.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 24px;
  position: absolute;
  top: 7px;
  left: 30px;
}

/*鰐渕追加（202304）-------------------*/
.kv__block .btn__donation {
  top: 335px;
}
.kv__block .btn__donation a {
  background-color: #7ED321;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 40px;
  width: 280px;
  height: 40px;
  padding-left: 77px;
  position: relative;
}

.kv__block .btn__donation a:before {
  content: "";
  background: url(./assets/images/common/icon_donation.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
/*鰐渕追加（ここまで）-----------------*/

@media screen and (max-width: 767px) {
  .kv__block {
    width: 100%;
    height: 480px;
  }
  .kv__block .kv__tagline1 {
    padding-top: 80px;
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
  .kv__block .kv__tagline2 {
    display: none;
  }
  .kv__block .btn__donation{
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #979797;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 12px 0;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 0;
    z-index: 1;
  }
  .kv__block .btn__donation a {
    line-height: 50px;
    width: 325px;
    height: 50px;
    margin: 0 auto;
    padding-left: 100px;
  }
  .kv__block .btn__actionBox {
    display: none;
  }
}
}

@media screen and (max-width: 767px) and (max-width: 360px) {
  .kv__block .btn__actionBox a {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .kv__block .btn__actionBox a:before {
    top: 10px;
    left: 60px;
  }
}

.article__listWrap--top {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .article__listWrap--top {
    padding-bottom: 36px;
  }
}

.action__banner {
  background: url(./assets/images/pc/top/top_img6.jpg);
}

.action__box {
  position: absolute;
  top: 72px;
  left: 316px;
  width: 280px;
}

.action__heading {
  margin-bottom: 20px;
  text-align: center;
}

.action__description {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: left;
}

.action__detailBtn {
  font-size: 12px;
  font-size: 0.75rem;
  border: 1px solid #979797;
  border-radius: 50px;
  display: block;
  width: 200px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 17px auto 0;
}

.link__btnBox {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 5%;
  width: 90%;
  position: absolute;
  bottom: 45px;
}

.link__btnBox a {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #84B1AF;
  border-radius: 45px;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  width: 43%;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.profile__box {
  /*padding-bottom: 24px;*/
  padding-bottom: 10px;
}

.profile__box .profile__imgBox {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 34px auto 20px;
}

@media screen and (max-width: 767px) {
  .profile__box .profile__imgBox {
    width: 90px;
    height: 90px;
  }
}

.profile__box .profile__imgBox img {
  width: 100%;
}

.profile__box .profile__name {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: center;
}
/* @media screen and (max-width: 767px) {
  .profile__box .profile__name {
    margin-bottom: 16px;
  }
} */

.profile__box .profile__name .profile__name--small {
  font-size: 12px;
  font-size: 0.75rem;
  /* display: inline-block;
  line-height: 1.5; */
}

.profile__box .profile__snsLink {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.profile__box .profile__snsLink a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  border-radius: 5px;
}

.profile__box .profile__snsLink a img {
  width: 100%;
}

.profile__box .profile__Btn {
  margin: 30px auto 0;
  border: 1px solid #979797;
  border-radius: 50px;
  display: block;
  width: 200px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .profile__box .profile__Btn {
    margin: 20px auto 16px;
  }
}

.kv__blog {
  background: url(./assets/images/pc/blog/blog_kv_pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .kv__blog {
    background: url(./assets/images/sp/blog/blog_kv_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .kv__blog.kv__article, .kv__blog.kv__category {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.kv__blog .kv__block {
  height: 360px;
}

@media screen and (max-width: 767px) {
  .kv__blog .kv__block {
    height: 225px;
  }
}

.kv__blog .kv__block .kv__tagline1, .kv__blog .kv__block .kv__tagline2, .kv__blog .kv__block .navigation__box {
  left: 40px;
}

.kv__blog .kv__block .kv__tagline1 {
  font-size: 16px;
  font-size: 1rem;
  top: 68px;
}

@media screen and (max-width: 767px) {
  .kv__blog .kv__block .kv__tagline1 {
    display: none;
  }
}

.kv__blog .kv__block .kv__tagline2 {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  top: 100px;
}

@media screen and (max-width: 767px) {
  .kv__blog .kv__block .kv__tagline2 {
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
    top: 160px;
    left: 0;
    text-align: center;
  }
  .kv__blog .kv__block .kv__tagline2 span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.kv__blog .kv__block .navigation__box {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.kv__blog .kv__block .navigation__box .breadclub__box {
  margin-right: auto;
  width: 48%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kv__blog .kv__block .navigation__box .breadclub__box li {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
}

.kv__blog .kv__block .navigation__box .breadclub__box li:after {
  content: ">";
  padding-left: 6px;
}

.kv__blog .kv__block .navigation__box .breadclub__box li a {
  text-decoration: underline;
}

.kv__blog .kv__block .navigation__box .breadclub__box li:last-child:after {
  content: "";
  display: none;
}

.kv__blog .kv__block .navigation__box .search__box {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.kv__blog .kv__block .navigation__box .search__box label {
  font-size: 14px;
  font-size: 0.875rem;
}

.kv__blog .kv__block .navigation__box .search__box .search__input {
  width: 240px;
  height: 26px;
  margin: 0 12px;
}

.kv__blog .kv__block .navigation__box .search__box .search__submitBtn {
  background: #6D6E71;
  border: 1px solid #979797;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 0.75rem;
  width: 60px;
  height: 26px;
}

@media screen and (max-width: 767px) {
  .kv__blog .kv__block .navigation__box .search__box {
    display: block;
    left: 0;
    bottom: 0;
  }
  .kv__blog .kv__block .navigation__box .search__box label {
    display: none;
  }
  .kv__blog .kv__block .navigation__box .search__box .search__input {
    border-color: #D8D8D8;
    width: 100%;
    height: 36px;
    margin: 0;
    padding-right: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
  .kv__blog .kv__block .navigation__box .search__box .search__submitBtn {
    background: url(./assets/images/common/icon_menu_search.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    text-indent: -9999px;
  }
}

@media screen and (max-width: 767px) {
  .kv__blog .kv__block .navigation__box {
    display: block;
    bottom: -60px;
    left: 0;
  }
  .kv__blog .kv__block .navigation__box .breadclub__box {
    display: none;
  }
}

.kv__blog.kv__article {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.kv__blog.kv__article .kv__block {
  height: auto;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .kv__blog.kv__article .kv__block {
    margin: 40px auto 28px;
  }
}

.kv__blog.kv__article .kv__block .navigation__box {
  position: relative;
  bottom: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .kv__blog.kv__article .kv__block .navigation__box .breadclub__box {
    display: block;
    width: 99%;
  }
}

@media screen and (max-width: 767px) {
  .kv__blog.kv__article .kv__block .search__box {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .kv__blog.kv__category .kv__block {
    height: auto;
    margin: 0;
  }
}

.kv__blog.kv__category .kv__block .kv__tagline1 {
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .kv__blog.kv__category .kv__block .kv__tagline1 {
    display: block;
    position: absolute;
    width: 100%;
    padding: 0;
    height: 24px;
    top: 100px;
    left: 0;
  }
}

.kv__blog.kv__category .kv__block .kv__tagline2 {
  padding-left: 80px;
}

.kv__blog.kv__category .kv__block .kv__tagline2.news {
  background: url(./assets/images/common/icon_news.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.kv__blog.kv__category .kv__block .kv__tagline2.proposal {
  background: url(./assets/images/common/icon_idea.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.kv__blog.kv__category .kv__block .kv__tagline2.media {
  background: url(./assets/images/common/icon_media.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.kv__blog.kv__category .kv__block .kv__tagline2.event {
  background: url(./assets/images/common/icon_event.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.kv__blog.kv__category .kv__block .kv__tagline2.life {
  background: url(./assets/images/common/icon_life.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.kv__blog.kv__category .kv__block .kv__tagline2.recruit {
  background: url(./assets/images/common/icon_wanted.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.kv__blog.kv__category .kv__block .kv__tagline2.patera {
  background: url(./assets/images/common/icon_patera.png);
  background-repeat: no-repeat;
  background-size: contain;
}


@media screen and (max-width: 767px) {
  .kv__blog.kv__category .kv__block .kv__tagline2 {
    top: 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #BDEB8E;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    width: 94%;
    margin: 0 3%;
    padding: 40px 0 12px;
    text-align: center;
  }
  .kv__blog.kv__category .kv__block .kv__tagline2.news {
    background: none;
    border-color: #BDEB8E;
  }
  .kv__blog.kv__category .kv__block .kv__tagline2.proposal {
    background: none;
    border-color: #86CCE9;
  }
  .kv__blog.kv__category .kv__block .kv__tagline2.event {
    background: none;
    border-color: #8693E9;
  }
  .kv__blog.kv__category .kv__block .kv__tagline2.media {
    background: none;
    border-color: #E9B986;
  }
  .kv__blog.kv__category .kv__block .kv__tagline2.life {
    background: none;
    border-color: #E986A2;
  }
  .kv__blog.kv__category .kv__block .kv__tagline2.recruit {
    background: none;
    border-color: #A7A9AC;
  }
  .kv__blog.kv__category .kv__block .kv__tagline2.patera {
    background: none;
    border-color: #B20000;
  }
}

@media screen and (max-width: 767px) {
  .kv__blog.kv__category .kv__block .navigation__box .breadclub__box {
    display: block;
    width: 99%;
  }
}

@media screen and (max-width: 767px) {
  .kv__blog.kv__category .kv__block .search__box {
    display: none;
  }
}

.article__listWrap--blog {
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .article__listWrap--blog {
    margin-top: 80px;
  }
}

.article__listWrap--blog.category {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .article__listWrap--blog.category {
    margin-top: 190px;
  }
  .article__listWrap--blog.category .article__block .cat-base {
    display: none;
  }
  .article__listWrap--blog.category time {
    padding: 15px 0 0;
    display: block;
  }
}

.category__listBox {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 150px 6px 80px;
  position: relative;
  margin: 0 auto 40px;
}

.category__listBox p {
  background: #7ED321;
  border-radius: 4px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  width: 200px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.category__listBox .category__list {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .category__listBox .category__list {
    justify-content: flex-start;
  }
}

.category__listBox .category__list li {
  width: 192px;
  height: 32px;
  position: relative;

  width: calc(33.333% - 10px);
  margin: 0 0 20px 10px;
}

@media screen and (min-width: 768px) {
  .category__listBox .category__list li {
    margin: 0 10px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .category__listBox .category__list li:nth-child(3n+2) {
    margin: 0 10px 20px 0;
  }
  .category__listBox .category__list li:nth-child(3n+1) {
    margin: 0 10px 20px 0;
  }
}

.category__listBox .category__list li a {
  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;
  height: 100%;
  /* line-height: 32px; */
  padding-left: 32px;
  padding-right: 15px;
  text-align: center;
}
.category__listBox .category__list li a {
  padding-right: 0;
}

.category__listBox .category__list li.global {
  font-size: 85%;
}

.category__listBox .category__list li:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.category__listBox .category__list li.news:before {
  background: url(./assets/images/common/icon_news.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.category__listBox .category__list li.proposal:before {
  background: url(./assets/images/common/icon_idea.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.category__listBox .category__list li.media:before {
  background: url(./assets/images/common/icon_media.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.category__listBox .category__list li.event:before {
  background: url(./assets/images/common/icon_event.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.category__listBox .category__list li.life:before {
  background: url(./assets/images/common/icon_life.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.category__listBox .category__list li.recruit:before {
  background: url(./assets/images/common/icon_wanted.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.category__listBox .category__list li.global:before {
  background: url(./assets/images/common/icon_global.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.category__listBox .category__list li.patera:before {
  background: url(./assets/images/common/icon_patera.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .category__listBox {
    background: transparent;
    border: none;
    padding: 0;
  }
  .category__listBox p {
    background: transparent;
    padding: 0;
    position: relative;
  }
  .category__listBox .category__list li {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    width: calc((100% - 12px ) / 2);
    height: 50px;
    margin: 0 0px 10px 0;
  }
  .category__listBox .category__list li:before {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 8px;
  }
}

@media screen and (max-width: 767px) and (max-width: 360px) {
  .category__listBox .category__list li:before {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .category__listBox .category__list li a {
    /* line-height: 50px; */
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 44px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) and (max-width: 360px) {
  .category__listBox .category__list li a {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 40px;
  }
}

.pager__box {
  position: relative;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto 45px;
}

.pager__box .pager__firstBtn img, .pager__box .pager__prevBtn img, .pager__box .pager__nextBtn img, .pager__box .pager__lastBtn img {
  vertical-align: middle;
}

.pager__box .pager__firstBtn, .pager__box .pager__prevBtn {
  margin-right: 25px;
}

.pager__box .pager__nextBtn, .pager__box .pager__lastBtn {
  margin-left: 25px;
}

.pager__box .pager__numberList {
  list-style: none;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.pager__box .pager__numberList li {
  width: 45px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.pager__box .pager__numberList li.current {
  background: #7ED321;
  color: #FFFFFF;
}

.pager__box .pager__numberList li a {
  display: block;
}

@media screen and (max-width: 767px) {
  .pager__box {
    display: none;
  }
}

.pager__box--sp {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  height: 38px;
  margin: 0 auto 40px;
  padding: 0 48px;
  position: relative;
  display: none;
}

@media screen and (max-width: 767px) {
  .pager__box--sp {
    display: block;
  }
}

.pager__box--sp a, .pager__box--sp span {
  display: block;
  position: absolute;
  top: 10px;
}

.pager__box--sp a {
  width: 20%;
  height: 16px;
}

.pager__box--sp a.pager__nextBtn {
  text-align: right;
  right: 48px;
}

.pager__box--sp a.pager__prevBtn {
  text-align: left;
  left: 48px;
}

.pager__box--sp a img {
  width: auto;
  height: 100%;
}

.pager__box--sp span {
  font-size: 12px;
  font-size: 0.75rem;
  width: 60%;
  text-align: center;
  left: 20%;
}

.article__contentsWrap .inner {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .article__contentsWrap .inner {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.article__contentsWrap .article__col--main {
  width: 710px;
}

@media screen and (max-width: 767px) {
  .article__contentsWrap .article__col--main {
    width: 100%;
  }
}

.article__contentsWrap .article__col--side {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .article__contentsWrap .article__col--side {
    width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.box.blog__content {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .box.blog__content {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
  }
}

.box.blog__side {
  padding: 12px 20px 12px 12px;
}

.blog__content {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .blog__content time {
    padding: 0 3%;
  }
}

.blog__content .article__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 25px 0 20px;
}

@media screen and (max-width: 767px) {
  .blog__content .article__title {
    padding: 0 3%;
  }
}

.blog__content .article__shareBtn {
  margin-bottom: 28px;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.blog__content .article__shareBtn div, .blog__content .article__shareBtn a, .blog__content .article__shareBtn iframe {
  display: block;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .blog__content .article__shareBtn {
    padding: 0 3%;
  }
}

.blog__content p {
  line-height: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .blog__content p {
    padding: 0 3%;
  }
}

.blog__content img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 20px;
}

.article__catBox {
  margin: 0 0 32px;
}

.article__catBox .cat-base {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  padding-left: 40px;
  line-height: 24px;
}

.article__catBox .cat-base:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.article__catBox .cat-base.news:before {
  background: url(./assets/images/common/icon_news.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.article__catBox .cat-base.proposal:before {
  background: url(./assets/images/common/icon_idea.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.article__catBox .cat-base.media:before {
  background: url(./assets/images/common/icon_media.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.article__catBox .cat-base.event:before {
  background: url(./assets/images/common/icon_event.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.article__catBox .cat-base.life:before {
  background: url(./assets/images/common/icon_life.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.article__catBox .cat-base.recruit:before {
  background: url(./assets/images/common/icon_wanted.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.article__catBox .cat-base.patera:before {
  background: url(./assets/images/common/icon_patera.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .article__catBox {
    padding: 0 3%;
    position: relative;
  }
  .article__catBox .blog-title {
    width: 100%;
    position: absolute;
    top: 12px;
    left: 0;
    text-align: center;
  }
  .article__catBox .cat-base {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #BDEB8E;
    font-size: 24px;
    font-size: 1.5rem;
    width: 100%;
    padding: 40px 0 12px;
    text-align: center;
  }
  .article__catBox .cat-base:before {
    display: none;
  }
  .article__catBox .cat-base.news {
    border-color: #BDEB8E;
  }
  .article__catBox .cat-base.proposal {
    border-color: #86CCE9;
  }
  .article__catBox .cat-base.event {
    border-color: #8693E9;
  }
  .article__catBox .cat-base.media {
    border-color: #E9B986;
  }
  .article__catBox .cat-base.life {
    border-color: #E986A2;
  }
  .article__catBox .cat-base.recruit {
    border-color: #A7A9AC;
  }
  .article__catBox .cat-base.patera {
    border-color: #B20000;
  }
}

.action__bannerBox {
  background: #FFFFFF url(./assets/images/pc/blog/cta_banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  /* background-size: contain; */
  border-radius: 4px;
  width: 710px;
  height: 280px;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .action__bannerBox {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    width: 94%;
    height: auto;
    margin: 0 3% 40px;
  }
}

.action__bannerBox .action__tagline {
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  top: 104px;
  left: 47px;
  text-align: center;
}

.action__bannerBox .action__tagline span {
  font-size: 40px;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .action__bannerBox .action__tagline {
    background: #FFFFFF url(./assets/images/pc/blog/cta_banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    position: relative;
    top: auto;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    max-height: 177px;
    padding: 65px 0 50px;
  }
}

.action__bannerBox .action__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  width: 320px;
  position: absolute;
  top: 60px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  .action__bannerBox .action__description {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #3A3A3A;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 20px 12px;
  }
}

.action__bannerBox .action__btn {
  position: absolute;
  bottom: 40px;
  right: 30px;
}

.action__bannerBox .action__btn a {
  background-color: #F0A056;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 40px;
  width: 320px;
  height: 40px;
  padding-left: 20px;
  position: relative;
  text-align: center;
}

.action__bannerBox .action__btn a:before {
  content: "";
  background: url(./assets/images/common/icon_hand.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 9px;
  left: 76px;
}

@media screen and (max-width: 767px) {
  .action__bannerBox .action__btn {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto 24px;
    padding: 0 12px;
  }
  .action__bannerBox .action__btn a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 17px;
  }
  .action__bannerBox .action__btn a:before {
    top: 15px;
    left: 72px;
  }
}

.article__shareBtn--bottom {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
}

.article__shareBtn--bottom div, .article__shareBtn--bottom a, .article__shareBtn--bottom iframe {
  display: block;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .article__shareBtn--bottom {
    padding: 0 3%;
  }
}

.article__pagerBox {
  display: block;
  height: 24px;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .article__pagerBox {
    height: 40px;
    margin: 0 3% 40px;
  }
}

.article__pagerBox a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .article__pagerBox a {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 40px;
    text-decoration: none;
  }
}

.article__pagerBox a.link__home {
  width: 12%;
  min-width: 42px;
  text-align: center;
  left: 44%;
}

@media screen and (max-width: 767px) {
  .article__pagerBox a.link__home {
    width: 36%;
    left: 32%;
  }
}

.article__pagerBox a.link__next, .article__pagerBox a.link__prev {
  width: 44%;
  position: absolute;
}

.article__pagerBox a.link__next .pc, .article__pagerBox a.link__prev .pc {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .article__pagerBox a.link__next, .article__pagerBox a.link__prev {
    width: 32%;
  }
  .article__pagerBox a.link__next .pc, .article__pagerBox a.link__prev .pc {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .article__pagerBox a.link__next, .article__pagerBox a.link__prev {
    font-size: 11px;
  }
}

.article__pagerBox a.link__next:before, .article__pagerBox a.link__prev:before {
  content: "";
  border: 8px solid transparent;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .article__pagerBox a.link__next:before, .article__pagerBox a.link__prev:before {
    border: 1px solid #9B9B9B;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 14px;
  }
}

.article__pagerBox a.link__next {
  padding-left: 40px;
  text-align: left;
  left: 0;
}

@media screen and (max-width: 767px) {
  .article__pagerBox a.link__next {
    border-right: none;
    border-radius: 4px 0 0 4px;
  }
}

.article__pagerBox a.link__next:before {
  border-right: 16px solid #A7A9AC;
  left: -8px;
}

@media screen and (max-width: 767px) {
  .article__pagerBox a.link__next:before {
    border-right: none;
    border-bottom: none;
    left: 18px;
  }
}

.article__pagerBox a.link__prev {
  padding-right: 40px;
  padding-left: 8px;
  text-align: right;
  right: 0;
}

@media screen and (max-width: 767px) {
  .article__pagerBox a.link__prev {
    border-radius: 0 4px 4px 0;
    border-left: none;
  }
}

.article__pagerBox a.link__prev span.pc {
  display: inline-block;
  text-align: left;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .article__pagerBox a.link__prev span.pc {
    display: none;
  }
}

.article__pagerBox a.link__prev:before {
  border-left: 16px solid #A7A9AC;
  right: -8px;
}

@media screen and (max-width: 767px) {
  .article__pagerBox a.link__prev:before {
    border-left: none;
    border-top: none;
    right: 18px;
  }
}

.related__articleBox {
  margin-bottom: 40px;
}

.related__articleBox h2 {
  margin-bottom: 40px;
}

.related__articleBox .related__articleList {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog__side {
  margin-bottom: 10px;
}

.blog__side h2 {
  border-bottom: 1px solid #CCCCCC;
  line-height: 1;
  margin: 12px 0 25px;
  padding-bottom: 10px;
}

.blog__side .side__articleList {
  list-style: none;
}

.blog__side .side__articleList li {
  margin-bottom: 24px;
}

.blog__side .side__articleList li a {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
}

.blog__side .side__articleList li a .list__order {
  color: #7ED321;
  font-size: 24px;
  font-size: 1.5rem;
  width: 15px;
  margin-right: 13px;
  text-align: center;
}

.blog__side .side__articleList li a .list__posts {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  padding-top: 7px;
}

.blog__side .side__articleList li a .list__posts .list__title {
  overflow: hidden;
  position: relative;
}

.blog__side .side__articleList li a .list__posts time {
  font-size: 12px;
  font-size: 0.75rem;
}

.blog__side.side__catList h2 {
  margin: 12px 0 15px;
}

@media screen and (max-width: 767px) {
  .blog__side.side__catList {
    background: none;
    border: none;
    border-radius: 0;
    margin: 35px 0 30px;
    padding: 0;
  }
  .blog__side.side__catList h2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .blog__side.side__catList .side__articleList {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.blog__side.side__catList .side__articleList li {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .blog__side.side__catList .side__articleList li {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    width: 48%;
    margin: 0 0 3%;
  }
}

.blog__side.side__catList .side__articleList li a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  height: 32px;
  line-height: 32px;
  padding-left: 38px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .blog__side.side__catList .side__articleList li a {
    padding-left: 46px;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 360px) {
  .blog__side.side__catList .side__articleList li a {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 38px;
  }
}

.blog__side.side__catList .side__articleList li a:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 2px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .blog__side.side__catList .side__articleList li a:before {
    top: 10px;
    left: 8px;
  }
}

@media screen and (max-width: 360px) {
  .blog__side.side__catList .side__articleList li a:before {
    width: 24px;
    height: 24px;
    top: 13px;
  }
}

.blog__side.side__catList .side__articleList li a.news:before {
  background: url(./assets/images/common/icon_news.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.blog__side.side__catList .side__articleList li a.proposal:before {
  background: url(./assets/images/common/icon_idea.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.blog__side.side__catList .side__articleList li a.media:before {
  background: url(./assets/images/common/icon_media.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.blog__side.side__catList .side__articleList li a.event:before {
  background: url(./assets/images/common/icon_event.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.blog__side.side__catList .side__articleList li a.life:before {
  background: url(./assets/images/common/icon_life.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.blog__side.side__catList .side__articleList li a.recruit:before {
  background: url(./assets/images/common/icon_wanted.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.blog__side.side__catList .side__articleList li a.global:before {
  background: url(./assets/images/common/icon_global.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.blog__side.side__catList .side__articleList li a.patera:before {
  background: url(./assets/images/common/icon_patera.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .recentPost__byCat {
    border: 2px solid #BDEB8E;
    border-radius: 0;
  }
  .recentPost__byCat h2 {
    border-bottom: none;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin: 12px 0 23px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 360px) {
  .recentPost__byCat h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .recentPost__byCat.news {
    border-color: #BDEB8E;
  }
  .recentPost__byCat.news time {
    color: #A5C91E;
  }
  .recentPost__byCat.proposal {
    border-color: #86CCE9;
  }
  .recentPost__byCat.proposal time {
    color: #86CCE9;
  }
  .recentPost__byCat.event {
    border-color: #8693E9;
  }
  .recentPost__byCat.event time {
    color: #8693E9;
  }
  .recentPost__byCat.media {
    border-color: #E9B986;
  }
  .recentPost__byCat.media time {
    color: #E9B986;
  }
  .recentPost__byCat.life {
    border-color: #E986A2;
  }
  .recentPost__byCat.life time {
    color: #E986A2;
  }
  .recentPost__byCat.recruit {
    border-color: #A7A9AC;
  }
  .recentPost__byCat.recruit time {
    color: #A7A9AC;
  }

  .recentPost__byCat.patera {
    border-color: #B20000;
  }

  .recentPost__byCat.patera time {
    color: #B20000;
  }
  .recentPost__byCat .side__articleList li {
    margin-bottom: 20px;
  }
  .recentPost__byCat .side__articleList li a .list__posts time {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 26px;
  }
  .recentPost__byCat .side__articleList li a .list__posts .list__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    text-decoration: underline;
  }
  .recentPost__byCat .list__back {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: underline;
    position: relative;
    padding-left: 16px;
    margin: 40px 0 12px;
  }
  .recentPost__byCat .list__back:before {
    border-top: 1px solid #9B9B9B;
    border-left: 1px solid #9B9B9B;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.side__imgBox a {
  display: block;
  width: 240px;
  overflow: hidden;
  text-align: center;
}

.side__imgBox a img {
  width: 100%;
  height: auto;
}

.profile__contentsWrap h1 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 28px;
  text-align: center;
}

.profile__contentsWrap h1 span {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 3px 0 0;
}

.profile__contentsWrap .profile__sectitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 40px;
  text-align: center;
}

.profile__contentsWrap .profile__visualBox {
  margin: 0 0 52px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__visualBox {
    padding: 0 3%;
  }
}

.profile__contentsWrap .profile__visualBox .profile__img {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 960px;
  height: 320px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.profile__contentsWrap .profile__visualBox .profile__img img {
  width: auto;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__visualBox .profile__img {
    width: 100%;
    height: 212px;
    position: relative;
  }
  .profile__contentsWrap .profile__visualBox .profile__img img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__visualBox.header .profile__img {
    height: auto;
    padding-bottom: 58%;
    position: relative;
  }
}

.profile__contentsWrap .profile__visualBox.middle1 .profile__img {
  border-radius: 0;
  height: 392px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__visualBox.middle1 .profile__img {
    padding-bottom: 41%;
  }
}

.profile__contentsWrap .profile__visualBox.middle2 .profile__img {
  border-radius: 0;
  height: 392px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__visualBox.middle2 .profile__img {
    padding-bottom: 41%;
  }
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__visualBox.middle1 .profile__img, .profile__contentsWrap .profile__visualBox.middle2 .profile__img {
    height: auto;
  }
  .profile__contentsWrap .profile__visualBox.middle1 .profile__img img, .profile__contentsWrap .profile__visualBox.middle2 .profile__img img {
    width: auto;
    height: 100%;
  }
}

.profile__contentsWrap .profile__intro .intro__block {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
}

.profile__contentsWrap .profile__intro .intro__block .intro__label {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__intro .intro__block .intro__label {
    margin: 0 auto;
    text-align: center;
  }
}

.profile__contentsWrap .profile__intro .intro__block p {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__intro .intro__block {
    display: block;
  }
  .profile__contentsWrap .profile__intro .intro__block .intro__label {
    margin: 0 auto 24px;
  }
  .profile__contentsWrap .profile__intro .intro__block p {
    width: 94%;
    padding: 0 3%;
  }
}

.profile__contentsWrap .profile__currentJob {
  margin: 0 auto 40px;
}

.profile__contentsWrap .profile__currentJob .currentjob__block {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.profile__contentsWrap .profile__currentJob .currentjob__block img {
  display: block;
}

.profile__contentsWrap .profile__currentJob .currentjob__block .currentjob__listBox {
  width: 480px;
}

.profile__contentsWrap .profile__currentJob .currentjob__block .currentjob__listBox .currentjob__list {
  list-style: none;
  margin: 0 0 28px;
}

.profile__contentsWrap .profile__currentJob .currentjob__block .currentjob__listBox .currentjob__list li {
  line-height: 32px;
  text-indent: -17px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__currentJob .currentjob__block {
    display: block;
  }
  .profile__contentsWrap .profile__currentJob .currentjob__block img {
    display: none;
  }
  .profile__contentsWrap .profile__currentJob .currentjob__block .currentjob__listBox {
    width: 94%;
    padding: 0 3%;
  }
  .profile__contentsWrap .profile__currentJob .currentjob__block .currentjob__listBox .currentjob__list {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
  }
}

.profile__contentsWrap .profile__list--base {
  list-style: none;
  margin: 0 auto 58px;
}

.profile__contentsWrap .profile__list--base li {
  line-height: 32px;
}

.profile__contentsWrap .profile__list--base li span {
  /*padding: 0 54px 0 0;*/
  width: 120px;
  display: inline-block;
}

.profile__contentsWrap .profile__list--base li a {
  color: #7a9858;
}

.profile__contentsWrap .profile__list--base li a.profile_list_black {
  color: black;
}

.profile__contentsWrap .profile__list--base li span.profile_list_green {
  width: auto;
  display: inline;
  color: #7a9858;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__list--base li {
    line-height: 24px;
    margin: 0 0 24px;
  }
  .profile__contentsWrap .profile__list--base li span {
    display: block;
    padding: 0 54px 0 0;
    line-height: 1;
  }
  .profile__contentsWrap .profile__list--base.book li {
    margin: 0 0 10px;
  }
}

.profile__contentsWrap .profile__org {
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 30px 40px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org {
    padding: 20px 3%;
  }
}

.profile__contentsWrap .profile__org .project__block {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org .project__block {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org .project__block.upper {
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org .project__block.lower {
    padding: 180px 0 0;
  }
  .profile__contentsWrap .profile__org .project__block.lower:after {
    content: "";
    background: #E0E0E0;
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 160px;
    left: 50%;
  }
}

.profile__contentsWrap .profile__org .project__block .oval {
  background: #86CCE9;
  border-radius: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  width: 140px;
  height: 140px;
  padding: 28px 20px;
  position: relative;
  text-align: center;
  /*z-index: 2;*/
  z-index: 0;
}

.profile__contentsWrap .profile__org .project__block .oval.left {
  margin: 30px 40px 40px 0;
}

.profile__contentsWrap .profile__org .project__block .oval.right {
  margin: 30px 0 40px 40px;
}

.profile__contentsWrap .profile__org .project__block .oval:before {
  content: "";
  border: 2px dashed #86CCE9;
  width: 109px;
  height: 108px;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.profile__contentsWrap .profile__org .project__block .oval:after {
  content: "";
  background: url(./assets/images/common/arw_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 10px;
  position: absolute;
  bottom: -40px;
  left: 50%;
}

.profile__contentsWrap .profile__org .project__block .oval.left:before {
  border-bottom: none;
  border-right: none;
  left: 50%;
}

.profile__contentsWrap .profile__org .project__block .oval.left:after {
  margin-left: -4px;
}

.profile__contentsWrap .profile__org .project__block .oval.right:before {
  border-bottom: none;
  border-left: none;
  right: 50%;
}

.profile__contentsWrap .profile__org .project__block .oval.right:after {
  margin-left: -6px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org .project__block .oval {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 100px;
    height: 100px;
    padding: 24px 10px;
    position: absolute;
    bottom: 0;
  }
  .profile__contentsWrap .profile__org .project__block .oval.left, .profile__contentsWrap .profile__org .project__block .oval.right {
    margin: 0;
  }
  .profile__contentsWrap .profile__org .project__block .oval.left {
    left: 0;
  }
  .profile__contentsWrap .profile__org .project__block .oval.right {
    right: 0;
  }
  .profile__contentsWrap .profile__org .project__block .oval:before {
    border-top: none;
    height: 300px;
    top: -25px;
    z-index: -1;
  }
  .profile__contentsWrap .profile__org .project__block .oval:after {
    bottom: -180px;
  }
}

.profile__contentsWrap .profile__org .project__block .org__box {
  padding: 18px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.profile__contentsWrap .profile__org .project__block .org__box .org__name {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 12px;
  text-align: center;
}

.profile__contentsWrap .profile__org .project__block .org__box .org__name span {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 0 0 3px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org .project__block .org__box .org__name span {
    display: block;
    padding: 0 10px 6px;
  }
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org .project__block .org__box.right .org__name span {
    padding: 0 12px 6px;
  }
}

.profile__contentsWrap .profile__org .project__block .org__box .org__description {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 18px;
}

.profile__contentsWrap .profile__org .project__block .org__box.center {
  border: 1px solid #D97B6F;
  width: 400px;
  margin: 0 0 40px;
  position: relative;
}

.profile__contentsWrap .profile__org .project__block .org__box.center:after {
  content: "";
  background: #D97B6F;
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 50%;
}

.profile__contentsWrap .profile__org .project__block .org__box.center .org__name {
  color: #D97B6F;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org .project__block .org__box.center {
    width: 100%;
  }
  .profile__contentsWrap .profile__org .project__block .org__box.center:after {
    height: 100px;
    bottom: -100px;
  }
}

.profile__contentsWrap .profile__org .project__block .org__box.left, .profile__contentsWrap .profile__org .project__block .org__box.right {
  border: 1px solid #94B419;
  width: 320px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org .project__block .org__box.left, .profile__contentsWrap .profile__org .project__block .org__box.right {
    width: 40%;
    padding: 18px 16px;
    z-index: 0;
  }
}

.profile__contentsWrap .profile__org .project__block .org__box.left:before, .profile__contentsWrap .profile__org .project__block .org__box.right:before {
  content: "";
  background: #94B419;
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org .project__block .org__box.left:before, .profile__contentsWrap .profile__org .project__block .org__box.right:before {
    background: none;
    border: 1px solid #94B419;
    border-bottom: none;
    top: -131px;
    width: 25px;
    height: 130px;
    z-index: -1;
  }
}

.profile__contentsWrap .profile__org .project__block .org__box.left .org__name, .profile__contentsWrap .profile__org .project__block .org__box.right .org__name {
  color: #94B419;
}

.profile__contentsWrap .profile__org .project__block .org__box.left {
  margin: 0 70px 0 0;
}

.profile__contentsWrap .profile__org .project__block .org__box.left:before {
  right: -60px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org .project__block .org__box.left {
    margin: 0;
  }
  .profile__contentsWrap .profile__org .project__block .org__box.left:before {
    right: 40px;
    border-right: none;
  }
}

.profile__contentsWrap .profile__org .project__block .org__box.right {
  margin: 0 0 0 70px;
}

.profile__contentsWrap .profile__org .project__block .org__box.right:before {
  left: -60px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org .project__block .org__box.right {
    margin: 0;
  }
  .profile__contentsWrap .profile__org .project__block .org__box.right:before {
    left: 40px;
    border-left: none;
  }
}

.profile__contentsWrap .profile__org .project__block .profile__figure {
  text-align: center;
}

.profile__contentsWrap .profile__org .project__block .profile__figure .profile__img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 5px auto 6px;
}

.profile__contentsWrap .profile__org .project__block .profile__figure .profile__img img {
  width: 100%;
}

.profile__contentsWrap .profile__org .project__block .profile__figure p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

.profile__contentsWrap .profile__org .project__block .profile__figure p span {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  margin: 0 auto 9px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__org .project__block .profile__figure {
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -60px;
    z-index: 2;
  }
}

.profile__contentsWrap .profile__activities {
  position: relative;
  margin-bottom: 50px;
}

.profile__contentsWrap .profile__activities:before {
  content: "";
  background: #E0E0E0;
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 50%;
}

.profile__contentsWrap .profile__activities .inner {
  background: #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 20px 16px 20px 35px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__activities .inner {
    display: block;
    padding: 25px 30px;
  }
}

.profile__contentsWrap .profile__activities .activities__block {
  width: 270px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__activities .activities__block {
    width: 100%;
  }
}

.profile__contentsWrap .profile__activities .activities__block p {
  text-align: center;
  margin: 0 0 10px;
}

.profile__contentsWrap .profile__activities .activities__block .activities__list {
  list-style: none;
}

.profile__contentsWrap .profile__activities .activities__block .activities__list li {
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 12px;
  text-indent: -12px;
}

.profile__contentsWrap .profile__activities .activities__block.center {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  margin: 0 34px 0 14px;
  padding: 0 15px 0 34px;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__activities .activities__block.center {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    margin: 20px auto;
    padding: 20px 0;
  }
}

.profile__contentsWrap #ImageMap {
  position: relative;
  margin-bottom: 50px;
}

.profile__contentsWrap #ImageMap img {
  width: auto;
  max-width: 100%;
}

.profile__contentsWrap #ImageMap area {
  border: none;
  outline: none;
}

.profile__contentsWrap #balloon1 {
  left: 35px;
  top: 195px;
}

.profile__contentsWrap #balloon2 {
  left: 500px;
  top: 197px;
}

.profile__contentsWrap #balloon3 {
  left: 490px;
  top: 290px;
}

.profile__contentsWrap #balloon4 {
  left: 220px;
  top: 345px;
}

.profile__contentsWrap #balloon5 {
  left: 570px;
  top: 300px;
}

.profile__contentsWrap #balloon6 {
  left: 585px;
  top: 356px;
}

.profile__contentsWrap #balloon7 {
  left: 110px;
  top: 376px;
}

.profile__contentsWrap #balloon8 {
  left: 280px;
  top: 455px;
}

.profile__contentsWrap #balloon9 {
  left: 530px;
  top: 473px;
}

.action__contentsWrap h1 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 28px;
  text-align: center;
}

.action__contentsWrap .action__sectitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 40px;
  text-align: center;
}

.action__contentsWrap .action__visualBox {
  margin: 0 0 52px;
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__visualBox {
    padding: 0 3%;
  }
}

.action__contentsWrap .action__visualBox .action__img {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 960px;
  height: 320px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.action__contentsWrap .action__visualBox .action__img img {
  width: auto;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__visualBox .action__img {
    width: 100%;
    height: 212px;
    position: relative;
  }
  .action__contentsWrap .action__visualBox .action__img img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__visualBox.header .action__img {
    height: auto;
    padding-bottom: 58%;
    position: relative;
  }
}





.action__contentsWrap .action__sectitle2--activities,
.action__contentsWrap .action__sectitle2--books,
.action__contentsWrap .action__sectitle2--web,
.action__contentsWrap .action__sectitle2--action {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  width: 600px;
  margin: 0 auto 40px;
  padding: 0 0 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__sectitle2--activities,
  .action__contentsWrap .action__sectitle2--books,
  .action__contentsWrap .action__sectitle2--web,
  .action__contentsWrap .action__sectitle2--action {
    width: 280px;
    padding: 10px 0 12px;
    margin: 0 auto 25px;
  }
}

.action__contentsWrap .action__sectitle2--activities {
  border-bottom: 1px solid #A5C91E;
  color: #A5C91E;
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__sectitle2--activities {
    border-top: 1px solid #A5C91E;
  }
}

.action__contentsWrap .action__sectitle2--books {
  border-bottom: 1px solid #A7A9AC;
  color: #A7A9AC;
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__sectitle2--books {
    border-top: 1px solid #A7A9AC;
  }
}

.action__contentsWrap .action__sectitle2--web {
  border-bottom: 1px solid #2982C3;
  color: #2982C3;
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__sectitle2--web {
    border-top: 1px solid #2982C3;
  }
}

.action__contentsWrap .action__sectitle2--action {
  border-bottom: 1px solid #E7A346;
  color: #E7A346;
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__sectitle2--action {
    border-top: 1px solid #E7A346;
  }
}

.action__contentsWrap .action__listBoxWrapper {
  margin: 0 auto;
  text-align: center;
}

.action__contentsWrap .action__listBox {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto 72px;
  /*
  clear:both;
  overflow: hidden;
  display:inline-block;*/
}

.action__contentsWrap .action__listBox.wide {
  /*-ms-flex-pack: justify;
      justify-content: space-between;*/
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__listBoxWrapper {
    margin: initial;
    text-align: initial;
    padding: 0 5%;
    width: 90%;
  }
  .action__contentsWrap .action__listBox {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 5%;
    width: 90%;
  }
  .action__contentsWrap .action__listBox.wide {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.action__contentsWrap .action__listBox li {
  background: #FFF;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  width: 232px;
  min-height: 440px;
  /*margin: 0 0 9px;*/
  padding: 0 0 20px;
  margin: 0 4px 9px;
  float: left;
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__listBox li {
    width: 48%;
    margin: 0 0 3%;
    float: initial;
  }
}

.action__contentsWrap .action__listBox li a {
  display: block;
  width: 100%;
}

.action__contentsWrap .action__listBox li a .action__img {
  border-radius: 4px 4px 0 0;
  display: block;
  width: 230px;
  height: 230px;
  overflow: hidden;
  position: relative;
}

.action__contentsWrap .action__listBox li a .action__img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__listBox li a .action__img {
    width: 100%;
    height: auto;
  }
}

.action__contentsWrap .action__listBox li.center {
  margin: 0 9px 9px;
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__listBox li.center {
    margin: 0 0 3%;
  }
}

.action__contentsWrap .action__listBox li .list__title {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 20px 10px;
  text-align: left;
}

.action__contentsWrap .action__listBox li .list__description {
  padding: 0 20px;
  text-align: left;
}

.action__contentsWrap .action__listBox.books li a .action__img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 0;
  width: 145px;
  height: 211px;
  margin: 18px auto 0;
}

.action__contentsWrap .action__listBox.books li a .action__img img {
  width: 100%;
  height: auto;
}

.action__contentsWrap .action__listBox li.action__list__spacer {
  background: #f5f5f5;
  border-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .action__contentsWrap .action__listBox li.action__list__spacer {
    display: none;
  }
}

.vision__contentsWrap h1 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 28px;
  text-align: center;
}

.vision__contentsWrap h1 span {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 3px 0 0;
}

.vision__contentsWrap .vision__visualBox {
  margin: 0 0 52px;
}

@media screen and (max-width: 767px) {
  .vision__contentsWrap .vision__visualBox {
    padding: 0 3%;
  }
}

.vision__contentsWrap .vision__visualBox .vision__img {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 960px;
  height: 320px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.vision__contentsWrap .vision__visualBox .vision__img img {
  width: auto;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .vision__contentsWrap .vision__visualBox .vision__img {
    width: 100%;
    height: 212px;
    position: relative;
  }
  .vision__contentsWrap .vision__visualBox .vision__img img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .vision__contentsWrap .vision__visualBox.header .vision__img {
    height: auto;
    padding-bottom: 58%;
    position: relative;
  }
}

.vision__contentsWrap .vision__colbox {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .vision__contentsWrap .vision__colbox {
    display: block;
  }
}

.vision__contentsWrap .vision__colbox .vision__left-col {
  width: 360px;
  text-align: center;
}

.vision__contentsWrap .vision__colbox .vision__left-col p {
  /*font-size: 48px;*/
  /*font-size: 3rem;*/
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 69px;
  letter-spacing: -3px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .vision__contentsWrap .vision__colbox .vision__left-col {
    width: 100%;
  }
  .vision__contentsWrap .vision__colbox .vision__left-col p {
    font-size: 32px;
    /*font-size: 2rem;*/
    font-size: 1.5rem;
    font-weight: initial;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .vision__contentsWrap .vision__colbox .vision__left-col img {
    display: none;
  }
}

.vision__contentsWrap .vision__colbox .vision__right-col {
  box-sizing: border-box;
  width: 540px;
  margin-bottom: 36px;
  background: rgba(255,255,255,0.75);
  padding: 1.5em;
}

.vision__contentsWrap .vision__colbox .vision__right-col p {
  margin-bottom: 20px;
}

.vision__contentsWrap .vision__colbox .vision__right-col .vision__signbox {
  *zoom: 1;
}

.vision__contentsWrap .vision__colbox .vision__right-col .vision__signbox:after {
  content: "";
  display: table;
  clear: both;
}

.vision__contentsWrap .vision__colbox .vision__right-col .vision__signbox .vision__signimg {
  float: right;
  display: block;
  width: 200px;
  height: 58px;
  overflow: hidden;
}

.vision__contentsWrap .vision__colbox .vision__right-col .vision__signbox .vision__signimg img {
  width: 100%;
  height: auto;
}

.vision__contentsWrap .vision__colbox .vision__right-col .vision__signbox p {
  float: left;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 30px 0 0;
}

.vision__contentsWrap .vision__colbox .vision__right-col .vision__signbox p span {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .vision__contentsWrap .vision__colbox .vision__right-col .vision__signbox .vision__signimg, .vision__contentsWrap .vision__colbox .vision__right-col .vision__signbox p {
    float: none;
  }
  .vision__contentsWrap .vision__colbox .vision__right-col .vision__signbox .vision__signimg {
    margin: 0 auto;
  }
  .vision__contentsWrap .vision__colbox .vision__right-col .vision__signbox p {
    margin: 10px 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .vision__contentsWrap .vision__colbox .vision__right-col {
    width: 95%;
    margin: auto;
  }
  .vision__contentsWrap .vision__colbox .vision__right-col p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.about__contentsWrap h1 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 28px;
  text-align: center;
}

.about__contentsWrap h1 span {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 3px 0 0;
}

.privacy__contentsWrap h1 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 28px;
  text-align: center;
}

.privacy__contentsWrap h1 span {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 3px 0 0;
}

.privacy__contentsWrap dl {
  margin: 24px 0 0;
}

.privacy__contentsWrap dl dt {
  font-weight: bold;
  margin: 0 0 18px;
}

.privacy__contentsWrap dl dd {
  margin: 0 0 48px;
}

.privacy__contentsWrap dl dd ul {
  margin-left: 18px;
}

/** Added **/
/*Ajax loadmore*/
.alm-listing {
  clear: both;
  overflow: hidden;
}

.wrapper .ytactive header {
  background-color: rgba(255, 255, 255, 0.7);
}

.wrapper .ytactive .kv__block .kv__tagline1,
.wrapper .ytactive .kv__block .kv__tagline2 {
  color: #FFF;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.kv__wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* for old blog */
/*--------------------------------------------------------------------*/
blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 3px;
  vertical-align: middle;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 15px 0;
  line-height: 1.7;
}

blockquote div {
  padding: 0;
  margin: 15px 0;
  line-height: 1.7;
}

blockquote img {
  padding: 0;
  margin: 15px 0;
}

blockquote h3 {
  padding: 0;
  margin: 15px 0;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*--------------------------------------------------------------------*/
.blog__content img {
  height: auto;
}

.blog__content p,
.article__contents > div {
  line-height: 28px;
  margin-bottom: 20px;
}

.article__contents h2 {
  font-size: 1.4rem;
  margin: 20px 0 20px;
  font-weight: bold;
}

.article__contents h3 {
  font-size: 1.2rem;
  margin: 20px 0 20px;
  font-weight: bold;
}

.article__contents a {
  color: blue;
  text-decoration: underline;
  word-wrap: break-word;
}

.article__contents iframe {
  max-width: 100%;
  min-width: 100%;
}

.article__contents * {
  max-width: 100% !important;
}

.article__contents > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------------*/
blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 3px;
  vertical-align: middle;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 15px 0;
  line-height: 1.7;
}

blockquote div {
  padding: 0;
  margin: 15px 0;
  line-height: 1.7;
}

blockquote img {
  padding: 0;
  margin: 15px 0;
}

blockquote h3 {
  padding: 0;
  margin: 15px 0;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*--------------------------------------------------------------------*/
@media screen and (max-width: 374px) {
  .blog__content .article__shareBtn,
  .article__shareBtn--bottom {
    padding: 0 1%;
  }
  .blog__content .article__shareBtn div, .blog__content .article__shareBtn a, .blog__content .article__shareBtn iframe,
  .article__shareBtn--bottom div, .article__shareBtn--bottom a, .article__shareBtn--bottom iframe {
    margin-right: 1px;
  }
}

.profile__intro {
  margin-bottom: 50px;
}

.profile__contentsWrap .profile__intro p {
  line-height: 28px;
}

.profile__contentsWrap .profile__intro p a {
  color: #7a9858;
  text-decoration: underline;
  word-wrap: break-word;
}

.profile__contentsWrap .profile__achievement .achievement__block {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
}

.profile__contentsWrap .profile__achievement .achievement__block .achievement__label {
  font-size: 20px;
  font-size: 1.25rem;
  width: 30%;
}

.profile__contentsWrap .profile__achievement .achievement__block p {
  line-height: 28px;
  width: 600px;
}

.profile__contentsWrap .profile__achievement .achievement__block a {
  color: #7a9858;
}

@media screen and (max-width: 767px) {
  .profile__contentsWrap .profile__achievement .achievement__block {
    display: block;
  }
  .profile__contentsWrap .profile__achievement .achievement__block .achievement__label {
    margin: 0 auto 24px;
    width: 94%;
    padding: 0 3%;
    text-align: left;
    /*text-align-last: left;
    -moz-text-align-last: left;
    -ms-text-align-last: left;*/
  }
  .profile__contentsWrap .profile__achievement .achievement__block p {
    width: 94%;
    padding: 0 3%;
  }
  .profile__contentsWrap .profile__achievement .achievement__block a {
    color: #7a9858;
  }
}

.vision__contentsWrap,
.about__contentsWrap,
.privacy__contentsWrap,
.profile__contentsWrap {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .article__contents > div {
    padding: 0 3%;
  }
  .article__contents h1,
  .article__contents h2,
  .article__contents h3,
  .article__contents h4,
  .article__contents h5,
  .article__contents h6 {
    padding: 0 3%;
  }
}

#KMvideoContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
}

#KMvideoContainer video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.KMvideoPreloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
}

.wrapper .kmvactive header .header__block .header__title a {
  color: #FFF;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.wrapper .kmvactive .kv__block .kv__tagline1,
.wrapper .kmvactive .kv__block .kv__tagline2 {
  color: #FFF;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#scrollTop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  height: 60px;
  width: 60px;
  background-color: #FFF;
  border: 1px solid #D8D8D8;
  border-radius: 30px;
}

#scrollTop i {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

#scrollTop i::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 4px #3A3A3A;
  border-right: solid 4px #3A3A3A;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 18px;
  margin-top: 7px;
}

.profile_box {
  width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile_box h2 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.profile_item_button {
  background-color: #F0A056;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 40px;
  width: 240px;
  height: 40px;
  text-align: center;
}

.profile_item {
  width: 100%;
  margin-bottom: 64px;
}

.profile_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.profile_item_inner a {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 12px 12px 12px;
}

.profile_item_inner img {
  width: 100%;
}

.profile_caption {
  widtH: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #scrollTop {
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 25px;
  }
  #scrollTop i::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 4px rgba(58, 58, 58, 0.7);
    border-right: solid 4px rgba(58, 58, 58, 0.7);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 15px;
    margin-top: 4px;
  }
  #scrollTop.content__end {
    display: none;
  }
  .profile_box {
    display: block;
    width: auto;
    margin: 40px auto;
  }
  .profile_right_wrapper, .profile_left_wrapper {
    width: 100%;
  }
  .profile_left_wrapper {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=style.css.map */


/*鰐渕追加（202304）-------------------*/
.action__contentsWrap .wrap_section ul{
  list-style: none;
}
/*PC View------------------*/
@media screen and (min-width: 768px) {
  .action__contentsWrap .wrap_section{
    max-width: 800px;
    margin: 0 auto 72px;
  }
  .action__contentsWrap .wrap_section ul.follows > li{
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    padding: 15px 15px 15px 275px;
    min-height: 250px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    overflow: hidden;
  }
  .action__contentsWrap .wrap_section ul.follows > li img{
    width: 250px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .action__contentsWrap .wrap_section ul.follows > li h4{
    font-weight: bold;
    border-bottom: 1px dotted #A5C91E;
    line-height: 2;
    margin-bottom: 15px;
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink{
    margin: 25px 0 0 -3%;
    display: flex;
    flex-wrap: wrap;
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink li{
    position: relative;
    margin: 0 0 3% 3%;
    width: 47%;
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink li a{
    box-sizing: border-box;
    display: block;
    background: #eee;
    text-align: center;
    border-radius: 25px;
    height: 35px;
    padding-top: 5px;
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink li a:hover{
    transition: .3s;
    background: #A5C91E;
    color: #fff;
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink li a::after{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url('./assets/images/common/icon_external.png') no-repeat center top / cover;
    transform: translateY(-50%);
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink li a:hover::after{
    background-position: center bottom;
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink li a img.icon{
    width: 35px;
    border-radius: 50%;
  }
}
/*MOBILE View--------------*/
@media screen and (max-width: 767px) {
  .action__contentsWrap .wrap_section{
    padding: 0 48px;
    margin: 0 auto 72px;
  }
  .action__contentsWrap .wrap_section ul.follows > li{
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
  }
  .action__contentsWrap .wrap_section ul.follows > li img{
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto 10px;
    border-radius: 50%;
  }
  .action__contentsWrap .wrap_section ul.follows > li h4{
    font-weight: bold;
    border-bottom: 1px dotted #A5C91E;
    line-height: 2;
    margin-bottom: 15px;
    text-align: center;
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink li{
    position: relative;
    margin-top: 15px;
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink li a{
    box-sizing: border-box;
    display: block;
    background: #f0f0f0;
    text-align: center;
    border-radius: 25px;
    height: 35px;
    padding-top: 5px;
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink li a:hover{
    transition: .3s;
    background: #A5C91E;
    color: #fff;
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink li a::after{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url('./assets/images/common/icon_external.png') no-repeat center top / cover;
    transform: translateY(-50%);
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink li a:hover::after{
    background-position: center bottom;
  }
  .action__contentsWrap .wrap_section ul.follows > li ul.snslink li a img.icon{
    width: 35px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
  }
}
/*フッターSNSリンクをモバイルファーストに書き直す*/
.footer__block .footer__snsLink {
  text-align: center;
  font-size: 0;
  margin-bottom: 5vw;
  a{
    display: inline-block;
    margin: 0 1.5vw 3vw;
    img{
      height: 55px;
      border-radius: 5px;
    }
    span{
      display: none;
    }
  }
  /* PC向けスタイル */
  @media screen and (min-width: 768px) {
    margin-bottom: 0;
    display: flex; /* フレックスボックスを有効化 */
    justify-content: center; /* 横方向の中央揃え */
    align-items: center; /* 縦方向の中央揃え */
    flex-wrap: wrap; /* 折り返しを有効にする */
    
    a{
      display: flex; /* フレックスボックスを有効化 */
      align-items: center; /* 縦方向のセンタリング */
      justify-content: center; /* 必要に応じて横方向もセンタリング */
      margin: 0 10px 20px;
      position: relative;
      color: #fff;
      line-height: 1;
      border-radius: 5px;

      &.fb{ background: #1877f2; }
      &.tw{ background: #000000; }
      &.ig{ background: #000000; }
      &.yt{ background: #ff0000; }
      &.nt{ background: #ffffff; color: #000; }
      &.pd{ background: #1ed760; }
      &.lt{ background: #383b6e; }

      span{
        display: inline-block;
        font-family: Verdana, Tahoma, sans-serif;
        font-size: 1rem;
        padding: 0 20px 0 10px;
      }
    }
  }
}
/*鰐渕追加（ここまで）-----------------*/