@charset "UTF-8";
/* Sass Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 100%;
  list-style-type: none;
  text-align: left;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 100%;
  list-style-type: none;
  text-align: left;
  word-break: break-all;
  /*  font-size: 1.7rem;*/
}

/* 追加*/

span {
  word-break: break-all;
}

figure {
  margin: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

a img {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

a img:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.eng {
  font-family: "Roboto", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.pc_ib {
  display: inline-block !important;
}

.hide {
  display: none !important;
}

.txt_up {
  text-transform: uppercase;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.outer_inner {
  min-width: 1000px;
  max-width: 1360px;
  margin: 0 auto;
}

.bg_fixed {
  min-width: 1000px;
}

.sec_ttl {
  position: relative;
  margin-bottom: 50px;
  color: #848484;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.sec_ttl span {
  display: block;
  margin-bottom: 25px;
  color: #323232;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}

.sec_ttl:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-radius: 100%;
  background: #81bf00;
  content: "";
}

.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 30px 10px;
  border-radius: 60px;
  background: #323232;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn:hover {
  opacity: 0.7;
}

.arrow {
  position: relative;
}

.arrow:before,
.arrow:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
}

.arrow:before {
  width: 20px;
  height: 1px;
  background: #FFF;
}

.arrow:after {
  width: 0;
  height: 0;
  margin-top: -6px;
  border-width: 6px 0 0 8px;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
}

.title {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.037em;
  line-height: 1.7;
  text-align: center;
}

.main-color {
  color: #81bf00;
}

.underline {
  background: -webkit-linear-gradient(top, rgba(129, 191, 0, 0) 0%, rgba(129, 191, 0, 0) 92%, #81bf00 93%, #81bf00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 191, 0, 0)), color-stop(92%, rgba(129, 191, 0, 0)), color-stop(93%, #81bf00), to(#81bf00));
  background: linear-gradient(to bottom, rgba(129, 191, 0, 0) 0%, rgba(129, 191, 0, 0) 92%, #81bf00 93%, #81bf00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0081bf00", endColorstr="#81bf00", GradientType=0);
}

.m-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.m-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------------------------------------------
	wpブログスタイル
* --------------------------------------------------------------------------------------------------*/
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
  display: block;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}

.clearfix {
  zoom: 1;
  overflow: hidden;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.page_link {
  text-align: center;
}

.page_link a.stickarrow {
  display: inline-block;
  min-width: 22em;
  padding: 1.8em 4em 1.8em 1em;
  background: #fff;
  background: #323232;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page_link a.stickarrow:hover {
  opacity: 0.7;
}

.stickarrow span {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #fff;
  font-size: 1.3rem;
}

.stickarrow span::after {
  position: absolute;
  top: 20%;
  right: -2em;
  width: 1.3em;
  height: 0.3em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}

.page_link a.stickarrow.center {
  padding: 1.8em 3em 1.8em 3em;
}

.stickarrow.center span::after {
  right: -4em;
}

a.trgt_blank span {
  position: relative;
  padding-right: 1.3em;
}

a.trgt_blank span::after {
  position: absolute;
  top: 60%;
  right: 0;
  width: 0.9em;
  height: 0.8em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/icon_blank.png") no-repeat top center/contain;
  content: "";
}

a.trgt_blank.green span::after {
  background: url("../img/common/icon_blank_green.png") no-repeat top center/contain;
}

a.login span {
  position: relative;
  padding-left: 2em;
}

a.login span::before {
  position: absolute;
  top: 60%;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/icon_login.png") no-repeat top center/contain;
  content: "";
}

a.bookmark span {
  position: relative;
  padding-left: 2em;
}

a.bookmark span::before {
  position: absolute;
  top: 60%;
  left: 0;
  width: 1.2em;
  height: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/icon_blank_green.png") no-repeat top center/contain;
  content: "";
}

.ie11 main {
  display: block;
}

main {
  padding-top: 112px;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
#header {
  -moz-box-shadow: 0px 1px 9px 2px rgba(173, 173, 173, 0.13);
  -webkit-box-shadow: 0px 1px 9px 2px rgba(173, 173, 173, 0.13);
  -ms-box-shadow: 0px 1px 9px 2px rgba(173, 173, 173, 0.13);
  z-index: 102;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  box-shadow: 0px 1px 9px 2px rgba(173, 173, 173, 0.13);
}

#idex #header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#logo {
  width: 140px;
}

#logo img {
  width: 100%;
  height: auto;
}

#header_bg {
  background: #fff;
}

.header_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 5px 0;
}

#gnav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#gnav nav ul li:last-child a {
  padding-right: 0;
}

#gnav nav ul li a {
  display: block;
  padding: 1em 1.8em 2.5em;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#unav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#unav nav ul li+li {
  margin-left: 10px;
}

#unav nav ul li a {
  padding: 0 0 1em 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#unav nav ul li a.login,
#unav nav ul li a.bookmark {
  border-bottom: 1px solid #81bf00;
}

#unav nav ul li a.contact {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 11px 16px 11px 17px;
  border-radius: 60px;
  background: #81bf00;
  text-align: center;
}

#unav nav ul li a.contact span {
  position: relative;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
}

#unav nav ul li a.contact span:before {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url("../img/common/icon_mail.png") no-repeat center center;
  background-size: 100% auto;
  vertical-align: middle;
  content: "";
}

#unav nav ul li a.seminar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 11px 16px 11px 17px;
  border-radius: 60px;
  background: #f5a101;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

#unav nav ul li a.seminar span {
  position: relative;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
}

