@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  transition: all 0.5s ease 0s;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
video {
  vertical-align: bottom;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
/* clearfix
--------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  outline: none; /*-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;*/
  -webkit-appearance: none;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  min-height: 0;
  min-width: 0;
}
/*body {
 opacity: 0;
 transition: opacity 0.5s ease 0.5s;
}
body.onload {
 opacity: 1;
}*/
/* text
--------------------- */
.head-ttl {
  text-align: center;
}
.head-ttl span:first-child {
  position: relative;
  font-family: "Lato";
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.06em;
}
.head-ttl span:last-child {
  position: relative;
  display: block;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.4;
}
.head-ttl span.c-gra-blue {
  background: -webkit-linear-gradient(315deg, #4783d7, #00348b) !important;
  background: linear-gradient(135deg, #4783d7, #00348b) !important;
  background-clip: border-box !important;
  color: #00348b !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.texteffect {
  background: -webkit-linear-gradient(315deg, #4783d7, #00348b);
  background: linear-gradient(135deg, #4783d7, #00348b);
  background-clip: border-box;
  color: #00348b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.en {
  position: relative;
  font-family: "Roboto";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
.jp {
  position: relative;
  display: block;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .head-ttl span:first-child {
    font-size: 1.4rem;
  }
  .head-ttl span:last-child {
    font-size: 1.8rem;
  }
}
html {
  font-size: 62.5%;
}
body {
  color: #000;
  background: #fff;
  font-family: "Poppins", "YakuHanJP", Noto Sans JP, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  scrolling: yes;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
ul {
  list-style-type: none;
}
button,
select {
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
.slick-list {
  _zoom: 1;
  overflow: hidden;
}
/* link
--------------------- */
a {
  color: #000;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
  text-decoration: none !important;
}
@media screen and (max-width: 989px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}
/*-------------------------------------------------
	 common list
-------------------------------------------------*/
.l-normal li {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1.4;
}
.l-normal li:nth-child(n + 2) {
  margin-top: 3px;
}
.l-normal.l-space-long li:nth-child(n + 2) {
  margin-top: 10px;
}
ol.l-counter-normal,
ol.l-counter-circle {
  counter-reset: l-counter;
}
ol.l-counter-circle ul li:before {
  content: none;
}
ol.l-counter-normal li,
ol.l-counter-circle li {
  position: relative;
  margin-top: 3px;
}
ol.l-counter-normal li {
  padding-left: 25px;
}
ol.l-counter-circle li {
  padding-left: 22px;
}
ol.l-counter-circle ul li {
  padding-left: 0;
}
ol.l-counter-normal li:before {
  content: counter(l-counter) ".";
  counter-increment: l-counter;
  display: block;
  float: left;
  margin-left: -20px;
  text-align: left;
}
ol.l-counter-circle li:before {
  content: counter(l-counter);
  counter-increment: l-counter;
  position: relative;
  top: 5px;
  border: 1px solid #001345;
  display: block;
  float: left;
  line-height: 14px;
  margin-left: -22px;
  text-align: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  font-size: 1.1rem;
}
ol.l-counter-circle.l-reset {
  counter-reset: l-counter 3;
}
ol.l-counter-circle.column li:before {
  margin-left: 0;
}
ol.l-counter-circle.column li p {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  ol.l-counter-circle.column li {
    padding-left: 0;
  }
}
.l-square {
  margin-left: 1.5em;
}
.l-square li {
  position: relative;
  margin-bottom: 0.5em;
}
.l-square li:last-child {
  margin-bottom: 0;
}
.l-square li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -16px;
  bottom: auto;
  right: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 19, 69, 1);
}
.l-square li.l-square-law::before {
  background-color: rgba(25, 156, 200, 1);
}
.l-square li.l-square-bme::before {
  background-color: rgba(76, 175, 147, 1);
}
.l-square li.l-square-csp::before {
  background-color: rgba(240, 133, 39, 1);
}
.l-square li.l-square-com::before {
  background-color: rgba(204, 204, 204, 1);
}
ul.l-normal {
  margin: 10px 0 0 1em;
  display: block;
}
ul.l-normal li {
  list-style-type: none;
  text-indent: -1em;
  margin: 0;
  padding: 0;
}
.note {
  font-size: 1.2rem !important;
}
/*---------------------------
	 button
---------------------------*/
/*---------------------------
	 header
---------------------------*/
.header * {
  transition: padding 0.2s ease-out;
}
body {
  background-image: url("../img/common/icn-ball.svg");
  background-repeat: no-repeat;
  background-size: 1700px 1700px;
  background-position: -50px -100px;
}
.content {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.header {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  z-index: 1000;
}
.header .inner {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 100px;
}
@media screen and (max-width: 1120px) {
  .header .inner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header .inner {
    padding-top: 50px;
  }
}
.sitename {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.sitelogo {
  padding: 40px 50px;
}
@media screen and (max-width: 1120px) {
  .sitelogo {
    padding: 20px 25px;
  }
}
.sitelogo img {
  width: 150px;
  height: auto;
}
.sitelogo-t2 img {
  width: 189px;
  height: 24px;
}
.sitename p.sitecopy {
  padding-left: 25px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1201px) {
  .sitename {
    background-color: #fff;
  }
}
@media screen and (max-width: 1150px) {
  .sitename p.sitecopy {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sitename {
    margin-right: auto;
  }
  .sitelogo-t2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header,
  .header .inner {
    height: 50px;
  }
  .sitename {
    top: 13px;
    left: 13px;
  }
  .sitelogo {
    padding: 15px;
    display: none;
  }
  .sitelogo img {
    width: 90px;
  }
}
.header .cmenu {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .header .cmenu {
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header .cmenu {
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 2;
    margin-top: 50px;
  }
}
.header .cmenu li {
  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;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1121px) {
  .header .cmenu li {
    height: 100px;
  }
  .header .cmenu li:nth-child(-n + 3) {
    width: 100px;
  }
}
.is-scrolled .header {
  top: -100px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.side-menu {
  position: fixed;
  right: -200px;
  top: 114px;
  z-index: 10;
  opacity: 0;
}
.is-scrolled .side-menu {
  opacity: 1;
}
.is-scrolled .side-menu li {
  transform: translateX(-80px);
  transition: all 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.side-menu li {
  transform: translateX(0);
}
.side-menu li:hover {
  transform: translateX(-200px);
}
.side-menu li:nth-child(1) {
  transition-delay: 0.25s;
}
.side-menu li:nth-child(2) {
  transition-delay: 0.3s;
}
.side-menu li:nth-child(3) {
  transition-delay: 0.35s;
}
.side-menu li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 80px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
/*.side-menu li:nth-child(1){
	display: none;
}*/
.side-menu li:nth-child(1) a {
  background-color: #4c7db9;
}
.side-menu li:nth-child(2) a {
  background-color: #cd4d68;
}
.side-menu li:nth-child(3) a {
  background-color: #333;
}
.side-menu li a img {
  width: 24px;
  height: 24px;
}
.side-menu li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-menu li a dt {
  width: 80px;
  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;
}
.side-menu li a dd {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .side-menu {
    display: none;
  }
}
.header .cmenu li:hover::before,
.gnav-cmenu li a:hover {
  opacity: 0.7;
}
.header .cmenu li:nth-child(1) a,
.header .cmenu li:nth-child(2) a,
.header .cmenu li:nth-child(3) a,
.sp-cmenu li:nth-child(1) a,
.sp-cmenu li:nth-child(2) a,
.sp-cmenu li:nth-child(3) a,
.sp-cmenu li:nth-child(4) a,
.gnav-cmenu li:nth-child(1) a,
.gnav-cmenu li:nth-child(2) a {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  /*color: #fff;*/
  text-align: center;
}
.sp-cmenu li:nth-child(3) a::before {
  background-image: url(../img/common/icon/school-white.svg);
}
.sp-cmenu li:nth-child(4) {
  background-color: #00348b;
  background-image: url(../img/common/icon/tel-w.svg);
  background-position: 50% 50%;
  background-size: 20px 20px;
}
.sp-cmenu li:nth-child(4):hover {
  cursor: pointer;
}
.header .cmenu li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 500;
  color: #fff;
  font-size: 1.1rem;
  overflow: hidden;
  z-index: 1;
}
.header .cmenu li a img,
.header .cmenu li a span {
  position: relative;
}
.header .cmenu li a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  width: 100%;
  height: 100%;
  background-color: #207b50;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
@media print, screen and (min-width: 1025px) {
  .header .cmenu li a:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header .cmenu li:nth-child(1) a::before {
    background-color: #406ba2;
  }
  .header .cmenu li:nth-child(2) a::before {
    background-color: #c83754;
  }
  .header .cmenu li:nth-child(3) a::before {
    background-color: #222;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .cmenu li:nth-child(4) strong a {
    font-size: 1.8rem !important;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .header .cmenu li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .header .cmenu li {
    height: 80px;
  }
  .header .cmenu li:nth-child(-n + 3) {
    width: 80px;
  }
  .header .cmenu > li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .header .cmenu li {
    height: 50px;
  }
  .header .cmenu li:nth-child(-n + 3) {
    flex: 1;
  }
  .header .cmenu li:last-child {
    width: 50px;
  }
}
/*.header .cmenu > li:nth-child(1){
	display: none;
}*/
.header .cmenu > li:nth-child(1) a {
  background-color: #4c7db9;
}
.header .cmenu > li:nth-child(2) a {
  background-color: #cd4d68;
}
.header .cmenu > li:nth-child(3) a {
  background-color: #383b3b;
}
.header .cmenu > li:nth-child(4) {
  background-color: #383b3b;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header .cmenu > li a img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .header .cmenu > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .cmenu > li a img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}
.header .cmenu > li:nth-child(2) li {
  height: 40px;
}
.header .cmenu > li:nth-child(2) li a {
  height: 40px;
}
.tel {
  line-height: 1;
  text-align: center;
}
.tel strong {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.tel strong::before {
  content: "";
  margin-right: 5px;
  background-image: url(../img/common/icn-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.sp-call .tel strong::before {
  background-image: url(../img/common/icn-tel.svg);
}
.tel p {
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1;
}
.tel img {
  vertical-align: middle;
}
.cmenu .tel {
  padding: 10px 15px;
}
.tel strong {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .cmenu .tel {
    padding: 5px 10px;
  }
  .cmenu .tel strong {
    font-size: 1.8rem;
  }
  .cmenu .tel p {
    margin-top: 3px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cmenu .tel strong span,
  .cmenu .tel p {
    display: none;
  }
}
.sp-call {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 15px;
  /*background-color: rgba(0, 52, 139, 0.95);*/
  background-color: #383b3b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  z-index: -1;
  color: #fff;
}
.sp-call.act {
  z-index: 101;
  opacity: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sp-call.act {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-cmenu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    height: 50px;
    z-index: 2;
  }
  body.fixed .sp-cmenu {
    z-index: 1401;
    position: fixed;
    width: 100%;
    left: 0;
    top: 50px;
  }
  .sp-cmenu li {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .sp-cmenu li:nth-child(1),
  .sp-cmenu li:nth-child(2),
  .sp-cmenu li:nth-child(3) {
    flex: 1;
  }
  .sp-cmenu li:nth-child(4) {
    width: 50px;
  }
  .sp-cmenu li:nth-child(1) a,
  .sp-cmenu li:nth-child(2) a,
  .sp-cmenu li:nth-child(3) a,
  .sp-cmenu li:nth-child(4) a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
  }
  .sp-cmenu li:nth-child(1) a::before,
  .sp-cmenu li:nth-child(2) a::before,
  .sp-cmenu li:nth-child(3) a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: 15px 15px;
  }
  .sp-cmenu .tel strong::before {
    width: 19px;
    height: 13px;
  }
}
@media screen and (max-width: 360px) {
  .sp-cmenu li:nth-child(1) a::before,
  .sp-cmenu li:nth-child(2) a::before,
  .sp-cmenu li:nth-child(3) a::before {
    display: none;
  }
}
/* modal
--------------------- */
@media screen and (min-width: 1025px) {
  .openmodal {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .openmodal {
    height: 80px;
    width: 80px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1500;
    display: block;
    background-color: #207b50;
    overflow: hidden;
  }
  .openmodal::before,
  .openmodal::after {
    content: "";
    width: 26px;
    position: absolute;
    left: 27px;
    transition: 0.3s transform ease;
  }
  .openmodal::before {
    border-top: 3px solid #fff;
    top: 29px;
  }
  .openmodal::after {
    border-bottom: 3px solid #fff;
    bottom: 28px;
  }
  .openmodal span {
    position: absolute;
    width: 20px;
    border-top: 3px solid #fff;
    left: 27px;
    top: 39px;
    text-indent: -9999px;
    transition: 0.3s opacity ease;
  }
  .openmodal.on::before {
    transform: rotate(37deg);
    width: 30px;
    left: 25px;
    top: 37px;
  }
  .openmodal.on::after {
    transform: rotate(-37deg);
    width: 30px;
    left: 25px;
    bottom: 40px;
  }
  .openmodal.on span {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .openmodal {
    height: 50px;
    width: 50px;
  }
  .openmodal::before {
    content: "";
    width: 17px;
    border-top: 2px #fff solid;
    left: 17px;
    top: 17px;
  }
  .openmodal::after {
    content: "";
    width: 17px;
    border-bottom: 2px #fff solid;
    left: 17px;
    bottom: 17px;
  }
  .openmodal span {
    width: 12px;
    border-top: 2px #fff solid;
    left: 17px;
    top: 24px;
  }
  .openmodal.on::before {
    width: 21px;
    left: 15px;
    top: 24px;
  }
  .openmodal.on::after {
    width: 21px;
    left: 15px;
    bottom: 24px;
  }
}
/* common menu
--------------------- */
#commonMenuWrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50px;
  z-index: 1400;
  /*background: rgba(255, 255, 255, 0.95);*/
  background-color: #207b50;
  display: none;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
@media screen and (min-width: 768px), print {
  #commonMenuWrap {
    top: 0;
  }
}
#commonMenuWrap div.langSelectBlock {
  position: absolute;
  right: 140px;
  top: 0;
  z-index: 1000;
}
#commonMenuWrap div.inner {
  position: relative;
  width: 85%;
  height: 80%;
  top: 80px;
  left: 7.5%;
}
#commonMenuWrap div.inner::after {
  content: "";
  clear: both;
}
@media screen and (max-width: 1120px) {
  #commonMenuWrap div.inner {
    width: 90%;
    left: 5%;
  }
}
.menu-list {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-list a {
  display: block;
  padding: 15px 0 15px 10px;
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
}
.menu-link {
  color: #fff;
}
.menu-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-list li:first-of-type {
  border-top: none;
}
.toggle {
  position: relative;
}
.toggle > a {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  z-index: 4;
}
.menu-submenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-submenu li {
  float: left;
  width: 50%;
}
.menu-submenu li:nth-child(-n + 2) {
  border-top: none;
}
.menu-submenu li:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-submenu li.border-btm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-submenu a {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}
.accordion-toggle,
.accordion-content {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  letter-spacing: 1px;
}
.accordion-content {
  display: none;
}
.icon-plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 3;
}
.icon-plus::before,
.icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 8px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  transform-origin: 50% 50%;
  transition: all 0.3s ease-out;
}
.icon-plus::before {
  transform: rotate(-90deg);
  opacity: 1;
  z-index: 2;
}
.icon-plus.active-tab {
  transition: all 0.3s ease;
}
.icon-plus.active-tab::before {
  transform: rotate(0deg);
  background: #fff !important;
}
.icon-plus.active-tab::after {
  transform: rotate(180deg);
  background: #fff !important;
  opacity: 0;
}
.menu-list li {
  position: relative;
}
.menu-list li::after {
  position: absolute;
  content: "";
  vertical-align: middle;
}
.menu-list li::after {
  top: 17px;
  right: 10px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
.menu-list .toggle::after {
  right: 50px;
}
.nav1 a.menu-link::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/icon/course-white.svg);
  background-size: 13px 13px;
  vertical-align: middle;
}
.nav2 a.menu-link::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/icon/school-white.svg);
  background-size: 13px 13px;
  vertical-align: middle;
}
.nav3 a.menu-link::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/icon/feature-white.svg);
  background-size: 13px 13px;
  vertical-align: middle;
}
.nav-flow a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/icon/flow-white.svg);
  background-size: 13px 13px;
  vertical-align: middle;
}
.nav-news a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/icon/news-white.svg);
  background-size: 13px 13px;
  vertical-align: middle;
}
.nav-performance a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/icon/performance-white.svg);
  background-size: 13px 13px;
  vertical-align: middle;
}
.nav-exam a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/icon/exam-white.svg);
  background-size: 13px 13px;
  vertical-align: middle;
}
.nav-interview a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/icon/interview-white.svg);
  background-size: 13px 13px;
  vertical-align: middle;
}
.nav-safety a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/icon/safety-white.svg);
  background-size: 13px 13px;
  vertical-align: middle;
}
.nav-voice a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/icon/voice-white.svg);
  background-size: 13px 13px;
  vertical-align: middle;
}
.nav-faq a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/icon/faq-white.svg);
  background-size: 13px 13px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #commonMenuWrap {
    overflow-y: auto;
  }
  #commonMenuWrap div.inner {
    position: relative;
    width: auto;
    height: auto;
    top: 20px;
    left: 0;
    padding: 0 20px 50px;
  }
}
/*---------------------------
	 global navigation
---------------------------*/
.gnav {
  /*position: fixed;
 top: 100px;
 left: 0;*/
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  /*height: 86px;*/
  /*background: rgba(255, 255, 255, 0.5);*/
  /*background-color: #f8fafa;*/
  /*background-color:#fff;*/
  /*border-top:1px solid #f7f7f7;
 border-bottom:1px solid #f7f7f7;*/
  /*border-top: 1px solid #f7f7f7;
 border-bottom: 1px solid #f7f7f7;*/
  transition: background 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*transform: translateY(-100px);*/
  opacity: 1;
  z-index: 101;
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);*/
}
/*.gnav.fixed {
 transform: translateY(0);
 background: #fff;
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
}*/
.gnav-mainnenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
*/
}
/*@media all and (max-width: 1200px) {
	
	.gnav-mainnenu {
		width: 100%;
-ms-flex-pack: distribute;
justify-content: space-around;
}
}*/
@media all and (max-width: 1024px) {
  .gnav-mainnenu {
    display: none;
  }
}
/*.gnav:not(.fixed) .gnav-mainnenu > li {
 border-left: 1px solid rgba(255,255,255,.3);
}

.gnav:not(.fixed) .gnav-mainnenu > li:last-child {
 border-right: 1px solid rgba(255,255,255,.3);
}
*/
/*.gnav-mainnenu > li{
	border-left:1px solid #f7f7f7;
}*/
.gnav-mainnenu > li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 35px 25px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  position: relative;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}
@media screen and (max-width: 1120px) {
  .gnav-mainnenu > li > a {
    padding: 30px 20px;
    font-size: 1.4rem;
  }
}
.gnav-mainnenu > li > a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #26925f;
  opacity: 0;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}
