@charset "utf-8";

/*
Theme Name: Original Theme
Theme URI:
Author: Fuji Computer Co.Ltd.
Author URI : http://fujicomp.co.jp
Description: オリジナルテーマ
Version: 1.0
*/

/* << INDEX >> ----------------------------------------------------------------
*
* @ 基本定義
* @ サイト共通設定
* @ ヘッダー
* @ フッター
* @ コンテンツ
* @ サイドバー
* @ メイン
*
* -------------------------------------------------------------------------- */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 基本定義
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ Webフォント設定
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('css/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('css/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
    url('css/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
    url('css/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
    url('css/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("css/fonts/fa-solid-900.eot");
  src: url("css/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/fa-solid-900.woff2") format("woff2"),
    url("css/fonts/fa-solid-900.woff") format("woff"),
    url("css/fonts/fa-solid-900.ttf") format("truetype"),
    url("css/fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Regular';
  font-style: normal;
  font-weight: 400;
  src: url("css/fonts/fa-regular-400.eot");
  src: url("css/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/fa-regular-400.woff2") format("woff2"),
    url("css/fonts/fa-regular-400.woff") format("woff"),
    url("css/fonts/fa-regular-400.ttf") format("truetype"),
    url("css/fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("css/fonts/fa-brands-400.eot");
  src: url("css/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/fa-brands-400.woff2") format("woff2"),
    url("css/fonts/fa-brands-400.woff") format("woff"),
    url("css/fonts/fa-brands-400.ttf") format("truetype"),
    url("css/fonts/fa-brands-400.svg#fontawesome") format("svg");;
}
.awesome {
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5s {
  font-family: 'Font Awesome 5 Solid';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5r {
  font-family: 'Font Awesome 5 Regular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opensans {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.ubuntu {
  font-family: 'Ubuntu', sans-serif;
}

/* @ Normalize.css調整（原則として改変禁止）
---------------------------------------------------------------------------- */
/* >>> 日本語フォント対応 */
html,
body {
  margin: 0;
  font-family: "Zen Kaku Gothic New","Yu Gothic","YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
}
/* >>> 禁則処理 */
p,li,dt,dd,th,td,pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: strict;
  word-break: strict;
}
/* >>> フルードイメージ対応 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* @ テキスト見出し設定（html要素のfont-sizeを基準に算出、ここでの装飾は行わない）
---------------------------------------------------------------------------- */
h1 { /* 32px */
  font-size: 2rem;
  line-height: 1.5;
}
h2 { /* 28px */
  font-size: 1.75rem;
  line-height: 1.75;
}
h3,h4 { /* 20px */
  font-size: 1.25rem;
  line-height: 1.1667;
}
h5,h6 { /* 18px */
  font-size: 1.125rem;
  line-height: 1.3125;
}

/* @ 見出し設定
---------------------------------------------------------------------------- */
h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 36px 0;
}
h2 span {
  font-size: 3.75rem;
}
@media screen and (max-width: 480px) {
  h2 span {
    font-size: 2.5rem;
  }
}
h2 strong {
  display: block;
  font-size: 1rem;
  color: #f39e34;
}
@media screen and (max-width: 480px) {
  h2 strong {
    font-size: 0.875rem;
  }
}
h3 {
  position: relative;
  margin: 100px 0 60px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 1.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  h3 {
  margin: 60px 0 40px;
    font-size: 1.625rem;
  }
}
h3::before {
    content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      display: inline-block;
      width: 150px;
      height: 3px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #f39e34;
}
h4 {
  position: relative;
  margin: 30px 0 20px;
  padding-left: 36px;
  font-size: 1.375rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h4::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 28px;
  background: url('img/h4-bf.png') no-repeat left center/contain;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}

/* @ リンク設定
---------------------------------------------------------------------------- */
a {
  color: #000099;
  outline: none;
}
a:hover {
  text-decoration: none;
}

/* @ リンクボタン設定
---------------------------------------------------------------------------- */
.link-btn {
  margin: 30px auto 50px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-btn a {
  display: block;
  max-width: 335px;
  margin: 0 auto;
  border-radius: 30px;
  color: #f4a746;
  border: solid 3px #f4a746;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.link-btn a:hover {
  background: #f4a746;
  color: #fff;
}
.link-btn a.letter-icon:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 54px;
}
.link-btn a.graduation-cap-icon:before {
  content: '\f19d';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 54px;
}
.link-btn a.briefcase-icon:before {
  content: '\f0b1';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 54px;
}

/* @ その他
---------------------------------------------------------------------------- */
body {
  color: #444;
  background-color: #fff;
}
body:not(.home) {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  body:not(.home) {
    padding-top: 60px;
  }
}
strong,b,table th {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure {
  margin: 0;
}
button, input, optgroup, select, textarea {
  font-family: "Yu Gothic","YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
}
input[type='submit'],
button {
  transition: opacity 0.3s;
}
input[type='submit']:hover {
  cursor: pointer;
  opacity: 0.6;
}
:placeholder-shown {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
* {
  box-sizing: border-box;
}
ul li,
ol li {
  margin-bottom: 5px;
}

/* @ Youtubeレスポンシブ対応
---------------------------------------------------------------------------- */
.youtube_wrap {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube_wrap .youtube_wrap {
  padding-top: 0;
  position: static;
}
.youtube_wrap iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ サイト共通設定
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.wrap {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .wrap {
    padding: 0 20px;
  }
}

.page-keyimg .wrap {
  display: flex;
  align-items: center;
  min-height: 250px;
}
@media screen and (max-width: 768px) {
  .page-keyimg .wrap {
    min-height: 150px;
  }
}
.page-keyimg .wrap h2 {
  margin: 0;
  background: none;
  color: #444;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .page-keyimg .wrap h2 {
    font-size: 1.625rem;
  }
}

/* @ Newアイコン
---------------------------------------------------------------------------- */
.newpost {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  color: #c33;
  margin-left: 1em;
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes blink {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes blink {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* @ パンくず
---------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
}
#breadcrumb ul::-webkit-scrollbar {
  display: none;
}
#breadcrumb ul li {
  display: inline;
  line-height: 1em;
  font-size: 0.875rem;
}
#breadcrumb ul li:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Solid';
  font-weight: normal;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#breadcrumb ul li:first-of-type:before {
  content: none;
}
#breadcrumb ul li:last-of-type {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#breadcrumb ul li a {
  color: inherit;
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* @ ページナビ（記事詳細用）
----------------------------------------------------------------------------- */
.pagenavi {
  font-family: 'FontAwesome';
  margin: 3em 0 0;
  padding: 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagenavi a {
  display: inline-block;
  padding: 5px 1.5em;
  background-color: #f4a746;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.pagenavi a:hover {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-decoration: none;
}

/* >>> 前へ */
.pagenavi li:first-child {
  display: inline-block;
  float: left;
}

/* >>> 次へ */
.pagenavi li:last-child {
  display: inline-block;
  float: right;
}

/* @ ページナビ（記事一覧用）
----------------------------------------------------------------------------- */
.wp-pagenavi {
  clear: both;
  margin: 40px 0 0;
  text-align: center;
}
.wp-pagenavi *:first-child {
  margin-left: 0 !important;
}
.wp-pagenavi *:last-child {
  margin-right: 0 !important;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 3px;
  padding: 5px 10px;
  display: inline-block;
  background-color: #ccc;
  text-decoration: none;
  color: #fff;
}
.wp-pagenavi span.current {
  background-color: #f4a746;
}
.wp-pagenavi a:hover {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-decoration: none;
}
.wp-pagenavi .extend {
  background-color: transparent;
  color: #333;
}

/* @ メールフォーム
---------------------------------------------------------------------------- */
.p-country-name {
  display: none;
}
.mw_form-msg {
  border: 5px solid #ccc;
  padding: 1em;
}
.mw_form-msg em,
.mw_form-table em {
  display: inline-block;
  padding: 0.25em 1em;
  color: #c33;
  margin-right: 0.5em;
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw_form-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 481px) {
.mw_form-table tr:nth-child(even) {
  background-color: #eee;
}
.mw_form-table tr:nth-child(odd) {
  background-color: #fff;
}
}
@media screen and (max-width: 480px) {
  .mw_form-table,
  .mw_form-table tbody,
  .mw_form-table tr {
    display: block;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
  }
}
.mw_form-table th {
  box-sizing: border-box;
  width: 20%;
  white-space: nowrap;
  padding: 1em;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .mw_form-table th {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border-bottom: none;
    text-align: left;
    background-color: #eee;
  }
}
.mw_form-table td {
  box-sizing: border-box;
  padding: 1em;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 480px) {
  .mw_form-table td {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 1em;
    padding: 1em 0;
    border-bottom: none;
    background-color: #fff;
  }
}
.mw_form-table input[type='text'],
.mw_form-table input[type='email'],
.mw_form-table textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.3em 0.6em;
  border: 1px solid #ccc;
  outline: none;
  line-height: 2.2;
}
.mw_form-table .mwform-zip-field input[type='text'],
.mw_form-table .mwform-tel-field input[type='text'] {
  width: 5em;
  margin: 0 0.25em;
}
.mw_form-table .error {
  font-weight: bold;
  color: #c33;
  margin-top: 0.5em;
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw_form-btn {
  font-size: 0;
  overflow: hidden;
  text-align: center;
  margin: 28px 0;
  padding: 0;
}
.mw_form-btn li {
  display: inline-block;
  list-style: none;
  margin: 0 1em;
}
.mw_form-btn li input[type='submit'] {
  display: inline-block;
  margin: 0 1em;
  padding: 15px 30px;
  outline: none;
  text-align: center;
  background: #f4a746;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw_form-btn li:first-child input[type='submit'] {
  background-color: #ccc;
}
.mw_form-btn li input[type='submit']:hover {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.mw_wp_form .horizontal-item {
  display: inline-block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .horizontal-item:not(:last-of-type) {
  margin-right: 10px;
}

/* @ アイコンスタイル
----------------------------------------------------------------------------- */
.extlink:after {
  display: inline-block;
  margin-left: 10px;
  content: '\f08e';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-pdf::before {
  content: '\f1c1';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #d96464;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-doc::before {
  content: '\f1c2';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #3a59a2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-xls::before {
  content: '\f1c3';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #498d81;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-ppt::before {
  content: '\f1c4';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #d24625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ ページトップ
----------------------------------------------------------------------------- */
#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 15px;
  z-index: 8000;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 20px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ヘッダー
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 20px;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
#header > .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .menu-btn {
  display: none;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #header .menu-btn {
    display: block;
    box-sizing: border-box;
    padding-right: 10px;
    line-height: 50px;
    width: 100%;
    color: #f4a746;
    height: 50px;
    font-family: 'FontAwesome';
    font-size: 1.25rem;
    text-align: right;
    background-color: #fff;
    z-index: 9999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* @ ロゴ
---------------------------------------------------------------------------- */
#header-logo {
  width: 150px;
  margin: 0;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  #header-logo {
    display: none;
  }
}

/* @ ヘッダーナビ
---------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #header-navi {
    display: none;
  }
}
#header-navi a {
  text-decoration: none;
}

/* @ グローバルナビ
---------------------------------------------------------------------------- */
#header-gnavi {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #header-gnavi {
    display: none;
  }
}
#header-gnavi li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header-gnavi li a {
  display: inline-block;
  padding: 38px 15px;
  text-align: center;
  color: #444;
  transition: all 0.3s;
}
#header-gnavi li a:hover {
  color: #f39e34;
}
@media screen and (max-width: 768px) {
  #header-gnavi li a {
    padding: 34px 15px;
    border: none;
  }
}
#header-gnavi li a .menu_title {
  display: block;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-gnavi ul:not(.sub-menu) li a:hover .menu_title,
#header-gnavi ul:not(.sub-menu) li.current-page-ancestor a .menu_title,
#header-gnavi ul:not(.sub-menu) li.current-menu-item a .menu_title {
  color: #f39e34;
}
#header-gnavi li a .menu_description {
  display: block;
  color: #aaa;
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}
#header-gnavi li a:hover .menu_description {
  color: #f39e34;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ヘッダー（768px以下）
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #header-sp {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 9999;
  }
}
#header-sp-logo {
  margin: 0;
}
#header-sp-logo a {
  display: block;
  padding: 0;
}
#header-sp-logo a img {
  height: 47px;
}