#unav nav ul li a.seminar span:before {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 14px;
  height: 12px;
  margin-right: 5px;
  background: url("../img/common/icon_check.png") no-repeat center center;
  background-size: 100% auto;
  vertical-align: middle;
  content: "";
}

#unav nav ul li a.download {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 11px 16px 11px 17px;
  border-radius: 60px;
  background: #e9518e;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

#unav nav ul li a.download span {
  position: relative;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
}

#unav nav ul li a.download span:before {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 14px;
  height: 12px;
  margin-right: 5px;
  background: url("../img/common/icn_download.svg") no-repeat center center;
  background-size: 100% auto;
  vertical-align: middle;
  content: "";
}

#unav nav ul li a:hover {
  opacity: 0.7;
}

#unav nav ul li a span {
  color: #747474;
  font-size: 1.2rem;
}

#header_nav {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#gnav nav ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

#gnav nav ul li a {
  position: relative;
  padding: 0 8px 25px;
}

#gnav nav ul li a::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #81bf00;
  left: 0;
  bottom: 0;
  display: block;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
}

#gnav nav ul li a:hover {
  opacity: 1;
}

#gnav nav ul li a:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#gnav nav ul li.active a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#gnav nav ul .hav-nav-child {
  position: relative;
}

#gnav nav ul .hav-nav-child>a {
  padding: 0 17px 25px 0;
}

#gnav nav ul .hav-nav-child>a::after {
  display: block;
  position: absolute;
  top: 3px;
  right: 5px;
  width: 0;
  height: 0;
  border-width: 5px 3.5px 0 3.5px;
  border-style: solid;
  border-color: #848484 transparent transparent transparent;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#gnav nav ul .hav-nav-child .nav-child {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: auto;
  min-width: 100%;
  left: -20px;
  margin: 0;
  padding: 18px 22px 22px;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#gnav nav ul .hav-nav-child .nav-child.nav-future .nav-child {
  left: 0;
}

#gnav nav ul .hav-nav-child .nav-child-list {
  display: block;
  white-space: nowrap;
  margin-top: 0;
}

#gnav nav ul .hav-nav-child .nav-child-list li+li {
  margin-top: 12px;
}

#gnav nav ul .hav-nav-child .nav-child-list a {
  font-size: 1.5rem;
  word-break: break-all;
  padding: 0 0 0 20px;
  display: block;
  line-height: 1;
  position: relative;
}

#gnav nav ul .hav-nav-child .nav-child-list a::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/common/arrow_nav-child-list.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transform: none;
  transform: none;
}

#gnav nav ul .hav-nav-child .nav-child-list a span {
  position: relative;
}

#gnav nav ul .hav-nav-child .nav-child-list a span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #80BC02;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

#gnav nav ul .hav-nav-child .nav-child-list a:hover span::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#gnav nav ul .hav-nav-child .nav-child-big {
  width: 660px;
}

#gnav nav ul .hav-nav-child .nav-child-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #80BC02;
  margin-bottom: 14px;
  white-space: nowrap;
}

#gnav nav ul .hav-nav-child .nav-child-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

#gnav nav ul .hav-nav-child .nav-child-row::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #E6E6E6;
  position: absolute;
  top: 0;
  right: 220px;
}

#gnav nav ul .hav-nav-child .nav-child-col:nth-child(2) {
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 52px;
}

#gnav nav ul .hav-nav-child .nav-child-col:nth-child(3) {
  margin-top: 30px;
}

#gnav nav ul .hav-nav-child .nav-child-col .nav-child-list {
  padding-left: 15px;
}

#gnav nav ul .hav-nav-child:hover a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#gnav nav ul .hav-nav-child:hover a::before {
  content: none;
}

#gnav nav ul .hav-nav-child:hover .nav-child {
  opacity: 1;
  visibility: visible;
}

#gnav nav ul .hav-nav-child:hover .nav-child a::before {
  content: "";
}

/* ----------------------------------------------------------------------------------------------------
*  page_heading
* --------------------------------------------------------------------------------------------------*/
.breadcrumb-wrapper {
  background: -webkit-linear-gradient(left, #f8f8f8 0%, #f8f8f8 49%, rgba(248, 248, 248, 0) 50%, rgba(248, 248, 248, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f8f8f8), color-stop(49%, #f8f8f8), color-stop(50%, rgba(248, 248, 248, 0)), to(rgba(248, 248, 248, 0)));
  background: linear-gradient(to right, #f8f8f8 0%, #f8f8f8 49%, rgba(248, 248, 248, 0) 50%, rgba(248, 248, 248, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8", endColorstr="#00f8f8f8", GradientType=1);
}

.breadcrumb-wrapper.-trans {
  background: transparent;
}

.breadcrumb-wrapper.-trans .breadcrumb {
  background: transparent;
}

.breadcrumb {
  width: 1080px;
  margin: 0 auto;
  padding: 20px 35px;
  background: #f8f8f8;
}

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

.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb__item {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 2.4rem;
    margin-bottom: 1.3vw;
  }
}

.breadcrumb__link {
  display: inline-block;
  position: relative;
  margin-right: 18px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .breadcrumb__link {
    font-size: 2.4rem;
  }
}

.breadcrumb__link::after {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}

.breadcrumbs {
  z-index: 5;
  position: relative;
  padding: 2em 0;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs ul li {
  color: #000;
  font-size: 1.2rem;
}

.breadcrumbs ul li:first-child {
  margin-left: auto;
}

.breadcrumbs ul li a {
  display: inline-block;
  position: relative;
  margin-right: 2em;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumbs ul li a:hover {
  opacity: 0.7;
}

.breadcrumbs ul li a::after {
  position: absolute;
  top: 25%;
  right: -1.3em;
  width: 1em;
  height: 0.3em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  border-right: 1px solid #9acc33;
  border-bottom: 1px solid #9acc33;
  content: "";
}

/* ----------------------------------------------------------------------------------------------------
*  下層のヘッダーと下層のパンくず
* --------------------------------------------------------------------------------------------------*/
.underlayer #page_title {
  position: relative;
  padding: 6em 0;
}

.underlayer #page_title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 125px;
  height: 3px;
  margin: 0 auto;
  background: #81bf00;
  content: "";
}

.underlayer #page_title h1.page_ttl {
  display: block;
  position: static;
  min-width: inherit;
  min-height: inherit;
  padding: 0;
  text-align: center;
}

