@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 近未来採用サイト
*/
body, input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
}

* {
  margin: 0;
  padding: 0;
}

body, html {
  scroll-behavior: smooth;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
  font-size: 1vw;
  line-height: 2em;
  letter-spacing: 0;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 1350px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10em 0;
  z-index: 1;
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 10%;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  min-height: 40vw;
}
@media screen and (min-aspect-ratio: 5/2) {
  #header {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 40vw;
  }
}
#header .innerbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#header.fixnav, body:not(#front-page) #header {
  width: 100%;
  height: 3.6em;
  min-height: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

#wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

#footer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
}

/* 欧文フォント */
.eg {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
}

.eg_maintxt {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
}

/* 日本語フォント */
.jp {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
}

/* 文字寄せ */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ノートパソコン改行 */
@media screen and (max-width: 1350px) {
  .npbr {
    display: block;
  }
}

/* タブレット改行 */
@media screen and (max-width: 768px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* 見出し */
.sec_ttl {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1em;
  padding-bottom: 1em;
}

/* 段落 */
p {
  padding-bottom: 2em;
}

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #008fd0;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

/* インラインブロック */
.ib {
  display: inline-block;
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.imgbox {
  line-height: 0;
}

/* =======================================================================================================================
　　　　　　　　　読み込み遅延
======================================================================================================================= */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 読み込み遅延 */
.lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload1 {
  transform: translate(0, 10em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-10em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(10em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -10em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

/* リンク */
a {
  text-decoration: none;
  color: #008fd0;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #0e3893;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ボタン */
.btn a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 1.2em;
  padding: 0 2.7em 0.25em 0;
  line-height: 1em;
  color: #000;
  border-bottom: 0.13em solid #000;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.btn a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: auto;
  left: auto;
  right: -0.27em;
  bottom: -0.27em;
  border-radius: 50%;
  background: #000;
}
.btn a:hover {
  padding-right: 3.5em;
}
.btn a span {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
}

/* 新着情報 */
.post_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.post_list li.fbox {
  position: relative;
  box-sizing: border-box;
}
.post_list li.fbox a {
  position: relative;
  box-sizing: border-box;
  display: block;
  /* サムネイル */
  /* タイトル・日付 */
}
.post_list li.fbox a .thumb {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #008fd0;
  overflow: hidden;
}
.post_list li.fbox a .thumb::before {
  content: "";
  display: block;
  padding-top: 140%;
}
.post_list li.fbox a .thumb span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.post_list li.fbox a .thumb span img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  height: 100% !important;
  max-width: none !important;
}
.post_list li.fbox a:hover .thumb span img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.post_list li.fbox a .txtbox {
  width: 1em;
  position: absolute;
  top: 0;
  left: -1.5em;
  right: auto;
  bottom: 0;
  margin: auto;
  line-height: 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 1350px) {
  .post_list li.fbox a .txtbox {
    left: -1.25em;
  }
}
.post_list li.fbox a .txtbox .txtinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  writing-mode: vertical-rl;
}
.post_list li.fbox a .txtbox .date {
  display: inline;
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  color: #008fd0;
}
.post_list li.fbox a .txtbox .post_ttl {
  display: inline;
  font-size: 0.8em;
  padding-top: 0.5em;
  padding-bottom: 0;
}

/* ================= フォーム（全ページ共通） ============================================================ */
.freepage-ctt .sec .gform,
.gform {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
}
.freepage-ctt .sec .gform:last-child,
.gform:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .gform .formbox,
.gform .formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  /* 段落 */
  /* -------------------------- Google Form ------------------------------------------- */
}
.freepage-ctt .sec .gform .formbox p,
.gform .formbox p {
  padding-bottom: 1em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm,
.gform .formbox .autoConfirm {
  /* セクション ------------------------------------------- */
  /* ボタン ------------------------------------------- */
  /* 確認画面 ------------------------------------------- */
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec,
.gform .formbox .autoConfirm .form_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* 見出し */
  /* 段落 */
  /* 画像タイトル */
  /* 画像 */
  /* 動画タイトル */
  /* 動画テキスト */
  /* 動画 */
  /* フォーム */
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .parts-copy,
.gform .formbox .autoConfirm .form_sec .parts-copy {
  padding-bottom: 0.75em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .parts-copy:last-child,
.gform .formbox .autoConfirm .form_sec .parts-copy:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .desc-text,
.gform .formbox .autoConfirm .form_sec .desc-text {
  line-height: 1.5em;
  padding-bottom: 1em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .desc-text:last-child,
.gform .formbox .autoConfirm .form_sec .desc-text:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .img-title,
.gform .formbox .autoConfirm .form_sec .img-title {
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .img-title:last-child,
.gform .formbox .autoConfirm .form_sec .img-title:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .form_img,
.gform .formbox .autoConfirm .form_sec .form_img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .form_img img,
.gform .formbox .autoConfirm .form_sec .form_img img {
  max-width: 100%;
  height: auto;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .form_img:last-child,
.gform .formbox .autoConfirm .form_sec .form_img:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .video-title,
.gform .formbox .autoConfirm .form_sec .video-title {
  font-size: 1em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .video-title:last-child,
.gform .formbox .autoConfirm .form_sec .video-title:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .video-text,
.gform .formbox .autoConfirm .form_sec .video-text {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .video-text:last-child,
.gform .formbox .autoConfirm .form_sec .video-text:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .youtube_box,
.gform .formbox .autoConfirm .form_sec .youtube_box {
  margin-bottom: 1em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec .youtube_box:last-child,
.gform .formbox .autoConfirm .form_sec .youtube_box:last-child {
  margin-bottom: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec div.center, .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec div.left, .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec div.right,
.gform .formbox .autoConfirm .form_sec div.center,
.gform .formbox .autoConfirm .form_sec div.left,
.gform .formbox .autoConfirm .form_sec div.right {
  padding-bottom: 1em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec div.center:last-child, .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec div.left:last-child, .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec div.right:last-child,
.gform .formbox .autoConfirm .form_sec div.center:last-child,
.gform .formbox .autoConfirm .form_sec div.left:last-child,
.gform .formbox .autoConfirm .form_sec div.right:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt,
.gform .formbox .autoConfirm .form_sec ul.form_ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  margin-bottom: 3.75em;
  /* フォーム行 ------------------------------------------- */
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt:last-child,
.gform .formbox .autoConfirm .form_sec ul.form_ctt:last-child {
  margin-bottom: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0.25em;
  background: #fff;
  color: #000;
  /* 見出し */
  /* 内容 ------------------------------------------- */
}
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li,
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li {
  background: #e3eff4;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h {
  position: relative;
  box-sizing: border-box;
  width: 15em;
  padding: 1em;
  line-height: 1em;
  font-weight: 700;
  background: #008fd0;
  color: #fff;
  display: flex;
  align-items: center;
}
.sec_bg3 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h,
.sec_bg3 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h {
  background: #e3eff4;
  color: #008fd0;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h,
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h {
    width: 100%;
  }
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  padding: 1em;
  line-height: 1em;
  font-weight: 500;
  background: #fff;
  color: #000;
  /* 説明文 */
  /* 説明画像 */
  /* フォームパーツ ------------------------------------------- */
  /* 幅100%パーツ */
  /* マウスオーバー時カーソルポインター */
  /* テキストエリア */
  /* チェックボックス・ラジオボタン（デザインボタン） */
  /* 画像付きチェックボックス */
  /* 均等目盛 */
  /* グリッド */
}
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d,
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d {
  background: #e3eff4;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d,
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d {
    width: 100%;
  }
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d p,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d p {
  font-size: 0.8em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  opacity: 0.6;
  filter: alpha(opacity=70);
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d p:last-child,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d p:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 0;
  padding-bottom: 0.75em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img img,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img img {
  max-width: 100%;
  height: auto;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img:last-child,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=text],
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=email],
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=url],
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=number],
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=date],
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=time],
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=datetime-local],
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea,
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=text],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=email],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=url],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=number],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=date],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=time],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=datetime-local],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-size: 1em;
  line-height: 1em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  border: none;
  background: #ececec;
}
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=text],
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=email],
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=url],
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=number],
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=date],
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=time],
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=datetime-local],
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea,
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select,
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=text],
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=email],
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=url],
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=number],
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=date],
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=time],
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=datetime-local],
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea,
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=text],
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=email],
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=url],
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=number],
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=date],
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=time],
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=datetime-local],
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea,
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select,
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=text],
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=email],
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=url],
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=number],
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=date],
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=time],
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=datetime-local],
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea,
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select {
    padding: 0.5em;
  }
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=text],
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=email],
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=url],
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=tel],
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=text],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=email],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=url],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type=tel],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea {
  width: 100%;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select,
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set label,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set label {
  cursor: pointer;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea {
  height: 10em;
  line-height: 1.5em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set {
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  padding: 0.5em 1.5em 0.5em 0;
  /* チェックボックス */
  /* ラジオボタン */
  /* その他 */
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set:last-child,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set:last-child {
  padding-right: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set label,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set label {
  display: inline;
  padding-left: 0.25em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox] {
  position: relative;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=70);
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox] + label::before, .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox] + label::after,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox] + label::before,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox] + label::after {
  content: "";
  display: block;
  line-height: 1em;
  position: absolute;
  top: 0.8em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 0.7em;
  height: 0.7em;
  transition: 0.2s ease;
  backface-visibility: hidden;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox] + label::before,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox] + label::before {
  z-index: 1;
  box-sizing: content-box;
  border-radius: 0.2em;
  border: #008fd0 solid 1px;
  background: #fff;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox] + label::after,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox] + label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f00c";
  top: calc(0.9em + 1px);
  left: 1px;
  z-index: 2;
  color: #fff;
  text-indent: 0.1em;
  opacity: 0;
  filter: alpha(opacity=70);
  transform: scale(0.6);
  transform-origin: 0 0;
  overflow: hidden;
  width: 0;
  height: 1.17em;
  transition-delay: 0.2s;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox]:checked + label::before,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox]:checked + label::before {
  background: #008fd0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox]:checked + label::after,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox]:checked + label::after {
  width: 1.17em;
  opacity: 100;
  filter: alpha(opacity=70);
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio] {
  position: relative;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=70);
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio] + label::before, .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio] + label::after,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio] + label::before,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 0.7em;
  height: 0.7em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border-radius: 50%;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio] + label::before,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio] + label::before {
  z-index: 1;
  box-sizing: content-box;
  border: #008fd0 solid 1px;
  background: #fff;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio] + label::after,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio] + label::after {
  top: calc(0.75em + 2px);
  left: 2px;
  z-index: 2;
  box-sizing: border-box;
  border: #fff solid 0.15em;
  background: #0e3893;
  opacity: 0;
  filter: alpha(opacity=70);
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio]:checked + label::before,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio]:checked + label::before {
  border: #008fd0 solid 2px;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio]:checked + label::after,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio]:checked + label::after {
  opacity: 100;
  filter: alpha(opacity=70);
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=text],
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=text] {
  width: 10em;
  height: 2.5em;
  display: inline;
  line-height: 1em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox].other:checked + label::before,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox].other:checked + label::before {
  top: 1.3em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox].other:checked + label::after,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=checkbox].other:checked + label::after {
  top: calc(1.4em + 1px);
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio].other:checked + label::before,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio].other:checked + label::before {
  top: 1.25em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio].other:checked + label::after,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type=radio].other:checked + label::after {
  top: calc(1.25em + 2px);
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: -2%;
}
@media screen and (max-width: 1350px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox,
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
    margin-top: -4%;
  }
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox,
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
    margin-top: -1em;
  }
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option {
  position: relative;
  box-sizing: border-box;
  width: 32%;
  margin-right: 2%;
  margin-top: 2%;
  /* 画像 */
  /* テキスト */
}
@media screen and (min-width: 1351px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option:nth-child(3n),
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option,
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 1350px) and (min-width: 481px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option:nth-child(2n),
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option,
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option {
    width: 100%;
    margin-right: 0;
    margin-top: 1em;
  }
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 0;
  border-radius: 0.5em;
  background: #e3eff4;
  cursor: pointer;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img::before,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img::before {
  content: "";
  display: block;
  padding-top: 79%;
}
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img,
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img {
  background: #fff;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img span,
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img span,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  margin: auto;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img span img,
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img img,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img span img,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img:hover,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img:hover {
  border: #008fd0 solid 0.2em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img:hover span,
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img:hover .empty-img,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img:hover span,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img:hover .empty-img {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  right: 0.3em;
  bottom: 0.3em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008fd0;
  opacity: 0.25;
  filter: alpha(opacity=70);
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img::before,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img::before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  font-weight: 400;
  font-size: 4em;
  color: #fff;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .input_set,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .input_set {
  display: block;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set {
  /* 左右テキスト */
  /* ラジオボタン */
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option {
  padding-right: 2em;
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option,
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option {
    padding-right: 1em;
  }
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option:last-child,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option:last-child {
  padding-right: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set {
  min-width: 1em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set,
  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set {
    padding-right: 1em;
  }
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set input, .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set input,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label {
  display: block;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label {
  padding-left: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::before, .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::after,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::before,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::after {
  left: 0.125em !important;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::before,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::before {
  top: 0 !important;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::after,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::after {
  top: 2px !important;
  left: calc(0.125em + 2px) !important;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table {
  width: 100%;
  border-spacing: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table th, .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table td,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table th,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table td {
  padding: 0.75em;
  text-align: center;
  border-bottom: #e3eff4 solid 1px;
}
.sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table th, .sec_bg1 .freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table td,
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table th,
.sec_bg1 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table td {
  border-bottom: #fff solid 1px;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table th,
.gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table th {
  font-weight: 500;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .btn_list,
.gform .formbox .autoConfirm .btn_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  text-align: center;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=button],
.freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=submit],
.gform .formbox .autoConfirm .btn_list input[type=button],
.gform .formbox .autoConfirm .btn_list input[type=submit] {
  display: inline-block;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-size: 1vw;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  margin: 0 1em;
  cursor: pointer;
  border: none;
  width: 12em;
  padding: 1em;
  text-align: center;
  background: #008fd0;
  color: #fff;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=button],
  .freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=submit],
  .gform .formbox .autoConfirm .btn_list input[type=button],
  .gform .formbox .autoConfirm .btn_list input[type=submit] {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=button],
  .freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=submit],
  .gform .formbox .autoConfirm .btn_list input[type=button],
  .gform .formbox .autoConfirm .btn_list input[type=submit] {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=button],
  .freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=submit],
  .gform .formbox .autoConfirm .btn_list input[type=button],
  .gform .formbox .autoConfirm .btn_list input[type=submit] {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=button],
  .freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=submit],
  .gform .formbox .autoConfirm .btn_list input[type=button],
  .gform .formbox .autoConfirm .btn_list input[type=submit] {
    width: 8em;
    margin: 0 0.5em;
  }
}
.sec_bg3 .freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=button],
.sec_bg3 .freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=submit],
.sec_bg3 .gform .formbox .autoConfirm .btn_list input[type=button],
.sec_bg3 .gform .formbox .autoConfirm .btn_list input[type=submit] {
  border: #fff solid 0.2em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=button]:hover,
.freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=submit]:hover,
.gform .formbox .autoConfirm .btn_list input[type=button]:hover,
.gform .formbox .autoConfirm .btn_list input[type=submit]:hover {
  transform: translate(0, 0.2em);
}
.freepage-ctt .sec .gform .formbox .autoConfirm .btn_list input[type=button],
.gform .formbox .autoConfirm .btn_list input[type=button] {
  background-color: #008fd0;
  background-image: url("../../../images/ya2.svg");
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec,
.gform .formbox .autoConfirm.confirm .form_sec {
  /* 入力内容 */
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec::after,
.gform .formbox .autoConfirm.confirm .form_sec::after {
  content: "上記内容で送信します。宜しければ送信ボタンを押してください。（※まだ送信は終わっていません）";
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
  padding-top: 3.75em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul,
.gform .formbox .autoConfirm.confirm .form_sec ul {
  padding: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li,
.gform .formbox .autoConfirm.confirm .form_sec ul li {
  margin-bottom: 1px;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li:last-child,
.gform .formbox .autoConfirm.confirm .form_sec ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_h,
  .gform .formbox .autoConfirm.confirm .form_sec ul li .form_h {
    border-bottom: #000 dashed 1px;
  }
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d {
  /* 説明文非表示 */
  /* テキスト行 */
  /* ラジオボタン・チェックボックス */
  /* 画像付きラジオボタン・チェックボックス */
  /* 均等目盛 */
  /* グリッド */
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d p,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d p {
  display: none;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d span.autoConfirmVal,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d span.autoConfirmVal {
  display: inline-block;
  line-height: 1.5em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set {
  padding-right: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set input, .freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set label,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set input,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set label {
  display: none;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .img-checkbox,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .img-checkbox {
  display: block;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .img-checkbox .img-option,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .img-checkbox .img-option {
  width: auto;
  margin: 0;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .scale_set .input_set,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .scale_set .input_set {
  position: absolute;
  top: 50%;
  left: 1em;
  right: auto;
  bottom: auto;
  transform: translate(0, -50%);
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table {
  width: auto;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table th, .freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table th,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td {
  border-bottom: none;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table th,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table th {
  display: none;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td {
  padding: 0;
  line-height: 1.5em;
}
.freepage-ctt .sec .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td .input_set span::before,
.gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td .input_set span::before {
  content: "：";
  padding-right: 1em;
  display: inline-block;
}

/* 必須項目 */
.required {
  color: #fff45c;
  padding-left: 0.5em;
}
.sec_bg3 .required {
  color: #008fd0;
}

/* エラー文 */
.alert {
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.25em;
  color: #008fd0;
  margin-top: 1em;
  padding-bottom: 0;
  padding-left: 1.4em;
}
.alert::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f071";
  position: absolute;
  top: 0.125em;
  left: 0.125em;
  right: auto;
  bottom: auto;
}

.err-text {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 2em;
}
@media screen and (min-width: 769px) {
  .err-text {
    text-align: center;
  }
}
.err-text .alert {
  display: inline-block;
  line-height: 1.5em;
  padding: 0.75em;
  padding-bottom: 0.75em !important;
  padding-left: 2.15em;
  border: #008fd0 dotted 2px;
  background: #fff45c;
}
.err-text .alert::before {
  position: absolute;
  top: 1em;
  left: 0.75em;
  right: auto;
  bottom: auto;
}
.err-text .alert a {
  text-decoration: underline;
  color: #0e3893;
}

/* フレキシブルボックス */
ul.flex {
  list-style: none inside;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.flex4 {
  margin-top: -4%;
}
@media screen and (max-width: 768px) {
  .flex.flex4 {
    margin-top: -5%;
  }
}
@media screen and (max-width: 480px) {
  .flex.flex4 {
    margin-top: -8%;
  }
}
@media screen and (min-width: 769px) {
  .flex.flex4 .fbox {
    width: 22%;
    margin-right: 4%;
    margin-top: 4%;
  }
  .flex.flex4 .fbox:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .flex.flex4 .fbox {
    width: 30%;
    margin-right: 5%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .flex.flex4 .fbox:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .flex.flex4 .fbox {
    width: 46%;
    margin-right: 8%;
    margin-top: 8%;
  }
  .flex.flex4 .fbox:nth-child(2n) {
    margin-right: 0;
  }
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
/* ロゴ・ナビゲーション共通トップ位置 */
/* グローバルナビゲーション（共通） */
.gnav ul {
  list-style: none inside;
}
.gnav ul li {
  font-size: 0.85em;
  line-height: 1.4em;
}
.gnav ul li.top a {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 1.2em;
}

/* エントリーボタン共通 */
.entrybtn a {
  height: 3.6em;
  background: #fff45c;
  color: #008fd0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entrybtn a .eg, .entrybtn a .jp {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1em;
  text-align: center;
}
.entrybtn a .eg {
  font-size: 1.2em;
}
.entrybtn a .jp {
  transform: scale(0.6);
}

/* ================= アニメーション ============================================================ */
@keyframes ya_mov {
  0% {
    bottom: 0.8em;
  }
  25% {
    bottom: 0em;
  }
  100% {
    bottom: 0.8em;
  }
}
/* ================= ヘッダー ============================================================ */
#header {
  transition: 1s ease;
  backface-visibility: hidden;
  /* ロゴマーク */
  /* -------------------------- グローバルナビゲーション ------------------------------------------- */
  /* -------------------------- 固定ボタン ------------------------------------------- */
  /* -------------------------- スクロール時・下層ページ ------------------------------------------- */
}
#header .logo {
  position: absolute;
  top: 0.5em;
  left: 5%;
  right: auto;
  bottom: auto;
  font-size: 1em;
  width: 16.6em;
  z-index: 999;
  transition: 1s ease;
  backface-visibility: hidden;
  transition-delay: 1s;
}
@media screen and (max-width: 1350px) {
  #header .logo {
    width: 12em;
  }
}
@media screen and (max-width: 768px) {
  #header .logo {
    width: 9em;
    top: 0.75em;
  }
}
#header .logo img {
  width: 100%;
  height: auto;
}
#header .logo img.logo2 {
  display: none;
}
#header .gnav {
  position: absolute;
  top: calc(50% - 7.5em);
  right: 10em;
  bottom: 4em;
  margin: auto;
  padding-left: 2.3em;
  padding-bottom: 0.2em;
  transition: 1s ease;
  backface-visibility: hidden;
  overflow: hidden;
  /* 縦線 */
  /* 矢頭 */
  /* 読み込み時 */
}
@media screen and (max-aspect-ratio: 20/27) {
  #header .gnav {
    top: auto;
    height: 79vw;
  }
}
@media screen and (max-aspect-ratio: 1/2) {
  #header .gnav {
    top: 8em;
    right: auto;
    left: 15%;
    bottom: 130vw;
    height: auto;
  }
}
@media screen and (max-width: 1350px) {
  #header .gnav {
    right: 5em;
  }
}
@media screen and (max-width: 768px) {
  #header .gnav {
    right: 2em;
  }
}
#header .gnav::before {
  content: "";
  display: block;
  box-sizing: border-box;
  border-left: #fff solid 3px;
  position: absolute;
  top: 0;
  left: 0.5em;
  right: auto;
  bottom: 0;
  left: calc(0.5em - 1px);
  width: 1px;
  margin: auto;
  transition-delay: 1s;
  transition: 1s ease;
  backface-visibility: hidden;
  transform: translate(0, -100%);
  animation: ya_mov linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: ya_mov linear 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ya_mov linear 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: ya_mov linear 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: ya_mov linear 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
#header .gnav::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: auto;
  left: 0.25em;
  right: auto;
  bottom: 0;
  animation: ya_mov linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: ya_mov linear 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ya_mov linear 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: ya_mov linear 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: ya_mov linear 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  transition-delay: 1s;
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, calc(-50vh - 3.5em));
}
@media screen and (max-aspect-ratio: 20/27) {
  #header .gnav::after {
    transform: translate(0, -79vw);
  }
}
@media screen and (max-aspect-ratio: 1/2) {
  #header .gnav::after {
    transform: translate(0, calc(-100vh + 130vw + 8em));
  }
}
#header .gnav.lazyloaded::before {
  transform: translate(0, 0);
  transition-delay: 1s;
}
#header .gnav.lazyloaded::after {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
  transition-delay: 1s;
}
#header .gnav ul {
  position: relative;
  box-sizing: border-box;
  transform: translate(-10em, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s ease;
  backface-visibility: hidden;
  transition-delay: 0.5s;
}
@media screen and (max-aspect-ratio: 20/27) {
  #header .gnav ul {
    top: -0.5em;
  }
}
@media screen and (max-aspect-ratio: 1/2) {
  #header .gnav ul {
    top: 1.4em;
  }
}
#header .gnav ul li {
  padding-bottom: 1em;
}
#header .gnav ul li a {
  color: #fff;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: 2px 0;
}
#header .gnav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.5s ease;
  backface-visibility: hidden;
  transform: translate(-105%, 0);
}
#header .gnav ul li a:hover::after {
  transform: translate(0, 0);
}
#front-page #header .gnav ul li.top {
  display: none;
}
#header .gnav.lazyloaded ul {
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .fixbtn {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  transition-delay: 1s;
}
#header .fixbtn a {
  width: 7em;
}
@media screen and (max-width: 768px) {
  #header .fixbtn a {
    width: 6em;
  }
}
@media screen and (min-width: 769px) {
  #header .fixbtn a:hover {
    padding-right: 0.5em;
  }
}
#header.fixnav, body:not(#front-page) #header {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  /* ロゴマーク */
  /* グローバルナビゲーション ------------------------------------------- */
}
#header.fixnav .logo, body:not(#front-page) #header .logo {
  width: 11em;
  left: 10%;
}
#header.fixnav .logo img, body:not(#front-page) #header .logo img {
  width: 100%;
  height: auto;
}
#header.fixnav .logo img.logo1, body:not(#front-page) #header .logo img.logo1 {
  display: none;
}
#header.fixnav .logo img.logo2, body:not(#front-page) #header .logo img.logo2 {
  display: inherit;
}
@media screen and (min-width: 769px) {
  #header.fixnav .gnav, body:not(#front-page) #header .gnav {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 0;
    transition: 1s ease;
    backface-visibility: hidden;
  }
  #header.fixnav .gnav::before, #header.fixnav .gnav::after, body:not(#front-page) #header .gnav::before, body:not(#front-page) #header .gnav::after {
    content: none;
  }
  #header.fixnav .gnav ul, body:not(#front-page) #header .gnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    height: 3.6em;
  }
  #header.fixnav .gnav ul li, body:not(#front-page) #header .gnav ul li {
    line-height: 1em;
    padding-bottom: 0;
    padding-right: 2em;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header.fixnav .gnav ul li, body:not(#front-page) #header .gnav ul li {
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  #header.fixnav .gnav ul li:last-child, body:not(#front-page) #header .gnav ul li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  #header.fixnav .gnav ul li:last-child, body:not(#front-page) #header .gnav ul li:last-child {
    padding-right: 2em;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header.fixnav .gnav ul li:last-child, body:not(#front-page) #header .gnav ul li:last-child {
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  #header.fixnav .gnav ul li a, body:not(#front-page) #header .gnav ul li a {
    color: #000;
  }
  #header.fixnav .gnav ul li a::after, body:not(#front-page) #header .gnav ul li a::after {
    background: #000;
  }
}
@media screen and (max-width: 768px) {
  #header.fixnav .gnav, body:not(#front-page) #header .gnav {
    display: none;
  }
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn, .hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .hm_btn, .hm_menu_wrap {
    display: block;
  }
}