.gnav-mainnenu > li > a:hover::before {
  bottom: 0;
  opacity: 1;
}
.gnav-mainnenu > li > a:hover {
  color: #26925f;
}
@media screen and (max-width: 1200px) {
  .gnav > .gnav-mainnenu {
    width: 100%;
  }
  .gnav > .gnav-mainnenu > li > a {
    padding: 35px 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .gnav-mainnenu {
    display: none;
  }
}
.gnav > .gnav-mainnenu > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  /*background-color: rgba(255,255,255,.2);*/
  background-color: #358c58;
  transition: 0.3s cubic-bezier(0.32, 0.95, 0.6, 1) 0.17s;
  z-index: -1;
}
.gnav > .gnav-mainnenu > li > a:hover::before {
  height: 100%;
}
.gnav.fixed > .gnav-mainnenu > li > a {
  font-size: 1.5rem;
  color: #1a1e24;
}
@media screen and (max-width: 1130px) {
  .gnav.fixed > .gnav-mainnenu > li > a {
    padding: 15px 10px;
  }
}
.main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.megamenu-course .main-wrapper {
  max-width: 900px;
}
.gnav-wrapper {
  position: relative;
}
/*.gnav > li {
 text-align: center;
 transition: all .3s ease-in-out;
}
.gnav li a:hover {
 color: #00348B;
}*/
.gnav li a {
  position: relative;
}
.gnav > .gnav-mainnenu > li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 30px 0;
}
.megamenu {
  background: -webkit-linear-gradient(315deg, rgba(0, 52, 139, 0.9), rgba(71, 131, 215, 0.9));
  background: linear-gradient(135deg, rgba(0, 52, 139, 0.9), rgba(71, 131, 215, 0.9));
  background-clip: border-box;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 86px;
  left: 0;
  transition: all 0.2s ease-in;
  z-index: 999;
}
.megamenu-inner {
  display: flex;
  flex-wrap: wrap;
}
.megamenu-inner li {
  padding: 0 10px;
}
.megamenu-course .megamenu-inner li {
  width: calc((100% / 3));
}
.megamenu-school .megamenu-inner li {
  width: calc((100% / 7));
}
.megamenu-feature .megamenu-inner li {
  width: calc((100% / 3));
}
.megamenu-course .megamenu-inner li a dl,
.megamenu-feature .megamenu-inner li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}
.megamenu-course .megamenu-inner li a dt,
.megamenu-feature .megamenu-inner li a dt {
  width: 80px;
}
.megamenu-inner li a dd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
  position: relative;
  text-align: left;
}
.megamenu-school .megamenu-inner li a::after,
.megamenu-inner li a dd::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  right: 1vw;
  width: 6px;
  width: 0.4285714286vw;
  height: 6px;
  height: 0.4285714286vw;
  border-bottom: 1px solid #00348b;
  border-right: 1px solid #00348b;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.megamenu-course .megamenu-inner li a dd {
  padding-left: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.megamenu-feature .megamenu-inner li a dd {
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.megamenu-feature .megamenu-inner li a dd .megamenu-feature-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.megamenu-feature .megamenu-inner li a dd .megamenu-feature-inner div:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 50px;
  border-right: 1px solid #00348b;
  color: #00348b;
  text-align: center;
}
.megamenu-feature .megamenu-inner li a dd .megamenu-feature-inner div:first-child p {
  text-align: center;
}
.megamenu-feature .megamenu-inner li a dd .megamenu-feature-inner div:first-child span {
  display: block;
  font-size: 1rem;
  line-height: 1;
}
.megamenu-feature .megamenu-inner li a dd .megamenu-feature-inner div:first-child strong {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
.megamenu-feature .megamenu-inner li a dd .megamenu-feature-inner div:last-child {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0 25px 0 10px;
  color: #222;
}
.megamenu-school li a {
  display: block;
  padding: 25px 15px;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.megamenu-feature li {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}
.megamenu-feature li:nth-child(n + 4) {
  margin-top: 20px;
}
.megamenu-inner-text img {
  margin: 0 5px 0 0;
}
@media screen and (max-width: 1100px) {
  .megamenu-feature .megamenu-inner li {
    width: calc((100% / 2));
  }
  .megamenu-feature li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
/*---------------------------
	 page - home
---------------------------*/
/*
　news
---------------------------*/
.home-news {
  position: relative;
  background-color: #f3f3f3;
}
.home-news .head-ttl {
  text-align: left;
}
.home-news .btn {
  justify-content: flex-start;
}
.home-news .btn a {
  padding: 10px 20px;
  font-size: 1.4rem;
}
.new-list a {
  display: block;
  font-weight: 500;
}
.home-news .new-list a:nth-child(n + 2) {
  margin-top: 5px;
}
.new-list a dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.new-list a dt {
  flex: 0 0 60px;
}
.new-list a dt img {
  width: 60px;
  height: 60px;
}
.new-list a dd {
  margin-left: 15px;
}
.new-list a dd .date {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
}
.new-list a dd .new::after {
  content: "NEW";
  margin-left: 5px;
  padding: 1px 5px;
  background-color: rgba(235, 80, 60, 1);
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  color: #fff;
}
.new-list article a .post-ttl {
  font-size: 15px;
  text-decoration: underline;
}
@media screen and (min-width: 1000px), print {
  .home-news .head-ttl span:first-child,
  .home-news .head-ttl span {
    color: #fff;
  }
  .home-news .home-news-line {
    height: 100%;
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 1;
    transform: skewX(-12deg);
    transform-origin: left top;
    pointer-events: none;
  }
  .home-news .home-news-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(((100vw - 1000px) / 2) + 282px + 30px);
    height: 100%;
    background-color: #00348b;
    z-index: 1;
    pointer-events: none;
  }
  .home-news .btn a {
    background: linear-gradient(23deg, #f3f3f3 51%, #4783d7 100%);
    color: #00348b;
  }
  .home-news .btn span::after {
    border-top: 1px solid #00348b;
    border-right: 1px solid #00348b;
  }
  .home-news > .cols .new-list {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .new-list a dl {
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 200ms ease;
  }
  .new-list a:hover dl {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    text-decoration: none;
  }
  .new-list a dd {
    padding-bottom: 10px;
  }
  .new-list a dd p {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1;
  }
}
.box {
  margin: 0 auto;
}
@media screen and (min-width: 1025px), print {
  .box {
    width: calc(100% - 200px);
    max-width: 1200px;
  }
  .box.box-s {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .box {
    width: calc(100% - 50px);
  }
}
.fix {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.wrp {
}
.wrp.bgc-gray .box {
  padding: 80px 0;
}
.sec {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 80px;
  border-top: solid 1px #ddd;
}
.sec2 {
  margin-bottom: 80px;
  padding-top: 80px;
}
/*-------------------------------------------------
	 page title
-------------------------------------------------*/
.page-ttl {
  position: relative;
  background: url(../img/common/contact-bg.jpg) no-repeat center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
.page-ttl .l_shape {
  width: calc(549 / 2880 * 100vw);
  height: calc(1053 / 2880 * 100vw);
  max-width: calc(549px / 2);
  max-height: calc(1053px / 2);
  line-height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.page-ttl .page-ttl-inner {
  position: relative;
  background-color: rgba(34, 24, 21, 0.7);
  overflow: hidden;
}
.page-ttl .page-ttl-inner .in {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  z-index: 2;
}
.page-ttl h2 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-ttl .page-ttl-inner .in {
    padding: 75px 50px;
  }
  .page-ttl h2 {
    font-size: 3.4rem;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) {
  .page-ttl .page-ttl-inner .in {
    padding: 35px 15px;
  }
  .page-ttl h2 {
    font-size: 2rem;
  }
}
/*-------------------------------------------------
	 breadcrumb
-------------------------------------------------*/
.breadcrumb {
  position: relative;
  margin: 25px auto;
  /*padding: 20px 0 35px;*/
}
.breadcrumb > li {
  display: inline-block;
  font-size: 0.7em;
}
.breadcrumb > li a {
  color: #1a1e24;
  text-decoration: none;
}
.breadcrumb > li a:hover {
  color: #999;
}
.breadcrumb > li + li:before {
  padding: 0 10px;
  color: #ccc;
  content: "/";
}
.breadcrumb > .active {
  color: #999;
}
@media screen and (min-width: 40.063em) {
  .breadcrumb {
    text-align: right;
  }
}
/*---------------------------------------------------
	/news/
---------------------------------------------------*/
.page-news-top {
  max-width: 980px;
  margin: 0 auto;
}
.page-news-top .new-list a {
  border-bottom: 1px dashed #ddd;
}
.page-news-top .new-list a dl {
  padding: 15px;
  border-radius: 0;
}
.page-news-top .new-list a dd .date {
  position: relative;
  top: -1px;
}
.page-news-top .new-list a dd .new::after {
  padding: 3px 5px;
}
.page-news-top .new-list a dd em {
  margin-left: 5px;
  padding: 2px 5px;
  background-color: #00348b;
  border-radius: 5px;
  font-size: 1rem;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .page-news-top .new-list a:hover dl {
    background-color: #f2f6f9;
  }
  .page-news-top .new-list a dd p {
    margin-top: 5px;
  }
}
.pagectrl {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
}
.pagectrl ul {
  position: relative;
  left: 50%;
  float: left;
}
.pagectrl ul li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  padding-right: 7px;
  padding-left: 7px;
  border: 1px solid #ddd;
  margin: 5px;
}
.pagectrl li.current {
  background-color: #00348b;
  color: #fff;
}
/*---------------------------------------------------
	/news/dtail
---------------------------------------------------*/
.page-news-dtl {
  max-width: 825px;
  margin: 0 auto;
}
.page-news-dtl .news-ttl {
  border-bottom: 2px solid #ddd;
}
.page-news-dtl .news-ttl p,
.page-news-dtl .news-ttl h2 {
  font-weight: 700;
}
.page-news-dtl .news-ttl p {
  font-family: "Roboto", sans-serif;
}
.page-news-dtl .news-ttl h2 {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-news-dtl .news-ttl {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .page-news-dtl .news-ttl h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-news-dtl .news-ttl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .page-news-dtl .news-ttl h2 {
    font-size: 1.5rem;
  }
}
.news-prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-prev-next li {
  width: 50%;
}
.news-prev-next li:nth-child(1) .btn {
  justify-content: flex-start;
}
.news-prev-next li:nth-child(2).btn {
  justify-content: flex-end;
}
#cat {
  background-color: #0a3d8e;
  color: #fff;
  font-size: 10px;
  width: 100px;
  text-align: center;
  float: right;
  height: 20px;
  margin-bottom: 10px;
  margin-top: -10px;
}
#box_pic img {
  max-width: 100% !important;
}
@media screen and (min-width: 768px) {
  #pattern1 #box_pic {
    float: left;
    width: 47.5%;
  }
  #pattern1 #text {
    float: right;
    width: 47.5%;
  }
  #pattern2 #box_pic {
    float: right;
    width: 47.5%;
  }
  #pattern2 #text {
    float: left;
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  #pattern1 #text,
  #pattern2 #box_pic {
    margin-top: 25px;
  }
}
#pattern3 #box_pic li,
#pattern4 #box_pic li {
  float: left;
  width: 48%;
}
#pattern3 #box_pic li:nth-child(even),
#pattern4 #box_pic li:nth-child(even) {
  margin-left: 4%;
}
#pattern3 #text {
  clear: both;
}
#pattern4 #text {
  padding-bottom: 20px;
}
#pattern5 #box_pic {
  max-width: 1040px;
  text-align: center;
}
#pattern5 #text {
  max-width: 1040px;
}
#pattern6 #box_pic {
  max-width: 1040px;
  text-align: center;
}
#pattern6 #text {
  padding-bottom: 20px;
}
#pattern1,
#pattern2,
#pattern3,
#pattern4,
#pattern5,
#pattern6 {
  clear: both;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