.underlayer #page_title h1.page_ttl span.jp_ttl {
  color: #000;
  font-size: 2.9rem;
  letter-spacing: 0.2em;
}

.underlayer .breadcrumbs {
  padding: 1.5em 0 1em;
  border-top: 1px solid #D9DADB;
  background: #F5F5F5;
}

.underlayer .breadcrumbs ul li {
  margin-bottom: 0.5em;
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
.pagetop {
  display: none;
  z-index: 9;
  position: fixed;
  right: 2%;
  bottom: 5%;
  width: 5em;
  height: 5em;
}

.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}

.pagetop a img {
  width: 100%;
  height: auto;
}

#footer {
  border-top: 1px solid #81bf00;
}

.footer_link_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5em 0;
}

#footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer_nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.footer_nav02 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

#footer_nav nav ul li {
  position: relative;
  padding-right: 1em;
}

.footer_nav02 ul li {
  position: relative;
  padding-right: 1em;
}

.footer_nav02 ul li a {
  color: #81bf00;
}

#footer_nav nav ul li::after {
  padding-right: 1em;
  border-right: 1px solid #848484;
  content: "";
}

#footer_nav nav ul li:last-child::after {
  display: none;
}

#footer_nav nav ul li a {
  color: #848484;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer_nav nav ul li a:hover {
  opacity: 0.7;
}

#copyright_area {
  padding: 4em 0;
  background: #323232;
}

#copyright_area p#copyright {
  color: #FFF;
  font-size: 1.1rem;
  text-align: center;
}

#drawer {
  display: none;
}

/* ------------------------------
		clearfix
------------------------------ */
.cf {
  display: inline-block;
}

.cf:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  font-size: 0;
  content: ".";
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */
@-webkit-keyframes drawer-open {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drawer-open {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes drawer-close {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes drawer-close {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

#main_visual {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0) 56px, #f8f8f8 56px, #f8f8f8 100%);
  background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0) 56px, #f8f8f8 56px, #f8f8f8 100%);
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f8f8f8", endColorstr="#f8f8f8", GradientType=0);
}

#main_visual.mv_small {
  height: 220px;
}

@media screen and (min-width: 768px) {
  #main_visual.mv_small .content__title {
    font-size: 3.3rem;
  }

  #main_visual.mv_small .content__title .jp_ttl {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: normal;
  }
}

#main_visual .content__title {
  position: absolute;
  top: 51%;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 0.9;
  top: calc(50% + 1em);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #main_visual .content__title {
    font-size: 4rem;
    top: 50%;
  }
}

#main_visual .content__title .jp_ttl {
  display: block;
  margin-top: 1em;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #main_visual .content__title .jp_ttl {
    line-height: 1.3;
    font-size: 2.2rem;
  }
}

#main_visual .mv-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#main_visual .title-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  width: 1030px;
  height: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}

#main_visual.-green {
  background: transparent;
  height: 200px;
}

@media screen and (max-width: 767px) {
  #main_visual.-green {
    height: 39.1134289439vw;
  }
}

#main_visual.-green .title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#main_visual.-green .title-wrapper .content__title {
  position: relative;
  top: auto;
  -webkit-transform: none;
  transform: none;
  color: #ffffff;
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  #main_visual.-green .title-wrapper .content__title {
    font-size: 4rem;
  }
}

#main_visual.-green .title-wrapper .content__title .jp_ttl {
  color: #ffffff;
  display: block;
  margin-top: 1em;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #main_visual.-green .title-wrapper .content__title .jp_ttl {
    line-height: 1.3;
    font-size: 2.2rem;
  }
}

#main_visual.-green .mv-wrapper {
  height: 100%;
}

#main_visual.-green.mv_small .content__title {
  font-size: 3.3rem;
  line-height: 1.5454545455;
}

/* ----------------------------------------------------------------------------------------------------
*  sec-contact
* --------------------------------------------------------------------------------------------------*/
.sec-contact {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 75px 0 65px 0;
  background: url("../img/common/bg_contact.jpg") no-repeat center center;
  background-size: cover;
}

.sec-contact .sec_ttl {
  margin-bottom: 40px;
  color: #FFF;
}

.sec-contact .sec_ttl span {
  margin-bottom: 30px;
  color: #FFF;
  font-size: 5.2rem;
}

.sec-contact .sec_ttl:after {
  display: none;
}

.sec-contact .text {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.sec-contact .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 45px 0;
}

.sec-contact .btn_contact {
  width: 40%;
  max-width: 390px;
}

.sec-contact .btn_seminar {
  width: 40%;
  max-width: 390px;
  margin-left: 45px;
}

.sec-contact .btn {
  width: 100%;
  padding: 35px 10px;
  border: 3px solid #FFF;
  font-size: 2rem;
  font-weight: 700;
}

.sec-contact .btn_contact .btn {
  background: #81bf00;
}