.hm_menu_check { /* チェックボックスを隠す */
  display: none;
}

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 1.33em;
  height: 1.2em;
  cursor: pointer;
  border-left: transparent solid 1.8em;
  border-right: transparent solid 1.8em;
  border-top: transparent solid 1.25em;
  border-bottom: transparent solid 1.25em;
  position: fixed;
  top: 0;
  left: auto;
  right: 6em;
  bottom: auto;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
  transition-delay: 1s;
}
.hm_btn::before, .hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #fff 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}
.hm_btn.fixnav::before, .hm_btn.fixnav::after, body:not(#front-page) .hm_btn::before, body:not(#front-page) .hm_btn::after {
  background: #008fd0;
}
.hm_btn.fixnav::before, body:not(#front-page) .hm_btn::before {
  box-shadow: #008fd0 0 0.532em 0;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before,
body:not(#front-page) .hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  box-shadow: #008fd0 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after,
body:not(#front-page) .hm_menu_check:checked ~ .hm_btn::after {
  background: #008fd0;
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding-top: 7em;
  padding-left: 2em;
  padding-right: 1em;
  width: 35%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 100%;
  right: auto;
  bottom: auto;
  transition: left 1s;
  border: none;
  background: #fff;
  /* 中身デザイン */
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul {
  padding-bottom: 2em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li {
  padding-bottom: 2em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
  font-size: 1.2em;
  font-weight: 700;
  color: #000;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li.top a {
  font-size: 1.4em;
}
.hm_menu_wrap .hm_inner .menucontent .entrybtn {
  width: 100%;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 65%;
  height: auto;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  background: #fff;
  text-align: center;
  /* ================= フッターメニュー ============================================================ */
  /* ================= 法人情報 ============================================================ */
  /* ================= バナー ============================================================ */
  /* ================= コピーライト ============================================================ */
}
#footer .fnav ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .fnav ul li {
  line-height: 1em;
  padding: 0 0.5em;
  border-right: #008fd0 solid 1px;
}
#footer .fnav ul li:first-child {
  padding-left: 0;
}
#footer .fnav ul li:last-child {
  padding-right: 0;
  border-right: none;
}
#footer .fnav ul li a {
  color: #008fd0;
}
#footer .info_box {
  padding-top: 3.75em;
  /* 住所 */
  /* 電話番号・営業時間 */
}
#footer .info_box h2 {
  font-size: 1em;
}
#footer .info_box h2 a {
  color: #000;
  /* ロゴマーク */
  /* 法人名 */
}
#footer .info_box h2 a .logo {
  display: block;
  padding-bottom: 2em;
}
#footer .info_box h2 a .logo img {
  width: 15em;
  height: auto;
}
#footer .info_box h2 a .txtbox {
  display: block;
  line-height: 1em;
  padding-bottom: 1.5em;
  font-size: 0.8em;
}
#footer .info_box .ad {
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.6em;
  color: #000;
  padding-bottom: 1.5em;
}
#footer .info_box .tel {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  color: #000;
  line-height: 1.25em;
}
#footer .info_box .tel .jp {
  display: inline-block;
  transform: scale(0.8);
  transform-origin: 100% 80%;
}
#footer .info_box .tel span.jp {
  margin-left: 3em;
}
#footer .info_box .tel small.jp {
  display: inline-block;
  transform: scale(0.7);
  transform-origin: 0% 80%;
}
#footer .bn_list {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 5em;
}
#footer .bn_list li {
  font-size: 1.25em;
  line-height: 1em;
  padding-right: 0.5em;
  max-width: 30%;
}
#footer .bn_list li:last-child {
  padding-right: 0;
}
#footer .bn_list li img {
  max-width: 100%;
  height: auto;
}
#footer .copyright {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1em;
  padding-bottom: 0;
  color: #008fd0;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  /* ================= メイン画像 ============================================================ */
  /* ================= 紹介 ============================================================ */
  /* -------------------------- 固定職場風景写真 ------------------------------------------- */
  /* ================= インタビュー ============================================================ */
  /* ================= アンケート ============================================================ */
}
body#front-page .sec .btn {
  padding-top: 3.75em;
}
body#front-page .sec .lazyload1,
body#front-page .sec .lazyload2,
body#front-page .sec .lazyload3,
body#front-page .sec .lazyload4 {
  opacity: 0;
  filter: alpha(opacity=0);
}
body#front-page .sec .lazyload1 {
  transform: translate(0, 10em);
}
body#front-page .sec .lazyload2 {
  transform: translate(-10em, 0);
}
body#front-page .sec .lazyload3 {
  transform: translate(10em, 0);
}
body#front-page .sec .lazyload4 {
  transform: translate(0, -10em);
}
body#front-page .sec.on .lazyload1,
body#front-page .sec.on .lazyload2,
body#front-page .sec.on .lazyload3,
body#front-page .sec.on .lazyload4 {
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #mainimg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  min-height: 40vw;
  background: linear-gradient(180deg, #008fd0 0, #1d94ce 50%, #0764b2 100%);
  /* -------------------------- 背景文字 ------------------------------------------- */
  /* -------------------------- キャッチコピー ------------------------------------------- */
  /* -------------------------- スクロール ------------------------------------------- */
}
body#front-page #mainimg .bgtxt {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: 74%;
}
body#front-page #mainimg .bgtxt img {
  width: 100%;
  height: auto;
  transform: translate(50%, -20%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
}
body#front-page #mainimg .bgtxt img.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-aspect-ratio: 5/6) {
  body#front-page #mainimg .bgtxt {
    width: 90%;
  }
}
body#front-page #mainimg .main_copy {
  height: 98vh;
  position: absolute;
  top: auto;
  left: 8%;
  right: auto;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .main_copy {
    left: 2%;
  }
}
body#front-page #mainimg .main_copy img {
  width: auto;
  height: 100%;
  transform: translate(-50%, 20%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
}
body#front-page #mainimg .main_copy img.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #mainimg .main_copy img.spimg {
  display: none;
}
@media screen and (min-aspect-ratio: 5/2) {
  body#front-page #mainimg .main_copy {
    width: 48%;
    height: auto;
  }
  body#front-page #mainimg .main_copy img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-aspect-ratio: 5/3) {
  body#front-page #mainimg .main_copy {
    width: 70%;
    height: auto;
  }
  body#front-page #mainimg .main_copy img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-aspect-ratio: 10/9) {
  body#front-page #mainimg .main_copy {
    width: 60%;
  }
  body#front-page #mainimg .main_copy img.pcimg {
    display: none;
  }
  body#front-page #mainimg .main_copy img.spimg {
    display: block;
  }
}
@media screen and (max-aspect-ratio: 5/6) {
  body#front-page #mainimg .main_copy {
    width: 70%;
  }
}
@media screen and (max-aspect-ratio: 20/27) {
  body#front-page #mainimg .main_copy {
    width: 90%;
  }
}
@media screen and (max-aspect-ratio: 1/2) {
  body#front-page #mainimg .main_copy {
    width: 95%;
  }
}
body#front-page #mainimg .scroll {
  position: absolute;
  top: auto;
  left: auto;
  right: 14.5em;
  bottom: 5em;
  writing-mode: vertical-rl;
  z-index: 999;
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  line-height: 1em;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s ease;
  backface-visibility: hidden;
  transition-delay: 1.5s;
}
@media screen and (max-width: 1350px) {
  body#front-page #mainimg .scroll {
    right: 9.5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .scroll {
    right: 6.5em;
  }
}
@media screen and (max-aspect-ratio: 1/2) {
  body#front-page #mainimg .scroll {
    left: 2.5em;
    right: auto;
    bottom: 133vw;
  }
}
body#front-page #mainimg .scroll.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #mainimg .scroll.fixnav {
  opacity: 0;
  filter: alpha(opacity=0);
}
body#front-page #mainimg .scroll a {
  display: inline-block;
  color: #fff;
  padding-left: 1em;
}
body#front-page #concept {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100vh + 10em);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 30%;
  /* 画像 */
  /* 英語画像 */
}
@media screen and (min-width: 1351px) and (max-aspect-ratio: 3/2) {
  body#front-page #concept {
    min-height: 0;
  }
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #concept {
    display: block;
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #concept {
    display: block;
    min-height: 0;
  }
}
body#front-page #concept .innerbox {
  flex: 1;
}
body#front-page #concept .innerbox .txtbox {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  body#front-page #concept .innerbox .txtbox {
    padding: 0;
    padding-bottom: 5em;
  }
}
body#front-page #concept .innerbox .txtbox .jp_maintxt {
  padding-bottom: 0;
}
body#front-page #concept .imgbox {
  width: calc(50% + 2em);
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #concept .imgbox {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #concept .imgbox {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #concept {
    margin-bottom: 50%;
  }
}
@media screen and (max-aspect-ratio: 1/1) {
  body#front-page #concept {
    margin-bottom: 70%;
  }
}
@media screen and (max-aspect-ratio: 2/3) {
  body#front-page #concept {
    margin-bottom: 120%;
  }
}
body#front-page #concept .innerbox {
  padding-left: 5em;
  z-index: 10;
}
body#front-page #concept .innerbox .eg_maintxt {
  color: #008fd0;
}
body#front-page #concept .imgbox {
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
body#front-page #concept .imgbox img {
  width: 100%;
  height: auto;
}
body#front-page #concept .imgbox img.topimg02, body#front-page #concept .imgbox img.topimg03 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
body#front-page #concept .imgbox img.topimg02.lazyloaded, body#front-page #concept .imgbox img.topimg03.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
body#front-page #concept .imgbox img.topimg02 {
  transition-delay: 0.5s;
  transform: translate(30%, 0);
}
body#front-page #concept .imgbox img.topimg03 {
  transition-delay: 0.5s;
  transform: translate(-50%, 0);
}
body#front-page #concept.on .imgbox img.topimg02.lazyloaded, body#front-page #concept.on .imgbox img.topimg03.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #concept .egtxtimg {
  width: 57%;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: -3.75em;
  z-index: 5;
}
@media screen and (max-width: 1350px) {
  body#front-page #concept .egtxtimg {
    width: 90%;
    bottom: -2em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #concept .egtxtimg {
    bottom: -10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #concept .egtxtimg {
    bottom: -5em;
  }
}
body#front-page #concept .egtxtimg img {
  width: 100%;
  height: auto;
  transition-delay: 1s;
}
body#front-page .officeimg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
body#front-page .officeimg::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  background: url("../../../images/bg_dt.png") repeat 0 0;
}
body#front-page .officeimg .spimg {
  display: none;
}
@media screen and (max-aspect-ratio: 1/1) {
  body#front-page .officeimg .pcimg {
    display: none;
  }
  body#front-page .officeimg .spimg {
    display: inherit;
  }
}
body#front-page #top_staff {
  z-index: auto;
  background: linear-gradient(180deg, #fff 0, #fff 50%, #008fd0 50%, #008fd0 100%);
  /* 英語画像 */
}
@media screen and (max-width: 1350px) {
  body#front-page #top_staff {
    background: linear-gradient(180deg, #fff 0, #fff 40%, #008fd0 40%, #008fd0 100%);
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_staff {
    background: linear-gradient(180deg, #fff 0, #fff 50%, #008fd0 50%, #008fd0 100%);
  }
}
body#front-page #top_staff .innerbox {
  z-index: 10;
  /* ヘッダー */
  /* -------------------------- スタッフ一覧 ------------------------------------------- */
}
body#front-page #top_staff .innerbox .sec_header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_staff .innerbox .sec_header {
    display: block;
    top: 8%;
  }
}
body#front-page #top_staff .innerbox .sec_header .sec_ttl {
  padding-top: 2.25em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_staff .innerbox .sec_header .sec_ttl {
    padding-top: 0;
  }
}
body#front-page #top_staff .innerbox .sec_header p {
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  body#front-page #top_staff .innerbox .sec_header .btn {
    padding-top: 1.5em;
  }
}
body#front-page #top_staff .innerbox .menu_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #top_staff .innerbox .menu_list {
    margin-top: -8%;
  }
}
body#front-page #top_staff .innerbox .menu_list li {
  position: relative;
  box-sizing: border-box;
}
body#front-page #top_staff .innerbox .menu_list li:nth-child(4) {
  margin-right: 0;
}
body#front-page #top_staff .innerbox .menu_list li:nth-child(1) {
  transition-delay: 0.2s;
}
@media screen and (min-width: 769px) {
  body#front-page #top_staff .innerbox .menu_list li:nth-child(1) {
    top: 0em;
  }
}
body#front-page #top_staff .innerbox .menu_list li:nth-child(2) {
  transition-delay: 0.4s;
}
@media screen and (min-width: 769px) {
  body#front-page #top_staff .innerbox .menu_list li:nth-child(2) {
    top: -7em;
  }
}
body#front-page #top_staff .innerbox .menu_list li:nth-child(3) {
  transition-delay: 0.6s;
}
@media screen and (min-width: 769px) {
  body#front-page #top_staff .innerbox .menu_list li:nth-child(3) {
    top: -14em;
  }
}
body#front-page #top_staff .innerbox .menu_list li:nth-child(4) {
  transition-delay: 0.8s;
}
@media screen and (min-width: 769px) {
  body#front-page #top_staff .innerbox .menu_list li:nth-child(4) {
    top: -21em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_staff .innerbox .menu_list li {
    width: 48%;
    margin-top: 8%;
    margin-right: 4%;
  }
  body#front-page #top_staff .innerbox .menu_list li:nth-child(2n) {
    margin-right: 0;
  }
}
body#front-page #top_staff .innerbox .menu_list li a {
  /* スタッフ画像 */
}
body#front-page #top_staff .innerbox .menu_list li a .imgbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page #top_staff .innerbox .menu_list li a .imgbox img {
  width: 100%;
  height: auto;
  transform-origin: 50% 100%;
}
body#front-page #top_staff .innerbox .menu_list li a .imgbox img:nth-child(2), body#front-page #top_staff .innerbox .menu_list li a .imgbox img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
body#front-page #top_staff .innerbox .menu_list li a .txtbox {
  padding-top: 1em;
  /* 名前 */
  /* 情報 */
}
body#front-page #top_staff .innerbox .menu_list li a .txtbox .menu_name {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
  color: #fff;
  padding-bottom: 0.5em;
}
body#front-page #top_staff .innerbox .menu_list li a .txtbox .st_info {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1em;
  color: #000;
  padding-bottom: 0;
}
body#front-page #top_staff .innerbox .menu_list li a .txtbox .st_info .jp {
  font-size: 0.83em;
}
body#front-page #top_staff .innerbox .menu_list li a:hover .imgbox span img {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #top_staff .innerbox .menu_list li a:hover .imgbox span img:nth-child(2) {
  transform: scale(1.1);
}
body#front-page #top_staff .egtxtimg {
  width: 76%;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: -12em;
  z-index: 5;
}
@media screen and (max-width: 1350px) {
  body#front-page #top_staff .egtxtimg {
    width: 85%;
    bottom: -11em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_staff .egtxtimg {
    bottom: -5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_staff .egtxtimg {
    width: 90%;
    bottom: -4em;
  }
}
body#front-page #top_staff .egtxtimg img {
  width: 100%;
  height: auto;
  transition-delay: 1s;
}
body#front-page #top_enquete {
  background: #008fd0;
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100vh + 10em);
  color: #fff;
  z-index: auto;
}
@media screen and (min-width: 1351px) and (max-aspect-ratio: 3/2) {
  body#front-page #top_enquete {
    min-height: 0;
  }
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #top_enquete {
    display: block;
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_enquete {
    display: block;
    min-height: 0;
  }
}
body#front-page #top_enquete .innerbox {
  flex: 1;
}
body#front-page #top_enquete .innerbox .txtbox {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  body#front-page #top_enquete .innerbox .txtbox {
    padding: 0;
    padding-bottom: 5em;
  }
}
body#front-page #top_enquete .innerbox .txtbox .jp_maintxt {
  padding-bottom: 0;
}
body#front-page #top_enquete .imgbox {
  width: calc(50% + 2em);
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #top_enquete .imgbox {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_enquete .imgbox {
    width: 80%;
  }
}
body#front-page #top_enquete .innerbox {
  padding-right: 5em;
  z-index: 10;
}
body#front-page #top_enquete .innerbox .eg_maintxt {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
body#front-page #top_enquete .imgbox {
  z-index: 10;
}
body#front-page #top_enquete .imgbox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #top_enquete .imgbox {
    margin-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_enquete .imgbox {
    margin-left: 20%;
  }
}