/* @ グローバルナビ（768px以下）
---------------------------------------------------------------------------- */
#header-gnavi-sp {
  z-index: 12;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #f39e34 0%, #d9534f 100%);
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header-gnavi-sp ul {
  margin: 0;
  padding: 0;
  overflow: auto;
}
#header-gnavi-sp ul li {
  list-style: none;
}
#header-gnavi-sp li:not(:first-child) {
  border-top: 1px solid rgba(255,255,255,.6);
}
#header-gnavi-sp ul li ul {
  margin: 0;
}
#header-gnavi-sp ul li a {
  display: block;
  position: relative;
  padding: 10px 35px 10px 10px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s;
}
#header-gnavi-sp ul li ul li a {
  padding-left: calc(10px + 1em);
}
#header-gnavi-sp ul li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #444;
}
#header-gnavi-sp ul li a:before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ ドロワーメニュー
---------------------------------------------------------------------------- */
/* :::::: toggle button :::::: */
#navTgl {
  display: none;
}
label.label {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}
.open {
  z-index: 12;
  width: 60px;
  height: 60px;
  background: linear-gradient(90deg, #f39e34 0%, #d9534f 100%);
  transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
  content: "";
}
.open span,
.open::before,
.open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
  transform: translateY(-8px);
}
.open::after {
  transform: translateY(8px);
}
.close {
  z-index: 11;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
#navTgl:checked + .open {
  background: #000;
  transform: translateX(-250px);
}
#navTgl:checked + .open span {
  transform: scaleX(0);
}
#navTgl:checked + .open::before {
  transform: rotate(45deg);
}
#navTgl:checked + .open::after {
  transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.50);
}
/* :::::: drawer menu :::::: */
#navTgl:checked ~#header-gnavi-sp {
  transform: none;
}