.sec-contact .btn_contact .btn:before {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background: url("../img/common/icon_mail.png") no-repeat center center;
  background-size: 100% auto;
  vertical-align: middle;
  content: "";
}

.sec-contact .btn_seminar .btn {
  background: #f5a101;
}

.sec-contact .btn_seminar .btn:before {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 24px;
  height: 20px;
  margin-right: 25px;
  background: url("../img/common/icon_check.png") no-repeat center center;
  background-size: 100% auto;
  vertical-align: middle;
  content: "";
}

.sec-contact .note {
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
}

.txt_link {
  padding: 0 6px;
  color: #fff600;
  font-weight: 700;
  text-decoration: underline;
}

.txt_link:hover {
  text-decoration: none;
}

.bg_text-content {
  position: relative;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    padding-bottom: 15px;
  }

  html {
    font-size: 1.3vw;
  }

  p {
    font-size: 3rem;
  }

  #idx .inner {
    width: 100%;
    padding: 0;
  }

  .inner {
    width: 84%;
    padding: 0;
  }

  .header_inner.inner {
    z-index: 13;
    position: relative;
    width: 100%;
    background: #fff;
  }

  #idx .outer_inner,
  .outer_inner {
    min-width: inherit;
    max-width: inherit;
  }

  .bg_fixed {
    min-width: inherit;
  }

  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  main {
    padding-top: 15vw;
  }

  #logo {
    width: 37vw;
    padding: 1em 1.7em;
  }

  #header_nav,
  #gnav {
    display: none;
  }

  .sec_ttl {
    margin-bottom: 0;
    padding-bottom: 2.5em;
    font-size: 2.6rem;
  }

  .sec_ttl span {
    margin-bottom: 0.7em;
    font-size: 4.8rem;
  }

  .sec_ttl:after {
    bottom: 0.5em;
    width: 0.5em;
    height: 0.5em;
  }

  .btn {
    max-width: 80%;
    padding: 2em 1em;
    border-radius: 5em;
    font-size: 2.8rem;
  }

  .arrow {
    position: relative;
  }

  .arrow:before,
  .arrow:after {
    right: 2em;
  }

  .arrow:before {
    width: 2em;
  }

  .arrow:after {
    margin-top: -0.4em;
    border-width: 0.4em 0 0 0.6em;
  }

  /* ------------------------------
  	 ハンバーガーメニュー
  ------------------------------ */
  #hamburger {
    z-index: 1001;
    position: fixed;
    top: 2.5em;
    right: 2em;
  }

  .menu-trigger {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    width: 8em;
    height: 6em;
  }

  .menu-trigger span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 2.8em;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(2.7em) rotate(-45deg);
    transform: translateY(2.7em) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-2.7em) rotate(45deg);
    transform: translateY(-2.7em) rotate(45deg);
  }

  /* ------------------------------
  	 スマホナビゲーション
  ------------------------------ */
  #drawer {
    -webkit-overflow-scrolling: touch;
    display: none;
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: #323232;
  }

  #drawer.open {
    display: block;
  }

  #drawer_body {
    padding: 10em 0 30px;
  }

  .drower_nav li,
  .drower_nav a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
  }

  .drower_nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    border-bottom: solid 1px #646464;
  }

  ul.drower_nav .drower_ctg {
    position: relative;
  }

  ul.drower_nav .drower_ctg>span,
  ul.drower_nav .drower_ctg>a {
    padding: 0 25px;
  }

  ul.drower_nav .drower_ctg>span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }

  ul.drower_nav .drower_ctg>span.active {
    color: #81bf00;
  }

  ul.drower_nav .drower_ctg>span.active::after {
    border-right: 2px solid #81bf00;
    border-bottom: 2px solid #81bf00;
  }

  ul.drower_nav .drower_ctg>span::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }

  ul.drower_nav .drower_ctg.hav-child>a {
    position: relative;
  }

  ul.drower_nav .drower_ctg.hav-child>a::after {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../img/common/icon_drawer_plus.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  ul.drower_nav .drower_ctg.hav-child>a.is-open::after {
    background-image: url(../img/common/icon_drawer_minus.svg);
  }

  ul.drower_nav .drower_ctg-child {
    display: none;
  }

  ul.drower_nav .drower_ctg-child.is-open {
    display: block;
  }

  ul.drower_nav .drower_ctg-child-item a {
    position: relative;
    padding: 0 45px;
    background-color: #1A1A1A;
  }

  ul.drower_nav .drower_ctg-child-item a::after {
    content: "";
    width: 8px;
    height: 16px;
    display: block;
    background-image: url(../img/common/arrow_drawer_link.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  ul.drower_nav ul.sub_ctg {
    display: none;
    padding-left: 1em;
  }

  ul.drower_nav ul.sub_ctg span,
  ul.drower_nav ul.sub_ctg a {
    display: block;
    padding: 1em 0;
  }

  ul.sub_ctg_item {
    padding-bottom: 1em;
    padding-left: 2em;
  }

  ul.sub_ctg_item a {
    display: block;
    position: relative;
    padding: 1em 0;
  }

  ul.sub_ctg_item a::before {
    position: absolute;
    top: 50%;
    left: -1.5em;
    width: 1em;
    height: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 1em;
    background: #fff;
    content: "";
  }

  ul.sub_ctg_item a:after {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: -1.25em;
    width: 0.3em;
    height: 0.3em;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
  }

  .drawer_button {
    width: 88%;
    margin: 28px auto 0;
  }

  .drawer_button div+div {
    margin-top: 10px;
  }

  .drawer_button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 56px;
    padding-bottom: 4px;
    height: 56px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    position: relative;
  }

  .drawer_button a::before {
    content: "";
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .drawer_button a::after {
    content: "";
    width: 6px;
    height: 12px;
    display: block;
    background-image: url(../img/common/arrow_drawer_link.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .drawer_button .drower_contact a::before {
    width: 20px;
    height: 16px;
    background-image: url(../img/common/icon_drawer_contact.svg);
  }

  .drawer_button .drower_download a::before {
    width: 17px;
    height: 20px;
    background-image: url(../img/common/icon_drawer_download.svg);
    margin-left: 1px;
  }

  .drawer_button .drower_bookmark a::before {
    width: 20px;
    height: 15px;
    background-image: url(../img/common/icon_drawer_bookmark.svg);
  }

  .drawer_button .drower_login a::before {
    width: 20px;
    height: 20px;
    background-image: url(../img/common/icon_drawer_login.svg);
  }

  .drower_sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 6em;
  }

  .drower_sub a {
    display: block;
    position: relative;
    width: 40%;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
  }

  .drower_sub a:last-of-type::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    content: "";
  }

  .drower_sub a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    content: "";
  }

  .drower_sub a span.blank {
    position: relative;
  }

  .drower_sub a span.blank::before {
    position: absolute;
    top: 60%;
    left: -1.5em;
    width: 1em;
    height: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/sp_icon_blank.png") no-repeat top center;
    background-size: contain;
    content: "";
  }

  #pagetop {
    display: none;
    z-index: 9;
    position: fixed;
    right: 2%;
    bottom: 5%;
    width: 5em;
    height: 5em;
  }

  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
  }

  #pagetop a img {
    width: 100%;
    height: auto;
  }

  .pagetop {
    bottom: 3%;
    width: 10em;
    height: 10em;
  }

  #footer {
    border-top: 1px solid #81bf00;
  }

  .fotter_inner {
    width: 82% !important;
  }

  .footer_link_area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5em 0;
  }

  #footer_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -0.5em;
  }

  #footer_nav nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2.8rem;
  }

  .footer_nav02 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2.8rem;
  }

  #footer_nav nav ul li,
  .footer_nav02 ul li {
    margin-top: 0.5em;
    padding-right: 0;
    line-height: 1.3;
  }

  #footer_nav nav ul li {
    padding-right: 0.5em;
    margin-right: 0.5em;
    border-right: 1px solid #848484;
  }

  #footer_nav nav ul li::after {
    display: none;
  }

  .footer_nav02 {
    margin-top: 4em;
  }

  .footer_nav02 ul {
    display: block;
  }

  .footer_nav02 ul li+li {
    margin-top: 0.5em;
  }

  #copyright_area {
    padding: 4em 0;
    background: #323232;
  }

  #copyright_area p#copyright {
    color: #FFF;
    font-size: 1.1rem;
    text-align: center;
  }

  #main_visual {
    height: 120px;
  }

  #main_visual.mv_small {
    height: 120px;
  }

  #main_visual.mv_small .mv-wrapper img {
    height: 150px;
  }

  #main_visual .mv-wrapper img {
    height: 220px;
    -o-object-position: 30% 0;
    object-position: 30% 0;
  }

  .sec-contact {
    padding: 10% 0;
  }

  .sec-contact .inner {
    width: 90% !important;
  }

  .sec-contact .sec_ttl {
    margin-bottom: 0;
    color: #FFF;
  }

  .sec-contact .sec_ttl span {
    margin-bottom: 0.7em;
    font-size: 4.8rem;
  }

  .sec-contact .text {
    font-size: 3rem;
    line-height: 1.6;
  }

  .sec-contact .btn_wrap {
    display: block;
    margin: 5em auto 0;
  }

  .sec-contact .btn_contact {
    width: auto;
    max-width: 100%;
  }

  .sec-contact .btn_seminar {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .sec-contact .btn {
    width: 100%;
    max-width: 89%;
    padding: 1.5em 0em;
    font-size: 2.8rem;
  }

  .sec-contact .btn_seminar {
    margin-top: 2em;
  }

  .sec-contact .btn_contact .btn {
    background: #81bf00;
  }

  .sec-contact .btn_contact .btn:before {
    top: -2px;
    width: 1em;
    height: 1em;
    margin-right: 1em;
  }

  .sec-contact .btn_seminar .btn {
    background: #f5a101;
  }

  .sec-contact .btn_seminar .btn:before {
    top: -2px;
    width: 1.2em;
    height: 1.2em;
    margin-right: 1.5em;
  }

  .sec-contact .note {
    margin-top: 1em;
    font-size: 2.8rem;
    line-height: 1.6;
  }

  .txt_link {
    padding: 0 0.2em;
  }
}

