@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: 'Noto Sans Japanese';
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a {
  color: #231815;
  text-decoration: none;
}
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}
.taCenter {
  text-align: center !important;
}
.taRight {
  text-align: right !important;
}
/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}
.fwBold {
  font-weight: bold !important;
}
/*------------------------------------------------------------
	Google Material icons
------------------------------------------------------------*/
/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* 推奨サイズ */
  display: inline-flex;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: 'liga';
}
/* アイコンサイズ */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl, .tapCtrl a, .tapCtrl input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*------------------------------------------------------------
	常時右側に出るリンクボタン
------------------------------------------------------------*/
.fixed-button {
  position: fixed;
  right: 10px; /* 左に配置したい場合は left に変更 */
  top: 250px;
  width: 2rem; /* 縦長のボタンサイズ */
  background: rgba(220, 20, 50, 0.8);
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  writing-mode: vertical-rl; /* 縦書き */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.close-button {
  position: absolute;
  top: -20px;
  right: 0px;
  background: #fff;
  color: rgba(220, 20, 50, 0.8);
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}
#linkButton a {
  color: white;
  text-decoration: none;
}
/*------------------------------------------------------------
	youtube動画投稿時にレスポンシブ
------------------------------------------------------------*/
figure {
  display: block;
  margin-block-start: 0em !important;
  margin-block-end: 0em !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #231815;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  background-color: #FFF;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
#container {
  text-align: left;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 16px 17px 13px;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #C7C8C9;
}
#gHeader h1 img {
  width: 120px;
  height: auto;
}
#gHeader .hHome {
  position: absolute;
  /*right: 158px;*/
  /*right: 108px;*/
  right: 50px;
  top: 22px;
  width: 40px;
  height: auto;
}
#gHeader .hRecruit {
  position: absolute;
  right: 58px;
  top: 19px;
  width: 44px;
  height: auto;
}
#gHeader .hMail {
  position: absolute;
  right: 104px;
  top: 22px;
  width: 40px;
  height: auto;
}
#gHeader .hTel {
  position: absolute;
  right: 58px;
  top: 19px;
  width: 32px;
  height: auto;
}
#gHeader .menu {
  position: absolute;
  right: 16px;
  top: 19px;
  width: 27px;
  height: auto;
}
.menuBox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  z-index: 99;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.menuBox .menuInner {
  padding: 64px 0;
  position: relative;
}
.menuBox .menuInner .close {
  position: absolute;
  right: 16px;
  top: 19px;
  width: 27px;
}
.menuBox .menuInner .menuList {
  margin-bottom: 19px;
  border-bottom: 2px solid #E0E0E0;
}
.menuBox .menuInner .menuList li a {
  display: block;
  color: #323232;
  font-size: 1.4rem;
  padding: 12px 20px;
  background: url("../images/common/icon01.png") no-repeat right 17px center;
  background-size: 15px auto;
  border-top: 2px solid #E0E0E0;
}
.menuBox .menuInner p {
  margin: 0 15px 5px;
  color: #106bb4;
  font-size: 1.3rem;
  font-weight: 700;
}
.menuBox .menuInner .menuLink {
  border-top: 2px solid #E0E0E0;
  border-bottom: 2px solid #E0E0E0;
}
.menuBox .menuInner .menuLink li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.menuBox .menuInner .menuLink li:first-child {
  border-right: 1px solid #E0E0E0;
}
.menuBox .menuInner .menuLink li a {
  padding: 10px 0 5px;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #323232;
}
.menuBox .menuInner .menuLink li a img {
  margin: -3px 10px 0 0;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.menuBox .menuInner .menuBanner {
  margin: 30px 15px 0;
}
@media screen and (max-width: 350px) {
  #gHeader {
    padding-left: 5px;
  }
  #gHeader .menu {
    right: 9px;
  }
  #gHeader .hTel {
    right: 45px;
  }
  #gHeader .hMail {
    right: 86px;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 12px 0;
  position: relative;
  background-color: #303131;
}
#gFooter .copyright {
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.28;
}
.pageTop {
  position: absolute;
  width: 44px;
  footer: 0px;
  left: 3px;
  z-index: 100;
}
/*------------------------------------------------------------
	フッター 常時表示メニュー
------------------------------------------------------------*/
#fixed-footer-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 3rem;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(120%);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, visibility 0.5s;
  z-index: 30;
}
#fixed-footer-menu.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.fixed-footer-menu-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.fixed-footer-menu-container .fixed-footer-menu-item:nth-child(1) {
  background-color: #2976d1;
}
.fixed-footer-menu-container .fixed-footer-menu-item:nth-child(2) {
  background-color: #6dcb0d;
}
.fixed-footer-menu-container .fixed-footer-menu-item:nth-child(3) {
  background-color: #f8bb24;
}
.fixed-footer-menu-item {
  flex-basis: 33.333%;
  text-align: center;
}
.fixed-footer-menu-item img {
  width: 30%;
  max-width: 30%;
  height: auto;
  display: block;
  margin: 0 auto 0; 
}
.fixed-footer-menu-item a {
  color: #ffffff;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: 0.5rem;
  line-height: 1.2;
  text-decoration: none;
}
.fixed-footer-menu-text {
  font-size: 10px;
  margin-top: 0; 
  display: block;
  line-height:2.0;
}
/* ×ボタン */
.footer-menu-close {
  position: absolute;
  top: -42px; /* 上に浮かせる */
  right: 10px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  cursor: pointer;
  z-index: 999;
  transition: background 0.3s;
  display: none; /* ←最初は非表示 */
}
.footer-menu-close:hover {
  background: rgba(0, 0, 0, 0.8);
}
/*------------------------------------------------------------
	footerに移動したyoutubeボタン
------------------------------------------------------------*/
a.youtubechannel {
  display: block;
  width: 80%;
  height: auto;
  margin: 20px auto;
}
/*------------------------------------------------------------
	パンくずリスト　Breadcrumb NavXT
------------------------------------------------------------*/
ul.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs {
  background: #eee;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
  overflow: hidden;
  width: 100%;
  font-size: 10px;
}
.breadcrumbs li {
  float: left;
}
.breadcrumbs a {
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);
}
.breadcrumbs li:first-child a {
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}
.breadcrumbs a:hover {
  background: #fff;
}
.breadcrumbs a::after, .breadcrumbs a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}
.breadcrumbs a::after {
  z-index: 2;
  border-left-color: #ddd;
}
.breadcrumbs a::before {
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}
.breadcrumbs a:hover::after {
  border-left-color: #fff;
}
.breadcrumbs .current_item, .breadcrumbs .current_item:hover {
  font-weight: bold;
  background: none;
}
.breadcrumbs .current_item::after, .breadcrumbs .current_item::before {
  content: normal;
}
/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl {
  margin-top: 29px;
}
.comLinkUl li {
  margin-bottom: 17px;
}
.comLinkUl li img {
  width: 100%;
}
.comLinkUl li.line img, .comLinkUl li.line a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
  margin-bottom: 21px;
  text-align: center;
  color: #323232;
  font-size: 2.3rem;
  font-weight: 700;
}
#main .headLine01 span {
  display: inline-block;
  position: relative;
}
#main .headLine01 span:before {
  position: absolute;
  left: 0;
  bottom: -9px;
  right: 0;
  border-bottom: 2px solid #A38A78;
  content: "";
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
  margin-bottom: 21px;
  padding: 16px 1px 17px 25px;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  letter-spacing: -0.5px;
  border-bottom: 1px solid #C7C8C9;
}
#main .headLine02:before {
  position: absolute;
  left: 10px;
  top: 50%;
  height: 40px;
  margin-top: -20px;
  border-left: 4px solid #63A6D6;
  content: "";
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
  margin-bottom: 21px;
  padding: 15px 1px 15px 12px;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  letter-spacing: -0.5px;
  border-bottom: 1px solid #C7C8C9;
}
#main .headLine03 img {
  margin: -10px 9px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 31px;
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
#main .headLine04 {
  margin-bottom: 14px;
  text-align: left;
  font-size: 1.8rem;
  position: relative;
}
#main .headLine04:before {
  left: -11px;
  top: -1px;
  width: 5px;
  height: 24px;
  background-color: #E0417E;
  position: absolute;
  content: "";
}
/*------------------------------------------------------------
	comForm
------------------------------------------------------------*/
.errorMsg {
  color: #e50012;
  margin: 0 10px 20px;
}
#main .comForm .colorTxt {
  margin: 0 10px 21px;
  padding: 11px 10px 13px;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.34;
  color: #fff;
  position: relative;
  background-color: #166DBD;
  border-radius: 5px;
}
#main .comForm .colorTxt:before {
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -8px;
  background: url("../images/common/icon19.png") no-repeat;
  width: 17px;
  height: 15px;
  background-size: 17px 15px;
  content: "";
}
#main .comForm .txt01 {
  margin: 0 8px 24px;
  font-size: 1.6rem;
  line-height: 1.55;
}
#main .comForm .txt02 {
  margin: 0 10px 29px;
  font-size: 1.6rem;
  line-height: 1.55;
}
#main .comForm .txt02 span {
  display: block;
  color: #e50012;
}
#main .comForm .tableBox {
  padding: 10px 9px 13px;
  background-color: #EEEDEE;
  border-top: 4px solid #63A6D6;
}
#main .comForm .tableBox .title {
  margin: 0 4px 21px;
  padding: 0 0 0 31px;
  font-size: 1.8rem;
  font-weight: 700;
  background: url("../images/common/icon20.png") no-repeat left center;
  background-size: 20px 14px;
}
#main .comForm .tableBox table {
  width: 100%;
  border-collapse: collapse;
}
#main .comForm .tableBox table th, #main .comForm .tableBox table td {
  padding-bottom: 10px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1.7rem;
  box-sizing: border-box;
  word-break: break-all;
}
#main .comForm .tableBox table td {
  padding: 0 1px 25px;
}
#main .comForm .tableBox table th .must {
  color: #e50012;
  margin-left: 5px;
}
#main .comForm .tableBox table td input[type="text"], #main .comForm .tableBox table td input[type="email"] {
  width: 100%;
  padding: 0 12px 3px;
  height: 51px;
  font-size: 1.7rem;
  background-color: #fff;
  border: 1px solid #C7C8C9;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