#pattern1 #text,
#pattern2 #text,
#pattern3 #text,
#pattern4 #text,
#pattern5 #text,
#pattern6 #text {
  word-wrap: break-word;
}
#box_pic li {
  list-style: none;
  padding-bottom: 20px;
}
#box_pdf ul li {
  border-radius: 5px;
  margin: 20px 20px 0 0;
  float: left;
  background: linear-gradient(23deg, #f83600 51%, #f88511 100%);
  background-position: top right;
  background-size: 100% 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#box_pdf ul li a {
  position: relative;
  display: block;
  padding: 25px 40px 25px 50px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  background: url(/img/common/i_adobe.png) left top no-repeat;
  background-position: 10px 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#box_pdf ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-12.5%, 0) rotate(45deg);
  transform: translate(-12.5%, 0) rotate(45deg);
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#box_pdf ul li:hover {
  background-size: 180% 180%;
}
#box_pdf ul li a:hover::after {
  right: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wrp .ttl h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.mainv {
  position: relative;
  background-color: #f7f7f7;
}
.mainv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 100px);
  height: calc(100% + 50px);
  background-color: #26925f;
}
@media screen and (max-width: 767px) {
  .mainv {
    margin-top: 50px;
  }
  .mainv::before {
    height: calc(100% + 25px);
  }
}
.mainv::after {
  content: "";
  background-image: url("../img/top/slide-overlay.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mainv::after {
    width: 40%;
  }
}
.mainv .mainv-copy {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mainv .mainv-copy img {
  width: 650px;
  height: 82px;
}
@media screen and (max-width: 767px) {
  .mainv .mainv-copy {
    right: 5%;
  }
  .mainv .mainv-copy img {
    width: 200px;
    height: 106px;
  }
}
.mainv-inner {
  position: relative;
  /*height: 55vh;*/
}
/*@media screen and (max-width: 767px) {
  .mainv-inner {
    height: 45vh;
  }
}*/
.mainv-inner div {
  position: relative;
  background-repeat: no-repeat;
  /*background-size: cover;
 background-position: center;*/
  background-position: left top;
  height: 520px;
}
.mainv-inner div.img01 {
  background-image: url("../img/top/slide1.jpg");
}
.mainv-inner div.img02 {
  background-image: url("../img/top/slide2.jpg");
}
.mainv-inner div.img03 {
  background-image: url("../img/top/slide3.jpg");
}
.mainv-inner div.img04 {
  background-image: url("../img/top/slide4.jpg");
}
.mainv-inner div.img05 {
  background-image: url("../img/top/slide5.jpg");
}
.mainv-inner div.img06 {
  background-image: url("../img/top/slide7.jpg");
}
@media screen and (max-width: 1024px) {
  .mainv-inner div {
    background-position: left -200px top 0;
    height: 420px;
    background-size: cover;
  }
  .mainv-inner div.img04 {
    background-image: url("../img/top/slide4-sp.jpg");
    background-position: right top;
  }
}
@media screen and (max-width: 767px) {
  .mainv-inner div {
    height: 270px;
    /*background-size: cover;*/
  }
}
.top-pickup {
  max-width: 1200px;
  margin: 70px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-pickup {
    margin: 50px auto 0;
  }
}
.top-pickup h3 {
  position: relative;
  text-align: center;
}
.top-news {
  padding: 50px;
  background-color: #f7f7f7;
}
.top-news dl {
  margin-top: 25px;
}
.news-dtl {
  padding: 20px;
  margin: 0 auto;
  background-color: #f7f7f7;
}
.news dl {
  height: auto;
  overflow: inherit;
}
.news dt {
  position: relative;
  margin: 0;
  padding: 0 0 5px;
}
.news dt p {
  position: relative;
  line-height: 1.5;
}
.news dt p::after,
.news-dtl p.date span::after {
  content: "";
  width: 120px;
  padding: 3px 5px;
  font-family: "YakuHanJP", Noto Sans JP, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  list-style: 1;
}
.news-dtl p.date span::after {
  margin-left: 15px;
}
@media screen and (min-width: 1025px) {
  .news dt p::after {
    position: absolute;
    top: 0;
    right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 35px;
  }
  .news dt p::after {
    content: "";
    display: inline-block;
    margin-left: 15px;
  }
}
.news dt.cat1 p::after,
.news-dtl p.date span.cat1::after {
  content: "お知らせ";
  background-color: #26925f;
}
.news dt.cat2 p::after,
.news-dtl p.date span.cat2::after {
  content: "更新情報";
  background-color: #53c8ee;
}
.news dt.cat3 p::after,
.news-dtl p.date span.cat3::after {
  content: "イベント&キャンペーン";
  background-color: #ab4054;
}
.news dt.cat4 p::after,
.news-dtl p.date span.cat4::after {
  content: "大会案内 & 結果";
  background-color: #ab8640;
}
.news dd {
  padding: 0 0 15px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.news dt,
.news dd {
  text-align: left;
}
.news dt {
  border-top: 1px solid #d6d6d6;
  font-family: "Poppins", sans-serif;
}
.news dt:first-child {
  border-top: none;
}
.news dt:nth-child(n + 2) {
  padding-top: 15px;
}
.news dl a:link,
.news dl a:visited {
  text-decoration: none;
}
.news dl a:hover {
  text-decoration: underline;
}
.news a.new::before {
  content: "New! ";
  color: #b22;
}
@media screen and (min-width: 1025px) {
  .news-dtl {
    padding: 50px;
  }
  .top-news .btn {
    margin-top: 30px;
  }
  .news dt {
    clear: both;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    width: 17em;
  }
  .news dt,
  .news dd {
    padding: 20px 0 20px 0;
    border-top: 1px solid #d6d6d6;
  }
  .news dt:nth-child(1),
  .news dt:nth-child(1) + dd {
    border-top: none;
  }
  .news dt:last-of-type,
  .news dd:last-child {
    padding-bottom: 0;
  }
  .news dt:nth-child(n + 2) {
    padding-top: 20px;
  }
}
.news-dtl h2.news-ttl {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}
.news-dtl p.date {
  margin: 20px 0;
  text-align: right;
}
.news-dtl .btn-back {
  border-top: 1px solid #e3e3e3;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 25px;
  }
}
.top-content a {
  position: relative;
  display: block;
  padding-top: 205px;
  overflow: hidden;
}
.top-content a:first-child::before {
  background-image: url("../img/top/lesson2.jpg");
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.top-content a:last-child::before {
  background-image: url("../img/top/tournament2.jpg");
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.top-content a::before {
  content: "";
  width: 100%;
  height: 88%;
  z-index: 1;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}
.top-content a div {
  position: relative;
  width: 80%;
  background: #fff;
  margin: 0 auto;
  padding: 32px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 2;
}
.top-content a div::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #26925f;
  right: 12px;
  margin-right: -8px;
  z-index: 3;
}
.top-content em {
  color: #26925f;
}
.top-content h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.top-content p {
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .top-content a:hover::before {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95);
  }
}
@media screen and (min-width: 768px) {
  .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 70px auto 0;
  }
  .top-content a {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .top-content {
    margin-top: 35px;
  }
  .top-content a {
    padding-top: 120px;
  }
  .top-content a:last-child {
    margin-top: 35px;
  }
  .top-content a div {
    padding: 26px 10px;
  }
  .top-content h3 {
    font-size: 1.6rem;
  }
}
.footer {
  position: relative;
  width: calc(100% - 100px);
  margin-top: 70px;
  padding: 40px 0;
  background-color: #373c3a;
  color: #fff;
}
.footer .inner {
  padding: 50px;
}
.footer .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
}
.footer .sns-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .sns-list li:nth-child(n + 2) {
  margin-left: 40px;
}
.footer .sns-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
}
.footer .sns-list a img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.footer .sns-list li:first-child img {
  background-color: #3b5998;
}
.footer .sns-list li:last-child img {
  background-color: #e1306c;
}
@media screen and (max-width: 767px) {
  .footer .sns-list p {
    display: none;
  }
  .footer .sns-list a img {
    width: 30px;
    height: 30px;
  }
  .footer .footer-info p {
    font-size: 1.2rem;
  }
}
.pagetop {
  position: fixed;
  right: 0;
  font-weight: 700;
  transform: rotate(90deg);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  z-index: 1399;
}
.pagetop::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 1px;
  margin-left: 4px;
  border-top: 1px solid #373c3a;
  border-right: 1px solid #373c3a;
  transform: rotate(-135deg);
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 70px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 50px;
    padding-bottom: 32px;
  }
}
.footer a {
  color: #fff;
}
.footer .copyright {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}
.footer .copyright small {
  font-size: 1.1rem;
}
.footer .footer-info {
  padding: 0 0 40px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.12); */
}
@media screen and (min-width: 1025px) {
  .footer .footer-info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer-info dd {
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer-info li:nth-child(n + 2) {
    margin-left: 40px;
    padding-left: 40px;
  }
  .footer .footer-info li:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-info {
    padding: 25px 0;
  }
  .footer .footer-info li:nth-child(2) {
    margin-top: 20px;
  }
  .footer {
    width: calc(100% - 50px);
    margin-top: 35px;
  }
  .footer .sns-list {
    padding-bottom: 20px;
  }
  .footer .copyright {
    padding-top: 20px;
  }
  .footer .copyright small {
    font-size: 0.9rem;
  }
}
.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer .footer-info img {
  width: 240px;
  height: auto;
}
.footer .footer-nav ul {
  width: 20%;
}
.footer .footer-nav a {
  font-size: 1.2rem;
}
.footer .footer-nav p {
  margin-bottom: 10px;
}
.footer .footer-nav p a {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .footer .footer-nav {
    display: none;
  }
}
.pickup-link li:nth-child(n + 2) {
  margin-top: 25px;
}
.pickup-link a {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #38b48b;
  /*padding: 10px 30px 10px 20px;*/
  z-index: 1;
}
.top-info .more {
  line-height: 1;
}
.top-info .more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #26925f;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .top-info {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-info .top-news {
    flex: 1;
    margin-right: 5%;
  }
  .top-info .pickup-link {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .top-info,
  .top-info .pickup-link {
    margin-top: 35px;
  }
  .pickup-link li:nth-child(n + 2) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .top-campaign-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .top-campaign-box div {
    width: 48%;
  }
  .top-campaign-box a {
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  }
  .top-campaign-box a:hover {
    opacity: 0.7;
  }
}
.top-biima-sports {
  max-width: 1000px;
  margin: 0 auto;
}
.top-biima-sports dd strong {
  margin-top: 15px;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: center;
}
.top-biima-sports .c-button {
  max-width: 260px;
}
.top-biima-sports dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0f95d5;
  padding: 37px 15px;
}
.top-biima-sports ul {
  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;
}
.top-biima-sports li {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
}
.top-biima-sports li:first-child,
.top-biima-sports li:last-child {
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  color: #0f95d5;
}
.top-biima-sports li:nth-child(2) {
  padding: 0 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-biima-sports dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    lign-items: stretch;
  }
  .top-biima-sports dt,
  .top-biima-sports dd {
    width: 50%;
  }
}
@media screen and (min-width: 1090px) {
  .top-biima-sports dd strong br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top-biima-sports dt {
    background-image: url("../img/top/pickup-biima.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
@media screen and (max-width: 767px) {
  .top-biima-sports li {
    font-size: 1.5rem;
  }
  .top-biima-sports dd strong {
    font-size: 2rem;
  }
  .top-biima-sports dd {
    padding: 15px;
  }
}
.pickup-link a {
  background-color: #fff;
}
.pickup-link a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pickup-link a dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
}
.pickup-link a dd {
  flex: 1;
  position: relative;
  padding: 15px 30px 15px 15px;
}
.pickup-link a dd strong {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #26925f;
}
.pickup-link a dd p {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.35;
}
.pickup-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #26925f;
  right: 12px;
  margin-right: -8px;
  z-index: 3;
}
.top-staff {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .top-staff {
    margin-top: 35px;
  }
}
.top-staff ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-staff li a {
  position: relative;
  display: block;
  color: #fff;
}
.top-staff li a div {
  position: absolute;
  bottom: -4%;
  right: -6.22%;
  width: 68%;
  padding: 15px;
  background-color: #26925f;
  overflow: hidden;
}
.top-staff li a div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  width: 100%;
  height: 100%;
  background-color: #207b50;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
@media print, screen and (min-width: 1025px) {
  .top-staff li a:hover div::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.top-staff li a div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #fff;
  right: 12px;
  margin-right: -8px;
  z-index: 3;
}
.top-staff li a div span,
.top-staff li a div p {
  position: relative;
}
.top-staff li a div span {
  display: block;
  font-size: 1rem;
}
.top-staff li a figure {
  overflow: hidden;
}
.top-staff li a:hover figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top-recruit a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 50px 25px;
  color: #fff;
  line-height: 1.3;
  background-color: #383b3b;
}
.top-recruit a::after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  bottom: -20px;
  background-image: url("../img/common/arrow-right-white.svg");
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-recruit a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  width: 100%;
  height: 100%;
  background-color: #26925f;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