.sup {
  font-size: 75%;
  position: relative;
  top: -0.5em;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc,
  .pc_ib {
    display: none !important;
  }

  .sp_ib {
    display: inline-block;
  }
}

@media (min-width: 767px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }

  .ie11 a[href*="tel:"] {
    display: inline-block;
  }
}

@media screen and (min-width: 1000px) {
  aside.sidebar {
    margin-right: calc((100vw - 1010px) / 2);
  }
}

.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.pager li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding-bottom: 3px;
}

.pager .prev {
  margin-right: 20px;
}

.pager .next {
  margin-left: 20px;
}

.pager .prev a,
.pager .next a {
  width: 70px;
  height: 35px;
  background: #81bf00;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

.pager .num a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 1.6rem;
}

.pager .num.current a {
  background: #d9d8dd;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-top: 7vw;
  }

  .pager .prev {
    margin-right: 2vw;
  }

  .pager .next {
    margin-left: 2vw;
  }

  .pager .prev a,
  .pager .next a {
    width: 14vw;
    height: 7vw;
    border-radius: 100px;
    font-size: 3rem;
  }

  .pager .num a {
    width: 7vw;
    height: 7vw;
    font-size: 3rem;
  }
}

.c-bgcolor-box {
  padding: 70px 0 45px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 65%;
  background-image: url("../img/common/bg01.png");
}

