@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap"); */

/* ==================================================
	404
================================================== */
.p-404 {
  background-color: #efefef;
  padding: 100px 0 100px;
  text-align: center;
  font-size: 1.8rem;
}
.p-404__title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}
.p-404__text {
  margin-bottom: 30px;
}
.p-404 a {
  color: #fff;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  text-decoration: none;
}
.p-404 a:hover {
  opacity: 1;
  color: #333;
}
.p-404 a:hover:before {
  animation: hover-in 0.3s forwards alternate;
}
.p-404 a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  transform: scale(0, 1);
  transition: all 0.3s;
  background: #fff;
  border: 2px solid #333;
}

@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
/* ==================================================
	お問い合わせ完了ページ（Thanks）
================================================== */
.p-thank {
  text-align: center;
}
.p-thank figure {
  margin-bottom: 30px;
}
.p-thank .c-btn01 {
  margin-top: 40px;
}

/* ==================================================
	記事詳細ページ（singlepage）
================================================== */
.l-content .single-entry a {
  text-decoration: underline;
  color: #00e;
}
.l-content .single-entry p {
  margin-bottom: 20px;
}
.l-content .single-entry ul, .l-content .single-entry ol {
  background-color: #f9f9f9;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02);
  margin-bottom: 30px;
}
.l-content .single-entry ul {
  list-style: disc;
}
.l-content .single-entry ol {
  list-style: decimal;
}
.l-content .single-entry h2 {
  background: #333;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.l-content .single-entry h3 {
  background-color: #fff;
  color: #333;
  font-size: 2.2rem;
  line-height: 1.6;
  padding: 15px 0;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  font-weight: bold;
  margin-bottom: 30px;
}
.l-content .single-entry h4 {
  background-color: #fff;
  color: #333;
  border-left: 4px solid #333;
  font-size: 2rem;
  line-height: 1.6;
  padding: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.l-content .single-entry h5 {
  background-color: #fff;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 15px 0;
  font-weight: bold;
  margin-bottom: 30px;
}
.l-content .single-entry h6 {
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 15px 0;
  font-weight: bold;
  margin-bottom: 30px;
}
.l-content .single-entry blockquote {
  padding: 30px;
  border: 1px solid #666;
  position: relative;
  margin-bottom: 30px;
}
.l-content .single-entry blockquote:before, .l-content .single-entry blockquote:after {
  font-family: fontello;
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  position: absolute;
  color: #666;
}
.l-content .single-entry blockquote:before {
  content: "";
  top: -6px;
  left: -6px;
}
.l-content .single-entry blockquote:after {
  content: "";
  bottom: -6px;
  right: -6px;
}
.l-content .single-entry blockquote p {
  margin-bottom: 0 !important;
}
.l-content .single-entry code {
  background-color: #eee;
  padding: 0px 5px 0px;
  border-radius: 2px;
  margin: 0 5px;
  border: solid 1px #bbb;
  color: #333;
  font-size: 1.6rem;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 30px;
}

.l-describe {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-describe {
    font-size: 1.8rem;
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
/* ========== end △ */
.l-describe span {
  font-size: 13rem;
  line-height: 1;
  color: #f4ac00;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.1;
  transform: translate(-50%, -50%);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-describe span {
    font-size: 5rem;
  }
}
/* ========== end △ */

.pre-next {
  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;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 50px;
  list-style: none;
  background: no-repeat;
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: unset;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pre-next {
    margin: 20px 0;
  }
}
/* ========== end △ */
.pre-next li {
  position: relative;
  border: 0 solid #ddd;
  border-width: 1px 1px 1px 0;
  font-size: 14px;
  list-style: none;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pre-next li:first-child {
  border-width: 1px;
}
.pre-next li:before {
  font-size: 1.4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}
.pre-next a {
  color: #333;
  width: 100%;
  padding: 15px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pre-next a {
    justify-content: center;
    padding: 10px 40px;
  }
}
/* ========== end △ */
.pre-next a .image {
  width: 120px;
  overflow: hidden;
}
.pre-next a .image .thumb {
  width: 100%;
  padding-top: 60%;
  position: relative;
}
.pre-next a .image .thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pre-next a .image {
    display: none;
  }
}
/* ========== end △ */
.pre-next a span {
  display: contents;
  flex: 1;
  margin: 0 10px;
  font-size: 1.4rem;
  max-height: 40px;
  -webkit-line-clamp: 2;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pre-next a span {
    display: none;
  }
}
/* ========== end △ */
.pre-next .pre-post:before {
  left: 10px;
}
.pre-next .pre-post a {
  padding-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pre-next .pre-post a:before {
    content: attr(data-prev);
  }
}
/* ========== end △ */
.pre-next .pre-post a span {
  margin-right: 0;
  margin-left: 15px;
}
.pre-next .next-post:before {
  right: 10px;
}
.pre-next .next-post a {
  text-align: right;
  width: 100%;
  padding-left: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pre-next .next-post a:before {
    content: attr(data-next);
  }
}
/* ========== end △ */
.pre-next .next-post a span {
  margin-left: 0;
  margin-right: 15px;
}
.pre-next .l-arrow:before {
  content: "";
  font-family: fontello;
}
.pre-next .r-arrow:before {
  content: "";
  font-family: fontello;
}

/* ==================================================
	TinyMCE Advanced用
================================================== */
/* basic layout
================================================== */
* {
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Maru Gothic Pro", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0.05em;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
/* ========== end △ */

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 1024px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ========== end △ */
.l-no__padding {
  padding: 0;
}
.l-no__margin {
  margin: 0;
}
.l-flex {
  display: flex;
}
.l-flex__no-wrap {
  flex-wrap: nowrap;
}
.l-flex__wrap {
  flex-wrap: wrap;
}
.l-flex__spb {
  justify-content: space-between;
}
.l-block {
  display: block;
}
.l-none {
  display: none;
}
.l-inline {
  display: inline;
}

/* until
================================================== */
.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-top: 0px;
}

.mt1 {
  margin-top: 5px;
}

.mb1 {
  margin-top: 5px;
}

.mt2 {
  margin-top: 10px;
}

.mb2 {
  margin-top: 10px;
}

.mt3 {
  margin-top: 15px;
}

.mb3 {
  margin-top: 15px;
}

.mt4 {
  margin-top: 20px;
}

.mb4 {
  margin-top: 20px;
}

.mt5 {
  margin-top: 25px;
}

.mb5 {
  margin-top: 25px;
}

.mt6 {
  margin-top: 30px;
}

.mb6 {
  margin-top: 30px;
}

.mt7 {
  margin-top: 35px;
}

.mb7 {
  margin-top: 35px;
}

.mt8 {
  margin-top: 40px;
}

.mb8 {
  margin-top: 40px;
}

.mt9 {
  margin-top: 45px;
}

.mb9 {
  margin-top: 45px;
}

.mt10 {
  margin-top: 50px;
}

.mb10 {
  margin-top: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
/* ========== end △ */

.sp {
  display: none;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
/* ========== end △ */

/* l-pageTitle
================================================== */
.l-pageTitle {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  background-size: cover;
}
.l-pageTitle:before {
  content: "";
  display: block;
  background: #000;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.l-pageTitle.recruit_title:before {
  content: "";
  display: block;
  background: #000;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.l-pageTitle h1, .l-pageTitle h2 {
  margin-bottom: 0;
  font-size: 3rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.l-pageTitle p {
  font-size: 2.1rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.l-pageTitle_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-pageTitle_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-pageTitle.o0:before {
  opacity: 0;
}
.l-pageTitle.o1:before {
  opacity: 0.1;
}
.l-pageTitle.o2:before {
  opacity: 0.2;
}

/* l-header
================================================== */
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 40px 0;
  z-index: 10;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-header {
    padding: 0 0;
    height: 70px;
    display: flex;
    align-items: center;
  }
}
/* ========== end △ */
.l-header.static {
  position: static;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-header.static {
    position: fixed;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-header.is-active .h-hamburger span {
    background: #fff;
  }
  .l-header.is-active .h-hamburger span:nth-child(1) {
    top: 50%;
    transform: rotate(135deg);
  }
  .l-header.is-active .h-hamburger span:nth-child(2) {
    opacity: 0;
  }
  .l-header.is-active .h-hamburger span:nth-child(3) {
    top: 50%;
    transform: rotate(-135deg);
  }
  .l-header.is-active .l-header__right {
    transition: opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99), height 0s;
    opacity: 1;
    pointer-events: inherit;
  }
}
/* ========== end △ */
.l-header .logo {
  max-width: 290px;
  position: relative;
  z-index: 999;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-header .logo {
    max-width: 200px;
    display: flex;
    align-items: center;
  }
}
/* ========== end △ */
.l-header .logo:hover img {
  opacity: 0.7;
}
.l-header__right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-header__right {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00a9c8;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    padding-top: 100px;
    transition: opacity 0.8s cubic-bezier(0.55, 0.085, 0, 0.99), height 0s 0.8s;
  }
}
/* ========== end △ */
.l-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  #gnav {
    width: 100%;
    text-align: center;
  }
}
/* ========== end △ */
#gnav ul {
  display: flex;
  list-style: none;
  background: none;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  #gnav ul {
    display: block;
  }
}
/* ========== end △ */
#gnav li {
  margin-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  #gnav li {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  #gnav li:last-child {
    margin-bottom: 0;
  }
}
/* ========== end △ */
#gnav li:last-child {
  margin-right: 0;
}
#gnav a {
  color: #1c3c85;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  #gnav a {
    color: #fff;
  }
}
/* ========== end △ */
#gnav a:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1c3c85;
  bottom: -4px;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: hover-slideBg-out 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal forwards running;
  animation: hover-slideBg-out 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal forwards running;
}
#gnav a:hover:before {
  -webkit-animation: hover-slideBg-in 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal forwards running;
  animation: hover-slideBg-in 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal forwards running;
}