/* ===========================================================================================================
　　　　　　　　　下層ページ
=========================================================================================================== */
/* ================= ページヘッダー ============================================================ */
#page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 8.6em 0 5em 0;
  background: linear-gradient(180deg, #008fd0 0, #1d94ce 50%, #0764b2 100%);
  color: #fff;
  overflow: hidden;
  z-index: 1;
  /* 背景英語 */
}
#page-header + .entry-content {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  z-index: 10;
}
#page-header .bg_eg {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 20em;
  line-height: 1em;
  position: absolute;
  top: -0.25em;
  left: auto;
  right: -0.25em;
  bottom: auto;
  transform: rotate(-10deg) translate(50%, -5%);
  color: #0e3893;
  opacity: 0;
  filter: alpha(opacity=0);
  white-space: nowrap;
}
@media screen and (max-width: 1350px) {
  #page-header .bg_eg {
    font-size: 15em;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #page-header .bg_eg {
    font-size: 12em;
    top: 0.25em;
  }
}
@media screen and (max-width: 480px) {
  #page-header .bg_eg {
    font-size: 9em;
    top: 0.5em;
  }
}
#page-header .bg_eg.lazyloaded {
  opacity: 0.3;
  filter: alpha(opacity=30);
  transform: rotate(-10deg) translate(0, 0);
}
#page-header .innerbox {
  /* 英語タイトル */
  /* 日本語タイトル */
}
#page-header .innerbox .page_ttl {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 4em;
  line-height: 1em;
  opacity: 0;
  filter: alpha(opacity=0);
}
#page-header .innerbox .page_ttl.lazyloaded {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#page-header .innerbox .jp_ttl {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding-top: 1em;
  transition-delay: 0.25s;
}
#page-header .page_mainimg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 3.75em;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.freepage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