@media screen and (max-width: 767px) {
  .c-bgcolor-box {
    padding: 9.3vw 0 9.3vw;
    background-size: 100%;
  }
}

.c-bgcolor-box .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-bgcolor-box .inner {
    display: block;
  }
}

.c-bgcolor-box:nth-of-type(2n) .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-bgcolor-box:nth-of-type(2n),
.c-bgcolor-box:nth-of-type(5n) {
  background-position: top right;
  background-image: url("../img/common/bg02.png");
}

.c-bgcolor-box:nth-of-type(2n) .c-bgcolor-box-ttl01,
.c-bgcolor-box:nth-of-type(5n) .c-bgcolor-box-ttl01 {
  color: #f5a101;
}

.c-bgcolor-box:nth-of-type(2n) .c-bgcolor-box-ttl01::after,
.c-bgcolor-box:nth-of-type(5n) .c-bgcolor-box-ttl01::after {
  border-color: #f5a101;
}

.c-bgcolor-box:nth-of-type(3n) {
  background-image: url("../img/common/bg03.png");
}

.c-bgcolor-box:nth-of-type(3n) .c-bgcolor-box-ttl01 {
  color: #de4f89;
}

.c-bgcolor-box:nth-of-type(3n) .c-bgcolor-box-ttl01::after {
  border-color: #de4f89;
}

.c-bgcolor-box:nth-of-type(4n) {
  background-image: url("../img/common/bg04.png");
}

.c-bgcolor-box:nth-of-type(4n) .c-bgcolor-box-ttl01 {
  color: #1d99c4;
}

.c-bgcolor-box:nth-of-type(4n) .c-bgcolor-box-ttl01::after {
  border-color: #1d99c4;
}

.c-bgcolor-box:nth-of-type(5n) {
  background-position: left top;
  background-image: url("../img/common/bg05.png");
}

.c-bgcolor-box:nth-of-type(6n) {
  background-image: url("../img/common/bg06.png");
}

.c-bgcolor-box-cnt {
  width: 400px;
  max-width: 100%;
  padding: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .c-bgcolor-box-cnt {
    width: 100%;
    padding: 0 0 0;
  }
}

.c-bgcolor-box-img {
  width: 550px;
  max-width: 100%;
  padding: 0 0 60px;
}

.c-bgcolor-box-img img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .c-bgcolor-box-img {
    width: 100%;
    padding: 0 0 0;
    margin-top: 4vw;
  }
}

.c-bgcolor-box-ttl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1d99c4;
}

@media screen and (max-width: 767px) {
  .c-bgcolor-box-ttl01 {
    font-size: 3rem;
  }
}

.c-bgcolor-box-ttl01::after {
  border-top: 2px solid #1d99c4;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 1em;
}

.c-bgcolor-box-ttl02 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 15px 0 25px;
}

@media screen and (max-width: 767px) {
  .c-bgcolor-box-ttl02 {
    font-size: 4.8rem;
    margin: 2vw 0 4vw;
  }
}

.c-bgcolor-box-txt {
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/*---------------------- post-detail --------------*/
.post-head {
  padding-top: 50px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .post-head {
    padding-top: 10vw;
    margin-bottom: 10vw;
  }
}

.detail-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dedede;
  margin-top: 50px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .detail-meta {
    margin-top: 4vw;
    padding-top: 4vw;
  }
}

.detail-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.4;
  position: relative;
  padding: 0 1.5em;
  word-break: break-all;
}

.detail-ttl::before,
.detail-ttl::after {
  display: block;
  position: absolute;
  color: #76B700;
  font-size: 180%;
  width: 1em;
  height: 1em;
  top: -0.2em;
}

.detail-ttl::before {
  content: "“";
  left: 0;
}

@media screen and (max-width: 767px) {
  .detail-ttl::before {
    left: -0.5em;
  }
}

.detail-ttl::after {
  content: "”";
  right: 0;
}

@media screen and (max-width: 767px) {
  .detail-ttl::after {
    right: -0.5em;
  }
}

@media screen and (max-width: 767px) {
  .detail-ttl {
    font-size: 3.5rem;
  }
}

.detail-ttl span {
  background-color: #76B700;
  color: #ffffff;
  padding: 0 0.5em;
}

.post-detail {
  padding: 0 0 100px;
}

.post-detail::after {
  content: "";
  display: block;
  clear: both;
}

.post-detail .post-eyecatch {
  text-align: center;
}

.post-detail img+img {
  margin-top: 2em;
}

.post-detail img {
  max-width: 100%;
}

.post-detail img.alignleft {
  margin-right: 2em;
}

@media screen and (max-width: 767px) {
  .post-detail img.alignleft {
    /*margin-right: auto;*/
  }
}

.post-detail img.alignright {
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .post-detail img.alignright {
    /*margin-left: auto;*/
  }
}

@media screen and (max-width: 767px) {
  .post-detail {
    padding: 0 0 15vw;
  }
}

.post-detail .cnt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .post-detail .cnt-box {
    display: block;
  }
}

.post-detail .cnt-box .box {
  max-width: 100%;
}

.post-detail .cnt-box .box.-txt {
  width: 550px;
}