@-webkit-keyframes hover-slideBg-in {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes hover-slideBg-in {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.h-hamburger {
  border-radius: 50%;
  position: relative;
  display: none;
  height: 45px;
  width: 45px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .h-hamburger {
    display: block;
  }
}
/* ========== end △ */
.h-hamburger span {
  background: #333;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.2s;
  width: 40px;
  height: 1px;
}
.h-hamburger span:nth-child(1) {
  top: calc(50% - 7px);
}
.h-hamburger span:nth-child(2) {
  top: 50%;
}
.h-hamburger span:nth-child(3) {
  top: calc(50% + 7px);
}

/* custom */
.gnav_report {
  margin-top: 10px;
}
.gnav_report .report_btn {
  display: block;
  padding: 10px 20px;
  background: #1c3c85;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
}
.gnav_report .report_btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.gnav_report .report_btn span {
  font-size: 18px;
  font-weight: bold;
}

/* l-footer
================================================== */
.l-footer {
  background-color: #f4ac00;
  color: #fff;
  padding: 70px 0 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 30px 0 25px;
  }
}
/* ========== end △ */
.l-footer_wr {
  display: flex;
  margin-bottom: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-footer_wr {
    display: block;
    margin-bottom: 25px;
  }
}
/* ========== end △ */
.l-footer .f-col {
  width: 50%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-footer .f-col {
    width: 100%;
  }
}
/* ========== end △ */
.l-footer .f-col:nth-child(2) {
  margin-top: 30px;
  margin-left: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-footer .f-col:nth-child(2) {
    margin-left: 0;
    margin-top: 25px;
  }
}
/* ========== end △ */
.l-footer .f-col:nth-child(2) .inner {
  max-width: 560px;
  margin-left: auto;
}
.l-footer .f-logo {
  max-width: 290px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-footer .f-logo {
    max-width: 200px;
    margin: 0 auto;
  }
}
/* ========== end △ */
.l-footer .f-logo:hover img {
  opacity: 0.7;
}
.l-footer .f-txt {
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom: 25px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-footer .f-txt {
    text-align: center;
  }
}
/* ========== end △ */
.l-footer .f-address {
  display: flex;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-footer .f-address {
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
}
/* ========== end △ */
.l-footer .f-address:last-child {
  margin-bottom: 0;
}
.l-footer .f-address dt {
  width: 47%;
  padding-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-footer .f-address dt {
    width: 100%;
  }
}
/* ========== end △ */
.l-footer .f-address dd {
  flex: 1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-footer .f-address dd {
    margin-top: 5px;
  }
}
/* ========== end △ */
.l-footer .f-nav {
  margin-bottom: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-footer .f-nav {
    margin-bottom: 25px;
    text-align: center;
  }
}
/* ========== end △ */
.l-footer .f-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-footer .f-nav li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-footer .f-nav li {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/* ========== end △ */
.l-footer .f-nav li a:hover {
  text-decoration: underline;
}
.l-footer .copyright {
  text-align: right;
  font-weight: bold;
  font-size: 1.2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-footer .copyright {
    text-align: center;
  }
}
/* ========== end △ */

/* l-layout
================================================== */
.single-2column {
  display: flex;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .single-2column {
    flex-direction: column;
  }
}
/* ========== end △ */
.single-2column .l-layout--content {
  flex: 1 1 auto;
  padding-right: 30px;
}
.single-2column .l-layout--sidebar {
  flex: 0 0 300px;
}

/*
  breadcrumb（パンくず）
---------------------------------------------------- */
.breadcrumbs {
  padding: 10px 0;
}

.breadcrumbs span {
  font-size: 1.2rem;
  display: inline-block;
}

.breadcrumbs span a {
  color: #333;
  display: inline;
}

.breadcrumbs span a:after {
  font-family: fontello;
  content: "";
  padding: 0 10px;
}

/* Sidebar -Widget
===================================================== */
.sidebar-main {
  margin-bottom: 40px;
}
.sidebar-main:last-child {
  margin-bottom: 0;
}
.sidebar-main .sidebar-title {
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 6px 12px;
  background: #f4ac00;
  border: 3px double #fff;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.sidebar-main img {
  width: 100%;
}

.wide-layout ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.wide-layout ul li {
  margin-bottom: 30px;
}
.wide-layout ul li .side-ranking-title {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
}
.wide-layout ul li .side-ranking-meta {
  margin-top: 15px;
}
.wide-layout ul li .side-ranking-meta .side-ranking-img img {
  display: none;
}
.wide-layout ul li .side-ranking-meta .side-ranking-img a {
  overflow: hidden;
  display: block;
}
.wide-layout ul li .side-ranking-meta .side-ranking-img a img {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.wide-layout ul li .side-ranking-meta .side-ranking-img a:hover img {
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}
.wide-layout ul li .side-ranking-meta .side-ranking-info {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wide-layout ul li .side-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wide-layout ul li .side-ranking-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wide-layout ul li .side-ranking-btn a {
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.wide-layout ul li:last-child {
  margin-bottom: 0;
}
.wide-layout ul li:first-child .side-ranking-title {
  border-color: #FFCF24;
}
.wide-layout ul li:nth-child(2) .side-ranking-title {
  border-color: #A0A9B1;
}
.wide-layout .color-button01 a {
  line-height: 40px;
  font-size: 1.4rem;
}
.wide-layout .color-button02 a {
  line-height: 40px;
  font-size: 1.4rem;
}

.simple-style .side-ranking-title {
  border-bottom: 1px solid;
  padding-left: 45px;
  padding-bottom: 3px;
  letter-spacing: 0;
}
.simple-style .side-ranking-title img {
  width: 45px;
  position: absolute;
  left: -2px;
  bottom: 4px;
}

.c-profile {
  text-align: center;
}
.c-profile .img {
  width: 110px;
  height: 110px;
  margin: 0 auto 10px auto;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.c-profile .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-profile .name {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.c-profile .job {
  font-size: 1.4rem;
  color: #999;
  margin-bottom: 3px;
}
.c-profile .profile-sns {
  margin-top: 10px;
}

.link--wrap a {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
  padding: 8px 12px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 13px;
  color: #fff;
  background: #666;
}

.searchform {
  position: relative;
}
.searchform .screen-reader-text {
  display: none;
}
.searchform .label__submit {
  display: inherit;
  margin-bottom: 10px;
}
.searchform .label__submit:before {
  content: "";
  font-family: fontello;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 45px;
  width: 34px;
  background: none;
  display: inline-block;
  font-size: 2rem;
  color: #aaa !important;
  line-height: 45px;
}
.searchform input[type=text] {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 45px;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  padding-right: 40px;
  font-size: 1.3rem;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.searchform input[type=text]:focus {
  border: 1px solid #0094c8;
}
.searchform input[type=submit] {
  display: none;
}

.tagcloud a {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
  padding: 8px 12px;
  font-size: 1.3rem !important;
  font-weight: 500;
  line-height: 13px;
  color: #fff;
  background: #666666;
}

.recent-post.c-list01 .c-list01_items {
  width: 100%;
  margin-right: 0;
}

.post-sidebar .items {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.post-sidebar .items:last-child {
  margin-bottom: 0;
}
.post-sidebar .items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-sidebar .items .img {
  width: 33%;
  margin-right: 2%;
}
.post-sidebar .items .img .thumb {
  padding-top: 60%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-sidebar .items .img .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.post-sidebar .items .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.post-sidebar .items .inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}
.post-sidebar .items .inner .date {
  margin-right: 10px;
}
.post-sidebar .items .tlt p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  font-weight: bold;
  line-height: 18px;
  max-height: 36px;
  margin-bottom: 3px;
}
.post-sidebar .items .view p {
  font-size: 1.2rem;
  color: #aaa;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-sidebar .items .view span {
  position: relative;
}
.post-sidebar .items .view span:before {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 1.2rem;
  left: -15px;
  top: 0px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-sidebar .items .date p {
  font-size: 1.2rem;
  color: #aaa;
}

.twobutton {
  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;
  text-align: center;
  margin-bottom: 30px;
}

.color-button01 {
  margin: 0 5px;
}
.color-button01 a {
  border-radius: 6px;
  text-align: center;
  padding: 0px 80px;
  line-height: 60px;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
}
.color-button01 a:hover {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 #c07800 !important;
  box-shadow: 0 0 0 #c07800 !important;
  -webkit-transition: all 0.01 ease-in-out;
  -o-transition: all 0.01 ease-in-out;
  transition: all 0.01 ease-in-out;
}

.color-button02 {
  margin: 0 5px;
}
.color-button02 a {
  border-radius: 6px;
  text-align: center;
  padding: 0px 80px;
  line-height: 60px;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
}
.color-button02 a:hover {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 #c07800 !important;
  box-shadow: 0 0 0 #c07800 !important;
  -webkit-transition: all 0.01 ease-in-out;
  -o-transition: all 0.01 ease-in-out;
  transition: all 0.01 ease-in-out;
}

@media (max-width: 767px) {
  .wide-layout ul li .side-ranking-title {
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .wide-layout ul li .side-btn-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wide-layout ul li .side-ranking-btn {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 100%;
    margin: 5px auto;
  }
}
@media print {
  .post-sidebar .items .tlt p {
    font-size: 1.6rem;
  }

  .color-button01 {
    display: block;
    width: 100%;
    margin: 5px 0px;
  }
  .color-button01 a {
    width: 100%;
    display: block;
  }

  .color-button02 {
    display: block;
    width: 100%;
    margin: 5px 0px;
  }
  .color-button02 a {
    width: 100%;
    display: block;
  }

  .wide-layout .color-button01 a {

    line-height: 60px;
    font-size: 1.6rem;
  }
  .wide-layout .color-button02 a {
    line-height: 60px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .post-sidebar .items .tlt p {
    font-size: 1.6rem;
  }

  .color-button01 {
    display: block;
    width: 100%;
    margin: 5px 0px;
  }
  .color-button01 a {
    width: 100%;
    display: block;
  }

  .color-button02 {
    display: block;
    width: 100%;
    margin: 5px 0px;
  }
  .color-button02 a {
    width: 100%;
    display: block;
  }

  .wide-layout .color-button01 a {
    line-height: 60px;
    font-size: 1.6rem;
  }
  .wide-layout .color-button02 a {
    line-height: 60px;
    font-size: 1.6rem;
  }
}
.widget_pages ul li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_pages ul li:last-child {
  border-bottom: none;
}
.widget_pages ul li a {
  display: block;
  padding: 10px;
  margin: 0;
  position: relative;
  color: #666;
}
.widget_pages ul li a:hover:after {
  right: 5px;
  -webkit-transform: translate(1px, 0);
  -ms-transform: translate(1px, 0);
  transform: translate(1px, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_pages ul li a:after {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 1.4rem;
  right: 10px;
  color: #666;
}

.widget_popularpost_widget .post-sidebar .img {
  position: relative;
}

.widget_categories ul li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_categories ul li a {
  display: block;
  padding: 10px;
  margin: 0;
  position: relative;
  color: #666;
}
.widget_categories ul li a:hover:after {
  right: 5px;
  -webkit-transform: translate(1px, 0);
  -ms-transform: translate(1px, 0);
  transform: translate(1px, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_categories ul li a:after {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 1.4rem;
  right: 10px;
  color: #666;
}
.widget_categories label {
  font-size: 0;
  position: relative;
  display: none;
}
.widget_categories select {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding-left: 10px;
  z-index: 1;
  background: transparent;
  position: relative;
  font-size: 1.6rem;
  -webkit-appearance: none;
  background: url("../img/60781.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.widget_categoryC select {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
  z-index: 1;
  background: transparent;
  position: relative;
  font-size: 1.6rem;
  -webkit-appearance: none;
  background: url("../img/60781.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.widget_meta ul li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_meta ul li a {
  display: block;
  padding: 10px;
  margin: 0;
  position: relative;
  color: #666;
}
.widget_meta ul li a:hover:after {
  right: 5px;
  -webkit-transform: translate(1px, 0);
  -ms-transform: translate(1px, 0);
  transform: translate(1px, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_meta ul li a:after {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 1.4rem;
  right: 10px;
  color: #666;
}

.widget_archive ul li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_archive ul li:last-child {
  border-bottom: none;
}
.widget_archive ul li a {
  display: block;
  padding: 10px 20px;
  margin: 0;
  position: relative;
  color: #666;
}
.widget_archive ul li a:hover {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_archive ul li a:before {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 0.9rem;
  line-height: 14px;
  top: 50%;
  left: 0;
  color: #fff;
  background: #333;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 2px;
}
.widget_archive label {
  font-size: 0;
  position: relative;
  display: none;
}
.widget_archive select {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding-left: 10px;
  z-index: 1;
  background: transparent;
  position: relative;
  font-size: 1.6rem;
  -webkit-appearance: none;
  background: url("../img/60781.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.widget_calendar table caption {
  padding: 8px 0;
  margin-bottom: 8px;
  background: #ececec;
}
.widget_calendar table tr th {
  text-align: center;
  padding: 3px 0;
}
.widget_calendar table tr td {
  text-align: center;
  font-size: 1.4rem;
  padding: 3px 0;
}
.widget_calendar #calendar_wrap {
  background: #fff;
  padding-bottom: 8px;
}
.widget_calendar #prev a {
  color: #333 !important;
  font-size: 1.4rem;
}
.widget_calendar #next a {
  color: #333 !important;
}

.widget_pages ul li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_pages ul li:last-child {
  border-bottom: none;
}
.widget_pages ul li a {
  display: block;
  padding: 10px;
  margin: 0;
  position: relative;
  color: #666;
}
.widget_pages ul li a:hover:after {
  right: 5px;
  -webkit-transform: translate(1px, 0);
  -ms-transform: translate(1px, 0);
  transform: translate(1px, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_pages ul li a:after {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 1.4rem;
  right: 10px;
  color: #666;
}

.intro-site .intro-text {
  margin-top: 5px;
  text-align: center;
  color: #333;
}

.widget_rss h4 {
  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;
}
.widget_rss h4 .rsswidget {
  font-size: 1.6rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}
.widget_rss ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.widget_rss ul li a {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  display: block;
}
.widget_rss ul li .rss-date {
  font-size: 1.4rem;
  padding: 5px 0;
  display: block;
}
.widget_rss ul li .rssSummary {
  font-size: 1.4rem;
  display: block;
}
.widget_rss ul li cite {
  display: none;
}

.widget_nav_menu ul li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_nav_menu ul li:last-child {
  border-bottom: none;
}
.widget_nav_menu ul li .sub-menu {
  padding-left: 15px;
}
.widget_nav_menu ul li .sub-menu a {
  border-bottom: none;
}
.widget_nav_menu ul li a {
  display: block;
  padding: 10px 20px;
  margin: 0;
  position: relative;
  color: #666;
}
.widget_nav_menu ul li a:hover {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_nav_menu ul li a:before {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 0.9rem;
  line-height: 14px;
  top: 50%;
  left: 0;
  color: #fff;
  background: #333;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(-50%);
  text-indent: 2px;
}
.widget_nav_menu ul .menu-item-has-children {
  border-bottom: none;
}
.widget_nav_menu ul .menu-item-has-children a {
  border-bottom: 1px dotted #ddd;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery dt a {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 100%;
}
.gallery dt a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* common */
.pd100 {
  padding: 100px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pd100 {
    padding: 50px 0;
  }
}
/* ========== end △ */

.pd50 {
  padding: 50px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pd50 {
    padding: 25px 0;
  }
}
/* ========== end △ */

.pdt100 {
  padding-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pdt100 {
    padding-top: 50px;
  }
}
/* ========== end △ */

.pdt50 {
  padding-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pdt50 {
    padding-top: 25px;
  }
}
/* ========== end △ */

.pdb100 {
  padding-bottom: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pdb100 {
    padding-bottom: 50px;
  }
}
/* ========== end △ */

.pdb50 {
  padding-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .pdb50 {
    padding-bottom: 25px;
  }
}
/* ========== end △ */

.c-title01 {
  text-align: center;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-title01 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* ========== end △ */
.c-title01:after {
  content: "";
  height: 1px;
  width: 50px;
  background: #f4ac00;
  display: block;
  margin: 0 auto;
}
.c-title01 .en {
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-title01 .en {
    padding-bottom: 5px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
/* ========== end △ */

.c-btn01 {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  border: 1px solid #454545;
  color: #454545;
  position: relative;
  background: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-btn01 {
    width: 250px;
    height: 50px;
  }
}
/* ========== end △ */
.c-btn01 .arrow {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #454545;
  margin-left: 30px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: 5px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-btn01 .arrow {
    width: 25px;
    right: -13px;
    margin-top: 3px;
  }
}
/* ========== end △ */
.c-btn01 .arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  bottom: 3px;
  width: 13px;
  height: 1px;
  background: inherit;
  transform: rotate(30deg);
}
.c-btn01:hover .arrow {
  right: -30px;
}

.l-mv {
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-mv {
    position: relative;
    min-height: 100%;
  }
}
/* ========== end △ */
.l-mv_animate {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.l-mv_animate video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-mv_animate video {
    height: 100%;
    object-fit: cover;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-mv_animate {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
/* ========== end △ */
.l-mv_animate #particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.l-mv_animate #particles-js2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.l-mv_txt {
  width: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #00a9c8;
  font-size: 5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.3;
  margin-left: 80px;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-mv_txt {
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    font-size: 4rem;
  }
}
/* ========== end △ */
.l-mv_txt h2 {
  margin-bottom: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-mv_txt h2 {
    font-size: 4rem;
  }
}
/* ========== end △ */
.l-mv_txt p {
  font-size: 3.5rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-mv_txt p {
    font-size: 3rem;
  }
}
/* ========== end △ */

.font-yumin {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.font-hira {
  font-family: "Hiragino Maru Gothic Pro", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
}

.font-noto, .c-news li a, .l-footer .f-txt, .l-footer .f-address_wr, .l-footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
}

.page-top .l-concept {
  padding: 50px 0 100px;
}
.page-top .l-concept .concept_intro {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
}
.page-top .l-bnr {
  padding: 0 0 60px;
}
.page-top .l-bnr .bunner {
  text-align: center;
}
.page-top .l-bnr .bunner a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.page-top .l-bnr .bunner.images_pc {
  display: block;
}
.page-top .l-bnr .bunner.images_sp {
  display: none;
}

.page-top .l-sns {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.page-top .l-sns .c-title01 {
  margin: 60px 0 20px;
}
.page-top .l-sns h2 {
  margin: 30px 0 0;
}
.page-top .l-sns .l-sns-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px 0;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #333;
}
.page-top .l-sns .l-sns-list li {
  width: calc(100% / 2 - 20px);
  margin: 0 10px;
  border-radius: 15px;
}
.page-top .l-sns .l-sns-list li:nth-child(1) {order: 1;}
.page-top .l-sns .l-sns-list li:nth-child(2) {order: 3;}
.page-top .l-sns .l-sns-list li:nth-child(3) {order: 5;}
.page-top .l-sns .l-sns-list li:nth-child(4) {order: 2;}
.page-top .l-sns .l-sns-list li:nth-child(5) {order: 4;}
.page-top .l-sns .l-sns-list li:nth-child(6) {order: 6;}
.page-top .l-sns .l-sns-list li a {
  display: flex;
  align-items: center;
  padding: 15px;
}
.page-top .l-sns .l-sns-list li a:hover {
  background: #fafafa;
  transition: 0.3s;
}
.page-top .l-sns .l-sns-list .sns-img {
  margin: 0 20px 0 0;
}
.page-top .l-sns .l-sns-list .sns-img img {
  width: 64px;
  height: auto;
}
.page-top .l-sns .l-sns-list .sns-txt p {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
.page-top .l-sns h2 {
  margin: 0 15px;
}
.page-top .l-sns .l-sns-list {
  margin: 0 10px;
  padding: 0;
}
.page-top .l-sns .l-sns-list li {
  width: calc(100% / 2 - 15px);
}
.page-top .l-sns .l-sns-list li:nth-child(odd) {
  margin: 5px 5px 5px 10px;
}
.page-top .l-sns .l-sns-list li:nth-child(even) {
  margin: 5px 10px 5px 5px;
}
.page-top .l-sns .l-sns-list .sns-img img {
  width: 48px;
}
.page-top .l-sns .l-sns-list .sns-txt p {
  font-size: 11px;
}
}

@media only screen and (max-width: 768px) {
.page-top .l-bnr .bunner.images_pc {
  display: none;
}
.page-top .l-bnr .bunner.images_sp {
  display: block;
}
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .page-top .l-concept .concept_intro {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
/* ========== end △ */
.page-top .l-concept p {
  text-align: center;
  color: #454545;
  margin-bottom: 40px;
}
.page-top .l-topBlocks {
  overflow: hidden;
  padding-bottom: 270px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .page-top .l-topBlocks {
    padding-bottom: 50px;
  }
}
/* ========== end △ */
.page-top .l-topBlocks .block:nth-child(odd) {
  color: #00a9c8;
}
.page-top .l-topBlocks .block:nth-child(odd) .c-btn01 {
  color: inherit;
  border-color: #00a9c8;
}
.page-top .l-topBlocks .block:nth-child(odd) .c-btn01 .arrow {
  background: #00a9c8;
}
.page-top .l-topBlocks .block:nth-child(odd) .c-btn01 .arrow:after {
  background: inherit;
}
.page-top .l-topBlocks .block:nth-child(even) {
  color: #f4ac00;
}
.page-top .l-topBlocks .block:nth-child(even) .c-btn01 {
  color: inherit;
  border-color: #f4ac00;
}
.page-top .l-topBlocks .block:nth-child(even) .c-btn01 .arrow {
  background: #f4ac00;
}
.page-top .l-topBlocks .block:nth-child(even) .c-btn01 .arrow:after {
  background: inherit;
}
.page-top .l-vision {
  background: url("../img/vision_bg.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 140px 0 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .page-top .l-vision {
    padding: 50px 0;
  }
}
/* ========== end △ */
.page-top .l-vision:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.page-top .l-vision .inner {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-top .l-vision .inner .vision_ttl {
  font-size: 2.7rem;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .page-top .l-vision .inner .vision_ttl {
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
}
/* ========== end △ */
.page-top .l-vision .inner .vision_quote {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .page-top .l-vision .inner .vision_quote {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
}
/* ========== end △ */
.page-top .l-vision .inner .vision_info {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.4em;
  line-height: 2.1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 45px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .page-top .l-vision .inner .vision_info {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
}
/* ========== end △ */
.page-top .l-vision .inner p {
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.page-top .l-vision .inner span {
  font-size: 1.2rem;
  text-align: left;
  display: block;
}
.page-top .l-news {
  background: #fffbf1;
}
.page-top .l-news .inner > p {
  text-align: center;
  margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .page-top .l-news .inner > p {
    margin-bottom: 25px;
  }
}
/* ========== end △ */
.page-top .l-news .c-news {
  overflow: scroll;
  overflow-x: hidden;
  height: 400px;
  margin-bottom: 40px;
}
.page-top .l-news .c-news::-webkit-scrollbar {
  width: 7px;
}
.page-top .l-news .c-news::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg,#333,#333);
  border-radius: 3px;
}
.page-top .l-news .c-news::-webkit-scrollbar-track {
  background: rgba(100,100,100, .5);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .page-top .l-news .c-news {
    margin-bottom: 30px;
  }
}
/* ========== end △ */
.page-top .l-info {
  overflow: hidden;
}
.page-top .l-info a {
  background: url("../img/info_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  padding-bottom: 20%;
  position: relative;
  display: block;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .page-top .l-info a {
    padding-bottom: 0;
    padding-bottom: 50%;
    background-position: 35% 50%;
  }
}
/* ========== end △ */
.page-top .l-info a:hover {
  transform: scale(1.05);
  opacity: 0.7;
}
.page-top .l-info .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.7rem;
  width: 100%;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .page-top .l-info .title {
    font-size: 2.2rem;
  }
}
/* ========== end △ */

.c-news li {
  margin-bottom: 10px;
}
.c-news li:last-child {
  margin-bottom: 0;
}
.c-news li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #fff;
  padding: 21px 60px;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-news li a {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 15px 20px;
  }
}
/* ========== end △ */
.c-news li a:after {
  content: "";
  font-family: "fontello";
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: bold;
  transition: 0.2s linear;
}
.c-news li a:hover:after {
  right: 15px;
}
.c-news li .date {
  font-weight: bold;
  color: #777777;
  letter-spacing: 0;
  margin-right: 50px;
}
.c-news li p {
  font-weight: bold;
}

.c-blocks .block {
  display: flex;
  padding: 0 80px;
  justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-blocks .block {
    padding: 0 15px 0 50px;
    display: block;
    margin-bottom: 50px;
  }
}
/* ========== end △ */
.c-blocks .block:last-child {
  margin-bottom: 0;
}
.c-blocks .block:nth-child(2n) {
  flex-direction: row-reverse;
}
.c-blocks .block:nth-child(2n) .block_vertical {
  left: auto;
  right: 0;
  transform: none;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-blocks .block:nth-child(2n) .block_vertical {
    left: 0;
    right: auto;
    transform: rotate(180deg);
  }
}
/* ========== end △ */
.c-blocks .block:nth-child(2n) .content .inner {
  margin-left: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-blocks .block:nth-child(2n) .content .inner {
    margin-left: 0;
  }
}
/* ========== end △ */
.c-blocks .block_vertical {
  position: absolute;
  font-size: 17.5rem;
  font-size: 10vw;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1;
  left: 0;
  top: 0;
  opacity: 0.1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-blocks .block_vertical {
    font-size: 8rem;
  }
}
/* ========== end △ */
.c-blocks .block .image_sp {
  display: none;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-blocks .block .image_sp {
    display: block;
    margin-bottom: 15px;
  }
}
/* ========== end △ */
.c-blocks .block .image {
  width: 50%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-blocks .block .image {
    display: none;
  }
}
/* ========== end △ */
.c-blocks .block .image figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.c-blocks .block .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-blocks .block .c-btn01 {
  margin-left: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-blocks .block .c-btn01 {
    max-width: 280px;
    width: 100%;
    margin-left: 0;
  }
}
/* ========== end △ */
.c-blocks .block .content {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-blocks .block .content {
    width: 100%;
  }
}
/* ========== end △ */
.c-blocks .block .content .inner {
  max-width: 400px;
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-blocks .block .content .inner {
    max-width: 100%;
    margin-right: 0;
  }
}
/* ========== end △ */
.c-blocks .block .content .title {
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin-bottom: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-blocks .block .content .title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}
/* ========== end △ */
.c-blocks .block .content p {
  margin-bottom: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .c-blocks .block .content p {
    margin-bottom: 20px;
  }
}
/* ========== end △ */

.page-archives {
  background: #fffbf1;
}

/* pagination
----------------------------------------------------- */
.pagination {
  margin: 50px 0;
}
.pagination .page-of {
  display: none;
}
.pagination .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current,
.pagination a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  line-height: 50px;
  background: #f4ac00;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  color: #fff;
}

.pagination .pn-next {
  font-size: 0;
  position: relative;
}
.pagination .pn-next:after {
  content: "";
  font-family: "fontello";
  left: 50%;
  top: 50%;
  font-size: 2rem;
  position: absolute;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.pagination .pn-prev {
  font-size: 0;
  position: relative;
}
.pagination .pn-prev:after {
  content: "";
  font-family: "fontello";
  left: 50%;
  top: 50%;
  font-size: 2rem;
  position: absolute;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.l-form {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 100px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-form {
    max-width: 500px;
    padding: 30px 0;
  }
}
/* ========== end △ */
.l-form_tlt {
  color: #d55e89;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-form_tlt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
/* ========== end △ */
.l-form dl {
  display: flex;
  margin-bottom: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-form dl {
    display: block;
  }
}
/* ========== end △ */
.l-form dt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  max-width: 250px;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 5 px;
  position: relative;
  padding-right: 40px;
  margin-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-form dt {
    max-width: unset;
  }
}
/* ========== end △ */
.l-form dt.required:after {
  content: "必須";
  font-size: 1rem;
  line-height: 1.6;
  background: #Fa0000;
  color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
  position: absolute;
  right: 10px;
  top: 2px;
}
.l-form dt.option:after {
  content: "任意";
  font-size: 1rem;
  line-height: 1.6;
  background: #b9b9b9;
  color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
  position: absolute;
  right: 10px;
  top: 2px;
}
.l-form dd {
  flex: 1;
  padding-bottom: 10px;
}
.l-form dd span {
  display: inline-block;
  font-size: 1.4rem;
}
.l-form dd ._group {
  margin-top: 15px;
}
.l-form .wpcf7-form-control-wrap {
  display: block;
}
.l-form .zendaman-favorite_anyone {
  padding-left: 0 !important;
}
.l-form .zendaman-favorite_anyone input {
  width: 100px;
  display: inline-block;
}
.l-form .probio-favorite_anyone {
  padding-left: 0 !important;
}
.l-form .probio-favorite_anyone input {
  width: 100px;
  display: inline-block;
}
.l-form span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 15px;
}
.l-form span.wpcf7-list-item input {
  margin-left: 0;
  margin-top: 0;
}
.l-form span.wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.l-form .field_input {
  background: #f5f5f5;
  font-size: 1.6rem;
  line-height: 1.6;
  outline: none;
  padding: 5px 10px;
  display: block;
  width: 100%;
  border: none;
  height: 50px;
  resize: none;
  border-radius: 5px;
}
.l-form .field_input.is-error {
  color: #B94A48 !important;
  background: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}
.l-form .field_input:focus {
  border: 3px solid #f4ac00;
  background: #fff;
}
.l-form textarea {
  height: 150px !important;
  font-family: auto;
}
.l-form .field_name {
  display: flex;
  align-items: center;
}
.l-form .field_name span {
  padding: 0 10px;
}
.l-form .field_select {
  background: #f5f5f5;
  font-size: 1.6rem;
  line-height: 1.6;
  outline: none;
  padding: 8px 10px;
  display: block;
  max-width: 250px;
  height: 50px;
  width: 100%;
  border: none;
  resize: none;
}
.l-form .field_select.is-error {
  color: #B94A48 !important;
  background: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}
.l-form_submit {
  -webkit-appearance: none;
  outline: none;
  display: block;
  max-width: 300px;
  width: 100%;
  background: #f4ac00;
  border: 4px solid #f4ac00;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  margin: 40px auto 0;
  font-family: inherit;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-form_submit {
    margin-top: 20px;
    padding: 5px 10px;
  }
}
/* ========== end △ */

.l-touroku {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 40px auto 60px;
  font-size: 18px;
}
.l-touroku .l-touroku_txt {
  width: 70%;
  text-align: left;
}
.l-touroku .l-touroku_txt ul {
  margin: 10px 0;
  font-weight: bold;
}
.l-touroku .l-touroku_img {
  display: flex;
  align-self: flex-end;
  width: 30%;
}
.l-touroku .l-touroku_img img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.l-touroku_ttl {
  width: 100%;
  max-width: 550px;
  margin: 15px auto 30px;
  padding: 15px 10px;
  border: 2px solid #565656;
  border-radius: 5px;
  text-align: center;
}
.l-touroku_ttl span {
  display: block;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
.l-touroku .l-touroku_txt,
.l-touroku .l-touroku_img {
    width: 100%;
}
.l-touroku .l-touroku_txt {
  margin-bottom: 30px;
}

}

.l-report {
  max-width: 800px;
  margin: 40px auto 60px;
  font-size: 18px;
}
.l-pageTitle_form_img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.l-pageTitle_form_img img {
  max-height: 500px;
}
.l-report .l-report_txt {
  width: 100%;
  margin-top: 40px;
  text-align: left;
}
.l-report .l-report_heading {
  font-size: 22px;
  font-weight: bold;
}
.l-report .l-report_txt p {
  margin-bottom: 20px;
}
.l-form .l-form_textarea {
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  border: 0;
  border-radius: 5px;
}
.l-form .l-form_textarea:focus {
  background: #fff;
  border: 3px solid #f4ac00;
  outline: 0;
}

.hvr-wobble-vertical {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.hvr-wobble-vertical:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-vertical {
  20% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  55% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  20% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  55% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* p-concept
-------------------------------------------------- */
.p-concept_inner {
  display: flex;
  margin-bottom: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-concept_inner {
    flex-direction: column;
  }
}
/* ========== end △ */
.p-concept_img {
  flex: 1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-concept_img {
    margin-bottom: 30px;
  }
}
/* ========== end △ */
.p-concept_img figure {
  width: 90%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-concept_img figure {
    width: 100%;
  }
}
/* ========== end △ */
.p-concept_info {
  flex: 1;
}
.p-concept_txt01 {
  margin: 0 0 3rem;
  font-size: 1.6rem;
}
.p-concept_txt02 {
  font-size: 1.9rem;
  font-weight: bold;
}
.p-concept_txt02 span {
  font-size: 1.6rem;
}
.p-concept_txt02 .p-concept_name {
  padding-left: 20px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2.6rem;
}
.p-concept_heading {
  font-size: 1.8rem;
  font-weight: bold;
}

/* p-about
-------------------------------------------------- */
.p-about_describe {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.p-about_info {
  margin-bottom: 50px;
}
.p-about_info dl {
  display: flex;
  border-top: 1px solid #a1a1a1;
  padding: 10px;
}
.p-about_guide_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 40px auto;
}
.p-about_guide_wrap .p-about_guide_list {
  width: 50%;
}
.p-about_guide_wrap .items {
  margin-bottom: 20px;
}
.p-about_guide_wrap .items_txt {
  max-width: 360px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-about_guide_wrap .p-about_guide_list {
    width: 100%;
  }
}
/* ========== end △ */

/* p-privacy
-------------------------------------------------- */
.p-privacy_info {
  margin-bottom: 50px;
}
.p-privacy_info_tb dl {
  padding: 40px 0;
  border-top: 1px solid #a1a1a1;
}
.p-privacy_info_tb dl dt {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 1px solid #a1a1a1;
}
.p-privacy_info_tb dl dd {
  margin-bottom: 40px;
}
.p-privacy_info_tb dl dd a {
  text-decoration: underline;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-about_info dl {
    display: block;
  }
}
/* ========== end △ */
.p-about_info dt {
  width: 200px;
  padding: 10px 0;
  font-size: 1.6rem;
}
.p-about_info dd {
  flex: 1;
  padding: 10px 0;
  font-size: 1.6rem;
}

/* p-dev
-------------------------------------------------- */
.p-dev_describe {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.p-dev_productRow {
  display: flex;
  margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_productRow {
    display: block;
  }
}
/* ========== end △ */
.p-dev_product01 {
  background-image: url("../img/development-01-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_product01 {
    flex-direction: column;
    padding: 10px;
  }
}
/* ========== end △ */
.p-dev_product01 ._img {
  max-width: 400px;
}
.p-dev_product01 ._txt {
  font-size: 3rem;
  color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {

  .p-dev_product01 ._txt {
    font-size: 1.6rem;
    text-align: center;
  }
}
/* ========== end △ */
.p-dev_product02 {
  background-image: url("../img/development-02-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
}
.p-dev_product02 ._txt {
  font-size: 2.7rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_product02 ._txt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
/* ========== end △ */
.p-dev_product02 ._txt span {
  display: block;
  font-size: 1.9rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_product02 ._txt span {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.p-dev_product02 ._img {
  max-width: 80%;
  margin: 0 auto;
}
.p-dev_product03 {
  background-image: url("../img/development-03-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
}
.p-dev_product03 ._txt {
  font-size: 2.7rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_product03 ._txt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
/* ========== end △ */
.p-dev_product03 ._txt span {
  display: block;
  font-size: 1.9rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_product03 ._txt span {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.p-dev_product03 ._img {
  max-width: 80%;
  margin: 0 auto;
}
.p-dev_txt01 {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_txt01 {
    font-size: 2rem;
  }
}
/* ========== end △ */
.p-dev_info .items {
  margin-bottom: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_info .items {
    margin-bottom: 50px;
  }
}
/* ========== end △ */
.p-dev_info .items:nth-child(even) .items_inner {
  flex-direction: row-reverse;
}
.p-dev_info .items_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_info .items_inner {
    display: block;
  }
}
/* ========== end △ */
.p-dev_info .items_img {
  width: 45%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_info .items_img {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* ========== end △ */
.p-dev_info .items_info {
  width: 50%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_info .items_info {
    width: 100%;
  }
}
/* ========== end △ */
.p-dev_info .items figure {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}
.p-dev_info .items img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-dev_info .items_tlt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_info .items_tlt {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
/* ========== end △ */
.p-dev_info .items_txt {
  font-size: 1.6rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_info .items_txt {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.p-dev_frame {
  overflow: hidden;
  margin-bottom: 50px;
}
.p-dev_frame a {
  background-image: url("../img/development-07.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.p-dev_frame a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.p-dev_frame a:hover {
  transform: scale(1.05);
  opacity: 0.7;
}
.p-dev_frame_tlt {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_frame_tlt {
    font-size: 2rem;
  }
}
/* ========== end △ */
.p-dev_block {
  background: #fffdf7;
  text-align: center;
  padding: 30px 50px;
  margin-bottom: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_block {
    padding: 30px 10px;
  }
}
/* ========== end △ */
.p-dev_blockWrap {
  display: flex;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_blockWrap {
    display: block;
  }
}
/* ========== end △ */
.p-dev_block_tlt {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_block_tlt {
    font-size: 2rem;
  }
}
/* ========== end △ */
.p-dev_blockList {
  display: flex;
  justify-content: space-between;
}
.p-dev_block .items {
  width: 30%;
}
.p-dev_block .items_img {
  margin-bottom: 10px;
}
.p-dev_block .items img {
  max-height: 320px;
}
.p-dev_block .items_txt01 {
  font-size: 1.4rem;
  line-height: 1.6;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_block .items_txt01 {
    font-size: 1.2rem;
  }
}
/* ========== end △ */
.p-dev_block .items_txt02 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-dev_block .items_txt02 {
    font-size: 1.2rem;
  }
}
/* ========== end △ */

/* p-summary
-------------------------------------------------- */
.p-summaryList .items {
  margin-bottom: 100px;
}
.p-summaryList .items_tlt {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-summaryList .items_tlt {
    font-size: 2rem;
    text-align: center;
  }
}
/* ========== end △ */
.p-summaryList .items_inner {
  display: flex;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-summaryList .items_inner {
    display: block;
  }
}
/* ========== end △ */
.p-summaryList .items_img {
  max-width: 400px;
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-summaryList .items_img {
    max-width: unset;
    margin-bottom: 25px;
  }
}
/* ========== end △ */
.p-summaryList .items figure {
  text-align: center;
}
.p-summaryList .items img {
  max-height: 300px;
  margin: 0 auto;
}
.p-summaryList .items_info {
  flex: 1;
}
.p-summaryList .items_txt01 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.p-summaryList .items_txt02 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.p-summaryList .c-btn01 {
  margin: 0;
  border-color: #f4ac00;
  color: #f4ac00;
  background: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-summaryList .c-btn01 {
    margin: auto;
  }
}
/* ========== end △ */
.p-summaryList .c-btn01 .arrow {
  background: #f4ac00;
}
.p-summaryList .c-btn01 .arrow:after {
  background: inherit;
}

/* p-recruit
-------------------------------------------------- */
.p-recruit_inner {
  display: flex;
  margin-bottom: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-recruit_inner {
    flex-direction: column;
  }
}
/* ========== end △ */
.p-recruit_img {
  flex: 1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-recruit_img {
    margin-bottom: 30px;
  }
}
/* ========== end △ */
.p-recruit_img figure {
  width: 80%;
}
.p-recruit_img figure:not(:last-child) {
  margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-recruit_img figure {
    width: 100%;
  }
}
/* ========== end △ */
.p-recruit_info {
  flex: 1;
}
.p-recruit_txt01 {
  font-size: 1.6rem;
  line-height: 2;
}
.p-recruit_txt01 span {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.p-recruit_txt02 {
  font-size: 1.9rem;
  font-weight: bold;
}
.p-recruit_txt02 span {
  font-size: 1.6rem;
}
.p-recruit_txt02 img {
  max-width: 180px;
  width: 100%;
  height: auto;
}
.p-recruit_txt02 .p-recruit_name {
  padding-left: 20px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2.6rem;
}
.p-recruit_txt03 {
  font-size: 1.9rem;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.p-recruit_txt03:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #f4ac00;
  position: absolute;
  top: 15px;
  left: 0;
}
.p-recruit_txt04 {
  font-size: 1.6rem;
  margin-bottom: 30px;
  padding-left: 30px;
}
.p-recruit_sign {
  display: flex;
}
.p-recruit_sign figure {
  max-width: 100px;
  margin-right: 20px;
}
.p-recruit_tb {
  margin-bottom: 100px;
}
.p-recruit_tb dl {
  display: flex;
  border-top: 1px solid #a1a1a1;
  padding: 10px;
  /*&.onerow{
  	dt{
  		width:auto;
  	}
  }*/
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-recruit_tb dl {
    display: block;
  }
}
/* ========== end △ */
.p-recruit_tb dt {
  width: 250px;
  padding: 10px 0;
  margin-right: 20px;
  font-size: 1.6rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-recruit_tb dt {
    width: 100%;
    margin-right: 0;
  }
}
/* ========== end △ */
.p-recruit_tb dt span {
  font-size: 1.4rem;
}
.p-recruit_tb dd {
  font-size: 1.6rem;
  flex: 1;
  padding: 10px 0;
}

/* p-contact
-------------------------------------------------- */
.p-contact_describe {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 50px;
}

/* p-bio
-------------------------------------------------- */
.p-bio_describe {
  text-align: center;
  margin-bottom: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-bio_describe {
    margin-bottom: 50px;
  }
}
/* ========== end △ */
.p-bio_inner {
  display: flex;
  margin-bottom: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-bio_inner {
    flex-direction: column;
  }
}
/* ========== end △ */
.p-bio_img {
  flex: 1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-bio_img {
    margin-bottom: 30px;
  }
}
/* ========== end △ */
.p-bio_img figure {
  width: 80%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-bio_img figure {
    width: 100%;
  }
}
/* ========== end △ */
.p-bio_banner {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .p-bio_banner {
    margin-bottom: 50px;
  }
}
/* ========== end △ */
.p-bio_info {
  flex: 1;
}
.p-bio_txt01 {
  font-size: 1.6rem;
}
.p-bio_txt02 {
  font-size: 1.9rem;
  font-weight: bold;
}
.p-bio_txt02 span {
  font-size: 1.6rem;
}

/* 09-16-2020 */
.l-layout--content .post-ttl {
  font-size: 2.5rem;
  margin-bottom: 20px;
  border-bottom: 3px solid #f4ac00;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .l-layout--content .post-ttl {
    font-size: 2.2rem;
    border-width: 2px;
  }
}
/* ========== end △ */

/*# sourceMappingURL=style.css.map */
/* 04-16-2021 */
@media only screen and (max-width: 768px) {
  .page-id-46 .p-concept_inner.sp-reverse{
    flex-direction: column-reverse;
  }

  .page-id-46 .p-concept_inner{
    margin-bottom:0px;
  }

  .page-id-46 .p-concept_info{
    margin-bottom: 30px;
  }

  .page-id-46 .l-form_submit{
    padding:15px;
  }
}