/* 最大幅800px */
.max800px {
  max-width: 800px;
  margin: 0 auto;
}

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: #fff;
}

.sec_bg2 {
  background: #e3eff4;
}

.sec_bg3 {
  background: #008fd0;
  color: #fff;
}
.sec_bg3 a {
  color: #fff45c;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec_bg1 + .sec_bg1, .sec_bg2 + .sec_bg2, .sec_bg3 + .sec_bg3 {
  padding-top: 0;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .parts-h3 {
    font-size: 1.25em;
  }
}

.parts-h4 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.15em;
  }
}

/* 大きな数字 */
.lnmb {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 2em;
  display: block;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 0.25em;
  transform-origin: 0 0;
  color: #008fd0;
}
.sec_bg3 .lnmb {
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* 左寄せ・幅指定中央配置テキスト */
.centerbox {
  max-width: 800px;
  margin: 0 auto;
}

/* ------------ 段落 -------------------------------- */
.freepage-ctt .sec p {
  padding-bottom: 5em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
.freepage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.freepage-ctt .sec p.parts-copy {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.3em;
  }
}
.freepage-ctt .sec p.note {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  padding-bottom: 5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #008fd0;
}
.freepage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

.sec_bg3 p.note {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* やや小さめ強調 */
.strong {
  font-size: 700;
  font-size: 1.2em;
  line-height: 2em;
}

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 5em;
  background: linear-gradient(180deg, #008fd0 0, #1d94ce 50%, #0764b2 100%);
  color: #fff;
}
.sec_bg2 .bbox {
  background: #fff;
  color: #000;
}
.sec_bg3 .bbox {
  background: #e3eff4;
  color: #000;
}
@media screen and (max-width: 768px) {
  .bbox {
    padding: 3.75em;
  }
}
.sec_bg1 .bbox a {
  color: #fff45c;
}
.bbox h3 {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .bbox h3 {
    font-size: 1.15em;
  }
}
.bbox p {
  padding-bottom: 0;
}

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 5em;
  text-align: center;
}
.parts-100img.center {
  text-align: center;
}
.parts-100img.left {
  text-align: left;
}
.parts-100img.right {
  text-align: right;
}
.parts-100img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts-100img img {
    width: 100%;
  }
}

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt,
.box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 5em;
}
.box_imglefttxt .imgtxt_imgbox,
.box_imgrighttxt .imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 1350px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.box_imglefttxt .imgtxt_imgbox img,
.box_imgrighttxt .imgtxt_imgbox img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txtbox h3 {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txtbox h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txtbox h3 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 2～4つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgbox_txtarea h3 {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}
.imgbox_txtarea p {
  padding-bottom: 0;
  line-height: 1.5em;
}

/* 2つ並び画像テキストボックス -------------------------------- */
.img2box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
.img2box ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 480px) {
  .img2box ul {
    margin-top: -3em;
  }
}
.img2box ul li {
  width: 47%;
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (max-width: 480px) {
  .img2box ul li {
    width: 100%;
    margin-top: 3em;
  }
}
.img2box ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .img2box.imghbox ul li {
    width: 47%;
  }
}

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
.img3txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -3em;
}
.img3txtbox ul li {
  width: 31%;
  position: relative;
  box-sizing: border-box;
  margin-right: 3.5%;
  margin-top: 3em;
  /* 画像 */
}
@media screen and (min-width: 769px) {
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img3txtbox ul li {
    width: 100%;
    margin-bottom: 3em;
    margin-right: 0;
  }
}
.img3txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .img3txtbox.imghbox ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .img3txtbox.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 4つ並び画像テキストボックス -------------------------------- */
.img4txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
.img4txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 1350px) {
  .img4txtbox ul {
    margin-top: -3em;
  }
}
.img4txtbox ul li {
  width: 23.5%;
  position: relative;
  box-sizing: border-box;
  margin-right: 2%;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (min-width: 769px) {
  .img4txtbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img4txtbox ul li {
    margin-top: 3em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img4txtbox ul li {
    width: 49%;
  }
  .img4txtbox ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox ul li {
    width: 100%;
  }
}
.img4txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 1350px) and (min-width: 481px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 5em;
  margin: 0 auto;
  margin-bottom: 5em;
  position: relative;
  background: #fff;
  color: #000;
  /* 見出し */
  /* リスト */
}
.sec_bg1 .no_list {
  background: linear-gradient(180deg, #008fd0 0, #1d94ce 50%, #0764b2 100%);
  color: #fff;
}
.sec_bg3 .no_list {
  background: #e3eff4;
}
@media screen and (max-width: 768px) {
  .no_list {
    padding: 3.75em;
  }
}
.no_list h3 {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list h3 {
    font-size: 1.5em;
  }
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em;
  margin: 0 auto;
  margin-bottom: 5em;
  background: #fff;
  color: #000;
  /* 見出し */
  /* リスト */
}
.sec_bg1 .check_list {
  background: linear-gradient(180deg, #008fd0 0, #1d94ce 50%, #0764b2 100%);
  color: #fff;
}
.sec_bg3 .check_list {
  background: #e3eff4;
}
@media screen and (max-width: 768px) {
  .check_list {
    padding: 3.75em;
  }
}
.check_list h3 {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .check_list h3 {
    font-size: 1.5em;
  }
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #008fd0;
}
.sec_bg1 .check_list ul li::before {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em;
  margin: 0 auto;
  margin-bottom: 5em;
  position: relative;
  background: #fff;
  color: #000;
  /* 見出し */
  /* リスト */
}
.sec_bg1 .order_list {
  background: linear-gradient(180deg, #008fd0 0, #1d94ce 50%, #0764b2 100%);
  color: #fff;
}
.sec_bg3 .order_list {
  background: #e3eff4;
}
@media screen and (max-width: 768px) {
  .order_list {
    padding: 3.75em;
  }
}
.order_list h3 {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .order_list h3 {
    font-size: 1.5em;
  }
}
.order_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  counter-reset: number;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-bottom: 1em;
}
.order_list ol li::before {
  position: relative;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  color: #008fd0;
}
.sec_bg1 .order_list ol li::before {
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  /* 見出し */
  /* リスト */
}
.table_list h3 {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .table_list h3 {
    font-size: 1.5em;
  }
}
.table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 0.25em;
}
.table_list ul li:last-child {
  padding-bottom: 0;
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  padding: 1em;
  font-size: 1em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    display: block;
    text-align: left;
  }
}
.table_list ul li .tablelist_th {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  width: 20%;
  background: #008fd0;
  color: #fff;
}
.sec_bg3 .table_list ul li .tablelist_th {
  background: #e3eff4;
  color: #008fd0;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th {
    width: 100%;
  }
}
.table_list ul li .tablelist_td {
  width: 80%;
  background: #fff;
  color: #000;
}
.sec_bg1 .table_list ul li .tablelist_td {
  background: #e3eff4;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_td {
    width: 100%;
  }
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  padding: 5em;
  background: #fff;
  color: #008fd0;
  /* 見出し */
  /* リスト */
}
.sec_bg1 .note_list {
  background: linear-gradient(180deg, #008fd0 0, #1d94ce 50%, #0764b2 100%);
  color: #e3eff4;
}
.sec_bg3 .note_list {
  background: #e3eff4;
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 3.75em;
  }
}
.note_list h3 {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3 {
    font-size: 1.3em;
    font-weight: 500;
  }
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}