@media screen and (max-width: 767px) {
  .post-detail .cnt-box .box.-txt {
    width: 100%;
    margin-bottom: 6vw;
  }
}

.post-detail .cnt-box .box.-img {
  width: 400px;
}

.post-detail .cnt-box .box.-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .post-detail .cnt-box .box.-img {
    width: 100%;
    margin-bottom: 6vw;
  }
}

.post-detail .cnt-box .box.-img p {
  text-align: center;
  line-height: 1.4;
}

.post-detail p {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .post-detail p {
    font-size: 2.4rem;
  }
}

.post-detail p+p {
  margin-top: 1.8em;
}

/* tableは追加 */
.post-detail table,
th,
td {
  font-size: 1.7rem;
  padding: 0.5rem 1.0rem 0.7rem 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  border: 2px solid #333;
  border-collapse: collapse;
  margin-bottom: 8px;
  margin-top: 5px;
  margin-left: 1rem;
}


.post-detail th {
  background-color: #E5F9D4;
}

.post-detail table {
  width: 70%;
}

@media screen and (max-width: 767px) {

  .post-detail table,
  th,
  td {
    font-size: 2.4rem;
  }

  .post-detail table {
    width: 100%;
  }

}


/* li、ul は追加 */


.post-detail ul {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  margin-top: 15px;

}

.post-detail li {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.04em;
  list-style-type: disc;
  list-style-position: inside;

}

@media screen and (max-width: 767px) {
  .post-detail li {
    font-size: 2.4rem;
  }
}


.highlight {
  background-color: #ffff008f;
  /* 蛍光黄色 */
  color: black;
  /* 文字色を黒に設定 */
  padding: 0.1em 0.2em;
  /* パディングでテキスト周りに余白を作る */
}




.post-detail h2 {
  font-size: 3rem;
  font-weight: bold;
  background-color: #e6f9d4;
  padding: 16px 16px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .post-detail h2 {
    font-size: 3rem;
    padding: 1em 1em;
    margin-bottom: 6vw;
    line-height: 1.3;
  }
}

.post-detail *+h2 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .post-detail *+h2 {
    margin-top: 6vw;
  }
}

.post-detail h3 {
  font-size: 2rem;
  font-weight: bold;
  padding: 0.5em 0.4em;
  margin-bottom: 10px;
}

.post-detail h3::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 2rem;
  background-color: #81BF00;
  position: relative;
  left: -8px;
  top: 0.2rem;
}

@media screen and (max-width: 767px) {
  .post-detail h3 {
    font-size: 2.7rem;
    padding: 1em 0em;
    margin-bottom: 6vw;
    margin-top: 6vw;
    line-height: 1.3;
  }
}

.post-detail *+h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.post-detail h4 {
  font-size: 1.7rem;
  font-weight: bold;
  background-color: #ffffff;
  padding: 0.5em 0em;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .post-detail h4 {
    font-size: 2.4rem;
    padding: 0.5em 0em;
    margin-bottom: 6vw;
    line-height: 1.3;
  }
}

.post-detail *+h4 {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .post-detail *+h4 {
    margin-top: 6vw;
  }
}

.post-detail .txt-box {
  padding: 0 100px;
  margin: 45px 0 0;
}

@media screen and (max-width: 767px) {
  .post-detail .txt-box {
    padding: 0 0;
    margin-top: 6vw;
  }
}

.post-detail .wp-caption {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .post-detail .wp-caption {
    width: 100% !important;
  }

  .post-detail .wp-caption img {
    width: 100%;
  }
}

.post-detail .wp-caption.alignright {
  margin: auto 0 2em 50px;
}

@media screen and (max-width: 767px) {
  .post-detail .wp-caption.alignright {
    margin: auto auto 2em;
  }
}

.post-detail .wp-caption.alignleft {
  margin: auto 50px 2em auto;
}

@media screen and (max-width: 767px) {
  .post-detail .wp-caption.alignleft {
    margin: auto auto 2em;
  }
}

.post-detail .wp-caption .wp-caption-text {
  margin-top: 1.8em;
  text-align: center;
  line-height: 1.4;
  padding: 0 1em;
}

.post-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .post-share {
    display: block;
  }
}

.post-share-item {
  font-size: 0;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .post-share-item {
    margin-right: 0;
    margin-bottom: 2.6vw;
  }
}

.post-share-item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .post-share-item:last-of-type {
    margin-bottom: 0;
  }
}

/*------------ btn --------------*/
.c-btn {
  width: 664px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
  }
}

.c-btn__link {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-btn__link {
    font-size: 3rem;
  }
}

.c-btn__link span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0.8em 2em 0.8em 2em;
}

.c-btn__link span::after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.c-btn.-green .c-btn__link {
  background-color: #da5086;
}

.c-btn.-green .c-btn__link span {
  background-color: transparent;
}

.c-btn.-green .c-btn__link span::after {
  background-image: url(../img/common/btn_arrow-pink.svg);
}

.c-btn.-orange .c-btn__link {
  background-color: #da5086;
}

.c-btn.-orange .c-btn__link span {
  background-color: transparent;
}

.c-btn.-orange .c-btn__link span::after {
  background-image: url(../img/common/btn_arrow-pink.svg);
}

.c-btn.-pink .c-btn__link {
  background-color: #da5086;
}

.c-btn.-pink .c-btn__link span {
  background-color: transparent;
}

.c-btn.-pink .c-btn__link span::after {
  background-image: url(../img/common/btn_arrow-pink.svg);
}

.c-btn.-round .c-btn__link {
  border-radius: 100vh;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .c-btn.-round .c-btn__link {
    padding: 1rem;
  }
}