#main .comForm .tableBox table td select {
  width: 100%;
  padding: 0 8px 3px;
  height: 51px;
  font-size: 1.7rem;
  background-color: #fff;
  border: 1px solid #C7C8C9;
  border-radius: 5px;
  background: url("../images/common/select_img01.png") no-repeat right 16px center #fff;
  background-size: 13px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
#main .comForm .tableBox table td .select {
  width: 120px;
  height: 35px;
  background: url("../images/common/select_img02.png") no-repeat right 8px center #fff;
  background-size: 9px 19px;
}
#main .comForm .tableBox table td select::-ms-expand {
  display: none;
}
#main .comForm .tableBox table td .dateUl li {
  display: inline-block;
}
#main .comForm .tableBox table td .dateUl li .select {
  width: 72px;
}
#main .comForm .tableBox table td .dateUl li:not(:last-child) {
  margin-right: 17px;
}
#main .comForm .tableBox table .placeUl li:not(:last-child) {
  margin-bottom: 12px;
}
#main .comForm .tableBox td input::-webkit-input-placeholder { /* WebKit browsers */
  color: #9e9e9f;
  opacity: 1;
}
#main .comForm .tableBox td input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #9e9e9f;
  opacity: 1;
}
#main .comForm .tableBox td input::-moz-placeholder {
  color: #9e9e9f;
  opacity: 1;
}
#main .comForm .tableBox td input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #9e9e9f;
  opacity: 1;
}
#main .comForm .tableBox td .checkBox {
  margin: 0 -1px;
  padding: 15px 5px 15px 5px;
  background-color: #fff;
  border: 2px solid #C7C8C9;
  border-radius: 8px;
}
#main .comForm .tableBox td .checkBox .col2 {
  display: grid;
  grid-template-columns: 0.7fr 1.2fr;
  gap: 2px;
  align-items: start;
  font-size: 1.5rem;
}
#main .comForm .tableBox td .checkBox .opportunity_L, #main .comForm .tableBox td .checkBox .opportunity_R {
  display: contents;
}
#main .comForm .tableBox td .checkBox span {
  vertical-align: 3px;
  display: table-header-group;
}
#main .comForm .tableBox td .radioUl {
  margin: 0 -1px;
  padding: 15px 5px 24px 13px;
  background-color: #fff;
  border: 2px solid #C7C8C9;
  border-radius: 8px;
}
#main .comForm .tableBox td .radioUl li {
  letter-spacing: -1.5px;
}
#main .comForm .tableBox td .radioUl li:not(:last-child) {
  margin-bottom: 14px;
}
#main .comForm .tableBox td .radioBox {
  margin: 0 -1px;
  padding: 15px 5px 24px 13px;
  background-color: #fff;
  border: 2px solid #C7C8C9;
  border-radius: 8px;
}
#main .comForm .tableBox td .radioBox span {
  display: block;
}
#main .comForm .tableBox td .radioBox .wpcf7-list-item {
  margin: 0 0 14px;
  display: block;
  letter-spacing: -1.5px;
}
#main .comForm .tableBox td .radioBox .wpcf7-list-item.last {
  margin-bottom: 0;
}
#main .comForm .tableBox td .radioBox .wpcf7-list-item-label {}
#main .comForm .tableBox td .radioUl01 {
  padding-bottom: 14px;
}
#main .comForm .tableBox td .radioUl01 li {
  display: inline-block;
}
#main .comForm .tableBox td .radioUl01 li:not(:last-child) {
  margin: 0 30px 0 0;
}
#main .comForm .tableBox td input[type="radio"] {
  display: none;
}
#main .comForm .tableBox td input[type="radio"] + label, #main .comForm .tableBox td input[type="radio"] + span {
  padding-left: 23px;
  display: inline-block;
  background: url("../images/common/radio_img01.png") no-repeat left center;
  background-size: 17px 17px;
}
#main .comForm .tableBox td input[type="radio"]:checked + label, #main .comForm .tableBox td input[type="radio"]:checked + span {
  background-image: url("../images/common/radio_img02.png");
}
#main .comForm .tableBox table td textarea {
  width: 100%;
  padding: 0 12px 3px;
  height: 252px;
  font-size: 1.7rem;
  background-color: #fff;
  border: 2px solid #C7C8C9;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