/* 吹き出し -------------------------------- */
.balloon_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
}
.balloon_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.balloon_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 3.75em;
  display: flex;
  flex-wrap: wrap;
  /* 左しっぽ */
  /* 右しっぽ */
}
.balloon_list ul li:last-child {
  margin-bottom: 0;
}
.balloon_list ul li .imgbox {
  width: 6.5em;
  position: relative;
  box-sizing: border-box;
}
.balloon_list ul li .txtbox {
  position: relative;
  box-sizing: border-box;
  flex: 1;
}
.balloon_list ul li .txtbox p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
  padding-bottom: 2em !important;
  border-radius: 1em;
  border: #000 solid 0.15em;
  background: #e3eff4;
  color: #000;
}
.balloon_list ul li .txtbox p span {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: block;
  line-height: 1.5em;
}
.balloon_list ul li .txtbox p.bold span {
  font-weight: 900;
}
.balloon_list ul li .txtbox p.large span {
  font-size: 1.2em;
  line-height: 1.5em;
}
.balloon_list ul li.left_tail .imgbox {
  padding-right: 0.5em;
}
.balloon_list ul li.left_tail .txtbox {
  padding-left: 1em;
}
.balloon_list ul li.left_tail .txtbox p::before {
  content: "";
  position: absolute;
  top: 2.75em;
  left: -1.6em;
  right: auto;
  bottom: auto;
  margin-top: -0.66em;
  border: transparent solid 0.66em;
  border-right: #e3eff4 solid 1em;
  z-index: 2;
}
.balloon_list ul li.left_tail .txtbox p::after {
  content: "";
  position: absolute;
  top: 2.75em;
  left: -1.6em;
  right: auto;
  bottom: auto;
  margin-top: -0.66em;
  margin-left: -0.175em;
  border: transparent solid 0.66em;
  border-right: #000 solid 1em;
  z-index: 1;
}
.balloon_list ul li.right_tail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.balloon_list ul li.right_tail .imgbox {
  padding-left: 0.5em;
}
.balloon_list ul li.right_tail .txtbox {
  padding-right: 1em;
}
.balloon_list ul li.right_tail .txtbox p {
  background: #fff;
}
.balloon_list ul li.right_tail .txtbox p::before {
  content: "";
  position: absolute;
  top: 2.75em;
  left: auto;
  right: -1.6em;
  bottom: auto;
  margin-top: -0.66em;
  border: transparent solid 0.66em;
  border-left: #fff solid 1em;
  z-index: 2;
}
.balloon_list ul li.right_tail .txtbox p::after {
  content: "";
  position: absolute;
  top: 2.75em;
  left: auto;
  right: -1.6em;
  bottom: auto;
  margin-top: -0.66em;
  margin-right: -0.175em;
  border: transparent solid 0.66em;
  border-left: #000 solid 1em;
  z-index: 1;
}