.c-btn.-round .c-btn__link span {
  border-radius: 100vh;
}

.c-btn.-round .c-btn__link span::after {
  width: 0.8em;
  background-image: url(../img/common/btn_arrow.svg);
}

.c-btn.-kadomaru .c-btn__link {
  border-radius: 12px;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .c-btn.-kadomaru .c-btn__link {
    border-radius: 0.5rem;
    padding: 1rem;
  }
}

.c-btn.-kadomaru .c-btn__link span {
  border-radius: 7px;
}

@media screen and (max-width: 767px) {
  .c-btn.-kadomaru .c-btn__link span {
    border-radius: 0.2rem;
  }
}

.c-btn.-kadomaru .c-btn__link span::after {
  width: 0.8em;
  background-image: url(../img/common/btn_arrow.svg);
}

.c-btn.-round.-green .c-btn__link,
.c-btn.-kadomaru.-green .c-btn__link {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(154, 185, 56)), to(rgb(97, 136, 50)));
  background: -webkit-linear-gradient(top, rgb(154, 185, 56) 0%, rgb(97, 136, 50) 100%);
  background: linear-gradient(to bottom, rgb(154, 185, 56) 0%, rgb(97, 136, 50) 100%);
}

.c-btn.-round.-green .c-btn__link span,
.c-btn.-kadomaru.-green .c-btn__link span {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(126, 156, 62)), color-stop(50%, rgb(112, 148, 57)), to(rgb(126, 156, 62)));
  background: -webkit-linear-gradient(top, rgb(126, 156, 62) 0%, rgb(112, 148, 57) 50%, rgb(126, 156, 62) 100%);
  background: linear-gradient(to bottom, rgb(126, 156, 62) 0%, rgb(112, 148, 57) 50%, rgb(126, 156, 62) 100%);
}

.c-btn.-round.-orange .c-btn__link,
.c-btn.-kadomaru.-orange .c-btn__link {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(228, 170, 3)), to(rgb(172, 117, 0)));
  background: -webkit-linear-gradient(top, rgb(228, 170, 3) 0%, rgb(172, 117, 0) 100%);
  background: linear-gradient(to bottom, rgb(228, 170, 3) 0%, rgb(172, 117, 0) 100%);
}

.c-btn.-round.-orange .c-btn__link span,
.c-btn.-kadomaru.-orange .c-btn__link span {
  background: #DD960F;
}

.c-btn.-round.-pink .c-btn__link,
.c-btn.-round.-green .c-btn__link,
.c-btn.-round.-orange .c-btn__link {
  background: linear-gradient(to bottom, #de8ca3 0%, #c44979 100%);
}

.c-btn.-kadomaru.-pink .c-btn__link,
.c-btn.-kadomaru.-green .c-btn__link,
.c-btn.-kadomaru.-orange .c-btn__link {
  background: linear-gradient(to bottom, #cd4b7f 0%, #a74871 100%);
}

.c-btn.-round.-pink .c-btn__link span,
.c-btn.-kadomaru.-pink .c-btn__link span,
.c-btn.-round.-green .c-btn__link span,
.c-btn.-kadomaru.-green .c-btn__link span,
.c-btn.-round.-orange .c-btn__link span,
.c-btn.-kadomaru.-orange .c-btn__link span {
  background: #da5086;
}

.floating {
  position: fixed;
  right: 1rem;
  bottom: calc(6% + 5em);
  z-index: 100;
}

.floating-container {
  width: 31.4rem;
}

@media print,
screen and (min-width: 768px) {
  .floating-container {
    max-width: 20vw;
  }
}

.floating-item {
  width: 100%;
  margin-top: 3rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .floating-item {
    margin-top: 2rem;
  }
}

.floating-item:first-of-type {
  margin-top: 0;
}

.floating-item__link {
  display: block;
}

.floating-item__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
  cursor: pointer;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

@media print,
screen and (min-width: 768px) {
  .floating-item__close:hover {
    opacity: 0.7;
  }
}

.floating-item img {
  width: 100%;
}

.btn_green {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 10px 5px 11px 5px;
  border-radius: 60px;
  background: #7cb629;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn_green:hover {
  opacity: 0.7;
}

.btn_pink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 10px 5px 11px 5px;
  border-radius: 60px;
  background: #da4f86;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn_pink:hover {
  opacity: 0.7;
}

/* 2024-07-17 Added by CSS  */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  body {
    min-width: 100% !important;
  }

  .inner {
    width: calc(100% - 80px);
    max-width: 1000px;
  }

  .breadcrumb-wrapper {
    width: 100%;
  }

  .breadcrumb {
    width: 100%;
  }

  .bg_fixed {
    min-width: 100%;
  }

  #news #main_visual.mv_small {
    height: auto;
  }

  #news #main_visual.mv_small .content__title {
    font-size: 2.8rem;
    left: 40px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  #header #header_bg .header_inner {
    flex-direction: column;
  }

  .inner {
    width: calc(100% - 40px);
    max-width: 991px;
    align-items: flex-start;
  }

  body {
    min-width: 100% !important;
  }

  main {
    padding-top: 145px;
  }

  .footer_link_area {
    flex-direction: column;
    row-gap: 10px;
  }

  .breadcrumb-wrapper {
    width: 100%;
  }

  .breadcrumb {
    width: 100%;
  }

  .bg_fixed {
    min-width: 100%;
  }

  #news #main_visual.mv_small {
    height: auto;
  }

  #news #main_visual.mv_small .content__title {
    font-size: 2.0rem;
    left: 40px;
  }
}