#main .comForm .tableBox table td input[type="date"] {
  width: 200px;
  padding: 0 12px 3px;
  height: 2em;
  font-size: 1.7rem;
  background-color: #fff;
  border: 2px solid #C7C8C9;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
#main .comForm .tableBox table td input[type="number"] {
  width: 200px;
  padding: 0 12px 3px;
  height: 2em;
  font-size: 1.7rem;
  background-color: #fff;
  border: 2px solid #C7C8C9;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
#main .comForm .tableBox table td input[type="checkbox"] {
  width: 20px;
  height: 20px;
  padding: 0 12px 3px;
  background-color: #fff;
  border: 2px solid #C7C8C9;
  border-radius: 4px;
}
#main .comForm .tableBox table td .formTxt01 {
  margin-top: 8px;
  display: block;
  line-height: 1.47;
  font-size: 1.4rem;
}
#main .comForm .tableBox table .thStyle01 {
  padding: 27px 0 9px;
  text-align: center;
}
#main .comForm .tableBox table .thStyle01 span {
  margin-top: 6px;
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.47;
}
#main .comForm .tableBox table .tdStyle01 {
  text-align: center;
}
#main .comForm .tableBox table .tdStyle01 a {
  background-color: #878787;
  border-radius: 3px;
  box-shadow: 0 3px 0 #716F70;
}
/*a  upload */
#main .comForm .a-upload {
  height: 42px;
  position: relative;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#main .comForm .a-upload .mwform-file-delete {
  display: none;
}
#main .comForm .a-upload .showFileName {
  padding: 11px 0 0;
  width: 204px;
  height: 42px;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  border: none;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  box-sizing: border-box;
}
#main .comForm .a-upload input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  z-index: 10;
}
#main .comForm .a-upload .wpcf7-form-control-wrap {
  display: block;
}
#main .comForm .a-upload:hover {
  text-decoration: none
}
#main .comForm .tableBox td .size {
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
}
#main .comForm .submit {
  margin-top: 49px;
  text-align: center;
}
#main .comForm .submit li {
  margin: 0 auto 10px;
  width: 203px;
}
#main .comForm .submit li:last-child {
  margin-bottom: 0;
}
#main .comForm .submit li input {
  padding: 7px 0 8px;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  background: #63A6D6;
  border-radius: 3px;
  box-shadow: 0 3px 0 #4091CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