@media print, screen and (min-width: 1025px) {
  .top-recruit a:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.top-recruit a p {
  position: relative;
}
.top-recruit a strong {
  display: block;
  font-size: 3.4rem;
}
.top-recruit a p span {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .top-staff .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    lign-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-staff ul {
    width: 70%;
  }
  .top-recruit {
    width: 25%;
  }
  .top-staff li {
    width: 30%;
    margin-right: 5%;
  }
  .top-staff li:nth-child(3n) {
    margin-right: 0;
  }
  .top-staff li:nth-child(n + 4) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .top-staff li a div {
    width: 88%;
  }
  .top-staff li a div span {
    font-size: 0.9rem;
  }
  .top-recruit a p strong {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-staff li {
    width: 46%;
    margin-right: 8%;
  }
  .top-staff li:nth-child(even) {
    margin-right: 0;
  }
  .top-staff li:nth-child(n + 3) {
    margin-top: 8%;
  }
  .top-staff li a div {
    padding: 5px 5px 10px;
  }
  .top-staff li a div span {
    width: 78%;
  }
  .top-recruit {
    margin-top: 25px;
  }
  .top-recruit a {
    padding: 25px;
  }
  .top-recruit a p strong {
    font-size: 2.4rem;
  }
}
.c-button.-keypurple {
  background-color: #c84e96;
}
.c-button.-keypurple::before {
  background-color: #7f0073;
}
.c-button.-red {
  background-color: #ef4040;
}
.c-button.-red::before {
  background-color: #ec1c1c;
}
.c-button.-gray {
  background-color: #383b3b;
}
.c-button.-gray::before {
  background-color: #222;
}
.c-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #26925f;
  border: none;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  cursor: pointer;
}
.c-button:focus {
  outline: none;
}
.c-button::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  width: 100%;
  height: 100%;
  background-color: #08318d;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.c-button span {
  position: relative;
  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;
  z-index: 1;
}
.c-button span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #fff;
  z-index: 3;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
