@charset "UTF-8";
/*----------------------------------------------------
	☆Uniq Common Rules

bgColor #FFFFF3
theme color #FFFFF3
sub color #FFFFF3
color #333
title color #7A99B2
link color #448EE3

masking layer color #fcfff0;

transition:.2s;


----------------------------------------------------*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
  margin: 0;
  padding: 0;
}

body {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #333;
  line-height: 100%;
  min-width: 320px;
}

.gosi {
  /*font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;*/
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

.min {
  font-family: 游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN W3,
    ヒラギノ明朝 Pro W3, HiraMinProN-W3, HG明朝E, Hiragino Mincho ProN,
    Hiragino Mincho Pro, HGS明朝E, ヒラギノ明朝 Pro W6, ＭＳ Ｐ明朝, MS PMincho,
    MS 明朝, serif;
}

.en {
  font-family: "Montserrat", "Times New Roman", Times, serif;
  letter-spacing: 0.05em;
}

.en1 {
  font-family: "Montserrat", "Times New Roman", Times, serif;
  letter-spacing: 0.05em;
}

a {
  /*text-decoration: underline;*/
  cursor: pointer;
  outline: none;
}

a:link {
  /*	text-decoration: underline;*/
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

#contents p {
  line-height: 1.7;
}

ul,
ol {
  list-style-type: none;
}

ul li,
ol li,
dl {
  line-height: 1.7;
}

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

::selection {
  background-color: #888;
  color: #fffff3;
  /* Safari */
}

::-moz-selection {
  background-color: #888;
  color: #fffff3;
  /* Firefox */
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
li,
dt,
dd,
th,
td,
p {
  font-size: 100%;
}

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  /* for IE 6/7 only */
}

/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/

br.clear_noie {
  display: inline !important;
  display: none;
  clear: both;
  line-height: 0px;
}

br.clear_all {
  clear: both;
  line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  br.clear_noie {
    display: block !important;
    content: " ";
  }
}

div.clear_noie {
  clear: both;
  line-height: 0px;
}

/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol {
  z-index: 100;
}

#topcontrol a {
  background: url(../cmn_js/scrolltop/scrollup.png) center center no-repeat;
  background: url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9;
  /* IE8 and below */
  *background: url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat;
  /* IE7 and below */
  _background: url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat;
  /* IE6 */
  font-size: 0;
  display: block;
  height: 60px;
  width: 60px;
  background-size: 50px 50px;
  opacity: 0.7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#topcontrol a:hover {
  background-size: 60px 60px;
  opacity: 1;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
not supported by any browser */
}

/*--------------------------------------------------
	 Page Overlay
---------------------------------------------------*/

.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #ffe001;
  z-index: 2000;
  text-align: center;
  z-index: 1000001;
}

.preloader-wrap .outer {
  display: table;
  width: 100%;
  height: 100%;
}

.preloader-wrap .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.preloader-wrap .inner:after {
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 60%;
  z-index: 0;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: -1;
  background: url(../cmn_img/mark02.png) center center no-repeat;
  background-size: auto 100%;
}

.percentage {
  z-index: 100;
  color: #e60012;
  opacity: 1;
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
  font-family: "Montserrat", "Times New Roman", Times, serif;
}

.percentage:before {
  content: "Loading...";
  font-size: 0.8em;
  color: #333;
}

/*.percentage:after {
	content: "%";
	font-size: 0.8em;
	color: #333;
}*/
.preloader-p01 {
  font-size: 100px;
  font-weight: 900;
  line-height: 1 !important;
}

.preloader-p02 {
  font-size: 150px;
  font-weight: 900;
  line-height: 1 !important;
}

.preloader-p03 {
  width: 90%;
  max-width: 600px;
  margin: 30px auto 0;
}