/* @ 検索フォーム
---------------------------------------------------------------------------- */
#header-search {
  margin: 0;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
  width: 350px;
}
@media screen and (max-width: 768px) {
  #header-search {
    display: none;
  }
}
#header-search input[type='text'] {
  float: left;
  box-sizing: border-box;
  width: 300px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #efefef;
}
#header-search input[type='submit'] {
  font-family: 'FontAwesome';
  float: right;
  width: 50px;
  height: 40px;
  border: none;
  background-color: #f4a746;
  color: #fff;
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ 検索フォーム（768px以下）
---------------------------------------------------------------------------- */
#header-search-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #header-search-sp {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: 10px 5%;
  }
}
#header-search-sp label {
  display: table-cell;
  vertical-align: top;
}
#header-search-sp label:last-child {
  width: 50px;
}
#header-search-sp input {
  box-sizing: border-box;
  height: 40px;
  border: none;
  border-radius: 0;
  outline: none;
}
#header-search-sp input[type='text'] {
  width: 100%;
  padding: 10px;
}
#header-search-sp input[type='submit'] {
  font-family: 'FontAwesome';
  width: 50px;
  background-color: #2d3339;
  color: #fff;
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ フッター
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
  border-top: 1px solid #ddd;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer {
    min-width: 100%;
  }
}
#footer-nav {
  padding: 50px 0 40px;
  background-color: #f4a746;
  color: #fff;
}
#footer a {
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul li {
  list-style-type: none;
}
#footer-nav ul li a:before,
#footer-copyright ul li a:before {
  display: inline-block;
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer-copyright {
  background: #2d3339;
}
#footer-copyright .copyright {
  margin: 0;
  color: #fff;
  padding: 15px 0;text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ メイン
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main {
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  #main {
    margin-top: 80px;
  }
}
#main p {
line-height: 2;
letter-spacing: 0.04em;
}