@media only screen and (max-width: 767px) {
  .c-circle-arrow {
    top: 0.15em;
    margin-left: 6px;
  }
}
.c-button.-bdgray {
  background-color: #fff;
  border: 2px solid #eee;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .c-button {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c-button .c-circle-arrow {
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
@media only screen and (max-width: 767px) {
  .c-button .c-circle-arrow {
    top: 0.15em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button .c-circle-arrow {
    top: 0.1em;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-button:hover {
    color: #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-button:hover:before,
  .c-button:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.c-button.-inverted {
  color: #496a0b;
}
@media only screen and (max-width: 767px) {
  .c-button.-inverted {
    background-color: #222222;
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button.-inverted {
    background-color: #fff;
  }
}
.c-button.-inverted:before {
  background-color: #496a0b;
}
@media print, screen and (min-width: 1025px) {
  .c-button.-inverted:hover {
    color: #fff;
  }
}
.p-home-visual .c-button.-inverted {
  -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
@media print, screen and (min-width: 768px) {
  .p-home-visual.-inverted .c-button.-inverted {
    background-color: #222;
    color: #fff;
  }
}
.c-button.-black {
  background-color: #222222;
}
.c-button.-gray_green {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-button.-gray_green {
    background-color: #222222;
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button.-gray_green {
    background-color: #222222;
  }
}
.c-button.-gray_green:before {
  background-color: #496a0b;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-button.-small {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button.-small span {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-button.-medium {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button.-medium {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-button.-large {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button.-large {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button.-w280 {
    width: 280px;
  }
  .c-button.-w260 {
    width: 260px;
  }
  .c-button.-w240 {
    width: 240px;
  }
  .c-button.-w220 {
    width: 220px;
  }
  .c-button.-w200 {
    width: 200px;
  }
  .c-button.-w180 {
    width: 180px;
  }
  .c-button.-w160 {
    width: 160px;
  }
  .c-button.-w140 {
    width: 140px;
  }
  .c-button.-w120 {
    width: 120px;
  }
  .c-button.-w100 {
    width: 100px;
  }
}
.c-button.-w160f {
  width: 160px;
}
.c-button.-w140f {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .c-button.-w160f {
    width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .c-button.-w160f {
    width: 90px;
  }
}
.c-button em {
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  .c-button.-center {
    margin-left: auto;
    margin-right: auto;
  }
}
.-disabled:disabled {
  background-color: #e6e6e6;
  color: #cccccc;
  pointer-events: none;
}
.c-button.-next {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width: 767px) {
  .c-button.-next {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button.-next {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-button.-next span {
  display: block;
  text-align: left;
  width: calc(100% - 110px);
  padding-left: 81px;
  padding-right: 30px;
}
.c-button.-next span::before {
  content: "NEXT";
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  top: -0.15em;
  line-height: 1;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #565656;
  height: 1em;
  display: inline-block;
  margin-left: -81px;
}
.c-button.-next span.-nonext {
  padding-left: 0;
  width: auto;
}
.c-button.-next span.-nonext::before {
  content: "";
  padding: 0;
  margin: 0;
  border: none;
}
.c-button.-next:hover span::before {
  content: "NEXT";
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  top: -0.15em;
  line-height: 1;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #888;
  height: 1em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .c-button.-next:hover span::before {
    border-right: solid 1px #565656;
  }
}
.c-button.-next:hover span.-nonext::before {
  content: "";
  padding: 0;
  margin: 0;
  border: none;
}
.c-button.-next .c-circle-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
.link-bnr-box .pickup-link-slider {
  margin-top: 70px;
  padding: 25px 25px 20px 25px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .link-bnr-box .pickup-link-slider {
    margin-top: 35px;
    padding: 15px;
  }
}
.link-bnr-box ul.pickup-link-slider li {
  padding: 0 10px;
}
.link-bnr-box ul.pickup-link-slider li img {
  vertical-align: bottom;
}
.link-bnr-box .slick-prev,
.link-bnr-box .slick-next {
  font-size: 0;
  line-height: 0;
}
.link-bnr-box .slick-prev:before,
.link-bnr-box .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.link-bnr-box .slick-prev:before {
  left: 0;
}
.link-bnr-box .slick-next:before {
  right: 0;
}
/*.link-bnr-box .slick-prev{
	left:-50px;
}*/
.link-bnr-box .slick-prev:before {
  background: url(../img/common/arrow-left-black.svg) no-repeat 0 50%;
  background-size: 8px auto;
}
.link-bnr-box .slick-next:before {
  background: url(../img/common/arrow-right-black.svg) no-repeat 100% 50%;
  background-size: 8px auto;
}
@media screen and (max-width: 40em) {
  .link-bnr-box .slick-prev:before {
    left: -5px;
  }
  .link-bnr-box .slick-next:before {
    right: -5px;
  }
}
.page-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 70px;
  background-image: url("../img/common/page-ttl-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.ttl-inner {
  position: relative;
  min-width: 450px;
  padding: 30px 50px;
  background-color: #fff;
}
.page-ttl h1 {
  font-size: 2.6rem;
  font-weight: 700;
}
.page-ttl p {
  color: #26925f;
}
@media screen and (max-width: 767px) {
  .ttl-inner {
    min-width: 200px;
    padding: 20px 30px;
  }
  .page-ttl h1 {
    font-size: 1.6rem;
  }
}
/* template02 */
.form__wrap {
  width: 100%;
  max-width: 900px; /*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template02 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity 0.25s;
}
.wpcf7 .template02 a:hover {
  opacity: 0.5;
  transition: opacity 0.25s;
}
.wpcf7 .template02 div.form__row {
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 1px solid #efe8e5;
}
.wpcf7 .template02 div.form__row.row-privacy,
.wpcf7 .template02 div.form__row.row-submit {
  display: block;
  border-top: 0;
  margin-top: 1em;
  text-align: center;
}
.wpcf7 .template02 p.form__label,
.wpcf7 .template02 p.form__body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label {
  width: 36%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 p.form__body {
  width: 64%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 div.form__row.row-privacy .form__body,
.wpcf7 .template02 div.form__row.row-submit .form__body {
  width: 100%;
}
.wpcf7 .template02 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 44px;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #929292;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label.is-required label {
  position: relative;
}
.wpcf7 .template02 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #6c5c2f;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
/* テキストフィールド */
.wpcf7 .template02 input[type="text"],
.wpcf7 .template02 input[type="tel"],
.wpcf7 .template02 input[type="email"],
.wpcf7 .template02 textarea {
  width: 100%;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #c4bbb8;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type="text"]::placeholder,
.wpcf7 .template01 input[type="tel"]::placeholder,
.wpcf7 .template01 input[type="email"]::placeholder,
.wpcf7 .template01 input[type="url"]::placeholder,
.wpcf7 .template01 input[type="date"]::placeholder,
.wpcf7 .template01 input[type="number"]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type="text"]:-ms-input-placeholder,
.wpcf7 .template01 input[type="tel"]:-ms-input-placeholder,
.wpcf7 .template01 input[type="email"]:-ms-input-placeholder,
.wpcf7 .template01 input[type="url"]:-ms-input-placeholder,
.wpcf7 .template01 input[type="date"]:-ms-input-placeholder,
.wpcf7 .template01 input[type="number"]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type="text"]::-ms-input-placeholder,
.wpcf7 .template01 input[type="tel"]::-ms-input-placeholder,
.wpcf7 .template01 input[type="email"]::-ms-input-placeholder,
.wpcf7 .template01 input[type="url"]::-ms-input-placeholder,
.wpcf7 .template01 input[type="date"]::-ms-input-placeholder,
.wpcf7 .template01 input[type="number"]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type="text"]:focus,
.wpcf7 .template01 input[type="tel"]:focus,
.wpcf7 .template01 input[type="email"]:focus,
.wpcf7 .template01 input[type="url"]:focus,
.wpcf7 .template01 input[type="date"]:focus,
.wpcf7 .template01 input[type="number"]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
/* チェックボックス */
.wpcf7 .template02 input[type="checkbox"] {
  display: none;
}
.wpcf7 .template02 input[type="checkbox"] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .template02 input[type="checkbox"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .template02 input[type="checkbox"] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .template02 input[type="checkbox"]:checked + span {
  color: #6c5d2f;
  transition: all 0.25s ease;
}
.wpcf7 .template02 input[type="checkbox"]:checked + span::before {
  opacity: 1;
  border: 1px solid #6c5d2f;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #6c5d2f;
  transition: opacity 0.25s ease;
}
.wpcf7 .template02 input[type="checkbox"]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}
/* ラジオボタン */
.wpcf7 .template02 input[type="radio"] {
  display: none;
}
.wpcf7 .template02 input[type="radio"] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .template02 input[type="radio"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #c4bbb8;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .template02 input[type="radio"] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .template02 input[type="radio"]:checked + span {
  color: #6c5d2f;
}
.wpcf7 .template02 input[type="radio"]:checked + span::before {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 input[type="radio"]:checked + span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #6c5d2f;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
/* セレクト */
.wpcf7 .template02 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #c4bbb8;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, #d4cbb2, #d4cbb2);
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 select::-ms-expand {
  display: none;
}
.wpcf7 .template02 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #6c5d2f;
  border-right: 1px solid #6c5d2f;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #6c5d2f;
  border-right: 1px solid #6c5d2f;
}
/* 送信ボタン */
.wpcf7 .template02 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template02 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #6c5d2f solid;
  border-radius: 8px;
  background-color: #6c5d2f;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .template02 input[type="submit"]:hover {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #fff;
  color: #6c5d2f;
  transition: all 0.25s;
}
.wpcf7 .template02 input[type="submit"]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template02 div.form__row {
    display: block;
  }
  .wpcf7 .template02 p.form__label {
    width: 100%;
    padding: 1.5em 1em 0;
  }
  .wpcf7 .template02 p.form__body {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
}
.form-table {
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.form-table th {
  font-weight: 500;
}
.form-table tr:nth-child(n + 2) {
  border-top: 1px solid #eee;
}
@media screen and (min-width: 768px), print {
  .form-table tr:nth-child(2n) {
    background-color: #f5f7f8;
  }
  .form-table th,
  .form-table td {
    padding: 20px;
  }
  .form-table th {
    width: 290px;
    padding-left: 20px;
    padding-right: 40px;
    vertical-align: middle;
    text-align: left;
  }
  .form-table th .required {
    position: relative;
    right: 20px;
    float: right;
    margin-right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .form-table {
    margin-top: 25px;
  }
  .form-table,
  .form-table thead,
  .form-table tbody,
  .form-table tr,
  .form-table th,
  .form-table td {
    display: block;
  }
  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .form-table th {
    background: #f2f2f2;
    text-align: left;
  }
  .form-table th .required {
    display: inline-block;
    margin-left: 10px;
    font-size: 1rem;
  }
  .form-table td {
    margin-bottom: 10px;
  }
}
form label {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
form input,
form select,
form textarea,
form button {
  max-width: 100%;
  margin: 0;
  font-family: "Poppins", "YakuHanJP", Noto Sans JP, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  outline: none;
  vertical-align: middle;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form textarea {
  padding: 7px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form select:focus,
form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
}
form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 42px;
  padding: 5px 40px 5px 10px;
  background-color: #fff;
  background-image: url(../img/common/down-arrow-b.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-background-size: 10px;
  background-size: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
form :placeholder-shown {
  color: #333;
}
form input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
form input:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 400;
}
form input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 400;
}
form input:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
form input:focus::-webkit-input-placeholder {
  color: transparent;
}
form input:focus:-moz-placeholder {
  color: transparent;
}
form input:focus::-moz-placeholder {
  color: transparent;
}
form textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
form textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 400;
}
form textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 400;
}
form textarea:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
form textarea:focus:-moz-placeholder {
  color: transparent;
}
form textarea:focus::-moz-placeholder {
  color: transparent;
}
form .required {
  width: 30px;
  padding: 2px 0;
  background-color: #26925f;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
}
form .required.required-long {
  width: 112px;
}
form .required-small::after {
  content: "*";
  margin-left: 5px;
  font-size: 1.6rem;
  color: #c81e1e;
}
form .label-caption {
  display: block;
  margin-bottom: 2px;
}
form .label-caption-border {
  display: block;
  margin: 15px 0 5px;
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}
form .form-address li {
  position: relative;
  padding: 15px 0;
}
form .form-address li:first-child {
  padding-top: 0;
}
form .form-address li:last-child {
  padding-bottom: 0;
}
form .form-address li:nth-child(n + 2) {
  border-top: 1px dashed #ccc;
}
form .form-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 90%;
}
form .form-name li {
  width: 49%;
}
form .form-name li:last-child {
  margin-left: 2%;
}
form .form-name li input {
  width: 100%;
}
form .form-homepage li input {
  width: 90%;
}
form input.size-wide,
form textarea {
  width: 90%;
}
form input.size-middle {
  width: 100%;
}
form input.size-small {
  width: 60px !important;
}
form input[type="checkbox"],
form input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
form label input[type="radio"] + span:before,
form label input[type="radio"] + input[type="text"] + span:before,
form label input[type="radio"] + div + input[type="text"] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #ccc;
}
form label input[type="radio"] + span:after,
form label input[type="radio"] + input[type="text"] + span:after,
form label input[type="radio"] + div + input[type="text"] + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 6px;
  height: 6px;
  background-color: #26925f;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 100%;
}
form label input[type="radio"]:checked + span:before,
form label input[type="radio"]:checked + input[type="text"] + span:before,
form label input[type="radio"]:checked + div + input[type="text"] + span:before {
  border-color: #26925f;
}
form label input[type="radio"]:checked + span:after,
form label input[type="radio"]:checked + input[type="text"] + span:after,
form label input[type="radio"]:checked + div + input[type="text"] + span:after {
  opacity: 1;
}
form label input[type="checkbox"] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #ededed;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
form label input[type="checkbox"] + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form label input[type="checkbox"]:checked + span:before {
  background-color: #26925f;
  border: 1px solid #26925f;
}
form label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
form .wrp-regulation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  form .wrp-regulation {
    margin-top: 20px;
  }
}
.wrp-privacy {
  margin-top: 50px;
}
.privacy-doc {
  max-width: 720px;
  margin: 20px auto 0;
  height: 250px;
  border: 1px solid #eee;
  overflow: scroll;
  overflow-x: hidden;
}
.privacy-inner {
  padding: 25px;
  font-size: 1.3rem;
}
.wrp-privacy h3 {
  font-size: 1.8rem;
  text-align: center;
}
.privacy-doc h4 {
  font-size: 1.5rem;
}
.privacy-doc h5 {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.wrp-privacy h3,
.privacy-doc h4,
.privacy-doc h5 {
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  form label input[type="radio"] + span:before,
  form label input[type="checkbox"] + span:before {
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
  }
  form label:hover input[type="radio"] + span:before,
  form label:hover input[type="checkbox"] + span:before {
    border-color: #666;
  }
}
@media screen and (max-width: 767px) {
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form input[type="number"],
  form textarea,
  form select {
    font-size: 1.3rem;
  }
  form input[type="text"],
  form textarea {
    padding: 5px;
  }
  form select {
    padding: 5px 25px 5px 7px;
  }
  form label {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  form label input[type="radio"] + span:before,
  form label input[type="radio"] + span:after,
  form label input[type="radio"] + input[type="text"] + span:before,
  form label input[type="radio"] + input[type="text"] + span:after {
    top: 0;
  }
  form input.size-wide,
  form textarea,
  form .form-name,
  form .form-homepage li,
  form .form-homepage li input {
    width: 100%;
  }
  form .regulation {
    margin-top: 30px;
  }
}
.input-check {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*width:1px;*/
}
.input-check + label {
  position: relative;
  padding: 10px 10px 10px 35px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 500;
}
.input-check + label:after,
.input-check + label:before {
  content: "";
  position: absolute;
}
.input-check + label:before {
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.input-check + label:after {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/*.input-check:checked+label{
	background:#B7C7D0;
}*/
.input-check:checked + label:after {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.input-check.-error + label {
  background: #f7b3b6;
}
.input-check:checked + label:before {
  border: 1px solid #26925f;
  background-color: #26925f;
}
.input-check + label:after {
  display: inline-block;
  top: 10px;
  left: 16px;
  width: 8px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="submit"] {
  color: #000;
  pointer-events: auto;
  cursor: pointer;
}
/*input[type="submit"]:disabled {
  color : #999;
  pointer-events : none;
}*/
form input[type="checkbox"],
form input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
form label input[type="radio"] + span:before,
form label input[type="radio"] + input[type="text"] + span:before,
form label input[type="radio"] + div + input[type="text"] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #ccc;
}
form label input[type="radio"] + span:after,
form label input[type="radio"] + input[type="text"] + span:after,
form label input[type="radio"] + div + input[type="text"] + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 6px;
  height: 6px;
  background-color: #26925f;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 100%;
}
form label input[type="radio"]:checked + span:before,
form label input[type="radio"]:checked + input[type="text"] + span:before,
form label input[type="radio"]:checked + div + input[type="text"] + span:before {
  border-color: #26925f;
}
form label input[type="radio"]:checked + span:after,
form label input[type="radio"]:checked + input[type="text"] + span:after,
form label input[type="radio"]:checked + div + input[type="text"] + span:after {
  opacity: 1;
}
form label input[type="checkbox"] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #ededed;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
form label input[type="checkbox"] + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form label input[type="checkbox"]:checked + span:before {
  background-color: #26925f;
  border: 1px solid #26925f;
}
form label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
/*staff
------------------------------*/
#page-staff .box2 {
  max-width: 980px;
  margin: 0 auto;
}
.staff-box {
  position: relative;
  background: #fff;
  background-color: #f7f7f7;
}
.staff-box:nth-child(n + 2) {
  margin-top: 50px;
}
.photo {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile {
  position: relative;
}
.photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #fff;
  border-right: 50px solid transparent;
  z-index: 1;
}
.name {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.name strong {
  font-size: 1.8rem;
  line-height: 1;
}
#page-staff .list-staff .sub-name strong {
  font-size: 1.6rem;
  line-height: 1;
}
.name em,
#page-staff .list-staff .sub-name em {
  font-size: 1.2rem;
  font-style: normal;
  color: #aaa;
  line-height: 1;
}
.name span,
#page-staff .list-staff .sub-name span {
  display: block;
  font-size: 1.3rem;
  color: #26925f;
}
.massege {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 20px 30px;
}
.massege dl {
  margin: 0;
  height: auto;
  overflow: inherit;
}
.massege dt {
  color: #26925f;
}
.massege dd {
  padding: 0 0 10px;
}
.massege dd:last-child {
  padding-bottom: 0;
}
.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.photo {
  width: 27%;
}
.photo img {
  margin-left: 0;
  width: 100%;
  height: auto;
}
.massege {
  flex: 1;
  padding: 35px;
}
#page-staff .list-staff {
  margin-top: 70px;
}
#page-staff .list-staff li:nth-child(6n) {
  margin-right: 0;
}
#page-staff .list-staff li:nth-child(n + 7) {
  margin-top: 30px;
}
#page-staff .list-staff .sub-name {
  padding: 15px;
  background-color: #f7f7f7;
}
#page-staff .list-staff ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #page-staff .list-staff li {
    width: 30%;
    margin-left: 5%;
  }
  #page-staff .list-staff li:first-child,
  #page-staff .list-staff li:nth-child(4) {
    margin-left: 0;
  }
  #page-staff .list-staff li:nth-child(n + 4) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 767px) {
  #page-staff .list-staff li {
    width: 47.5%;
  }
  #page-staff .list-staff li:nth-child(even) {
    margin-left: 5%;
  }
  #page-staff .list-staff li:nth-child(n + 3) {
    margin-top: 5%;
  }
}
.massege dl {
  margin: 20px 0 0;
  height: auto;
  overflow: inherit;
}
.massege dt {
  clear: both;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 7em;
  color: #26925f;
}
.massege dd {
  padding: 0 0 10px 7em;
}
.massege dd:last-child {
  padding-bottom: 0;
}
.name p,
#page-staff .list-staff .sub-name p {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .name p,
  #page-staff .list-staff .sub-name p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .name em,
  #page-staff .list-staff .sub-name em {
    padding-left: 15px;
  }
  .name {
    padding: 0 0 20px;
  }
  .name strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .staff-box:nth-child(n + 2) {
    margin-top: 25px;
  }
  .photo::after {
    border-top: 25px solid #fff;
    border-right: 25px solid transparent;
  }
  .name {
    padding-bottom: 10px;
  }
  .name strong {
    font-size: 1.6rem;
  }
  .name em,
  #page-staff .list-staff .sub-name em {
    display: block;
    padding-top: 5px;
    font-size: 1.1rem;
  }
  .massege {
    padding: 15px;
  }
  .massege dl,
  .massege dd {
    font-size: 1.2rem;
  }
  .massege dt {
    width: 6em;
  }
  .massege dd {
    padding: 0 0 6px 6em;
  }
  #page-staff .list-staff {
    margin-top: 25px;
  }
}
.biima-staff-box {
  position: relative;
  margin: 0 auto;
}
.biima-staff-box img {
  z-index: 1;
}
.biima-staff-txt {
  background-color: #f7f7f7;
}
.biima-staff-txt span {
  display: block;
  font-size: 1.6rem;
  color: #26925f;
}
.biima-staff-txt p {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .biima-staff-box {
    max-width: 900px;
    height: 450px;
  }
  .biima-staff-box img {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 50%;
  }
  .biima-staff-txt {
    position: absolute;
    top: 65px;
    left: 50%;
    display: flex;
    align-items: center;
    width: 50%;
    height: 400px;
    padding: 70px;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .biima-staff-box {
    margin-top: 25px;
  }
  .biima-staff-txt {
    padding: 20px;
  }
  .biima-staff-txt span {
    font-size: 1.3rem;
  }
  .biima-staff-txt p {
    font-size: 1.2rem;
  }
}
/*.biima-staff-photo{
width: 40%;
}

.biima-staff-txt{
background-color: #f7f7f7;
}*/
/*title
------------------------------*/
.ttl {
  position: relative;
  text-align: center;
}
.ttl::before {
  content: "";
  background: url(../img/common/ico-ball-green.png) no-repeat 50% 57%;
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.junior-site .ttl::before {
  content: "";
  background: url(../img/common/ico-ball-blue.png) no-repeat 50% 57%;
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.ttl p {
  vertical-align: bottom;
  color: #26925f;
  text-transform: uppercase;
}
.junior-site .ttl p {
  vertical-align: bottom;
  color: #0055a5;
}
@media screen and (min-width: 1025px) {
  .ttl {
    /*margin-top: 50px;*/
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .ttl p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .ttl::before {
    background-position: 50% 59%;
  }
  .ttl p {
    font-size: 1.2rem;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .ttl::before {
    background-position: 50% 62%;
  }
  .ttl p {
    font-size: 1rem;
    letter-spacing: 1px;
    vertical-align: top;
  }
}
.ttl h3 {
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 500;
}
.ttl h3 span {
  display: block;
  padding-bottom: 30px;
}
.ttl h3::before {
  content: "";
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #26925f;
}
.junior-site .ttl h3::before {
  content: "";
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0055a5;
}
.sub-ttl {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.sub-ttl h4 {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #26925f;
  letter-spacing: 2px;
  font-weight: 500;
}
.junior-site .sub-ttl h4 {
  border-bottom: 1px solid #0055a5;
}
.sub-ttl h4::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #26925f;
}
.junior-site .sub-ttl h4::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0055a5;
}
.ttl + .sub-ttl {
  margin-top: 0;
}
@media screen and (max-width: 40em) {
  .sub-ttl h4 {
    padding-bottom: 5px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .sub-ttl h4 {
    padding-bottom: 5px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 64.063em) {
  .sub-ttl h4 {
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
.lead {
  position: relative;
  text-align: center;
}
.ttl + .lead,
.sub-ttl + .lead {
  padding-top: 0;
}
@media screen and (max-width: 40em) {
  .lead {
    padding: 20px 0;
    font-size: 1.4rem;
    text-align: left;
  }
  .lead br {
    display: none;
  }
}
@media screen and (min-width: 40.063em) {
  .lead {
    padding: 30px 0;
    font-size: 1.6rem;
  }
}
.lead-first {
  padding-top: 0;
}
/*page anchor
------------------------------*/
ul.anchor-link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  lign-items: center;
  margin: 0 auto;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  z-index: 8;
}
ul.anchor-link li {
  background: #fff;
  text-align: center;
}
ul.anchor-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*ul.anchor-link li a::before{
	content:"\E5CF";
	font-family:Material Icons;
	-webkit-font-feature-settings:"liga";
	vertical-align:middle;
	margin-right:5px;
	color:#aaa;
}
*/
ul.anchor-link li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #26925f;
  border-left: 1px solid #26925f;
  -webkit-transform: translateX(-100%) translateY(-2px) rotate(-135deg);
  transform: translateX(-100%) translateY(-2px) rotate(-135deg);
  vertical-align: middle;
}
@media screen and (max-width: 64em) {
  ul.anchor-link {
    width: 90%;
  }
}
@media screen and (max-width: 40em) {
  ul.anchor-1column {
    margin: 0px auto 40px;
  }
  ul.anchor-2column {
    margin: 0px auto 40px;
  }
  ul.anchor-link li {
    width: 50%;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
  }
  ul.anchor-link li a {
    padding: 5px;
    font-size: 1.2rem;
  }
  ul.anchor-link.anchor-menu3 {
    border-bottom: none;
    border-right: none;
  }
  ul.anchor-link.anchor-menu3 li {
    border-bottom: 1px solid #e3e3e3;
  }
  ul.anchor-link.anchor-menu3 li:last-child {
    border-top: none;
  }
  ul.anchor-link.anchor-menu3 li:nth-child(2),
  ul.anchor-link.anchor-menu3 li:last-child {
    border-right: 1px solid #e3e3e3;
  }
  ul.anchor-link.anchor-lesson li:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 40.063em) {
  ul.anchor-link {
    max-width: 700px;
    border: none;
  }
  ul.anchor-link li {
    width: 33.33333333%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
  }
  ul.anchor-link li:nth-child(3),
  ul.anchor-link li:last-child {
    border-right: 1px solid #e3e3e3;
  }
  ul.anchor-link li:nth-child(n + 4) {
    border-top: none;
  }
  ul.anchor-link li a {
    font-size: 1.3rem;
  }
  ul.anchor-link li a:hover {
    background: #f5f5f5;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  /*ul.anchor-1column{
	margin:-50px auto 40px;
}

ul.anchor-2column{
	margin:-70px auto 40px;
}*/
  ul.anchor-link li a {
    padding: 10px;
  }
}
@media screen and (min-width: 64.063em) {
  ul.anchor-1column {
    margin: 0 auto;
  }
  ul.anchor-2column {
    margin: 0 auto;
  }
  ul.anchor-link li a {
    padding: 20px;
  }
}
/*company
------------------------------*/
#mapwrap {
  margin-top: -88px !important;
  padding-top: 88px !important;
}
#map {
  width: 100%;
  height: 500px;
}
.how-to-access {
  margin-top: 20px;
}
.how-to-access div {
  padding: 15px;
  background: #f7f7f7;
}
.how-to-access div strong {
  display: block;
  font-size: 1.4rem;
  color: #26925f;
}
.how-to-access div:first-child {
  margin-bottom: 15px;
}
.gmap {
  position: relative;
  margin-top: 50px;
  padding-bottom: 40.25%;
  /*padding-bottom:56.25%;*/
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 64.063em) {
  .how-to-access {
    margin-top: 40px;
  }
  .how-to-access div {
    width: 47.5%;
    padding: 20px;
  }
  .how-to-access div strong {
    font-size: 1.6rem;
  }
  .how-to-access div:first-child {
    margin-bottom: 0;
    margin-right: 5%;
  }
}
/*lesson
------------------------------*/
.table-lesson-level tbody tr th {
  width: 18%;
}
.table-lesson-level tbody tr:nth-child(1) td:nth-child(3) {
  width: 8%;
}
.table-lesson-level tbody tr:nth-child(1) td:nth-child(4) {
  width: 13%;
}
.table-lesson-level thead tr:nth-child(1) th:nth-child(1),
.table-lesson-level thead tr:nth-child(1) th:nth-child(2) {
  text-align: left;
}
.table-lesson-level tbody tr td:nth-child(2) {
  text-align: left;
}
.table-lesson-price tbody tr th {
  width: 18%;
}
.table-lesson-price tbody tr:nth-child(1) td:nth-child(2),
.table-lesson-price tbody tr:nth-child(1) td:nth-child(3),
.table-lesson-price tbody tr:nth-child(1) td:nth-child(4) {
  width: 27.3333333333%;
}
.table-lesson-price-junior tbody tr:nth-child(1) td:nth-child(3),
.table-lesson-price-junior tbody tr:nth-child(1) td:nth-child(4),
.table-lesson-price-junior tbody tr:nth-child(1) td:nth-child(5),
.table-lesson-price-junior tbody tr:nth-child(1) td:nth-child(6),
.table-lesson-price-junior tbody tr:nth-child(1) td:nth-child(7) {
  width: 12%;
}
.table-optional tbody tr th,
.table-visiter tbody tr th {
  width: 18%;
}
@media screen and (min-width: 40.063em) {
  .table-lesson-day {
    margin: 0 auto;
    width: 60%;
  }
}
/*feature
------------------------------*/
@media screen and (min-width: 40.063em) {
  ul.list-discount,
  ul.list-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
ul.list-discount li,
ul.list-benefits li {
  position: relative;
  padding: 20px;
  background: #f7f7f7;
}
ul.list-discount li strong,
ul.list-benefits li strong {
  display: block;
  color: #26925f;
  text-align: center;
  font-size: 1.6rem;
}
ul.list-discount li p,
ul.list-benefits li p {
  margin-top: 10px;
}
@media screen and (max-width: 40em) {
  ul.list-discount li:nth-child(n + 2),
  ul.list-benefits li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  ul.list-discount li strong,
  ul.list-benefits li strong {
    text-align: left;
  }
}
@media screen and (min-width: 40.063em) {
  ul.list-discount li {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }
  ul.list-benefits li {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }
  ul.list-discount li:nth-child(even) {
    margin-right: 0;
  }
  ul.list-discount li:nth-child(n + 3) {
    margin-top: 3%;
  }
  ul.list-benefits li:last-child {
    margin-right: 0;
  }
  ul.list-discount li strong,
  ul.list-benefits li strong {
    font-size: 1.8rem;
  }
}
ul.list-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.list-feature li {
  position: relative;
  background: #f7f7f7;
  text-align: center;
  padding-bottom: 20px;
}
ul.list-feature li span.num {
  position: absolute;
  top: -10px;
  left: 20px;
  padding: 10px;
  background: #26925f;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff000;
}
ul.list-feature li strong {
  position: relative;
  margin-top: -25px;
  display: block;
  text-align: center;
}
ul.list-feature li strong span {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 15px;
  background-color: #f7f7f7;
  font-size: 1.4rem;
  font-weight: normal;
  color: #26925f;
}
ul.list-feature li p {
  padding: 0 15px 15px;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  ul.list-feature li {
    position: relative;
    width: 30%;
    margin-right: 5%;
  }
  ul.list-feature li:nth-child(3n) {
    margin-right: 0;
  }
  ul.list-feature li:nth-child(n + 4) {
    margin-top: 5%;
  }
  ul.list-feature li strong span {
    font-size: 1.5rem;
  }
  ul.list-feature li p {
    padding: 0 20px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.list-feature li {
    position: relative;
    width: 48%;
    margin-right: 4%;
  }
  ul.list-feature li:nth-child(2n) {
    margin-right: 0;
  }
  ul.list-feature li:nth-child(n + 3) {
    margin-top: 4%;
  }
  ul.list-feature li p {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.list-feature li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
ul.list-experience {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
ul.list-experience li {
  padding: 20px;
  background: #f7f7f7;
}
ul.list-experience li strong {
  display: block;
  font-size: 1.6rem;
  color: #26925f;
  text-align: center;
}
ul.list-experience li p {
  margin-top: 10px;
}
/*@media screen and (max-width: 40em) {
  ul.list-experience li:last-child {
    margin-top: 20px;
  }
}*/
@media screen and (min-width: 40.063em) {
  ul.list-experience li {
    width: 47.5%;
    margin-right: 5%;
  }
  ul.list-experience li:last-child {
    margin-right: 0;
  }
  ul.list-experience li p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  ul.list-experience li {
    padding: 30px;
  }
}
@media screen and (min-width: 64.063em) {
  ul.list-experience li {
    padding: 50px;
  }
}
.experience-benefits {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.experience-benefits dl {
  background-color: #fff;
  border: 2px solid #26925f;
}
.experience-benefits dt {
  background-color: #26925f;
  color: #fff;
  line-height: 1;
}
.experience-benefits dd {
  padding: 25px;
}
.experience-benefits ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.experience-benefits li:first-child {
  margin-right: 25px;
}
.m-marker {
  display: inline;
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #ffff7f), to(#ffff7f));
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #ffff7f 60%, #ffff7f 100%);
  background-image: -o-linear-gradient(top, transparent 0%, transparent 60%, #ffff7f 60%, #ffff7f 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #ffff7f 60%, #ffff7f 100%);
}
@media screen and (min-width: 40.063em) {
  .experience-benefits dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .experience-benefits dt {
    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;
    width: 150px;
    padding: 25px;
    font-size: 2rem;
  }
  .experience-benefits dd {
    flex: 1;
    padding: 25px;
  }
  .experience-benefits li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 40em) {
  .experience-benefits dt {
    padding: 15px;
    font-size: 1.6rem;
    text-align: center;
  }
  .experience-benefits dd {
    padding: 15px;
  }
  .experience-benefits li {
    font-size: 1.6rem;
  }
}
ul.list-proshop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.list-proshop li {
  padding: 20px;
  background: #f5f5f5;
  padding: 20px;
}
ul.list-proshop li:last-child {
  margin-right: 0;
}
ul.list-proshop li strong {
  display: block;
  font-size: 18px;
  color: #26925f;
  text-align: center;
}
ul.list-proshop li p,
ul.list-proshop li img,
ul.list-proshop li table {
  margin-top: 20px;
}
@media screen and (max-width: 40em) {
  ul.list-proshop li:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 40.063em) {
  ul.list-proshop li {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    padding: 50px;
    background: #f5f5f5;
  }
  ul.list-proshop li:last-child {
    margin-right: 0;
  }
  ul.list-proshop li strong {
    display: block;
    font-size: 18px;
    color: #26925f;
    text-align: center;
  }
  ul.list-proshop li p,
  ul.list-proshop li img,
  ul.list-proshop li table {
    margin-top: 20px;
  }
}
/*ttable
------------------------------*/
.ttable-box {
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 60em) {
  .ttable-box {
    max-width: 100%;
    margin: 0 20px;
    padding: 20px;
  }
  .ttable-box .btn {
    margin-top: 20px;
  }
  .ttable-box + .ttl {
    margin-top: 30px;
  }
}
@media screen and (min-width: 64.063em) {
  .ttable-box {
    max-width: 800px;
    /*padding:30px;*/
  }
  .ttable-box .btn {
    margin-top: 40px;
  }
  .ttable-box + .ttl {
    margin-top: 50px;
  }
}
/*tournament
------------------------------*/
.tournament-box {
  padding: 20px;
  background: #f7f7f7;
}
.tournament-box:nth-child(n + 2) {
  margin-top: 30px;
}
.tournament-box .tour-ttl {
  padding-bottom: 10px;
  font-size: 1.6rem;
  color: #26925f;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (min-width: 64.063em) {
  .tournament-box {
    padding: 30px;
  }
  .tournament-box .tour-ttl {
    padding-bottom: 15px;
    font-size: 2rem;
  }
}
.tournament-box .tour-date {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  color: #aaa;
  text-align: right;
}
.tournament-box .tour-date::after {
  content: "";
  display: inline-block;
  margin: -2px 0 0 10px;
  padding: 0 5px;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.tournament-box .tour-date.cat1::after {
  content: "一般大会案内";
  background-color: #8dbd2d;
}
.tournament-box .tour-date.cat2::after {
  content: "ジュニア大会案内";
  background-color: #ddb700;
}
.tournament-box .tour-date.cat3::after {
  content: "一般大会結果";
  background-color: #02aae9;
}
.tournament-box .tour-date.cat4::after {
  content: "ジュニア大会結果";
  background-color: #e4223b;
}
.tournament-box .tour-date.cat5::after {
  content: "KINKIレディースサーキット";
  background-color: #eb6ba4;
}
.tournament-box .tour-free {
  margin-top: 10px;
}
/*junior/mission
------------------------------*/
.mission-circle-box {
  position: relative;
}
.mission-circle-box li {
  padding: 20px;
  color: #fff;
}
.mission-circle-box li p {
  font-size: 18px;
  font-size: 1.8rem;
}
.mission-circle-box li strong {
  font-size: 22px;
  font-size: 2.2rem;
}
.mission-circle-box li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.mission-circle-box li:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ab4054;
  background: rgba(115, 16, 28, 0.8);
}
.mission-circle-box li:nth-child(2) {
  left: 0;
  bottom: 0;
  background: #53c8ee;
  background: rgba(27, 157, 222, 0.8);
}
.mission-circle-box li:nth-child(3) {
  right: 0;
  bottom: 0;
  background: #ab8640;
  background: rgba(115, 70, 16, 0.8);
}
@media screen and (max-width: 40em) {
  .mission-circle-box li {
    border-radius: 10px;
  }
  .mission-circle-box li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .mission-circle-box li p {
    position: relative;
    padding-left: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mission-circle-box li strong {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 40.063em) {
  .mission-circle-box {
    position: relative;
    max-width: 800px;
    height: 500px;
    margin: 0 auto;
  }
  .mission-circle-box li {
    position: absolute;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 320px;
    height: 320px;
    padding: 50px;
    border-radius: 50%;
    background: #666;
    color: #fff;
  }
  .mission-circle-box li p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-size: 2rem;
  }
  .mission-circle-box li strong {
    display: block;
    font-size: 40px;
    font-size: 4rem;
  }
  .mission-circle-box li span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mission-circle-box li:nth-child(1) {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ab4054;
    background: rgba(115, 16, 28, 0.8);
  }
  .mission-circle-box li:nth-child(2) {
    left: 0;
    bottom: 0;
    background: #53c8ee;
    background: rgba(27, 157, 222, 0.8);
  }
  .mission-circle-box li:nth-child(3) {
    right: 0;
    bottom: 0;
    background: #ab8640;
    background: rgba(115, 70, 16, 0.8);
  }
}
.junior-rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.junior-rule dt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0055a5;
}
.junior-rule dt {
  padding: 10px 0;
  border-top: 1px solid #d6d6d6;
}
.junior-rule dt:nth-child(1) {
  padding-top: 0;
  border-top: none;
}
.junior-rule dd {
  padding: 0 0 10px;
}
@media screen and (min-width: 64.063em) {
  /*.junior-rule{
	width:80%;
	margin:0 auto;
}*/
  .junior-rule dt {
    display: block;
    width: 25%;
    font-size: 1.6rem;
  }
  .junior-rule dd {
    display: block;
    width: 75%;
  }
  .junior-rule dt,
  .junior-rule dd {
    padding: 20px 0 20px 0;
    border-top: 1px solid #d6d6d6;
  }
  .junior-rule dt:nth-child(1),
  .junior-rule dt:nth-child(1) + dd {
    padding-top: 0;
    border-top: none;
  }
  .junior-rule dt:last-of-type,
  .junior-rule dd:last-child {
    padding-bottom: 0;
  }
  .junior-rule dt:nth-child(n + 2) {
    padding-top: 20px;
  }
}
.junior-concept dl {
  margin-bottom: 20px;
}
.junior-concept dl dt,
.junior-concept dl dd {
  text-align: center;
}
.junior-concept dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0055a5;
}
.junior-concept dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 40em) {
  .junior-concept .right img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .junior-concept dl dt:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 40.063em) {
  .junior-concept {
    display: table;
    width: 70%;
    margin: 0 auto;
  }
  .junior-concept .left,
  .junior-concept .right {
    display: table-cell;
    vertical-align: middle;
  }
  .junior-concept .left {
    width: 50%;
  }
  .junior-concept .right {
    width: 50%;
  }
  .junior-concept .right img {
    width: 100%;
    height: auto;
  }
  .junior-concept dl dt,
  .junior-concept dl dd {
    text-align: left;
  }
  .junior-concept dl dt {
    font-size: 24px;
    font-size: 2.4rem;
    color: #0055a5;
  }
  .junior-concept dl dd {
    font-size: 20px;
    font-size: 2rem;
  }
  .junior-concept dl dt:nth-of-type(2) {
    margin-top: 40px;
  }
}
.junior-pickup div {
  height: 200px;
  padding-top: 60px;
  color: #fff;
  text-align: center;
}
.junior-lesson {
  background: url(../img/junior/lesson.jpg) no-repeat 50% 50%;
}
.junior-junior {
  background: url(../img/top/junior.jpg) no-repeat 50% 50%;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
}
.junior-misson {
  background: url(../img/junior/misson.jpg) no-repeat 50% 50%;
}
.junior-pickup h3 {
  display: block;
  font-size: 1.4rem;
}
.junior-pickup span {
  display: block;
  font-family: "Lato-Italic";
  font-size: 2rem;
  color: #00bfff;
}
@media screen and (min-width: 40.063em) {
  .junior-pickup div {
    position: relative;
    height: 400px;
    padding-top: 150px;
  }
  .junior-junior {
    border: none;
  }
  .junior-pickup h3 {
    font-size: 1.6rem;
  }
  .junior-pickup span {
    font-size: 2.8rem;
  }
  .junior-pickup a:hover div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
  }
}
/*wordpress style
------------------------------*/
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
#page-kinki-ladys .lead {
  font-size: 2rem;
}
#page-kinki-ladys .lead strong {
  font-size: 3rem;
}
#page-kinki-ladys .ttl::before {
  top: 36px;
}
#page-kinki-ladys .center-box {
  text-align: center;
}
#page-kinki-ladys .kinki-ladys-day li:nth-child(n + 2) {
  border-top: 1px dashed #ccc;
}
#page-kinki-ladys .kinki-ladys-day li {
  padding: 10px 0;
}
#page-kinki-ladys .point-table th,
#page-kinki-ladys .point-table td {
  text-align: center;
}
#page-kinki-ladys table.normal-table tr td .point-table tr th {
  width: 17%;
}
#page-kinki-ladys .btn {
  margin-top: 50px;
  font-size: 2.5rem;
  font-weight: 700;
}
.btn-kinki-ladys {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9999;
}
.btn-kinki-ladys img {
  transition: all 0.3s;
}
.btn-kinki-ladys img:hover {
  opacity: 0.7;
}
.btn-kinki-ladys-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #page-kinki-ladys .anchor-2column {
    margin: -10px auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn-kinki-ladys {
    display: none;
  }
  .btn-kinki-ladys-sp {
    display: block;
  }
  .btn-kinki-ladys-sp img {
    margin: 0 auto;
  }
  #page-kinki-ladys .lead {
    text-align: center;
  }
  #page-kinki-ladys .lead br {
    display: block;
  }
  #page-kinki-ladys .lead {
    font-size: 1.4rem;
  }
  #page-kinki-ladys .lead strong {
    font-size: 2rem;
  }
  #page-kinki-ladys .center-box {
    text-align: left;
  }
  #page-kinki-ladys .meaning-box br {
    display: none;
  }
  table.table-optional tr th {
    display: inherit;
    width: inherit;
    padding: 0;
    font-weight: 700;
  }
  table.table-optional tr td {
    display: inherit;
    width: inherit;
    padding: 10px 0 0;
  }
  #page-kinki-ladys table.normal-table tr td .point-table tr th {
    width: 17% !important;
  }
  #page-kinki-ladys .point-table tr {
    margin: 0;
    padding-bottom: 0;
  }
  #page-kinki-ladys .point-table tr th,
  #page-kinki-ladys .point-table tr td {
    display: table-cell;
    border-bottom: none;
    width: 15% !important;
    padding: 0;
  }
  #page-kinki-ladys .btn {
    margin: 30px auto 0;
    font-size: 2rem;
  }
}
#page-serviceace .serviceace-box {
  border: 2px solid #26925f;
  border-radius: 5px;
  background-color: #fff;
}
#page-serviceace .serviceace-box .serviceace-ttl {
  display: block;
  background-color: #26925f;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
}
#page-serviceace .serviceace-inner p {
  background-color: #26925f;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
}
#page-serviceace .serviceace-inner dl {
  margin-top: 15px;
}
#page-serviceace .serviceace-inner dl dt {
  float: left;
  clear: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