.preloader-p03 span {
  border-radius: 300px;
  display: block;
  position: relative;
  width: 100%;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.preloader-p03 span i {
  display: block;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #ff8800;
}

/*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/

figure {
  line-height: 0;
}

img {
  max-width: 100%;
}

.spEle {
  display: none;
}

.inrBox {
  max-width: 1010px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
}

.kanda:hover {
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.mdSpan {
  position: relative;
}

.mdSpan i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
  line-height: 0 !important;
  margin-top: -110px;
  padding-top: 110px;
}

/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/

.header-logo {
  width: 200px;
  box-sizing: border-box;
  text-align: center;
  line-height: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
}

.header-logo a {
  display: block;
  text-align: center;
  padding: 30px 30px;
  background-color: #ffe001;
  box-sizing: border-box !important;
}

.header-logo a img {
  max-width: 140px;
  width: 100%;
}

.waku-box:before,
.waku-box:after,
.waku-inr:before,
.waku-inr:after {
  content: "";
  background-color: #ffe001;
  position: fixed;
  z-index: 9;
}

.waku-box:before {
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
}

.waku-box:after {
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
}

.waku-inr:before {
  width: 30px;
  height: 100%;
  left: 0;
  top: 0;
}

.waku-inr:after {
  width: 30px;
  height: 100%;
  right: 0;
  top: 0;
}

.language-btn {
  width: 80px;
  top: 140px;
  right: 50px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  padding: 5px 0;
  text-align: center;
  border-radius: 3px;
  z-index: 8;
  position: fixed;
  font-weight: bold;
  cursor: pointer;
}

.language-btn:hover {
  background-color: #ff8800;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.contact-rt-btn {
  z-index: 9;
  position: fixed;
  width: 80px;
  top: 170px;
  right: 50px;
}

.contact-rt-btn a {
  display: block;
  font-weight: bold;
  border-radius: 3px;
  padding: 5px 0;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}

.contact-rt-btn a:hover {
  background-color: #ff8800;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.menu-btn-box {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background-color: #ffe001;
  right: 50px;
  top: 50px;
  position: fixed;
  z-index: 8;
  text-align: center;
  cursor: pointer;
}

.menu-btn-box .menu-btn {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.menu-btn-box .menu-btn:after {
  content: "MENU";
  display: block;
  width: 100%;
  font-weight: 600;
  margin-top: 16px;
}

.menu-btn-box .menu-btn span {
  width: 24px;
  height: 3px;
  background-color: #000000;
  margin: 0 auto;
  display: block;
  position: relative;
}

.menu-btn-box .menu-btn span:before,
.menu-btn-box .menu-btn span:after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  display: block;
  position: absolute;
  left: 0;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.menu-btn-box .menu-btn span:before {
  top: -8px;
}

.menu-btn-box .menu-btn span:after {
  bottom: -8px;
}

.schedule-maru-btn {
  position: fixed;
  z-index: 8;
  right: 50px;
  bottom: 50px;
  max-width: 110px;
}

.schedule-maru-btn a {
  display: block;
  width: 100%;
}

.menu-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color:rgba(255,224,1,0.90);*/
  z-index: -1;
  transform: scale(0, 0);
  opacity: 0.5;
}

.menu-wrapper.menu-wrapper-open {
  transform: scale(1, 1);
  opacity: 1;
  transition: 0.5s ease-in-out 0.2s;
  -moz-transition: 0.5s ease-in-out 0.2s;
  -webkit-transition: 0.5s ease-in-out 0.2s;
  -o-transition: 0.5s ease-in-out 0.2s;
  z-index: 20;
}

.menu-box {
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  position: absolute;
  text-align: center;
}

.menu-ul {
  margin: 0 auto 60px;
}

.menu-ul li {
  margin: 0 auto 40px;
}

.menu-ul li:last-child {
  margin: 0 auto 20px;
}

.menu-ul .inr {
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 1.2 !important;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.menu-ul a:hover {
  transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
}

.menu-ul .jp {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.menu-ul .en1 {
  font-size: 40px;
  font-weight: 900;
}

.menu-language-ul01 {
  text-align: center;
  margin-top: 30px;
}

.menu-language-ul01 li {
  display: inline-block;
  margin: 0 20px 5px;
}

.menu-language-ul01 li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.menu-language-ul01 li a:before {
  font-family: FontAwesome;
  content: "\f144";
  margin-right: 5px;
  font-weight: normal !important;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.menu-language-ul01 li a.current {
  color: #fff;
}

.menu-open .menu-btn-box {
  background-color: #000;
  color: #fff;
  z-index: 201;
}

.menu-open .menu-btn-box .menu-btn {
  color: #fff;
}

.menu-open .menu-btn-box .menu-btn span:before,
.menu-open .menu-btn-box .menu-btn span:after {
  background-color: #fff;
}

.menu-open .menu-btn-box .menu-btn span:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 0;
}

.menu-open .menu-btn-box .menu-btn span:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  bottom: 0;
}

.menu-open .waku-inr:before,
.menu-open .waku-inr:after {
  width: 50%;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0.8;
  z-index: 11;
}

.menu-open .waku-box:before,
.menu-open .waku-box:after {
  height: 50%;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0.8;
  z-index: 11;
}

.language-menu-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 224, 1, 0.9);
  z-index: -1;
  transform: scale(0, 0);
  opacity: 0.5;
}