/* =============== Youtube動画 ========================================================= */
.videobox .imgtxt_imgbox {
  width: 60%;
}

.youtube_box {
  width: 100%;
}
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em;
}

/* =============== 余白ゼロ ========================================================= */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox p.note:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child,
.freepage-ctt .sec .innerbox .balloon_list:last-child {
  margin-bottom: 0;
}

.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0;
}
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child {
  margin-bottom: 1em;
}
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img {
  margin-bottom: 0;
}
.img2box a:last-child img:last-child,
.img3txtbox a:last-child img:last-child,
.img4txtbox a:last-child img:last-child {
  margin-bottom: 0;
}

li .youtube_box:last-child {
  margin-bottom: 0;
}

.imgtxt_imgbox .youtube_box {
  margin-bottom: 0;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contact-template .wrap,
.contactpage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

.contactpage-ctt {
  /* 見出し */
}
.contactpage-ctt h2 {
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-weight: 700;
  font-size: 2em;
  padding-bottom: 1.5em;
  text-align: left;
}
.contactpage-ctt .sec {
  width: 100%;
  /* -------------------------- 電話 ------------------------------------------- */
  /* -------------------------- Web ------------------------------------------- */
}
.contactpage-ctt .sec p {
  padding-bottom: 2em;
}
.contactpage-ctt .sec p.center {
  text-align: left;
}
.contactpage-ctt .sec.contact_tel {
  padding-top: 5em;
}
.contactpage-ctt .sec.contact_tel p {
  /* 時間 */
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel {
  padding-bottom: 0.1em;
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-weight: 700;
  font-size: 3em;
  line-height: 1em;
  color: #037ec4;
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel::before {
  display: inline-block;
  font-size: 0.8em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec.contact_tel p.contacttel_tel.center {
    text-align: center;
  }
}
.contactpage-ctt .sec.contact_tel p.contacttel_time {
  padding-bottom: 0;
  font-family: eurostile-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-size: 1.2em;
  color: #008fd0;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec.contact_tel p.contacttel_time.center {
    text-align: center;
  }
}
.contactpage-ctt .sec.webcontact {
  background: #e3eff4;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ================= 共通パーツ ============================================================ */
/* 新着ヘッダー */
#postlist #page-header .innerbox,
#newspost #page-header .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* ボタン */
}
#postlist #page-header .innerbox .left_box,
#newspost #page-header .innerbox .left_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#postlist #page-header .innerbox .left_box .ttl_box,
#newspost #page-header .innerbox .left_box .ttl_box {
  padding-right: 2em;
}
#postlist #page-header .innerbox .left_box select,
#newspost #page-header .innerbox .left_box select {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-size: 0.8em;
  border: none;
  padding: 0.5em 1em 0.25em 1em;
  line-height: 1em;
  height: 2.5em;
  color: #000;
  border-bottom: #000 solid 1px;
  cursor: pointer;
}
#postlist #page-header .innerbox .btn a,
#newspost #page-header .innerbox .btn a {
  transform: translate(0, 0);
}
#postlist #page-header .innerbox .btn a:hover,
#newspost #page-header .innerbox .btn a:hover {
  transform: translate(0.8em, 0);
}
@media screen and (max-width: 480px) {
  #postlist #page-header .innerbox .btn a:hover,
  #newspost #page-header .innerbox .btn a:hover {
    transform: translate(0, 0);
  }
}

