@charset "UTF-8";
/*
$serif: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
$roman: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
@import url("global.css");
.selectarea {
  background: #eee;
  padding: 50px 0;
}
.selectarea .wrapper {
  position: relative;
}
.selectarea .hd {
  position: absolute;
  left: 20px;
  top: -60px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  font-size: 32px;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
}
.selectarea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.selectarea ul li {
  padding: 0 20px;
  text-align: center;
}
.selectarea ul li span {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.selectarea ul li form {
  display: inline-block;
}
.selectarea ul li form select {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 8px;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  letter-spacing: 1px;
}

/* ------------------------------
 Index-Page
------------------------------ */
.cat_title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  font-size: 32px;
  font-weight: bold;
}
.cat_title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #F08803;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 40px;
}
.list li {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px 0 40px;
  position: relative;
  margin-bottom: 50px;
}
.list li a {
  display: block;
  height: 100%;
  border-bottom: #252122 2px solid;
}
.list li a::before {
  content: "";
  width: 28px;
  height: 2px;
  background-color: #a9aaaa;
  position: absolute;
  right: 20px;
  bottom: 15px;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.list li a::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #a9aaaa;
  position: absolute;
  right: 20px;
  bottom: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.list li a .date {
  width: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #a9aaaa;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.list li a figure {
  height: 0;
  padding-top: 70%;
  overflow: hidden;
  position: relative;
  background-color: #F08803;
}
.list li a figure img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.list li a figure .cat {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: #F08803;
  color: #fff;
  line-height: 1.4;
  padding: 7px 15px;
  font-size: 14px;
}
.list li a .author {
  width: 64px;
  height: 64px;
  border: #252122 2px solid;
  border-radius: 50%;
  position: relative;
  margin: -32px 18px -15px auto;
  overflow: hidden;
}
.list li a .text {
  padding: 30px 15px;
}
.list li a .text .entrytitle {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.list li a:hover figure img {
  opacity: 0.5;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.list li a:hover::before {
  background-color: #F08803;
  right: 10px;
}
.list li a:hover::after {
  background-color: #F08803;
  right: 10px;
}

/* ------------------------------
 Entry-Page
------------------------------ */
.entry {
  margin-bottom: 60px;
}
.entry .date {
  display: block;
  margin-bottom: 15px;
  color: #a9aaaa;
  font-weight: bold;
}
.entry .entrytitle {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 28px;
  font-weight: bold;
}
.entry .cat {
  margin-bottom: 60px;
}
.entry .cat span {
  display: inline-block;
  padding: 8px 20px;
  line-height: 1.4;
  background: #F08803;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
}
.entry .entrybody {
  text-align: center;
  margin-bottom: 50px;
}
.entry .entrybody .postbody {
  display: inline-block;
  text-align: justify;
}
.entry .author_area {
  border: 2px solid #252122;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.entry .author_area::after {
  content: "";
  width: 1px;
  height: calc(100% - 80px);
  background: #ccc;
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry .author_area .link1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 120px;
  bottom: -20px;
}
.entry .author_area .link1 a {
  display: block;
  position: relative;
  padding-right: 25px;
  font-size: 14px;
}
.entry .author_area .link1 a::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #252122;
  position: absolute;
  right: 0;
  bottom: 12px;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.entry .author_area .link1 a::after {
  content: "";
  width: 7px;
  height: 2px;
  background-color: #252122;
  position: absolute;
  right: 0;
  bottom: 12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.entry .author_area .link1 a:hover {
  color: #F08803;
}
.entry .author_area .link1 a:hover::before {
  right: -5px;
  background-color: #F08803;
}
.entry .author_area .link1 a:hover::after {
  right: -5px;
  background-color: #F08803;
}
.entry .author_area .link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: -20px;
}
.entry .author_area .link2 a {
  display: block;
  position: relative;
  padding-right: 25px;
  font-size: 14px;
}
.entry .author_area .link2 a::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #252122;
  position: absolute;
  right: 0;
  bottom: 12px;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.entry .author_area .link2 a::after {
  content: "";
  width: 7px;
  height: 2px;
  background-color: #252122;
  position: absolute;
  right: 0;
  bottom: 12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.entry .author_area .link2 a:hover {
  color: #F08803;
}
.entry .author_area .link2 a:hover::before {
  right: -5px;
  background-color: #F08803;
}
.entry .author_area .link2 a:hover::after {
  right: -5px;
  background-color: #F08803;
}
.entry .author_area .author_info {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: auto;
}
.entry .author_area .author_info .avatararea {
  width: 50%;
  position: relative;
}
.entry .author_area .author_info .avatararea .hd {
  position: absolute;
  left: -10px;
  top: 0;
  z-index: 2;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  font-size: 24px;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: 600;
  color: #F08803;
  line-height: 1;
  letter-spacing: -1px;
}
.entry .author_area .author_info .avatararea span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: #ccc 2px solid;
}
.entry .author_area .author_info .avatararea span img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.entry .author_area .author_info .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entry .author_area .author_info .text .name {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}
.entry .author_area .author_info .text p:not([class]) {
  text-align: justify;
}
.entry .author_area .author_post {
  width: 64%;
  position: relative;
}
.entry .author_area .author_post ul li {
  margin-bottom: 15px;
}
.entry .author_area .author_post ul li a {
  display: block;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
.entry .author_area .author_post ul li a::before {
  content: "";
  width: 12px;
  height: 2px;
  background: #a9aaaa;
  position: absolute;
  left: 0;
  top: 10px;
}
.entry .author_area .author_post ul li a:hover {
  color: #F08803;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Index
  ------------------------------ */
  /* ------------------------------
   Entry
  ------------------------------ */
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .selectarea ul li span {
    display: block;
    text-align: left;
    margin-right: 0;
  }
  .selectarea ul li form {
    display: block;
  }
  /* ------------------------------
   Index
  ------------------------------ */
  .cat_title {
    font-size: 28px;
  }
  .list li {
    width: 50%;
  }
  .list li a .author {
    width: 60px;
    height: 60px;
  }
  .list li a .text {
    padding: 30px 10px;
  }
  .list li a:hover figure img {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .list li a:hover::before {
    background-color: #a9aaaa;
    right: 20px;
  }
  .list li a:hover::after {
    background-color: #a9aaaa;
    right: 20px;
  }
  /* ------------------------------
   Entry
  ------------------------------ */
  .entry {
    margin-bottom: 50px;
  }
  .entry .entrytitle {
    font-size: 26px;
  }
  .entry .cat {
    margin-bottom: 40px;
  }
  .entry .entrybody {
    margin-bottom: 40px;
  }
  .entry .author_area {
    padding: 40px;
    display: block;
  }
  .entry .author_area::after {
    width: 0;
    height: 0;
  }
  .entry .author_area .link1 {
    right: 0px;
    bottom: 20px;
  }
  .entry .author_area .author_info {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  .entry .author_area .author_info .avatararea {
    width: 30%;
    margin: 0 auto;
  }
  .entry .author_area .author_post {
    width: 100%;
    padding-top: 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .selectarea {
    padding: 40px 0;
    margin-top: 20px;
  }
  .selectarea .hd {
    top: -60px;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
    font-size: 28px;
  }
  .selectarea ul {
    display: block;
  }
  .selectarea ul li {
    padding: 0;
    margin-bottom: 20px;
  }
  .selectarea ul li:last-of-type {
    margin-bottom: 0;
  }
  .selectarea ul li span {
    width: 5em;
    display: inline-block;
    margin-right: 10px;
  }
  .selectarea ul li form {
    display: inline-block;
  }
  /* ------------------------------
   Index
  ------------------------------ */
  .cat_title {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .list {
    display: block;
    margin: 0;
  }
  .list li {
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 20px;
  }
  .list li a .date {
    left: -5px;
  }
  .list li a .author {
    margin: -32px 10px -15px auto;
  }
  /* ------------------------------
   Entry
  ------------------------------ */
  .entry {
    margin-bottom: 30px;
  }
  .entry .entrytitle {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .entry .cat {
    margin-bottom: 30px;
  }
  .entry .cat span {
    padding: 6px 10px;
  }
  .entry .entrybody {
    margin-bottom: 30px;
  }
  .entry .author_area {
    padding: 30px;
  }
  .entry .author_area .author_info {
    display: block;
  }
  .entry .author_area .author_info .avatararea {
    width: 150px;
    margin: 0 auto 20px;
  }
  .entry .author_area .author_info .text {
    padding-left: 0;
  }
  .entry .author_area .author_info .text .name {
    text-align: center;
    font-size: 20px;
  }
  .pageback a {
    background-color: #fff;
  }
}