.language-menu-wrapper.language-wrapper-open {
  transform: scale(1, 1);
  opacity: 1;
  transition: 0.5s ease-in-out 0.2s;
  -moz-transition: 0.5s ease-in-out 0.2s;
  -webkit-transition: 0.5s ease-in-out 0.2s;
  -o-transition: 0.5s ease-in-out 0.2s;
  z-index: 100;
}

.language-menu-wrapper .language-menu-box {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.language-menu-wrapper .language-menu-inr {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 10px;
  box-sizing: border-box;
  position: relative;
}

.language-menu-wrapper .language-menu-inr .language-menu-close {
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  position: absolute;
  cursor: pointer;
}

.language-menu-wrapper .language-menu-inr .language-menu-close:after {
  content: "×";
  font-size: 100px;
  font-weight: lighter;
  color: #000;
  left: 50%;
  top: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.language-menu-wrapper .language-menu-p01 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto 30px;
  line-height: 1.5;
}

.language-menu-ul {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  font-size: 0;
}

.language-menu-ul li {
  font-size: 13px;
  display: inline-block;
  border-radius: 3000px;
  overflow: hidden;
  width: 18%;
  margin: 0 1% 0;
  box-shadow: 2px 2px 2px #b0b0b0;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.language-menu-ul li:hover {
  box-shadow: 2px 2px 2px #e80003;
}

.language-menu-ul li a {
  display: block;
  width: 100%;
  padding-top: 100%;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.language-menu-ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.language-menu-ul li a.current {
  background-color: #000;
  color: #fff;
}

.language-menu-ul li a:after {
  font-family: FontAwesome;
  content: "\f144";
  color: #ffe001;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
}

/*
#drawer-menu-btn {
	display: none !important;
}*/

/*-- FOOTER --*/

footer {
  padding: 80px 10px 100px;
  background-color: #333333;
  text-align: center;
  box-sizing: border-box;
}

.footer-inr {
  /*max-width: 1020px;*/
  margin: 0 auto;
}

.footer-logo {
  max-width: 140px;
  margin: 0 auto 40px;
}

.footer-logo a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.footer-ul01 {
  margin: 0 auto 40px;
  font-size: 0;
}

.footer-ul01 li {
  width: 48%;
  margin: 0 1%;
  display: inline-block;
  max-width: 320px;
}

.footer-ul01 li a {
  color: #000;
  font-size: 20px;
  display: block;
  padding: 1em 0 0.8em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 300px;
  background-color: #ffe001;
  position: relative;
  border: 2px solid #ffe001;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.footer-ul01 li a:after {
  font-family: FontAwesome;
  content: "\f144";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  font-size: 0.7em;
}

.footer-ul01 li a:hover {
  background-color: #333;
  color: #ffe001;
}

.footer-language-ul {
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  text-align: center;
  font-size: 0;
  margin: 0 auto 30px;
}

.footer-language-ul li {
  display: inline-block;
  font-size: 18px;
}

.footer-language-ul li a {
  display: block;
  padding: 20px 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.footer-language-ul li a:hover {
  color: #ff8800;
}

.footer-language-ul li a.current {
  color: #ffe001;
}

.footer-pri {
  margin: 0 auto 20px;
}

.footer-pri a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 5px 5px;
}

.footer-pri a:hover {
  color: #ff8800;
}

.copy-right {
  font-size: 10px;
  color: #a2a2a2;
  text-align: center;
}

/*-- 各ボタン --*/

.btn-s01 {
  margin: 0 auto 30px;
  text-align: center;
}

.btn-s01 a {
  display: block;
  box-sizing: border-box;
  max-width: 320px;
  margin: 0 auto;
  padding: 1.2em 0 1em;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #ffe001;
  position: relative;
  text-decoration: none;
  border-radius: 300px;
}

.btn-s01 a:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.btn-s01 a:after {
  font-family: FontAwesome;
  content: "\f144";
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 0.8em;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  font-weight: normal;
}

.btn-s01.blackVer a {
  background-color: #000000;
  color: #fff;
}

.huge-yellow-btn {
  padding: 60px 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  max-width: 550px;
}

.huge-yellow-btn a {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  padding: 1.1em 0em 0.9em;
  line-height: 1 !important;
  border-radius: 300px;
  position: relative;
  background-color: #ffe001;
  box-shadow: 2px 2px 2px #ccc;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  border: 2px solid #ffe001;
}

.huge-yellow-btn a:hover {
  background-color: #fff;
  box-shadow: 0px 0px 0px transparent;
}

.huge-yellow-btn a span {
  position: relative;
}

.huge-yellow-btn a span:before {
  width: 1em;
  height: 1em;
  content: "";
  position: absolute;
  left: -1.4em;
  top: 0.1em;
  background: url(../cmn_img/mark03.png) center center no-repeat;
  background-size: auto 100%;
}

.huge-yellow-btn.mailVer a span:before {
  background-image: url(../cmn_img/mark04.png);
  background-size: 100% auto;
}

.huge-yellow-btn a span:after {
  font-family: FontAwesome;
  content: "\f144";
  position: absolute;
  right: -1.4em;
  top: 50%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  font-size: 0.7em;
  font-weight: normal;
}

/*-- 各タイトル --*/

.head01 {
  text-align: center;
  margin: 0 auto 60px;
  font-weight: bold;
  line-height: 1.5 !important;
}

.head01 .jp {
  font-size: 16px;
  display: block;
}

.head01 .jp.big {
  font-size: 22px;
}

.head01 .en1 {
  color: #ffe001;
  font-size: 80px;
  font-weight: bolder;
}

/*==================================================
      pager-wrapper
===================================================*/

.pager-wrapper {
  font-family: "Times New Roman", Times, serif;
  margin: 20px 0 30px;
  text-align: center;
}

.pager-wrapper > p {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}

.pager-wrapper .pager-box {
  display: inline-block;
  padding: 0 60px;
  position: relative;
}

.pager-wrapper .pager-box a {
  font-weight: bold;
}

.pager-wrapper .pager-box .pager-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.pager-wrapper .pager-box .pager-arrow.arrow-prev {
  left: 0px;
}

.pager-wrapper .pager-box .pager-arrow.arrow-next {
  right: 0px;
}

.pager-wrapper .pager-box .pager-arrow a {
  background-color: #9cbca2;
  border: 1px solid #9cbca2;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 30px;
  padding-top: 4px;
  text-decoration: none;
  width: 55px;
}

.pager-wrapper .pager-box .pager-arrow a:hover {
  background-color: #3a7a46;
  border: 1px solid #3a7a46;
}

.pager-wrapper .pager-box .pager-arrow.disable::after {
  background-color: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pager-wrapper .pager-box .pager-arrow.disable a {
  background-color: #ddd;
  border: 1px solid #ddd;
}

.pager-wrapper .pager-box .pager-arrow i {
  display: block;
  margin-top: 3px;
}

.pager-wrapper .pager-box .pager-ul {
  font-size: 0;
  min-width: 300px;
  text-align: center;
}

.pager-wrapper .pager-box .pager-num {
  display: inline-block;
  font-size: 13px;
  margin: 2px 1px;
  text-align: center;
}

.pager-wrapper .pager-box .pager-num a {
  background-color: #9cbca2;
  border: 1px solid #9cbca2;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 30px;
  padding-top: 4px;
  text-decoration: none;
  width: 30px;
}

.pager-wrapper .pager-box .pager-num a:hover {
  background-color: #3a7a46;
  border: 1px solid #3a7a46;
}

.pager-wrapper .pager-box .pager-num.current a {
  background-color: #3a7a46;
  border: 1px solid #3a7a46;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .menu-btn-box {
    width: 60px;
    height: 60px;
    right: 20px;
    top: 20px;
    z-index: 10;
    box-sizing: border-box;
    /*border: 2px solid #fff;*/
  }

  .menu-btn-box .menu-btn:after {
    font-size: 10px;
    margin-top: 13px;
  }

  .language-btn {
    width: 60px;
    right: 20px;
    top: 85px;
    font-size: 8px;
    z-index: 9;
  }

  .contact-rt-btn {
    width: 60px;
    right: 20px;
    top: 115px;
  }

  .contact-rt-btn a {
    font-size: 8px;
  }

  /*.huge-yellow-btn a{
	font-size:20px;
	}*/

  /*--------------------------------------------------
	 Page Overlay
---------------------------------------------------*/
  .preloader-p01 {
    font-size: 60px;
  }

  .preloader-p02 {
    font-size: 100px;
  }
}

@media screen and (max-width: 800px) {
  /*--------------------------------------------------
	 Page Overlay
---------------------------------------------------*/

  .percentage {
    font-size: 16px;
  }

  .preloader-p01 {
    font-size: 27px;
  }

  .preloader-p02 {
    font-size: 50px;
  }

  /*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/
  .spEle {
    display: block;
  }

  br.spEle {
    display: inline-block;
  }

  .pcEle {
    display: none !important;
  }

  .mdSpan i {
    margin-top: 0px;
    padding-top: 0px;
  }

  #topcontrol {
    display: none !important;
  }

  /*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

  /*-- HEADER --*/

  .header-logo {
    width: 130px;
  }

  .header-logo a {
    padding: 20px 20px;
  }

  .menu-btn-box {
    right: 12px;
    top: 12px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
  }

  .menu-btn-box .menu-btn {
    font-size: 8px;
  }

  .menu-btn-box .menu-btn::after {
    margin-top: 10px;
  }

  .menu-btn-box .menu-btn span {
    width: 16px;
    height: 2px;
  }

  .menu-btn-box .menu-btn span:before {
    top: -5px;
  }

  .menu-btn-box .menu-btn span:after {
    bottom: -5px;
  }

  .language-btn {
    font-size: 7px;
    width: 64px;
    top: 12px;
    right: 70px;
    padding: 5px 5px;
  }

  .contact-rt-btn {
    right: 70px;
    top: 38px;
    width: 74px;
  }

  .waku-box:before,
  .waku-box:after {
    height: 10px;
  }

  .waku-inr:before,
  .waku-inr:after {
    width: 10px;
  }

  .schedule-maru-btn {
    width: 80px;
    right: 15px;
    bottom: 15px;
  }

  .language-menu-wrapper .language-menu-inr .language-menu-close {
    top: -60px;
  }

  .language-menu-wrapper .language-menu-p01 {
    font-size: 18px;
  }

  .language-menu-ul {
    width: 100%;
    box-sizing: border-box;
  }

  .language-menu-ul li {
    width: 31%;
    margin-bottom: 10px;
    max-width: 110px;
  }

  .menu-ul {
    margin: 0 auto 40px;
  }

  .menu-ul li {
    margin: 0 auto 20px;
  }

  .menu-ul .jp {
    font-size: 14px;
  }

  .menu-ul .en1 {
    font-size: 16px;
  }

  .menu-language-ul01 li a {
    font-size: 13px;
  }

  /*-- FOOTER --*/

  footer {
    padding: 60px 20px;
  }

  .footer-logo {
    max-width: 100px;
    margin: 0 auto 30px;
  }

  .footer-ul01 {
    max-width: 320px;
    margin: 0 auto 20px;
  }

  .footer-ul01 li {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }

  .footer-ul01 li a {
    font-size: 15px;
  }

  .footer-language-ul {
    margin: 0 auto 20px;
  }

  .footer-language-ul li {
    font-size: 12px;
  }

  .footer-language-ul li a {
    padding: 10px 10px;
  }

  .copy-right {
    font-size: 8px;
  }

  /*-- 各ボタン --*/

  .btn-s01 a {
    font-size: 14px;
  }

  .huge-yellow-btn a {
    font-size: 15px;
  }

  /*.huge-yellow-btn{
	padding:20px 0;
	margin:0 auto 30px;
	}

.top-page .huge-yellow-btn{
	padding:20px 10px;
	}
.huge-yellow-btn a{
	font-size:16px;
	}*/

  /*-- 各タイトル --*/

  .head01 {
    margin: 0 auto 30px;
  }

  .head01 .jp {
    font-size: 13px;
  }

  .head01 .jp.big {
    font-size: 13px;
  }

  .head01 .en1 {
    font-size: 34px;
  }

  /*==================================================
      pager-wrapper
===================================================*/
  .pager-wrapper {
    box-sizing: border-box;
    padding: 0 10px;
  }

  .pager-wrapper .pager-box .pager-ul {
    min-width: 0;
  }

  .pager-wrapper .pager-box {
    margin: 0 auto;
    max-width: 600px;
    min-width: 280px;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .pager-wrapper .pager-box .pager-arrow {
  }

  .pager-wrapper .pager-box .pager-arrow a {
    width: 39px;
  }
}

.res-table01 .yellow-top .simulation-sum {
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 20px 20px;
  background-color: #fcfcfc;
}
.res-table01 td.simulation-sum::after {
  content: "人";
}

.gray-top {
  border-top: 2px solid #bebebe !important;
}

.gray-top th {
  border-top: 2px solid #bebebe !important;
}

.gray-top td {
  border-top: 2px solid #bebebe !important;
}

.res-form-p02 + .err-p {
  margin-top: 10px !important;
}

.p_iconText {
  position: relative;
}
.p_iconText .label_radio {
  margin-left: 30px !important;
}
.p_icon {
  margin-top: 0;
  position: absolute;
  left: 18px;
  top: 2px;
}

@media screen and (max-width: 768px) {
  form .wrapper-span {
    display: block;
  }
}