/* ================= 一覧ページ ============================================================ */
#post_archive {
  padding-top: 0;
}

/* ページナビゲーション */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10em;
}
.pager a {
  text-decoration: none;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .first,
.pager .last {
  transform: scale(0.6);
  transform-origin: 50% 50%;
}
.pager .prev,
.pager .next {
  transform: scale(0.7);
  transform-origin: 50% 50%;
}
.pager .nth-box {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #008fd0;
  padding: 0 0.5em;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* ================= 記事ページ ============================================================ */
/* 日付 */
#newspost .post_header .innerbox .date {
  font-family: eurostile-condensed, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
  padding-bottom: 0.25em;
  color: #037ec4;
}
#newspost .post_header .innerbox .post_ttl {
  font-size: 1.25em;
  line-height: 1.5em;
}

/* -------------------------- ナビゲーション ------------------------------------------- */
.post-navigation {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
  padding: 5em 0 10em 0;
}
@media screen and (max-width: 1350px) {
  .post-navigation {
    padding-bottom: 5em;
  }
}

.screen-reader-text,
.nav-subtitle,
.meta-nav,
.nav-links svg,
.nav-links br {
  display: none;
}

.nav-next {
  text-align: right;
}

/* 矢印 ------------------------------------------- */
.nav-previous a {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #000;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.nav-previous a:hover {
  transform: translate(-0.5em, 0);
}
.nav-previous a::after {
  content: "";
  display: block;
  width: 3em;
  background: url("../../../images/ya.svg") no-repeat right bottom/1em auto;
  transform: scale(-1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
}

.nav-next a {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #000;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.nav-next a::after {
  content: "";
  display: block;
  width: 3em;
  background: url("../../../images/ya.svg") no-repeat right bottom/1em auto;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.nav-next a:hover {
  transform: translate(0.5em, 0);
}
.nav-next a:hover::after {
  position: absolute;
  top: 0;
  left: auto;
  right: -0.5em;
  bottom: 0;
}

/* 前後タイトル ------------------------------------------- */
.nav-links {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  .nav-links {
    padding-bottom: 5em;
  }
}

.nav-previous,
.nav-next {
  width: 48%;
  position: relative;
  box-sizing: border-box;
  line-height: 1em;
}
.nav-previous p,
.nav-next p {
  padding-bottom: 0;
}

/* あふれた文字･･･表示 */
.post-title {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.5em;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  width: auto;
  max-width: 100%;
  border-bottom: 1px solid #008fd0;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.nav-previous .post-title {
  padding-left: 4.5em;
}
.nav-next .post-title {
  padding-right: 4.5em;
}
.nav-previous a:hover .post-title {
  padding-left: 5em;
}
.nav-next a:hover .post-title {
  padding-right: 5em;
  max-width: calc(100% + 0.5em);
}

/* ================= フォーム（全ページ共通） ============================================================ */
.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  /* フォーム行 ------------------------------------------- */
}
.formbox .formctt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0.25em;
  background: #fff;
  color: #000;
  /* 見出し */
  /* 入力エリアのラッパー ------------------------------------------- */
  /* フォームパーツ ------------------------------------------- */
  /* 幅100%パーツ */
  /* マウスオーバー時カーソルポインター */
  /* テキストエリア */
  /* チェックボックス・ラジオボタン（デザインボタン） */
}
.formbox .formctt .formname {
  position: relative;
  box-sizing: border-box;
  width: 15em;
  padding: 1em;
  line-height: 1em;
  font-weight: 700;
  background: #008fd0;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sec_bg3 .formbox .formctt .formname {
  background: #e3eff4;
  color: #008fd0;
}
@media screen and (max-width: 768px) {
  .formbox .formctt .formname {
    width: 100%;
  }
}
.formbox .formctt .wpcf7-form-control-wrap {
  width: calc(100% - 17em);
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .formbox .formctt .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.formbox .formctt input[type=text],
.formbox .formctt input[type=email],
.formbox .formctt input[type=url],
.formbox .formctt input[type=tel],
.formbox .formctt input[type=number],
.formbox .formctt input[type=date],
.formbox .formctt input[type=time],
.formbox .formctt input[type=datetime-local],
.formbox .formctt textarea,
.formbox .formctt select {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-size: 1em;
  line-height: 1em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  border: none;
  background: #ececec;
  vertical-align: bottom;
  cursor: pointer;
}
.sec_bg1 .formbox .formctt input[type=text],
.sec_bg1 .formbox .formctt input[type=email],
.sec_bg1 .formbox .formctt input[type=url],
.sec_bg1 .formbox .formctt input[type=tel],
.sec_bg1 .formbox .formctt input[type=number],
.sec_bg1 .formbox .formctt input[type=date],
.sec_bg1 .formbox .formctt input[type=time],
.sec_bg1 .formbox .formctt input[type=datetime-local],
.sec_bg1 .formbox .formctt textarea,
.sec_bg1 .formbox .formctt select {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .formbox .formctt input[type=text],
  .formbox .formctt input[type=email],
  .formbox .formctt input[type=url],
  .formbox .formctt input[type=tel],
  .formbox .formctt input[type=number],
  .formbox .formctt input[type=date],
  .formbox .formctt input[type=time],
  .formbox .formctt input[type=datetime-local],
  .formbox .formctt textarea,
  .formbox .formctt select {
    padding: 0.5em;
  }
}
.formbox .formctt input[type=text],
.formbox .formctt input[type=email],
.formbox .formctt input[type=url],
.formbox .formctt input[type=tel],
.formbox .formctt textarea {
  width: 100%;
}
.formbox .formctt select,
.formbox .formctt label {
  cursor: pointer;
}
.formbox .formctt textarea {
  height: 10em;
  line-height: 1.5em;
}
.formbox .formctt .input_set {
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  padding: 0.5em 1.5em 0.5em 0;
  /* チェックボックス */
  /* ラジオボタン */
  /* その他 */
}
.formbox .formctt .input_set:last-child {
  padding-right: 0;
}
.formbox .formctt .input_set label {
  display: inline;
  padding-left: 0.25em;
}
.formbox .formctt .input_set input[type=checkbox] {
  position: relative;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=70);
}
.formbox .formctt .input_set input[type=checkbox] + label::before, .formbox .formctt .input_set input[type=checkbox] + label::after {
  content: "";
  display: block;
  line-height: 1em;
  position: absolute;
  top: 0.8em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 0.7em;
  height: 0.7em;
  transition: 0.2s ease;
  backface-visibility: hidden;
}
.formbox .formctt .input_set input[type=checkbox] + label::before {
  z-index: 1;
  box-sizing: content-box;
  border-radius: 0.2em;
  border: #008fd0 solid 1px;
  background: #fff;
}
.formbox .formctt .input_set input[type=checkbox] + label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f00c";
  top: calc(0.9em + 1px);
  left: 1px;
  z-index: 2;
  color: #fff;
  text-indent: 0.1em;
  opacity: 0;
  filter: alpha(opacity=70);
  transform: scale(0.6);
  transform-origin: 0 0;
  overflow: hidden;
  width: 0;
  height: 1.17em;
  transition-delay: 0.2s;
}
.formbox .formctt .input_set input[type=checkbox]:checked + label::before {
  background: #008fd0;
}
.formbox .formctt .input_set input[type=checkbox]:checked + label::after {
  width: 1.17em;
  opacity: 100;
  filter: alpha(opacity=70);
}
.formbox .formctt .input_set input[type=radio] {
  position: relative;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=70);
}
.formbox .formctt .input_set input[type=radio] + label::before, .formbox .formctt .input_set input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 0.7em;
  height: 0.7em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border-radius: 50%;
}
.formbox .formctt .input_set input[type=radio] + label::before {
  z-index: 1;
  box-sizing: content-box;
  border: #008fd0 solid 1px;
  background: #fff;
}
.formbox .formctt .input_set input[type=radio] + label::after {
  top: calc(0.75em + 2px);
  left: 2px;
  z-index: 2;
  box-sizing: border-box;
  border: #fff solid 0.15em;
  background: #0e3893;
  opacity: 0;
  filter: alpha(opacity=70);
}
.formbox .formctt .input_set input[type=radio]:checked + label::before {
  border: #008fd0 solid 2px;
}
.formbox .formctt .input_set input[type=radio]:checked + label::after {
  opacity: 100;
  filter: alpha(opacity=70);
}
.formbox .formctt .input_set input[type=text] {
  width: 10em;
  height: 2.5em;
  display: inline;
  line-height: 1em;
}
.formbox .formctt .input_set input[type=checkbox].other:checked + label::before {
  top: 1.3em;
}
.formbox .formctt .input_set input[type=checkbox].other:checked + label::after {
  top: calc(1.4em + 1px);
}
.formbox .formctt .input_set input[type=radio].other:checked + label::before {
  top: 1.25em;
}
.formbox .formctt .input_set input[type=radio].other:checked + label::after {
  top: calc(1.25em + 2px);
}