#page-serviceace .serviceace-inner dl dt span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #26925f;
  line-height: 30px;
}
#page-serviceace .serviceace-inner dl dt,
#page-serviceace .serviceace-inner dl dd {
  padding-top: 15px;
  padding-bottom: 15px;
}
#page-serviceace .serviceace-inner dl dd {
  padding-left: 45px;
}
#page-serviceace .serviceace-link {
  position: relative;
  border-top: 2px solid #26925f;
  text-align: center;
}
#page-serviceace .serviceace-link strong {
  text-align: center;
}
#page-serviceace .serviceace-link strong span {
  font-weight: 500;
  color: #26925f;
  text-align: center;
  line-height: 1;
}
#page-serviceace .serviceace-link li {
  padding: 0 15px;
  text-align: left;
}
#page-serviceace .serviceace-link li:first-child p:last-of-type {
  margin-top: 15px;
}
#page-serviceace .serviceace-link .link-desktop::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url(../img/common/icn-desktop.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  vertical-align: middle;
}
#page-serviceace .serviceace-link .link-phone::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url(../img/common/icn-iphone.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  vertical-align: middle;
}
#page-serviceace .serviceace-rule {
  max-width: 1000px;
  margin: 0 auto;
}
#page-serviceace .serviceace-rule li p {
  font-size: 1.5rem;
  color: #26925f;
}
#page-serviceace .serviceace-rule li:nth-child(n + 2) {
  margin-top: 25px;
}
/*#page-serviceace .serviceace-left,
#page-serviceace .serviceace-right{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
	  -webkit-box-align: start;
     -ms-flex-align: start;
        align-items: flex-start;
}*/
@media screen and (min-width: 64.063em) {
  #page-serviceace .serviceace-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #page-serviceace .serviceace-box {
    margin: 0 auto 80px;
  }
  #page-serviceace .serviceace-box .serviceace-ttl {
    padding: 20px 10px;
    font-size: 2.6rem;
  }
  #page-serviceace .serviceace-left,
  #page-serviceace .serviceace-right {
    width: 50%;
    padding: 40px;
  }
  #page-serviceace .serviceace-right {
    border-left: 2px dashed #26925f;
  }
  #page-serviceace .serviceace-link {
    padding: 50px;
  }
  #page-serviceace .serviceace-link::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -15px;
    display: block;
    background-image: url(../img/serviceace/img1.png);
    background-repeat: no-repeat;
    background-size: 300px 157px;
    width: 300px;
    height: 157px;
  }
  #page-serviceace .serviceace-inner p {
    padding: 10px;
    font-size: 2rem;
  }
  #page-serviceace .serviceace-link ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }
  #page-serviceace .serviceace-link li a {
    font-size: 1.6rem;
  }
  #page-serviceace .serviceace-link strong span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 60em) {
  #page-serviceace .serviceace-box {
    margin: 0 auto 40px;
  }
  #page-serviceace .serviceace-box .serviceace-ttl {
    padding: 15px 5px 20px;
    font-size: 1.8rem;
  }
  #page-serviceace .serviceace-left,
  #page-serviceace .serviceace-right,
  #page-serviceace .serviceace-link {
    padding: 15px;
  }
  #page-serviceace .serviceace-inner p {
    padding: 7px;
    font-size: 1.5rem;
  }
  #page-serviceace .serviceace-link li {
    margin-top: 15px;
    text-align: center;
  }
  #page-serviceace .serviceace-link li img {
    margin: 0 auto;
  }
  #page-serviceace .serviceace-link li a {
    font-size: 1.5rem;
  }
  #page-serviceace .serviceace-link strong span {
    padding: 25px 5px 10px;
    font-size: 1.8rem;
  }
}
.table:nth-of-type(n + 2) {
  margin-top: 20px;
}
.table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.table td,
.table th {
  padding: 8px 10px;
  vertical-align: middle;
  text-transform: uppercase;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  font-weight: normal;
}
.table tbody tr th {
  background: #f5fbf7;
}
.table tbody tr:nth-child(2n) th {
  background: #e3f2e9;
}
.junior-site .table tbody tr th {
  background: #f7fafc;
}
.junior-site .table tbody tr:nth-child(2n) th {
  background: #e5eef6;
}
.table tbody tr:nth-child(2n) {
  background-color: #eee;
}
.table-scroll {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 40em) {
  .table th,
  .table td {
    white-space: nowrap;
  }
}
@media screen and (min-width: 64.063em) {
  .table td,
  .table th {
    padding: 15px;
    display: table-cell;
  }
}
@media screen and (max-width: 768px) {
  .table td,
  .table th {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.table thead th {
  color: #fff;
  background: #26925f;
}
.junior-site .table thead th {
  color: #fff;
  background: #0055a5;
}
.table tbody th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.table tbody tr {
  background-color: #fff;
}
.table tbody tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.table tbody tr.is-highlighted {
  background-color: #d10a11;
  color: #fff;
}
table.normal-table {
  width: 100%;
}
table.normal-table tr th,
table.normal-table tr td {
  padding: 20px;
  text-align: left;
}
table.normal-table tr:nth-child(2n + 1) th,
table.normal-table tr:nth-child(2n + 1) td {
  background-color: #fff;
}
table.normal-table tr td a {
  text-decoration: underline;
}
table.normal-table tr th {
  width: 22%;
  color: #26925f;
  font-weight: normal;
  vertical-align: middle;
}
table.normal-table tr th span {
  color: #333;
}
table.normal-table tr td .line {
  border-left: 1px solid #dcdcdc;
  padding-left: 20px;
}
table.normal-table tr td .line2 {
  border-left: 1px solid #dcdcdc;
  margin-top: 14px;
  padding-left: 20px;
}
table.normal-table tr:nth-child(odd) td .line {
  border-left: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  table.normal-table {
    display: block;
  }
  table.normal-table tbody {
    display: block;
  }
  table.normal-table tr {
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #dcdcdc;
  }
  table.normal-table tr th {
    display: block;
    width: 100%;
    padding: 0;
    font-weight: 700;
  }
  table.normal-table tr td {
    display: block;
    width: 100%;
    padding: 10px 0 0;
  }
  table.normal-table tr:nth-child(odd) th,
  table.normal-table tr:nth-child(odd) td {
    background-color: transparent;
  }
  table.normal-table tr td .line {
    border-left: none;
    padding-left: 0;
  }
  table.normal-table tr td .line2 {
    border-left: none;
    margin-top: 0;
    padding-left: 0;
  }
  table.normal-table tr:nth-child(odd) td .line {
    border-left: none;
  }
  table.normal-table tr td a {
    display: block;
    margin-top: 10px;
  }
  table.normal-table .radio {
    margin: 0;
    padding: 0 15px 0 25px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
  }
  table.normal-table .radio:before {
    left: 4px;
  }
  table.normal-table .radio:after {
    left: 0;
  }
  table.normal-table .width-s {
    width: 100%;
  }
  table.normal-table .width-s:nth-child(n + 2) {
    margin-top: 10px;
  }
}
.btn::before,
.btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
}
.btn,
.btn::before,
.btn::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 15px 33px 15px 15px;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  overflow: hidden;
  line-height: 1;
}
.btn:hover {
  border-color: #26925f;
  color: #fff;
}
.btn::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #26925f;
  vertical-align: middle;
  margin-top: 3px;
  margin-left: 10px;
}
.btn::before {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.btn:hover::before {
  top: 0;
  left: 0;
  background-color: #26925f;
}
.btn:hover::after {
  border-left-color: #fff;
}
.btn span.btn-pdf::before {
  content: "";
  display: inline-block;
  background-image: url("../img/common/icn-pdf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .btn.-large {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2.2rem;
  }
  .btn.-medium {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.6rem;
  }
  .btn.-small span {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .btn.-large {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 1.8rem;
  }
  .btn.-medium {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.4rem;
  }
  .btn.-small {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 1.1rem;
  }
}
/*news
  tournament
------------------------------*/
.col-right .select-group {
  margin: 10px 20px;
}
.col-right label.select-box {
  padding: 10px;
}
.col-right .select-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  vertical-align: middle;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  background-repeat: no-repeat;
}
.col-right .select {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans Japanese", sans-serif;
}
.col-right .select-box:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-top: 4px solid #26925f;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.col-right option {
  border: 1px solid #d6d6d6;
  margin: -1px 0 0;
  padding: 5px;
  background: #fff;
  font-weight: normal;
}
#page-news .box,
#page-tournament .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 64.063em) {
  .col-left {
    width: 70%;
  }
  .col-right {
    width: 25%;
  }
}
/*news
------------------------------*/
.col-right {
  margin-top: 40px;
}
.sub-menu {
  margin-top: 50px;
  padding: 20px;
  background: #f7f7f7;
  overflow: hidden;
}
.sub-menu:first-child {
  margin-top: 0;
}
.sub-menu h4 {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid #26925f;
  font-size: 16px;
  font-size: 1.6rem;
}
.sub-menu h4 span {
  color: #26925f;
}
.col-right ul li {
  border-top: 1px solid #d6d6d6;
}
.col-right ul li:first-child {
  border-top: none;
}
.col-right ul li a {
  display: block;
  padding: 10px 0;
}
.col-right ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 64.063em) {
  .col-right {
    margin-top: 0;
  }
  .col-right ul {
    padding: 0 20px;
  }
  .sub-menu {
    padding: 0;
  }
  .sub-menu h4 {
    position: relative;
    width: 90%;
    background: #26925f;
    margin-top: -50px;
    padding: 50px 20px;
    font-size: 1.5rem;
    font-weight: 500;
    transform: skew(-13deg, 0deg);
  }
  .sub-menu h4 span {
    position: absolute;
    left: 23px;
    bottom: 10px;
    display: block;
    transform: skew(13deg, 0deg);
    color: #fff;
  }
}
.listbar {
  position: relative;
  display: block;
  margin-top: 20px;
  text-align: center;
}
.listbar > * {
  position: relative;
  display: inline-block;
  margin: 0 2px 0;
  padding: 2px 9px;
  border: 1px solid #26925f;
  color: #26925f;
}
.listbar a {
  background: #fff;
}
.listbar a:hover {
  background: #26925f;
  color: #fff;
}
.listbar span {
  background: #26925f;
  border: 2px solid #26925f;
  color: #fff !important;
  font-size: 13px;
  font-size: 1.3rem;
}
.listbar span.pn,
.listbar span.previous,
.listbar > span.next {
  padding: 0 5px;
  background: transparent !important;
  border: none;
  color: #1a1e24 !important;
}
.listbar span.previous a,
.listbar span.next a {
  padding: 5px 0;
}
.listbar span.previous a:hover,
.listbar span.next a:hover {
  color: #26925f !important;
}
@media screen and (min-width: 64em) {
  .listbar {
    margin-top: 30px;
  }
  .listbar > * {
    margin: 0 5px 0;
    padding: 3px 10px;
  }
  .listbar span a {
    position: absolute;
    top: -2px;
    left: -1px;
    padding: 5px 10px;
    background-color: #fff;
    border: 2px solid #26925f;
  }
  .listbar span.pn a,
  .listbar span.previous a,
  .listbar span.next a {
    display: inline-block;
    padding: 10px 0;
    position: static;
    border: none;
    background-color: transparent !important;
  }
}
.news-dtl h2.news-ttl {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.news-dtl p.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0;
}
.news-dtl .btn-back {
  border-top: 1px solid #e3e3e3;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}
.bg-white {
  background: #fff;
}
.bg-top-only::after {
  display: none;
}
.bg-bottom-only::before {
  display: none;
}
.bg-bottom-only .box {
  margin-top: 0 !important;
  padding-top: 20px !important;
}
.white {
  position: relative;
  /*background:#fff;*/
}
.gray-white,
.white-gray {
  position: relative;
}
.white-gray {
  margin-top: -100px;
}
@media screen and (max-width: 40em) {
  .white-gray {
    margin-top: -50px;
  }
}
.gray-white::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: no-repeat;
  background-position: bottom left;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDIwMDAgMTAwIj4KPHBvbHlsaW5lIGZpbGw9IiNmZmZmZmYiIHBvaW50cz0iMjAwMCwwIDIwMDAsMTAwIDAsMTAwIi8+Cjwvc3ZnPg==");
  z-index: 1;
}
.white-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: no-repeat;
  background-position: top right;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDIwMDAgMTAwIj4KPHBvbHlsaW5lIGZpbGw9IiNmZmZmZmYiIHBvaW50cz0iMCwxMDAgMCwwIDIwMDAsMCIvPgo8L3N2Zz4=");
  z-index: 1;
}
.white-gray::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: no-repeat;
  background-position: bottom left;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDIwMDAgMTAwIj4KPHBvbHlsaW5lIGZpbGw9IiNmNWY1ZjUiIHBvaW50cz0iMjAwMCwwIDIwMDAsMTAwIDAsMTAwIi8+Cjwvc3ZnPg==");
  z-index: 1;
}
.white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: no-repeat;
  background-position: top right;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjUwIiB2aWV3Qm94PSIwIDAgMTAwMCA1MCI+Cjxwb2x5bGluZSBmaWxsPSIjZjVmNWY1IiBwb2ludHM9IjAsNTAgMCwwIDEwMDAsMCIvPgo8L3N2Zz4=");
  z-index: 1;
}
.white::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: no-repeat;
  background-position: bottom left;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjUwIiB2aWV3Qm94PSIwIDAgMTAwMCA1MCI+Cjxwb2x5bGluZSBmaWxsPSIjZjVmNWY1IiBwb2ludHM9IjEwMDAsMCAxMDAwLDUwIDAsNTAiLz4KPC9zdmc+");
}
@media screen and (min-width: 64.063em) {
  .white::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: no-repeat;
    background-position: top right;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDIwMDAgMTAwIj4KPHBvbHlsaW5lIGZpbGw9IiNmNWY1ZjUiIHBvaW50cz0iMCwxMDAgMCwwIDIwMDAsMCIvPgo8L3N2Zz4=");
  }
  .white::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: no-repeat;
    background-position: bottom left;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDIwMDAgMTAwIj4KPHBvbHlsaW5lIGZpbGw9IiNmNWY1ZjUiIHBvaW50cz0iMjAwMCwwIDIwMDAsMTAwIDAsMTAwIi8+Cjwvc3ZnPg==");
  }
}
.junior-content a {
  position: relative;
  display: block;
  padding-top: 205px;
  overflow: hidden;
}
.junior-content a:first-child::before {
  background-image: url("http://sumarikyu-ts.com/img/junior/misson.jpg");
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.junior-content a:last-child::before {
  background-image: url("http://sumarikyu-ts.com/img/junior/lesson.jpg");
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.junior-content a::before {
  content: "";
  width: 100%;
  height: 88%;
  z-index: 1;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}
.junior-content a div {
  position: relative;
  width: 80%;
  background: #fff;
  margin: 0 auto;
  padding: 32px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 2;
}
.junior-content a div::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #26925f;
  right: 12px;
  margin-right: -8px;
  z-index: 3;
}
.junior-content em {
  color: #26925f;
}
.junior-content h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.junior-content p {
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .junior-content a:hover::before {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95);
  }
}
@media screen and (min-width: 768px) {
  .junior-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 70px auto 0;
  }
  .junior-content a {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .junior-content {
    margin-top: 35px;
  }
  .junior-content a {
    padding-top: 120px;
  }
  .junior-content a:last-child {
    margin-top: 35px;
  }
  .junior-content a div {
    padding: 26px 10px;
  }
  .junior-content h3 {
    font-size: 1.6rem;
  }
}
.screen-reader-response {
  margin-bottom: 25px;
  color: #d03636;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #d03636;
}
.screen-reader-response ul {
  display: none;
}
span.wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #d03636 !important;
  font-size: 1.3rem;
  display: block;
  text-align: left;
}
.wpcf7-form .wpcf7-response-output {
  display: none;
  border: 2px solid #d03636 !important;
}
#page-company table {
  max-width: 800px;
  margin: 0 auto;
  background-color: #f7f7f7;
}
.app-attention {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #f5f7f8;
}
.app-tel {
  line-height: 1;
  text-align: center;
}
.app-tel strong {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #26925f;
  font-size: 3.6rem;
}
.app-tel strong::before {
  content: "";
  margin-right: 5px;
  background-image: url(../img/common/icn-tel-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.app-tel p {
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1;
}
.app-tel img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .app-attention p {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .app-attention {
    margin-bottom: 20px;
    padding: 15px;
  }
  .app-attention p {
    font-size: 1.3rem;
  }
  .app-tel strong {
    margin-top: 10px;
    font-size: 3rem;
  }
  .app-tel strong::before {
    width: 20px;
    height: 20px;
  }
}
.form-thk {
  margin-top: 50px;
  padding: 25px;
  border: 2px solid #26925f;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form-thk {
    margin-top: 50px;
    padding: 25px;
  }
  .form-thk strong {
    font-size: 2rem;
    font-weight: normal;
  }
  .form-thk p {
    font-size: 1.6rem;
  }
  .contact-btn {
    width: 360px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .form-thk {
    margin-top: 25px;
    padding: 15px;
  }
  .form-thk strong {
    font-size: 1.6rem;
  }
  .form-thk p {
    font-size: 1.4rem;
  }
  .contact-btn {
    width: 90%;
    margin: 25px auto 0;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
.clearfix.nobr br {
  display: none;
}
.junior-slide,
.junior-slide2 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .junior-slide img,
  .junior-slide2 img {
    width: 120px;
    height: 120px;
  }
}
.junior-achievement {
  background-color: #f9f9f9;
  border: 1px solid #26925f;
}
.junior-achievement h2 {
  text-align: center;
}
.junior-achievement h2 span {
  position: relative;
  top: -15px;
  padding: 0.5em;
  background-color: #26925f;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
}
.junior-achievement ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 2em;
}
.junior-achievement li {
  width: 47.5%;
  padding: 0.75em;
  margin-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .junior-achievement h2 span {
    font-size: 1.8rem;
  }
  .junior-achievement ul {
    display: block;
    padding: 0.5em;
  }
  .junior-achievement li {
    width: calc(100% - 1.5em);
    font-size: 1.4rem;
  }
}
.junior-achievement li span {
  padding-right: 0.5em;
  color: #26925f;
}
.top-kv {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.top-kv .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-kv .swiper-slide .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 0.7;
}
.top-kv .swiper-button-prev,
.top-kv .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.top-kv .swiper-button-prev,
.top-kv .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.top-kv .swiper-button-prev:hover,
.top-kv .swiper-button-next:hover {
  transform: scale(1.2);
}
.top-kv .swiper-button-prev {
  left: 22.5%;
}
.top-kv .swiper-button-next {
  right: 22.5%;
}
.top-kv .swiper-button-prev::after,
.top-kv .swiper-button-next::after {
  content: "";
  width: 8px;
  height: 8px;
}
.top-kv .swiper-button-prev::after {
  margin-left: 4px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right: 1px solid #26925f;
  border-bottom: 1px solid #26925f;
  transform: rotate(135deg);
}
.top-kv .swiper-button-next::after {
  margin-left: -4px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-bottom: 1px solid #26925f;
  border-right: 1px solid #26925f;
  transform: rotate(-45deg);
}
.top-kv .swiper-pagination {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
}
.swiper-pagination-bullet-svg-animation {
  width: 26px;
  height: 26px;
  margin: 0 6px !important;
  display: inline-block;
}
.swiper-pagination-bullet-svg-animation svg {
  transform: rotate(-90deg);
  display: inherit;
  cursor: pointer;
}
.swiper-pagination-bullet-svg-animation .svg-circle-inner {
  stroke: #26925f;
  fill: transparent;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1024px) {
  .top-kv .swiper-button-prev,
  .top-kv .swiper-button-next {
    display: none;
  }
  .top-kv .swiper-pagination {
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .top-kv {
    margin-top: 50px;
  }
  .top-kv .swiper-pagination {
    bottom: -25px;
  }
  .swiper-pagination-bullet-svg-animation {
    width: 16px;
    height: 16px;
  }
}
.swiper-pagination-bullet-active .svg-circle {
  stroke: #26925f;
  stroke-dasharray: 75;
  stroke-dashoffset: 0;
  animation: progress 7s ease-in-out 1 forwards;
}
.swiper-pagination-bullet-active .svg-circle-inner {
  fill: #26925f;
}
@keyframes progress {
  0% {
    stroke-dashoffset: 75;
    opacity: 1;
  }
  95% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
.swiper-slide video {
  width: 100%;
  height: 100%;
}