/* @ 見出し
---------------------------------------------------------------------------- */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ コンテンツ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.side_exist #contents {
  width: calc(100% - (300px + 50px));
}
@media screen and (max-width: 1024px) {
  .side_exist #contents {
    width: calc(100% - (250px + 50px));
  }
}
@media screen and (max-width: 768px) {
  .side_exist #contents {
    width: 100%;
  }
  #contents {
    margin-top: 30px;
  }
}
#contents .clearfix > *:first-child,
#contents .clearfix > .mw_wp_form h3:first-child,
#main.side_exist #contents > h3:first-child {
  margin-top: 0;
}


@media screen and (min-width: 769px) {
  #header-gnavi .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
    padding: 0;
    background: #fff;
    min-width: 250px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 1000;
  }
  #header-gnavi li {
    position: relative;
  }
  #header-gnavi li:hover > .sub-menu {
    display: block;
  }
  #header-gnavi .sub-menu li {
    width: 100%;
  }
  #header-gnavi .sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #444;
    background: #fff;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  #header-gnavi .sub-menu li a:hover {
    background: #f4f9fe;
    color: #f4a746;
  }
}

.footer-info-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
}
.footer-info-left {
    padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 400px;
}
@media screen and (max-width: 1024px) {
  .footer-info-left {
    padding: 20px;
  }
}
.footer-logo img {
  width: 260px;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.footer-info-text {
  font-size: 1.08rem;
  color: #222;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.footer-info-text p {
  margin: 0 0 12px 0;
}
.footer-info-map {
  flex: 1 1 100%;
  height: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer-info-map {
    flex:none
  }
}
.footer-info-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .footer-info-flex {
    padding: 0;
    flex-direction: column;
    gap: 32px;
  }
  .footer-info-map, .footer-info-left {
    max-width: 100%;
    min-width: 0;
  }
  .footer-info-map {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .footer-info-flex {
    gap: 18px;
  }
  .footer-logo img {
    width: 180px;
  }
}

.footer-links-flex {
  display: flex;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
body:not(.home) .footer-links-flex {
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
body:not(.home) .footer-links-flex {
    margin-top: 80px;
  }
}
.footer-link-box {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 36px 40px 48px;
  text-decoration: none;
  background: #fff;
  border-right: 1px solid #eee;
  transition: background 0.18s;
}
.footer-link-box:last-child {
  border-right: none;
}
.footer-link-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: center;
  gap: 1.2em;
  margin-bottom: 18px;
}
.footer-link-arrow {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #f39e34;
  border-radius: 50%;
  position: relative;
  margin-left: 0.5em;
}
.footer-link-arrow::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-link-desc {
  font-size: 1.1rem;
  color: #f39e34;
  font-weight: 500;
  margin-left: 4px;
}
@media screen and (max-width: 480px) {
.footer-link-desc {
    margin-left: 0;
  }
}
.footer-link-box:hover {
  background: #f9f9f9;
}
@media screen and (max-width: 900px) {
  .footer-links-flex {
    flex-direction: column;
  }
  .footer-link-box {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 32px 18px 28px 24px;
  }
  .footer-link-box:last-child {
    border-bottom: none;
  }
  .footer-link-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .footer-link-box {
    padding: 18px 6vw 14px 6vw;
  }
  .footer-link-title {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .footer-link-arrow {
    width: 32px;
    height: 32px;
  }
  .footer-link-arrow::before {
    font-size: 1rem;
  }
}