/* 個人情報保護法　同意 ------------------------------------------- */
.acceptance_box {
  text-align: center;
  margin-bottom: 1em;
}
.acceptance_box label {
  cursor: pointer;
}

/* ボタン ------------------------------------------- */
.btn_area,
.wpcf7cp-btns {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  text-align: center;
}
.btn_area button,
.btn_area input[type=button],
.btn_area input[type=submit],
.wpcf7cp-btns button,
.wpcf7cp-btns input[type=button],
.wpcf7cp-btns input[type=submit] {
  display: inline-block;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-size: 1vw;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  margin: 0 1em;
  cursor: pointer;
  border: none;
  width: 12em;
  padding: 1em;
  text-align: center;
  background: #008fd0;
  color: #fff;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  .btn_area button,
  .btn_area input[type=button],
  .btn_area input[type=submit],
  .wpcf7cp-btns button,
  .wpcf7cp-btns input[type=button],
  .wpcf7cp-btns input[type=submit] {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_area button,
  .btn_area input[type=button],
  .btn_area input[type=submit],
  .wpcf7cp-btns button,
  .wpcf7cp-btns input[type=button],
  .wpcf7cp-btns input[type=submit] {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .btn_area button,
  .btn_area input[type=button],
  .btn_area input[type=submit],
  .wpcf7cp-btns button,
  .wpcf7cp-btns input[type=button],
  .wpcf7cp-btns input[type=submit] {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_area button,
  .btn_area input[type=button],
  .btn_area input[type=submit],
  .wpcf7cp-btns button,
  .wpcf7cp-btns input[type=button],
  .wpcf7cp-btns input[type=submit] {
    margin: 0 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .btn_area button,
  .btn_area input[type=button],
  .btn_area input[type=submit],
  .wpcf7cp-btns button,
  .wpcf7cp-btns input[type=button],
  .wpcf7cp-btns input[type=submit] {
    margin: 0;
  }
  .btn_area button:nth-child(2),
  .btn_area input[type=button]:nth-child(2),
  .btn_area input[type=submit]:nth-child(2),
  .wpcf7cp-btns button:nth-child(2),
  .wpcf7cp-btns input[type=button]:nth-child(2),
  .wpcf7cp-btns input[type=submit]:nth-child(2) {
    margin-top: 1em;
  }
}
.sec_bg3 .btn_area button,
.sec_bg3 .btn_area input[type=button],
.sec_bg3 .btn_area input[type=submit],
.sec_bg3 .wpcf7cp-btns button,
.sec_bg3 .wpcf7cp-btns input[type=button],
.sec_bg3 .wpcf7cp-btns input[type=submit] {
  border: #fff solid 0.2em;
}
.btn_area button:disabled,
.btn_area input[type=button]:disabled,
.btn_area input[type=submit]:disabled,
.wpcf7cp-btns button:disabled,
.wpcf7cp-btns input[type=button]:disabled,
.wpcf7cp-btns input[type=submit]:disabled {
  opacity: 0.4;
}
.btn_area button:disabled:hover,
.btn_area input[type=button]:disabled:hover,
.btn_area input[type=submit]:disabled:hover,
.wpcf7cp-btns button:disabled:hover,
.wpcf7cp-btns input[type=button]:disabled:hover,
.wpcf7cp-btns input[type=submit]:disabled:hover {
  transform: translate(0, 0);
}
.btn_area button:hover,
.btn_area input[type=button]:hover,
.btn_area input[type=submit]:hover,
.wpcf7cp-btns button:hover,
.wpcf7cp-btns input[type=button]:hover,
.wpcf7cp-btns input[type=submit]:hover {
  transform: translate(0, 0.2em);
}

.wpcf7-spinner {
  display: none;
}

/* 必須項目 */
.required {
  color: #fff45c;
  padding-left: 0.5em;
}
.sec_bg3 .required {
  color: #008fd0;
}

/* エラー文 */
.wpcf7-not-valid-tip {
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.25em;
  color: #008fd0;
  margin-top: 0.5em;
  padding-bottom: 0;
  padding-left: 1.4em;
}
.wpcf7-not-valid-tip::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f071";
  position: absolute;
  top: 0.125em;
  left: 0.125em;
  right: auto;
  bottom: auto;
}

.wpcf7-response-output {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 2em;
  text-align: center;
  display: inline-block;
  line-height: 1.5em;
  padding: 0.75em !important;
  padding-bottom: 0.75em !important;
  padding-left: 2.15em;
  border: #008fd0 dotted 2px !important;
  border-color: #008fd0 !important;
  background: #fff45c;
}
.wpcf7-response-output::before {
  position: absolute;
  top: 1em;
  left: 0.75em;
  right: auto;
  bottom: auto;
}

/* ================= フォーム確認画面 ============================================================ */
.wpcf7cp-form-hide {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  /* 入力内容 */
  /* ボタン */
}
div#wpcf7cpcnf::after {
  content: "上記内容で送信します。宜しければ送信ボタンを押してください。（※まだ送信は終わっていません）";
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
  padding-top: 3.75em;
  text-align: center;
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-spacing: 0 1em;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #000 dashed 1px;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 20em;
  font-weight: normal !important;
  text-align: right;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf table tr th {
    width: 12.5em;
  }
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf table tr td {
  color: #008fd0;
}
div#wpcf7cpcnf table tr td p {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #7d7d7d;
  color: #fff;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  letter-spacing: 0;
  text-indent: 0;
}/*# sourceMappingURL=style.css.map */