#main .comForm .agreeTxt {
  margin-top: 18px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.55;
}
#main .comForm .agreeTxt span {
  margin-bottom: 9px;
  display: block;
  font-size: 1.4rem;
}
#main .comForm .agreeTxt a {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.4rem;
  color: #0071c1;
}

#main .comForm a.agreeTxt{
  display: inline-block;
  text-decoration: underline;
  font-size: 1.4rem;
  color: #0071c1;
}

#main .comForm.confirm .tableBox table th .must {
  display: none;
}
#main .comForm.confirm .tableBox table td input[type="text"], #main .comForm.confirm .tableBox table td input[type="email"], #main .comForm.confirm .tableBox table td select, #main .comForm.confirm .tableBox td .radioBox, #main .comForm.confirm .tableBox table td textarea {
  padding: 0;
  height: auto;
  border: none;
  background: #EEEDEE;
}
#main .comForm.confirm .tableBox table td input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #EEEDEE inset;
}
#main .comForm.confirm .tableBox table .placeUl li:not(:last-child) {
  margin-bottom: 0;
}
#main .comForm.confirm .tableBox td .radioBox .wpcf7-list-item {
  display: none;
}
#main .comForm.confirm .tableBox td .radioBox .wpcf7-list-item.show {
  display: block;
}
#main .comForm.confirm .tableBox table .tdStyle01 a {
  height: auto;
  background: none;
  box-shadow: none;
}
#main .comForm.confirm .a-upload .showFileName {
  padding: 0;
  width: auto;
  height: auto;
  color: #231815;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 1.5;
}
label.up_link {
  display: block;
  cursor: pointer;
  background: #63A6D6;
  border-radius: 3px;
  box-shadow: 0 3px 0 #4091CD;
  color: #fff;
  font-size: 1.2em;
  line-height: 2;
  text-align: center;
}
.up_link::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f030";
  margin-right: .3em;
}
label.up_link + img {
  width: 100%;
}
label.up_link input {
  display: none;
}
.img_form {
  position: relative;
  width: 280px;
  margin: 0 auto;
}
a.del {
  text-decoration: none;
}
a.del::after {
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  font-size: 2.0em;
  color: #000;
}
a.del::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 1.8em;
  height: 1.8em;
  background: #fff;
  border-radius: 50%;
}
/*------------------------------------------------------------
	comThanks
------------------------------------------------------------*/
#main .comThanks {
  margin: -4px 10px 0;
}
#main .comThanks .ttl {
  margin-bottom: 15px;
  color: #0071c1;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.45;
}
#main .comThanks .txt {
  margin-bottom: 22px;
  font-size: 1.6rem;
  line-height: 1.55;
  letter-spacing: -1px;
}
#main .comThanks .img {
  margin: 0 39px 17px 0;
  text-align: center;
}
#main .comThanks .img img {
  width: 194px;
}
#main .comThanks .tel {
  text-align: center;
}
#main .comThanks .tel img {
  width: 214px;
}
#main .comThanks .tel span {
  margin-top: 8px;
  display: block;
  font-weight: 500;
  font-size: 1.3rem;
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
  width: 167px;
  margin: 0 auto;
}
#main .comLink a {
  padding: 9px 0 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: url("../images/common/icon05.png") no-repeat right 10px center #1D68AF;
  background-size: 8px 9px;
  border-radius: 5px;
}
/*------------------------------------------------------------
	comButton
------------------------------------------------------------*/
#main .comButton {
  max-width: 316px;
  margin: 0 auto 39px;
}
#main .comButton01 {
  max-width: 336px;
}
#main .comButton a {
  padding: 6px 0 8px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  background: url("../images/common/icon24.png") no-repeat right 5px center #398CCA;
  background-size: 5px 7px;
  box-shadow: 0 3px 0 #0F538E;
  border-radius: 3px;
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
  margin-top: 40px;
  clear: both;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-decoration: none;
  padding: 4px 5px 0;
  margin: 0 5px;
  font-size: 1.4rem;
  border-radius: 50px;
  box-sizing: border-box;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #878787;
}
.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  box-shadow: 0 3px 0 #B3B2B3;
}
.wp-pagenavi .previouspostslink {
  background: url("../images/common/icon26.png") no-repeat center center #F7F7F7;
  background-size: 8px 13px;
}
.wp-pagenavi .nextpostslink {
  background: url("../images/common/icon27.png") no-repeat center center #F7F7F7;
  background-size: 8px 13px;
}
/*------------------------------------------------------------
	comPage
------------------------------------------------------------*/
#main .comPage {
  margin: 69px auto 0;
  width: 282px;
}
#main .comPage .first {
  float: left;
}
#main .comPage .last {
  float: right;
}
#main .comPage .first a, #main .comPage .last a {
  min-height: 29px;
  display: inline-block;
  font-size: 1.4rem;
  box-sizing: border-box;
  background-size: 26px auto !important;
}
#main .comPage .first a {
  padding: 5px 0 0 33px;
  background: url("../images/common/icon28.png") no-repeat left top;
}
#main .comPage .last a {
  padding: 5px 33px 0 0;
  background: url("../images/common/icon29.png") no-repeat right top;
}
#main .comPage .list {
  padding-top: 25px;
  clear: both;
}
#main .comPage .list a {
  padding: 4px 0 5px 12px;
  width: 177px;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto;
  background: url("../images/common/icon26.png") no-repeat left 20px center #F7F7F7;
  background-size: 8px 13px;
  border-radius: 50px;
  box-shadow: 0 3px 0 #B3B2B3;
  box-sizing: border-box;
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
#main .comList {
  margin: 0 0 14px;
  border-top: 1px solid #E0DFDE;
}
#main .comList li {
  padding: 18px 0;
  border-bottom: 1px solid #E0DFDE;
}
#main .comList li .imgBox {
  overflow: hidden;
}
#main .comList li .photo {
  padding-top: 1px;
  width: 100px;
  float: left;
}
#main .comList li .txtBox {
  padding: 0 0 0 111px;
}
#main .comList li .txtBox .sort {
  padding: 2px 0 3px;
  margin-bottom: 8px;
  width: 50px;
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: #A38A78;
}
#main .comList li .txtBox .date {
  margin-bottom: 7px;
  display: block;
  font-weight: 500px;
  color: #717071;
  font-size: 1.1rem;
}
#main .comList li .txtBox .title {
  font-size: 1.4rem;
  color: #323232;
  font-weight: 700;
  line-height: 1.4;
}
#main .comList li .link {
  margin-top: 12px;
}
#main .comList li .link a {
  padding: 5px 0 6px;
  display: block;
  text-align: center;
  color: #323232;
  font-size: 1rem;
  border: 1px solid #281E1C;
  border-radius: 2px;
}
#main .comList li .link a span {
  padding-right: 12px;
  display: inline-block;
  background: url("../images/common/icon04.png") no-repeat center right;
  background-size: 7px 9px;
}
/*------------------------------------------------------------
	comBtmBox
------------------------------------------------------------*/
.comBtmBox {
  margin: 31px 15px 0;
}
.comBtmBox .btmList {
  margin-bottom: 35px;
  border-top: 2px solid #E0DFDE;
  border-bottom: 2px solid #E0DFDE;
}
.comBtmBox .btmList > li {
  background: url("../images/common/line01.png") repeat-x left top;
  background-size: 3px 1px;
}
.comBtmBox .btmList > li:first-child {
  background: none;
}
.comBtmBox .btmList li li {
  width: 33.33%;
  float: left;
  position: relative;
}
.comBtmBox .btmList li li:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  bottom: 0;
  background: url("../images/common/line02.png") repeat-y;
  background-size: 2px 3px;
  content: "";
}
.comBtmBox .btmList li:last-child li:before {
  top: 0;
  bottom: 8px;
}
.comBtmBox .btmList li:first-child li:before {
  bottom: 0;
  top: 8px;
}
.comBtmBox .btmList li li:last-child:before {
  display: none;
}
.comBtmBox .btmList li a {
  padding-top: 10px;
  display: block;
  text-align: center;
  position: relative;
  height: 95px;
  box-sizing: border-box;
}
.comBtmBox .btmList li a span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  line-height: 1.16;
  font-size: 1.15rem;
}
.comBtmBox .link {
  margin: 0 -1px 22px;
}
.comBtmBox .link img {
  width: 100%;
}
.comBtmBox .map {
  margin: 0 -15px;
  position: relative;
  padding-bottom: 52.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.comBtmBox .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comBtmBox .greenBox {
  margin: 0 -15px 30px;
  padding: 28px 28px 15px;
  background-color: #F0FAE7;
}
.comBtmBox .greenBox .ttl {
  margin-bottom: 21px;
  font-size: 1.8rem;
  color: #323232;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.comBtmBox .greenBox dt {
  padding: 3px 0 4px;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #009143;
}
.comBtmBox .greenBox dt:before {
  position: absolute;
  left: -9px;
  top: 0;
  bottom: 0;
  background: url("../images/common/icon_bg01.png") no-repeat;
  width: 9px;
  height: 100%;
  background-size: 100% 100% !important;
  content: "";
}
.comBtmBox .greenBox dt:after {
  position: absolute;
  right: -9px;
  top: 0;
  bottom: 0;
  background: url("../images/common/icon_bg02.png") no-repeat;
  width: 9px;
  height: 100%;
  background-size: 100% 100% !important;
  content: "";
}
.comBtmBox .greenBox .bgDt {
  background-color: #6ECF36;
}
.comBtmBox .greenBox .bgDt:before {
  background: url("../images/common/icon_bg03.png") no-repeat;
}
.comBtmBox .greenBox .bgDt:after {
  background: url("../images/common/icon_bg04.png") no-repeat;
}
.comBtmBox .greenBox dd {
  padding: 10px 0 20px;
  text-align: left;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.37;
}
.comBtmBox .grayBox {
  margin: 0 -15px;
  padding: 29px 15px 25px;
  background-color: #EEECED;
}
.comBtmBox .grayBox .whiteBox {
  width: 316px;
  margin: 0 auto 28px;
  padding: 14px 13px 7px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #1E68AF;
}
.comBtmBox .grayBox .whiteBox .ttl {
  margin: 0 0 14px 8px;
  color: #126cb4;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}
.comBtmBox .grayBox .whiteBox .ttl span {
  padding: 0 10px 0 19px;
  display: inline-block;
  position: relative;
}
.comBtmBox .grayBox .whiteBox .ttl span:before {
  position: absolute;
  left: 0;
  top: 4px;
  background: url("../images/common/line03.png") no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  content: "";
}
.comBtmBox .grayBox .whiteBox .ttl span:after {
  position: absolute;
  right: 0;
  top: 4px;
  background: url("../images/common/line04.png") no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  content: "";
}
.comBtmBox .grayBox .whiteBox dt {
  padding: 3px 0 4px;
  width: 47px;
  text-align: center;
  float: left;
  font-size: 1rem;
  color: #fff;
  background-color: #1E68AF;
  border-radius: 5px;
  box-sizing: border-box;
}
.comBtmBox .grayBox .whiteBox dd {
  padding: 0 0 7px 57px;
  line-height: 1.75;
  font-size: 1.1rem;
  color: #221714;
}
.comBtmBox .grayBox .colorTxt {
  margin-bottom: 15px;
  text-align: center;
  color: #126cb4;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.comBtmBox .grayBox .colorTxt span {
  margin-top: 6px;
  display: block;
  font-size: 1.4rem;
  color: #221714;
}
.comBtmBox .grayBox .txt {
  margin-bottom: 31px;
  line-height: 1.52;
  font-size: 1.3rem;
  font-weight: 500;
  color: #323232;
}
.comBtmBox .grayBox .linkTxt {
  margin-top: 27px;
  text-align: center;
}
.comBtmBox .grayBox .linkTxt a {
  display: inline-block;
  color: #126cb4;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 334px) {
  .comBtmBox .grayBox .whiteBox {
    width: 290px;
  }
}
/*------------------------------------------------------------
	お問い合わせありがとう 
contact_thanks event_thanks present_thanks 
seminar_thanks　support_thanks
------------------------------------------------------------*/
.thanks_message {
  border: solid 4px #36A2DF;
  padding: 1em;
  margin: 1em auto;
}
.thanks_message h3 {
  font-size: 1.4em;
  color: #ED2F32;
  margin-bottom: 1em;
}
.thanks_message .text01 {
  font-weight: bold;
  margin-bottom: 1em;
}
.thanks_message .text02 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2em;
}
.thanks_message .text03 {}
.thanks_message img {
  width: 30%;
  height: auto;
  vertical-align: text-bottom;
}
.thanks_message .text03 strong {
  font-weight: bold;
}

