@charset "UTF-8";
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Outfit-Thin";
  src: url(/fonts/Outfit/Outfit-Thin.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*======*/
/* 共通 */
/*======*/
/* PC/SP出し分け
------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .h-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .h-pc {
    display: none !important;
  }
}
/* 共通アニメーション
------------------------------ */
.animate {
  opacity: 0;
}

.fadein {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* レイアウト
-----------------------------------*/
main {
  position: relative;
  padding-bottom: 20%;
  background: url(/images/common/cts_bg01.jpg) repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  main {
    padding-bottom: 50%;
  }
}
main .container {
  position: relative;
  z-index: 11;
}

section .contents {
  max-width: 828px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  section .contents {
    padding: 0 24px;
  }
}

section .contents p,
section .contents ul,
section .contents ol {
  margin-bottom: 1em;
}

/* フォーム
-----------------------------------*/
input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

input[type=date],
select {
  max-width: 100%;
  padding: 8px;
  font-size: 16px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button],
button {
  background: transparent;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 16px;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* パンくず
-----------------------------------*/
.b-nv {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .b-nv {
    display: none;
  }
}
.b-nv ul {
  display: flex;
  justify-content: flex-start;
  padding: 16px 0;
}
.b-nv ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
  line-height: 1;
}
.b-nv ul li a {
  margin-right: 8px;
}
.b-nv ul li::after {
  content: "";
  display: block;
  border-color: #1E285A;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}
.b-nv ul li:last-child::after {
  content: none;
}

/* タイトル
-----------------------------------*/
.title-sec {
  position: relative;
  padding: 126px 40px 180px; /*180/1280*/
  background: #FFF url(/images/common/title_bg01.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 102%;
}
@media (max-width: 1023px) {
  .title-sec {
    padding: 58px 16px 80px;
  }
}
@media (max-width: 767px) {
  .title-sec {
    background-size: 130% auto;
  }
}
.title-sec::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 110%;
  max-width: 1845px;
  height: 100%;
  margin: 0 auto;
  background: url(/images/common/title_bg02.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center bottom -10%;
  mix-blend-mode: multiply;
  z-index: 0;
}
@media (max-width: 767px) {
  .title-sec::before {
    width: 100%;
    background: url(/images/common/title_bg02_sp.jpg) no-repeat;
    background-size: 130% auto;
    background-position: center bottom;
  }
}
.title-sec .title-area {
  position: relative;
  width: 92.18%; /*1180/1280*/
  margin: 0 auto;
  z-index: 1;
}
.title-sec .title-area figure {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.title-sec .title-area figure img {
  width: 100%;
}
@media (max-width: 767px) {
  .title-sec .title-area figure {
    height: 0;
    padding-bottom: 115%;
    border-radius: 24px;
  }
  .title-sec .title-area figure img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.title-sec .title-area .h-area {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 64px;
  text-align: left;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .title-sec .title-area .h-area {
    padding: 0 40px;
  }
}
.title-sec .title-area .h-area .heading-title {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .title-sec .title-area .h-area .heading-title {
    width: 14.857vw; /*208/1400*/
  }
}
@media (max-width: 767px) {
  .title-sec .title-area .h-area .heading-title {
    width: 29.866vw; /*112/375*/
  }
}
.title-sec .title-area::before {
  content: "";
  display: block;
  position: absolute;
  width: 359px;
  height: 303px;
  right: 50%;
  bottom: -10%;
  margin-right: 40%;
  background: url(/images/common/title_img01.png) no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .title-sec .title-area::before {
    width: 180px;
    height: 152px;
    margin-right: 15%;
  }
}
.title-sec .title-area::after {
  content: "";
  display: block;
  position: absolute;
  width: 187px;
  height: 195px;
  left: 50%;
  top: 0;
  margin-left: 45%;
  background: url(/images/common/title_img02.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .title-sec .title-area::after {
    width: 94px;
    height: 98px;
    margin-left: 35%;
    top: initial;
    bottom: 0;
  }
}

.heading01 {
  margin: 128px 0 64px;
  font-size: 32px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .heading01 {
    margin: 80px 0 40px;
    font-size: 28px;
  }
}

.heading02 {
  margin: 64px 0 24px;
  font-size: 24px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .heading02 {
    margin: 32px 0 16px;
    font-size: 18px;
  }
}

.heading03 {
  margin: 48px 0 16px;
  font-size: 20px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading03 {
    margin: 24px 0 16px;
    font-size: 18px;
  }
}

.heading04 {
  margin: 32px 0 16px;
  font-size: 18px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading04 {
    margin: 24px 0 16px;
    font-size: 16px;
  }
}

/* リンクテキスト（リンク共通の記載があれば）
-----------------------------------*/
.link-arrow {
  display: flex;
  align-items: center;
  min-height: 56px;
}
@media (max-width: 767px) {
  .link-arrow {
    min-height: 40px;
  }
}
.link-arrow .arrow-ic {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #32DC9B;
  overflow: hidden;
}
@media (max-width: 767px) {
  .link-arrow .arrow-ic {
    width: 40px;
    height: 40px;
  }
}
.link-arrow .arrow-ic::before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  margin: 16px auto 0;
  background: url(/images/common/arrow_ic01.svg) no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .link-arrow .arrow-ic::before {
    width: 12px;
    height: 10px;
    margin-top: 14px;
  }
}
.link-arrow.next .arrow-ic {
  margin-left: 16px;
}
.link-arrow.prev {
  flex-direction: row-reverse;
}
.link-arrow.prev .arrow-ic {
  margin-right: 16px;
  transform: rotate(180deg);
}
.link-arrow:hover {
  text-decoration: none;
}
.link-arrow:hover.next .arrow-ic::before {
  -webkit-animation: slide-right 0.5s ease-in-out both;
          animation: slide-right 0.5s ease-in-out both;
}
.link-arrow:hover.prev .arrow-ic::before {
  -webkit-animation: slide-right 0.5s ease-in-out both;
          animation: slide-right 0.5s ease-in-out both;
}

@-webkit-keyframes slide-right {
  0% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(50px);
  }
  50% {
    transform: translateX(50px);
    opacity: 0;
  }
  51% {
    transform: translateX(-50px);
    opacity: 0;
  }
  52% {
    transform: translateX(-50px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(50px);
  }
  50% {
    transform: translateX(50px);
    opacity: 0;
  }
  51% {
    transform: translateX(-50px);
    opacity: 0;
  }
  52% {
    transform: translateX(-50px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.link-txt > span {
  padding-bottom: 2px;
  background: linear-gradient(#FFF, #FFF) 0 100%/0 2px no-repeat;
  transition: background 0.3s;
  text-decoration: none;
}
.link-txt:hover {
  text-decoration: none;
}
.link-txt:hover > span {
  background-size: 100% 2px;
}

/* リンクボタン
-----------------------------------*/
.com-bt {
  display: inline-block;
  padding: 16px 48px;
  border: 1px solid #CCC;
  background-color: #FFF;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  transition: 0.5s all;
}
.com-bt:hover {
  background-color: #EEE;
  text-decoration: none;
  color: #1E285A;
}
@media (max-width: 767px) {
  .com-bt {
    display: block;
    width: 100%;
    padding: 16px 32px;
  }
}
.com-bt.next {
  position: relative;
}
.com-bt.next::after {
  content: "";
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  border-color: #1E285A;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}
.com-bt.prev {
  position: relative;
}
.com-bt.prev::before {
  content: "";
  position: absolute;
  display: block;
  left: 16px;
  top: 50%;
  margin-top: -4px;
  border-color: #1E285A;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(135deg);
}

input[type=submit].com-bt,
input[type=button].com-bt,
button.com-bt {
  border: 1px solid #CCC;
  background-color: #FFF;
  line-height: 1;
  cursor: pointer;
}
input[type=submit].com-bt:hover,
input[type=button].com-bt:hover,
button.com-bt:hover {
  background-color: #EEE;
  color: #1E285A;
}
@media (max-width: 767px) {
  input[type=submit].com-bt,
input[type=button].com-bt,
button.com-bt {
    font-size: 14px;
  }
}

/*============*/
/* 共通・汎用 */
/*============*/
/* 段落
-----------------------------------*/
/* ぶら下げインデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
  content: "";
  clear: both;
  display: block;
}

.multicolumn,
.multilist {
  overflow: hidden !important;
}

.multicolumn-left {
  float: left;
}

.multicolumn-right {
  float: right;
}

.multilist li {
  float: left;
}

/* 横並びリスト
-----------------------------------*/
.list-col2,
.list-col3,
.list-col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list-col2 > li {
  width: 48%;
  margin-bottom: 24px;
}
.list-col2 > li:nth-child(even) {
  margin-left: 4%;
}

.list-col3 > li {
  width: 32%;
  margin-bottom: 16px;
  margin-right: 2%;
}
.list-col3 > li:nth-child(3n) {
  margin-right: 0;
}

.list-col4 > li {
  width: 24%;
  margin-bottom: 16px;
  margin-right: 1.333%;
}
.list-col4 > li:nth-child(4n) {
  margin-right: 0;
}

/* タブ切り替え
-----------------------------------*/
.tab {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}
.tab li {
  padding: 16px 24px;
  background-color: #CECECE;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.tab li:hover, .tab li.active {
  background-color: #AAA;
  color: #FFF;
}

.tab-cts {
  padding: 16px;
  border: 1px solid #AAA;
}
.tab-cts.disnon {
  display: none;
}

/* アコーディオン
-----------------------------------*/
.ac-menu {
  position: relative;
  padding-right: 64px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ac-menu {
    padding-right: 40px;
  }
}
.ac-menu::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 50%;
  background: #32DC9B url(/images/common/arrow_ic01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 16px;
  transform: rotate(90deg);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .ac-menu::before {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-size: 12px 10px;
  }
}
.ac-menu.open::before {
  transform: rotate(-90deg);
}

.ac-cts {
  display: none;
}

@media (max-width: 767px) {
  .sp-ac-menu {
    position: relative;
    padding-right: 40px;
  }
  .sp-ac-menu::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    border-radius: 50%;
    background: #32DC9B url(/images/common/arrow_ic01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 10px;
    transform: rotate(90deg);
    transition: 0.3s all;
  }
  .sp-ac-menu.open::before {
    transform: rotate(-90deg);
  }
  .sp-ac-cts {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-ac-cts {
    display: block !important;
  }
}
/* sidemenu
-----------------------------------*/
.sidemenu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .sidemenu-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .sidemenu-wrap {
    padding: 0 24px;
  }
}
.sidemenu-wrap .sidemenu-area {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  left: 0;
  width: 200px;
}
@media (max-width: 1023px) {
  .sidemenu-wrap .sidemenu-area {
    position: initial;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .sidemenu-wrap .sidemenu-area .list-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 8px 20px;
    margin-bottom: 80px;
  }
}
.sidemenu-wrap .sidemenu-area .list-menu li {
  margin-bottom: 24px;
}
.sidemenu-wrap .sidemenu-area .list-menu a {
  display: block;
  color: #A5A9BD;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .sidemenu-wrap .sidemenu-area .list-menu a {
    padding-bottom: 8px;
    color: #1E285A;
    border-bottom: 1px solid #32DC9B;
  }
}
.sidemenu-wrap .sidemenu-area .list-menu a:hover, .sidemenu-wrap .sidemenu-area .list-menu a.current {
  color: #1E285A;
  text-decoration: none;
}
.sidemenu-wrap .cts-area {
  width: calc(100% - 200px);
}
@media (max-width: 1023px) {
  .sidemenu-wrap .cts-area {
    width: 100%;
  }
}

/* カラム幅
-----------------------------------*/
.w1000 {
  width: 1000px;
}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
.list-df {
  margin-left: 23px;
  list-style: disc;
}

/* リスト（ドット） */
.list-dot li {
  padding-left: 1em;
}

.list-dot li:before {
  content: "・";
  margin-left: -1em;
}

/* リスト（数字） */
.list-num li {
  margin-left: 30px;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 {
  width: 5%;
}

col.colw10 {
  width: 10%;
}

col.colw15 {
  width: 15%;
}

col.colw20 {
  width: 20%;
}

col.colw25 {
  width: 25%;
}

col.colw30 {
  width: 30%;
}

col.colw35 {
  width: 35%;
}

col.colw40 {
  width: 40%;
}

col.colw45 {
  width: 45%;
}

col.colw50 {
  width: 50%;
}

/* テーブル */
.table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th {
  padding: 24px 8px;
  border-bottom: solid 1px #32DC9B;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
@media (max-width: 767px) {
  .table th {
    padding: 8px 4px;
  }
}
.table td {
  padding: 24px 0;
  border-bottom: solid 1px #32DC9B;
}
@media (max-width: 767px) {
  .table td {
    padding: 8px 4px;
  }
}

/* ニュース一覧
-----------------------------------*/
.list-news li {
  padding: 32px 0;
  border-bottom: 1px solid #32DC9B;
}
.list-news li a .info-txt {
  width: calc(100% - 66px);
}
.list-news li a .date {
  margin-bottom: 8px;
  font-family: "Outfit-Thin", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #32DC9B;
}
@media (max-width: 767px) {
  .list-news li a .date {
    font-size: 17px;
  }
}
.list-news li a .title {
  line-height: 2;
  word-wrap: break-word;
}
.list-news li a:hover {
  color: #1E285A;
}
@media (max-width: 767px) {
  .list-news li a .title {
    width: 100%;
    margin-top: 8px;
  }
}

/* WPページャー
-----------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 120px;
  font-family: "Outfit-Thin", sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 72px;
    font-size: 17px;
    line-height: 32px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  display: inline-block;
  width: 16px;
  margin: 0 8px;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .wp-pagenavi a,
.wp-pagenavi span.current {
    width: 13px;
    margin: 0 4px;
  }
}
.wp-pagenavi a::after,
.wp-pagenavi span.current::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: 4px;
  background-color: #32DC9B;
  transition: 0.3s all;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #1E285A;
  text-decoration: none;
}
.wp-pagenavi a:hover::after,
.wp-pagenavi span.current::after {
  width: 100%;
}
.wp-pagenavi .previouspostslink {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #32DC9B;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    width: 32px;
    height: 32px;
  }
}
.wp-pagenavi .previouspostslink::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px !important;
  height: 16px;
  top: 50%;
  left: 0;
  right: 0;
  margin: -8px auto 0;
  background: url(/images/common/arrow_ic01.svg) no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transform: rotate(180deg);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink::after {
    width: 12px !important;
    height: 10px;
    margin-top: -6px;
  }
}
.wp-pagenavi .previouspostslink:hover {
  transform: translateX(-4px);
}
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #32DC9B;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    width: 32px;
    height: 32px;
  }
}
.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px !important;
  height: 16px;
  top: 50%;
  left: 0;
  right: 0;
  margin: -8px auto 0;
  background: url(/images/common/arrow_ic01.svg) no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .wp-pagenavi .nextpostslink::after {
    width: 12px !important;
    height: 10px;
    margin-top: -6px;
  }
}
.wp-pagenavi .nextpostslink:hover {
  transform: translateX(4px);
}

/* 投稿記事 タイトル
-----------------------------------*/
.entry-detail .entry-header .entry-title {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-title {
    font-size: 25px;
    line-height: 1.6;
  }
}
.entry-detail .entry-header .entry-meta {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-meta {
    margin-bottom: 72px;
  }
}
.entry-detail .entry-header .entry-meta .date {
  margin-top: 16px;
  color: #32DC9B;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-meta .date {
    font-size: 15px;
  }
}
.entry-detail .entry-header .entry-meta .date span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-meta .date span {
    font-size: 17px;
  }
}
.entry-detail .entry-content {
  overflow: hidden;
  word-break: break-all;
}
.entry-detail .btn-area {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .entry-detail .btn-area {
    margin-top: 40px;
  }
}
.entry-detail .btn-area .link-arrow {
  justify-content: center;
}
.entry-detail .btn-area .link-arrow:hover {
  color: #1E285A;
}

/* 投稿記事 詳細
-----------------------------------*/
.entry-detail {
  line-height: 2;
}
.entry-detail .entry-content {
  /* 投稿画像 */
}
.entry-detail .entry-content p {
  margin-bottom: 1em;
}
.entry-detail .entry-content h1 {
  padding: 8px;
  margin: 64px 0 32px;
  background-color: #32DC9B;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h1 {
    margin: 40px 0 32px;
    padding: 4px 16px;
    font-size: 17px;
  }
}
.entry-detail .entry-content h2 {
  padding-bottom: 8px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #32DC9B;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h2 {
    margin: 32px 0 24px;
    font-size: 14px;
  }
}
.entry-detail .entry-content h3 {
  margin: 40px 0 24px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #32DC9B;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h3 {
    margin: 32px 0 24px;
  }
}
.entry-detail .entry-content h4 {
  margin: 32px 0 16px;
  letter-spacing: 0.05em;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h4 {
    margin: 24px 0 16px;
  }
}
.entry-detail .entry-content h5 {
  margin: 24px 0 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #32DC9B;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h5 {
    margin: 16px 0;
  }
}
.entry-detail .entry-content h6 {
  margin: 16px 0;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.entry-detail .entry-content ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
}
.entry-detail .entry-content ul li {
  list-style: disc;
}
.entry-detail .entry-content ol {
  margin-bottom: 1em;
  margin-left: 1.5em;
}
.entry-detail .entry-content blockquote {
  font-style: italic;
  padding: 0 32px;
}
.entry-detail .entry-content blockquote cite,
.entry-detail .entry-content blockquote em,
.entry-detail .entry-content blockquote i {
  font-style: normal;
}
.entry-detail .entry-content table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-detail .entry-content table th {
  padding: 8px;
  border: solid 1px #1E285A;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content table th {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.entry-detail .entry-content table td {
  padding: 8px;
  border: solid 1px #333;
}
@media (max-width: 767px) {
  .entry-detail .entry-content table td {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.entry-detail .entry-content a {
  text-decoration: underline;
  transition: 0.3s all;
}
.entry-detail .entry-content a:hover {
  color: #A5A9BD;
}
.entry-detail .entry-content .alignleft,
.entry-detail .entry-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .alignright,
.entry-detail .entry-content img.alignright {
  display: inline;
  float: right;
  margin-left: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .aligncenter,
.entry-detail .entry-content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-detail .entry-content img.alignleft,
.entry-detail .entry-content img.alignright,
.entry-detail .entry-content img.aligncenter {
  margin-bottom: 16px;
}
.entry-detail .entry-content .wp-caption {
  text-align: center;
}
/*# sourceMappingURL=common.css.map */