@charset "UTF-8";
/* style.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

img {
  vertical-align: top; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0; }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden; }

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none; }

a, a:link {
  outline: none; }

a:visited {
  outline: none; }

/* module.scss */
* {
  margin: 0;
  padding: 0; }

body {
  color: #000;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1rem;
  height: 100%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.7; }

.serif {
  font-family: "游明朝 Medium", "YuMincho Medium", "游明朝体", YuMincho, "Hiragino Kaku Gothic Pro W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif !important; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*▼▼▼　タブ＆スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 1299px) {
  body {
    width: 100%; } }

a img:hover {
  opacity: .8;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }

/* -----------------------------------------------------------------------------------------------------------------------
リンク
----------------------------------------------------------------------------------------------------------------------- */
a {
  color: #000;
  text-decoration: none; }

/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　１　】　全体の大枠のレイアウト（container・content・section・columnLeft　など）

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
#screen {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  text-align: left; }

#container {
  margin: 0 auto;
  clear: both; }

section,
.section {
  clear: both;
  text-align: left;
  margin: 0; }

section p,
section ul,
.section p,
.section ul {
  text-align: left; }

/* -----------------------------------------------------------------------------------------------------------------------
１カラム用（トップ・固定）
----------------------------------------------------------------------------------------------------------------------- */
.content {
  /* 背景100％時のコンテンツ区切り */
  width: 100%;
  text-align: left;
  padding: 0; }

.content section,
.content .section {
  margin: 0 auto; }

.section_in {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1300px) {
  .content section,
  .content .section {
    width: 1300px; }
  .section_in {
    margin: 0 auto;
    width: 1300px;
    padding: 0; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .content section,
  .content .section {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px; } }

/* -----------------------------------------------------------------------------------------------------------------------
２カラム用（投稿）
----------------------------------------------------------------------------------------------------------------------- */
.col1_full {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 2% 50px 2%; }
  .col1_full h2 {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .col1_full h2 {
        width: 94%;
        margin: 0 auto;
        display: block; }
        .col1_full h2 img {
          width: 80%;
          height: auto; }
        .col1_full h2.sp_w175 img {
          width: 175px !important; }
        .col1_full h2.sp_w185 img {
          width: 185px !important; }
        .col1_full h2.sp_w200 img {
          width: 200px !important; }
        .col1_full h2.sp_w260 img {
          width: 260px !important; }
        .col1_full h2.sp_w300 img {
          width: 300px !important; } }
  .col1_full p.inline {
    display: inline-block;
    margin-left: 64px;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .col1_full p.inline {
        display: block;
        width: 94%;
        margin: 40px auto 0; } }

.col2_full {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 100px 0;
  max-width: 1760px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .col2_full {
      width: 94%;
      padding: 50px 0; } }
  @media screen and (max-width: 768px) {
    .col2_full h2.sp_w185 img {
      width: 185px !important; }
    .col2_full h2.sp_w200 img {
      width: 200px !important; }
    .col2_full h2.sp_w260 img {
      width: 260px !important; }
    .col2_full h2.sp_w300 img {
      width: 300px !important; } }
  .col2_full.col2_full_rightImg > div:nth-child(1) {
    max-width: 46%;
    margin-left: 2%; }
    @media screen and (max-width: 768px) {
      .col2_full.col2_full_rightImg > div:nth-child(1) {
        max-width: 100%;
        margin-left: 0; } }
    .col2_full.col2_full_rightImg > div:nth-child(1) h2 {
      margin-bottom: 80px; }
    .col2_full.col2_full_rightImg > div:nth-child(1) img {
      max-width: 100%;
      height: auto; }
      .col2_full.col2_full_rightImg > div:nth-child(1) img.full_left {
        position: absolute;
        left: 2%; }
  .col2_full.col2_full_rightImg > div:nth-child(2) {
    margin-left: 2%;
    margin-right: auto; }
    .col2_full.col2_full_rightImg > div:nth-child(2) img {
      max-width: 100%;
      height: auto; }
  .col2_full.col2_full_rightImg > div.full_right {
    position: absolute;
    right: 2%;
    width: 46%;
    text-align: right; }
    .col2_full.col2_full_rightImg > div.full_right img {
      max-width: 100%;
      height: auto; }
    @media screen and (max-width: 768px) {
      .col2_full.col2_full_rightImg > div.full_right {
        position: relative;
        right: 0; } }
  .col2_full > div:nth-child(1) {
    max-width: 46%;
    margin-left: 2%; }
    .col2_full > div:nth-child(1).full_left {
      position: absolute;
      left: 2%; }
      @media screen and (max-width: 768px) {
        .col2_full > div:nth-child(1).full_left {
          position: relative;
          left: 0; } }
    @media screen and (max-width: 768px) {
      .col2_full > div:nth-child(1) {
        max-width: 100%; } }
    .col2_full > div:nth-child(1) h2 {
      margin-bottom: 80px; }
    .col2_full > div:nth-child(1) img {
      max-width: 100%;
      height: auto; }
      @media screen and (max-width: 768px) {
        .col2_full > div:nth-child(1) img.full_left {
          position: relative; } }
  .col2_full > div:nth-child(2) {
    width: 46%;
    margin-right: 2%;
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .col2_full > div:nth-child(2) {
        width: 100%;
        margin-right: 0; } }
    .col2_full > div:nth-child(2).full_right {
      position: absolute;
      right: 2%; }

.page_head01 {
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    .page_head01 {
      font-size: 1.125rem;
      padding-top: 65px;
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.page_head02 {
  font-size: 2.187rem;
  font-weight: bold;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .page_head02 {
      font-size: 1.125rem; } }

.btn_arrow {
  max-width: 360px;
  display: block;
  border: 1px solid #404040;
  background: #fff;
  color: #404040;
  font-size: 1.125rem;
  text-align: center;
  padding: 4px 0; }
  .btn_arrow img {
    margin-left: 14px;
    vertical-align: middle; }

#contents {
  clear: both;
  text-align: left;
  min-height: 600px;
  padding: 0;
  margin: 0 auto; }

#contents p {
  margin-bottom: 15px; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1300px) {
  #contents {
    width: 1300px; }
  #mainContents_02 {
    width: 70%; } }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1299px) {
  #mainContents_02 {
    width: 70%; } }

/*▼▼▼　タブ＆スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/* -----------------------------------------------------------------------------------------------------------------------
ぱんくず
----------------------------------------------------------------------------------------------------------------------- */
#breadcrumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#breadcrumbs a,
#breadcrumbs p {
  margin: 0;
  color: #666;
  font-size: .875rem; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1300px) {
  #breadcrumbs {
    width: 1300px;
    margin: 15px auto; } }

/*▼▼▼　タブ＆スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 1299px) {
  #breadcrumbs {
    margin: 10px 15px; } }

/* -----------------------------------------------------------------------------------------------------------------------
サイドバー　大枠
----------------------------------------------------------------------------------------------------------------------- */
#columnLeft,
#columnRight {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  #columnLeft,
  #columnRight {
    max-width: 300px;
    padding: 0; } }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1079px) {
  #columnLeft,
  #columnRight {
    width: 30%;
    padding: 0 20px 0 0; } }

/* -----------------------------------------------------------------------------------------------------------------------
サイドバー　ウィジェット　リスト　等
----------------------------------------------------------------------------------------------------------------------- */
#columnLeft form,
#columnRight form {
  margin: 0; }

#columnLeft ul,
#columnRight ul {
  margin: 0;
  padding: 0; }

#columnLeft #widget_area ul ul,
#columnLeft #widget_area ul ul {
  margin: 0 0 20px 0; }

#columnLeft #widget_area ul ul li,
#columnLeft #widget_area ul ul li {
  border-bottom: dashed 1px #ccc;
  padding: 10px 0; }

#columnLeft #widget_area ul ul li a:before,
#columnLeft #widget_area ul ul li a:before {
  background: url(../images/top/path_orange.svg) no-repeat;
  content: "";
  width: 12px;
  height: 14px;
  background-size: contain;
  margin-right: 5px;
  display: inline-block;
  vertical-align: baseline; }

#columnLeft #widget_area ul ul li:first-child,
#columnLeft #widget_area ul ul li:first-child {
  padding: 0 0 10px 0; }

#columnLeft #widget_area ul ul li a:hover,
#columnLeft #widget_area ul ul li a:hover {
  opacity: .75;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

/**☆　見出し　☆**********/
#columnLeft .side_hd p,
#columnRight .side_hd p {
  margin-bottom: 10px;
  background: #092150;
  padding: 2px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: .875rem; }

/**☆　リスト　☆**********/
#columnLeft #widget_area ul ul ul, #columnLeft #widget_area ul ol,
#columnRight #widget_area ul ul ul, #columnRight #widget_area ul ol {
  margin: 0; }

#columnLeft section, #columnLeft .section,
#columnRight section, #columnRight .section {
  overflow: hidden;
  margin: 0; }

/* -----------------------------------------------------------------------------------------------------------------------
メインイメージ
----------------------------------------------------------------------------------------------------------------------- */
.keyvisual {
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.keyvisual_in {
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.keyvisual_in img,
.keyvisual img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto; }

.key_block {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 33%; }
  @media screen and (min-width: 1300px) {
    .key_block {
      top: 320px; } }
  @media screen and (max-width: 768px) {
    .key_block {
      top: 30%; } }

.key_text {
  position: absolute;
  color: #fff;
  left: 15px;
  font-family: "Archivo Narrow", sans-serif;
  font-style: italic;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700; }

.t_top {
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .t_top {
      font-size: 1rem; } }

.t_main {
  font-size: 3rem;
  font-weight: bold;
  margin-top: -10px; }
  @media screen and (max-width: 768px) {
    .t_main {
      font-size: 2.187rem;
      line-height: 100%;
      margin: 15px 0; } }

.t_bottom_pc {
  display: none; }

.t_bottom_sp {
  font-size: 0.75rem;
  font-style: normal;
  margin-top: 0;
  line-height: 1.4; }

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .t_bottom_sp {
    display: none; }
  .t_bottom_pc {
    display: block;
    font-size: 1.125rem;
    font-style: normal;
    margin-top: -10px;
    line-height: 1.4;
    font-weight: bold; }
  .t_top {
    font-size: 2.5rem; }
  .t_main {
    font-size: 5rem;
    margin-top: -20px; } }

@media screen and (min-width: 1300px) {
  .t_bottom_sp {
    display: none; }
  .t_bottom_pc {
    display: block;
    font-size: 1.375rem;
    font-style: normal;
    margin-top: -10px;
    line-height: 1.4;
    font-weight: bold; }
  .t_top {
    font-size: 2.3rem; }
  .t_main {
    font-size: 6rem;
    margin-top: -30px; } }

.maintitle {
  width: 85% !important;
  height: auto !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto !important;
  z-index: 2; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .keyvisual img,
  .con_keyvisual img {
    margin: 0;
    padding: 0; }
  .maintitle {
    width: 550px !important;
    height: 139px !important; } }

/*▼▼▼　タブ＆スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .con_keyvisual {
    width: 100%;
    min-width: 1300px;
    max-width: 1200px; } }

/* -----------------------------------------------------------------------------------------------------------------------
sectionに枠がある場合
----------------------------------------------------------------------------------------------------------------------- */
.entry,
.entry-body {
  overflow: hidden;
  padding: 0px;
  /* sectionに枠がある場合の外余白10px固定 */ }

.entry p {
  margin-bottom: 10px; }

.entry img {
  max-width: 100%;
  height: auto;
  clear: both;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.entry img + img {
  margin-left: 15px;
  margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  .entry img {
    margin: 15px; } }

/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　２　】　変更頻度の少ないもの

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
電話リンク無効（スマホ時のみ適応）
----------------------------------------------------------------------------------------------------------------------- */
/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/* -----------------------------------------------------------------------------------------------------------------------
jQuery Smooth Scroll
----------------------------------------------------------------------------------------------------------------------- */
a#scroll-to-top {
  display: none !important; }

/* -----------------------------------------------------------------------------------------------------------------------
表示・非表示
----------------------------------------------------------------------------------------------------------------------- */
/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important; } }

/* -----------------------------------------------------------------------------------------------------------------------
投稿記事内のリスト
----------------------------------------------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------------------------------------------------
スクロール時に読み込む設定
----------------------------------------------------------------------------------------------------------------------- */
.findown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: findown;
  animation-name: findown;
  visibility: visible !important; }

@-webkit-keyframes findown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes findown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/* -----------------------------------------------------------------------------------------------------------------------
予約カレンダー用
----------------------------------------------------------------------------------------------------------------------- */
#timetable table {
  width: 100%;
  border: solid 1px #39F;
  border-collapse: collapse;
  margin: 0 0 15px 0; }

#timetable table th,
#timetable table td {
  border: solid 1px #39F;
  border-collapse: collapse;
  text-align: center; }

#timetable table th {
  background: #E2F3FC;
  color: #39F; }

/* -----------------------------------------------------------------------------------------------------------------------
YouTube
----------------------------------------------------------------------------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* -----------------------------------------------------------------------------------------------------------------------
グーグルマップ
----------------------------------------------------------------------------------------------------------------------- */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* -----------------------------------------------------------------------------------------------------------------------
WP-Pagenavi
----------------------------------------------------------------------------------------------------------------------- */
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin-bottom: 0.5em; }

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 4px 20px !important;
  border: solid 1px #c0c0c0 !important;
  color: #c0c0c0;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }

/* -----------------------------------------------------------------------------------------------------------------------
Clear Fix
----------------------------------------------------------------------------------------------------------------------- */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
#container:after,
#contents:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0; }

/* IE7 */
.clearfix,
#container,
#contents {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html #container,
* html #footer,
* html #contents {
  height: 1%; }

.clearfix,
#container,
#footer,
#contents {
  display: block; }

/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　３　】　レイアウト関係（サイド付き（mainContents_02 用））　

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
画像幅100%（single-body）
----------------------------------------------------------------------------------------------------------------------- */
.single-body,
.entry_single-body {
  width: 100%;
  overflow: hidden; }

.single-body img,
.entry_single-body img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  margin: 0 0 5px 0; }

/* -----------------------------------------------------------------------------------------------------------------------
2つ並び（half）
----------------------------------------------------------------------------------------------------------------------- */
.half {
  width: 100%;
  overflow: hidden; }

.half .element_01,
.half .element_02 {
  overflow: hidden; }

.half .element_01 img,
.half .element_02 img {
  width: 100%;
  height: auto; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .half .element_01,
  .half .element_02 {
    width: 340px; } }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .half .element_01 {
    float: left; }
  .half .element_02 {
    float: right; } }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .half .element_01,
  .half .element_02 {
    width: 49%; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .half .element_01,
  .half .element_02 {
    width: 100%; }
  .half .element_01 {
    margin-bottom: 15px; } }

/* -----------------------------------------------------------------------------------------------------------------------
3つ並び（third）
----------------------------------------------------------------------------------------------------------------------- */
.third {
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

.third .element_01,
.third .element_02 {
  overflow: hidden; }

.third .element_01 img,
.third .element_02 img {
  margin: 0 0 0 0;
  width: 100%;
  height: auto; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .third .element_01,
  .third .element_02 {
    width: 226px; }
  .third .element_01 {
    float: left;
    margin-right: 16px; }
  .third .element_02 {
    float: right;
    margin-right: 0; } }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .third .element_01,
  .third .element_02 {
    width: 32%; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .third .element_01,
  .third .element_02 {
    width: 100%; }
  .third .element_01 {
    margin-bottom: 15px; } }

/* -----------------------------------------------------------------------------------------------------------------------
リスト（PC3・スマホ1）
----------------------------------------------------------------------------------------------------------------------- */
.list_pc3_sp1, .list_pc3_sp1 ul, .list_pc3_sp1 li {
  overflow: hidden; }

.list_pc3_sp1 li img {
  width: 100%;
  height: auto; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .list_pc3_sp1 li {
    float: left;
    width: 226px;
    margin-right: 16px;
    margin-bottom: 16px; }
  .list_pc3_sp1 li:nth-child(3n) {
    float: right;
    margin-right: 0; }
  .list_pc3_sp1 li:nth-child(3n+1) {
    clear: both; } }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .list_pc3_sp1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .list_pc3_sp1 li {
    width: 32%; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .list_pc3_sp1 li {
    width: 100%;
    margin-bottom: 15px; }
  .list_pc3_sp1 li:last-child {
    margin-bottom: 0; } }

/* -----------------------------------------------------------------------------------------------------------------------
リスト（PC3・スマホ2）
----------------------------------------------------------------------------------------------------------------------- */
.list_pc3_sp2, .list_pc3_sp2 ul, .list_pc3_sp2 li {
  overflow: hidden; }

.list_pc3_sp2 li img {
  width: 100%;
  height: auto; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .list_pc3_sp2 li {
    float: left;
    width: 226px;
    margin-right: 16px;
    margin-bottom: 16px; }
  .list_pc3_sp2 li:nth-child(3n) {
    float: right;
    margin-right: 0; }
  .list_pc3_sp2 li:nth-child(3n+1) {
    clear: both; } }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .list_pc3_sp2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .list_pc3_sp2 li {
    width: 32%; } }

/*▼▼▼　タブ＆スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 1079px) {
  .list_pc3_sp2 li {
    width: 49%;
    float: left;
    margin-bottom: 16px; }
  .list_pc3_sp2 li:nth-child(2n) {
    float: right; }
  .list_pc3_sp2 li:nth-child(2n+1) {
    clear: both; } }

/* -----------------------------------------------------------------------------------------------------------------------
リスト（PC4・スマホ2）
----------------------------------------------------------------------------------------------------------------------- */
.list_pc4_sp2, .list_pc4_sp2 ul, .list_pc4_sp2 li {
  overflow: hidden; }

.list_pc4_sp2 li {
  float: left; }

.list_pc4_sp2 li img {
  width: 100%;
  height: auto; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .list_pc4_sp2 li {
    width: 167px;
    margin-right: 24px;
    margin-bottom: 24px; }
  .list_pc4_sp2 li:nth-child(2n) {
    float: right;
    margin-right: 0; }
  .list_pc4_sp2 li:nth-child(2n+1) {
    clear: both; } }

/*▼▼▼　タブ＆スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 1079px) {
  .list_pc4_sp2 li {
    width: 49%;
    margin-bottom: 15px; }
  .list_pc4_sp2 li:nth-child(2n) {
    float: right; }
  .list_pc4_sp2 li:nth-child(2n+1) {
    clear: both; } }

/* -----------------------------------------------------------------------------------------------------------------------
width 100%, イメージ×3 横並べ liquid
----------------------------------------------------------------------------------------------------------------------- */
.third-liquid {
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

.third-liquid .element_01,
.third-liquid .element_02 {
  overflow: hidden; }

.third-liquid .element_01 img,
.third-liquid .element_02 img {
  margin: 0 0 0 0;
  width: 100%;
  height: auto; }

.third-liquid .element_01,
.third-liquid .element_02 {
  width: 30%; }

.third-liquid .element_01 {
  float: left;
  margin: 0 5% 0 0; }

.third-liquid .element_02 {
  float: right; }

/* -----------------------------------------------------------------------------------------------------------------------
width100%, 左イメージ×1 右コンテンツ
----------------------------------------------------------------------------------------------------------------------- */
.left_imgfix,
.left_imgfix-02 {
  width: 100%;
  overflow: hidden; }

.left_imgfix img {
  width: 130px;
  float: left;
  margin: 0 10px 10px 0; }

.left_imgfix-02 .element_01 {
  width: 230px; }

.left_imgfix-02 .element_01 img {
  width: 100%; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .left_imgfix-02 .element_02 {
    width: 460px; } }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .left_imgfix-02 .element_01 {
    width: 230px;
    float: left; }
  .left_imgfix-02 .element_02 {
    float: right; } }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .left_imgfix-02 .element_02 {
    width: calc(100% - 250px); } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .left_imgfix-02 .element_01 {
    width: 230px;
    margin: 0 auto 10px auto; } }

/* -----------------------------------------------------------------------------------------------------------------------
左コンテンツ 右イメージ×1
----------------------------------------------------------------------------------------------------------------------- */
.right_imgfix,
.right_imgfix-02 {
  width: 100%;
  overflow: hidden; }

.right_imgfix img {
  width: 130px;
  float: right;
  margin: 0 0 10px 10px; }

.right_imgfix-02 .element_01 {
  width: 230px; }

.right_imgfix-02 .element_01 img {
  width: 100%; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .right_imgfix-02 .element_02 {
    width: 460px; } }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .right_imgfix-02 .element_01 {
    width: 230px;
    float: right; }
  .right_imgfix-02 .element_02 {
    float: left; } }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .right_imgfix-02 .element_02 {
    width: calc(100% - 250px); } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .right_imgfix-02 .element_01 {
    width: 230px;
    margin: 0 auto 10px auto; } }

/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　４　】　レイアウト関係（1カラム用）

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
リスト（PC4・スマホ2）1カラム用
----------------------------------------------------------------------------------------------------------------------- */
.list_w_pc4_sp2,
.list_w_pc4_sp2 ul,
.list_w_pc4_sp2 li {
  overflow: hidden; }

.list_w_pc4_sp2 li {
  float: left; }

.list_w_pc4_sp2 li img {
  width: 100%;
  height: auto; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .list_w_pc4_sp2 li {
    width: 255px;
    margin-right: 20px; }
  .list_w_pc4_sp2 li:nth-child(4n) {
    float: right;
    margin-right: 0; }
  .list_w_pc4_sp2 li:nth-child(4n+1) {
    clear: both; } }

/*▼▼▼　タブ＆スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 1079px) {
  .list_w_pc4_sp2 li {
    width: 49%; }
  .list_w_pc4_sp2 li:nth-child(2n) {
    float: right; }
  .list_w_pc4_sp2 li:nth-child(2n+1) {
    clear: both; } }

/* -----------------------------------------------------------------------------------------------------------------------
リスト（PC3・スマホ1）1カラム用
リスト（PC3・スマホ2）1カラム用
リスト（PC3・スマホ3）1カラム用
----------------------------------------------------------------------------------------------------------------------- */
.list_w_pc3_sp1, .list_w_pc3_sp1 ul, .list_w_pc3_sp1 li,
.list_w_pc3_sp2, .list_w_pc3_sp2 ul, .list_w_pc3_sp2 li,
.list_w_pc3_sp2, .list_w_pc3_sp3 ul, .list_w_pc3_sp3 li {
  overflow: hidden; }

.list_w_pc3_sp1 li img,
.list_w_pc3_sp2 li img,
.list_w_pc3_sp3 li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  .list_w_pc3_sp1 li {
    width: 100%;
    margin-bottom: 15px; }
  .list_w_pc3_sp1 li:last-child {
    margin-bottom: 0; } }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .list_w_pc3_sp1 li,
  .list_w_pc3_sp2 li,
  .list_w_pc3_sp3 li {
    float: left;
    width: 340px;
    margin-right: 30px;
    margin-bottom: 20px; }
  .list_w_pc3_sp1 li:nth-child(3n),
  .list_w_pc3_sp2 li:nth-child(3n),
  .list_w_pc3_sp3 li:nth-child(3n) {
    float: right;
    margin-right: 0; }
  .list_w_pc3_sp1 li:nth-child(3n+1),
  .list_w_pc3_sp2 li:nth-child(3n+1),
  .list_w_pc3_sp3 li:nth-child(3n+1) {
    clear: both; } }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .list_w_pc3_sp1 ul,
  .list_w_pc3_sp2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .list_w_pc3_sp1 li,
  .list_w_pc3_sp2 li {
    width: 32%; } }

/*▼▼▼　タブ＆スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 1079px) {
  .list_w_pc3_sp2 li {
    width: 49%;
    float: left;
    margin-bottom: 16px; }
  .list_w_pc3_sp2 li:nth-child(2n) {
    float: right; }
  .list_w_pc3_sp2 li:nth-child(2n+1) {
    clear: both; }
  .list_w_pc3_sp3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .list_w_pc3_sp3 li {
    width: 32%; } }

/* -----------------------------------------------------------------------------------------------------------------------
　1カラムレイアウト sigle-doouble,
　1カラムレイアウト double-single,
　1カラムレイアウト w-half, list_w02
----------------------------------------------------------------------------------------------------------------------- */
.single-double, .double-single,
.w-half, .list_w_pc2_sp1, .list_w_pc2_sp2 {
  width: 100%;
  overflow: hidden;
  clear: both; }

.single-double .area_01, .single-double .area_02,
.double-single .area_01, .double-single .area_02,
.w-half .area_01, .w-half .area_02,
.list_w_pc2_sp1 li,
.list_w_pc2_sp2 li {
  overflow: hidden; }

.single-double .area_01 img,
.double-single .area_01 img,
.w-half .area_01 img,
.w-half .area_02 img,
.list_w_pc2_sp1 li img,
.list_w_pc2_sp2 li img {
  width: 100%;
  height: auto; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .single-double .area_01,
  .double-single .area_02 {
    width: 340px; }
  .single-double .area_02,
  .double-single .area_01 {
    width: 710px; }
  .w-half .area_01,
  .w-half .area_02 {
    width: 530px; }
  .list_w_pc2_sp1 li,
  .list_w_pc2_sp2 li {
    width: 530px;
    float: left; }
  .list_w_pc2_sp1 li:nth-child(2n),
  .list_w_pc2_sp2 li:nth-child(2n) {
    float: right; }
  .list_w_pc2_sp1 li:nth-child(2n+1),
  .list_w_pc2_sp2 li:nth-child(2n+1) {
    clear: both; } }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .single-double .area_01,
  .double-single .area_02 {
    float: left; }
  .single-double .area_02,
  .double-single .area_01 {
    float: right; }
  .w-half .area_01 {
    float: left; }
  .w-half .area_02 {
    float: right; }
  .list_w_pc1_sp1 li:nth-child(2n) {
    float: right; }
  .list_w_pc2_sp1 li:nth-child(2n+1) {
    clear: both; } }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .single-double .area_01,
  .double-single .area_02 {
    width: 29%; }
  .single-double .area_02,
  .double-single .area_01 {
    width: 70%; }
  .w-half .area_01,
  .w-half .area_02 {
    width: 49%; }
  .list_w_pc1_sp1 li {
    float: left;
    margin-bottom: 15px;
    width: 49%; } }

/*▼▼▼　タブ＆スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 1079px) {
  .list_w_pc2_sp2 li {
    float: left;
    margin-bottom: 15px;
    width: 49%; }
  .list_w_pc2_sp2 li:nth-child(2n) {
    float: right; }
  .list_w_pc2_sp2 li:nth-child(2n+1) {
    clear: both; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .single-double .area_01,
  .double-single .area_01,
  .w-half .area_01,
  .list_w_pc2_sp1 li {
    margin-bottom: 15px; } }

/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　５　】　デザインに合わせて調整

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
ページトップ
----------------------------------------------------------------------------------------------------------------------- */
#pageTop {
  text-decoration: none;
  background: #B4B4B4;
  width: 60px;
  height: 60px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99; }
  #pageTop img {
    width: 14px;
    height: 24px; }

#pageTop:hover {
  background: #f8f071;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  /*ふわっと変化*/ }

select.wpcf7-select {
  width: 60% !important;
  padding: 12px !important;
  font-size: .875rem; }

/* -----------------------------------------------------------------------------------------------------------------------
テーブル　可変（dlタイプ）　table_01
----------------------------------------------------------------------------------------------------------------------- */
.table_01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .table_01 dl a {
    text-decoration: underline; }
    .table_01 dl a:hover {
      text-decoration: none; }

.table_01 dl dt,
.table_01 dl dd {
  padding: 15px; }

.table_01 dl dt {
  font-weight: bold; }

.table_01 dl dd label {
  margin-right: 4px; }

.table_01 dl dd input {
  margin-right: 4px; }

.table_01 dl dd span input,
.table_01 dl dd span textarea {
  padding: 12px !important;
  border: #707070 solid 1px !important;
  font-size: 0.875rem !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.table_01 dl dd span textarea {
  font-size: 1rem !important; }

input,
textarea {
  width: 100%; }

input[type="text"],
input[type="email"],
textarea {
  color: #b4b4b4;
  background: #F4F4F4; }

.hisu {
  background: #F5E828;
  color: #404040;
  font-size: .7rem;
  width: 40px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 5px; }

.nini {
  background: #9B9B9B;
  color: #fff;
  font-size: .7rem;
  width: 40px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 5px; }

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .table_01 {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; } }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .table_01 dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: solid 1px #707070;
    border-bottom: none; }
  .table_01 dl dt,
  .table_01 dl dd {
    padding: 30px 15px; }
  .table_01 dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 30%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }
  @media screen and (min-width: 768px) and (min-width: 1300px) {
    .table_01 dl dt {
      width: 300px; } }

@media screen and (min-width: 768px) {
  .table_01 dl dd {
    background: #fff;
    width: 70%; }
  .table_01 dl.bb {
    border-bottom: solid 1px #707070;
    margin-bottom: 100px; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .table_01 {
    width: 90%;
    margin: 0 auto; }
  .table_01 dl {
    background: none; }
  .table_01 dl dt {
    border-top: solid 1px #707070; } }

/* -----------------------------------------------------------------------------------------------------------------------
コンタクトフォーム　入力幅
----------------------------------------------------------------------------------------------------------------------- */
.table_01 dl dd textarea {
  width: 100%;
  border: #e0e0e0 solid 1px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.table_01 dl dd .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  clear: both;
  margin-bottom: 5px; }

/**☆　送信ボタン　☆**********/
.submit-button {
  text-align: center; }

.wpcf7-form .wpcf7-submit,
.button_thanks a {
  border: solid 0px #F5E828 !important;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px !important;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 60px;
  color: #404040;
  text-decoration: none;
  background: #F5E828;
  position: relative;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  margin-left: auto;
  margin-right: auto; }
  .wpcf7-form .wpcf7-submit:after {
    background: url(../images/common/sankaku_w.svg) no-repeat;
    background-size: auto;
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 13px;
    height: 13px; }
  .wpcf7-form .wpcf7-submit:hover {
    background: #f8f071;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s; }

.c_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px; }
  .c_center p label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c_center p label input {
      width: auto !important; }
    @media screen and (max-width: 767px) {
      .c_center p label span {
        white-space: nowrap; } }
    .c_center p label a {
      text-decoration: underline; }
      .c_center p label a:hover {
        text-decoration: none; }

div.wpcf7 .ajax-loader {
  display: none !important; }

.wpcf7-form textarea {
  width: 100% !important;
  border: #e0e0e0 solid 1px !important; }

.wauto input {
  width: auto !important;
  height: auto; }

.c_harf01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .c_harf01 div:first-child {
    margin-bottom: 15px; }

@media screen and (min-width: 1080px) {
  .c_harf01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c_harf01 div:first-child {
      margin-bottom: 0; } }

.c_harf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .c_harf input {
    width: 100px !important; }
  .c_harf select {
    width: 200px !important; }

@media screen and (min-width: 768px) {
  .c_harf02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap; }
    .c_harf02 span:last-child,
    .c_harf02 input {
      width: 100% !important; } }

.w200 {
  width: 200px !important; }

.w100 input {
  width: 100% !important; }

.w1000 {
  width: 100% !important; }

.mr20 {
  display: inline-block;
  margin-right: 10px; }
  @media screen and (min-width: 768px) {
    .mr20 {
      margin-right: 20px; } }

.mlr20 {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px; }
  @media screen and (min-width: 1080px) {
    .mlr20 {
      margin-left: 50px;
      margin-right: 20px;
      margin-top: 0; } }

/* -----------------------------------------------------------------------------------------------------------------------
タイトル・見出し装飾
----------------------------------------------------------------------------------------------------------------------- */
/**☆　大きめ●色など　☆**********/
.title_type01 {
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  color: #404040;
  font-weight: 700; }

.title_type02 {
  font-size: .875rem;
  color: #404040;
  font-weight: bold;
  text-align: center; }

.title_type03 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5; }

.title_back {
  text-align: center;
  padding: 60px 0;
  background: #F5F5F5; }
  @media screen and (min-width: 1300px) {
    .title_back {
      padding: 80px 0 60px; } }

.title_back_w {
  text-align: center;
  padding: 60px 0; }
  @media screen and (min-width: 1300px) {
    .title_back_w {
      padding: 100px 0 80px; } }

.title_back_w02 {
  text-align: center;
  background: #fff;
  padding: 60px 0; }
  @media screen and (min-width: 1300px) {
    .title_back_w02 {
      padding: 100px 0 100px; } }

.pd_back {
  padding-top: 80px; }
  @media screen and (min-width: 1300px) {
    .pd_back {
      background: #F5F5F5; } }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .title_type01 {
    font-size: 2.75rem; }
  .title_type02 {
    font-size: 1rem;
    margin-top: -5px; }
  .title_type03 {
    font-size: 1.5rem; } }

/**☆　●色の帯など　☆**********/
/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1300px) {
  .title_type01 {
    font-size: 3rem; }
  .title_type02 {
    font-size: 1.125rem;
    margin-top: -5px; }
  .title_type03 {
    font-size: 1.5rem; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/* -----------------------------------------------------------------------------------------------------------------------
タイトル・見出し装飾（カテゴリー名の自動生成用）
----------------------------------------------------------------------------------------------------------------------- */
.title_auto {
  color: #fff;
  background: #BF00FF;
  padding: 5px; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .title_auto {
    font-size: 22px; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .title_auto {
    font-size: 1rem; } }

/* -----------------------------------------------------------------------------------------------------------------------
リンクボタン （幅はクラスで指定）
----------------------------------------------------------------------------------------------------------------------- */
.bot_type01 {
  text-align: center;
  margin: 0 auto; }

.bot_type01 a,
.bot_type01 a:hover {
  padding: 7px;
  display: block;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 4px solid #B4CEF5; }

/* -----------------------------------------------------------------------------------------------------------------------
カラー
----------------------------------------------------------------------------------------------------------------------- */
.black {
  color: #000 !important; }

.red, .error {
  color: #C03 !important; }

/*
.blue{ color:#06F!important;}
.orange{ color:#FF6600!important;}
.green{ color:#060!important;}
.pink{ color:#F39!important;}
.yellow{ color:#FF3!important;}
.purple{ color:#63C!important;}*/
/* -----------------------------------------------------------------------------------------------------------------------
背景色
----------------------------------------------------------------------------------------------------------------------- */
.bg_gray {
  background-color: #F5F5F5 !important; }

.bg_blue {
  background-color: #ADE4FF !important; }

/* -----------------------------------------------------------------------------------------------------------------------
文字サイズ
----------------------------------------------------------------------------------------------------------------------- */
.fsize10 {
  font-size: 10px !important; }

.fsize11 {
  font-size: 11px !important; }

.fsize12 {
  font-size: 12px !important; }

.fsize13 {
  font-size: 13px !important; }

.fsize14 {
  font-size: 14px !important; }

.fsize15 {
  font-size: 15px !important; }

.fsize16 {
  font-size: 16px !important; }

.fsize17 {
  font-size: 17px !important; }

.fsize18 {
  font-size: 18px !important; }

.fsize19 {
  font-size: 19px !important; }

.fsize20 {
  font-size: 20px !important; }

.fsize25 {
  font-size: 25px !important; }

.fsize30 {
  font-size: 30px !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1300px) {
  .pc_fsize10 {
    font-size: 10px !important; }
  .pc_fsize11 {
    font-size: 11px !important; }
  .pc_fsize12 {
    font-size: 12px !important; }
  .pc_fsize13 {
    font-size: 13px !important; }
  .pc_fsize14 {
    font-size: 14px !important; }
  .pc_fsize15 {
    font-size: 15px !important; }
  .pc_fsize16 {
    font-size: 16px !important; }
  .pc_fsize17 {
    font-size: 17px !important; }
  .pc_fsize18 {
    font-size: 18px !important; }
  .pc_fsize19 {
    font-size: 19px !important; }
  .pc_fsize20 {
    font-size: 20px !important; } }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .tb_fsize10 {
    font-size: 10px !important; }
  .tb_fsize11 {
    font-size: 11px !important; }
  .tb_fsize12 {
    font-size: 12px !important; }
  .tb_fsize13 {
    font-size: 13px !important; }
  .tb_fsize14 {
    font-size: 14px !important; }
  .tb_fsize15 {
    font-size: 15px !important; }
  .tb_fsize16 {
    font-size: 16px !important; }
  .tb_fsize17 {
    font-size: 17px !important; }
  .tb_fsize18 {
    font-size: 18px !important; }
  .tb_fsize19 {
    font-size: 19px !important; }
  .tb_fsize20 {
    font-size: 20px !important; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_fsize10 {
    font-size: 10px !important; }
  .sp_fsize11 {
    font-size: 11px !important; }
  .sp_fsize12 {
    font-size: 12px !important; }
  .sp_fsize13 {
    font-size: 13px !important; }
  .sp_fsize14 {
    font-size: 14px !important; }
  .sp_fsize15 {
    font-size: 15px !important; }
  .sp_fsize16 {
    font-size: 16px !important; }
  .sp_fsize17 {
    font-size: 17px !important; }
  .sp_fsize18 {
    font-size: 18px !important; }
  .sp_fsize19 {
    font-size: 19px !important; }
  .sp_fsize20 {
    font-size: 20px !important; } }

/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.w10 {
  width: 10% !important; }

.w20 {
  width: 20% !important; }

.w25 {
  width: 25% !important; }

.w30 {
  width: 30% !important; }

.w40 {
  width: 40% !important; }

.w50 {
  width: 50% !important; }

.w60 {
  width: 60% !important; }

.w70 {
  width: 70% !important; }

.w80 {
  width: 80% !important; }

.w90 {
  width: 90% !important; }

.w100 {
  width: 100% !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .tb_w10 {
    width: 10% !important; }
  .tb_w20 {
    width: 20% !important; }
  .tb_w30 {
    width: 30% !important; }
  .tb_w40 {
    width: 40% !important; }
  .tb_w45 {
    width: 45% !important; }
  .tb_w50 {
    width: 50% !important; }
  .tb_w55 {
    width: 55% !important; }
  .tb_w60 {
    width: 60% !important; }
  .tb_w65 {
    width: 65% !important; }
  .tb_w70 {
    width: 70% !important; }
  .tb_w80 {
    width: 80% !important; }
  .tb_w90 {
    width: 90% !important; }
  .tb_w100 {
    width: 100% !important; } }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1300px) {
  .pc_w10 {
    width: 10% !important; }
  .pc_w20 {
    width: 20% !important; }
  .pc_w25 {
    width: 25% !important; }
  .pc_w30 {
    width: 30% !important; }
  .pc_w40 {
    width: 40% !important; }
  .pc_w45 {
    width: 45% !important; }
  .pc_w50 {
    width: 50% !important; }
  .pc_w55 {
    width: 55% !important; }
  .pc_w60 {
    width: 60% !important; }
  .pc_w65 {
    width: 65% !important; }
  .pc_w70 {
    width: 70% !important; }
  .pc_w80 {
    width: 80% !important; }
  .pc_w90 {
    width: 90% !important; }
  .pc_w100 {
    width: 100% !important; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_w50 {
    width: 50% !important; }
  .sp_w60 {
    width: 60% !important; }
  .sp_w70 {
    width: 70% !important; }
  .sp_w80 {
    width: 80% !important; }
  .sp_w90 {
    width: 90% !important; }
  .sp_w100 {
    width: 100% !important; } }

/* -----------------------------------------------------------------------------------------------------------------------
文字配置
----------------------------------------------------------------------------------------------------------------------- */
.textc {
  text-align: center !important; }

.textr {
  text-align: right !important; }

.textl {
  text-align: left !important; }

.textj {
  text-align: justify !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_textc {
    text-align: center !important; }
  .pc_textr {
    text-align: right !important; }
  .pc_textl {
    text-align: left !important; }
  .pc_textj {
    text-align: justify !important; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_textc {
    text-align: center !important; }
  .sp_textr {
    text-align: right !important; }
  .sp_textl {
    text-align: left !important; }
  .sp_textj {
    text-align: justify; } }

/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.no_margin {
  margin: 0 !important; }

.mra {
  margin-right: auto !important; }

.mla {
  margin-left: auto !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pa10_all {
  padding: 10px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb100 {
  padding-bottom: 100px !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .tb_mt0 {
    margin-top: 0px !important; }
  .tb_mt5 {
    margin-top: 5px !important; }
  .tb_mt10 {
    margin-top: 10px !important; }
  .tb_mt15 {
    margin-top: 15px !important; }
  .tb_mt20 {
    margin-top: 20px !important; }
  .tb_mt30 {
    margin-top: 30px !important; }
  .tb_mt40 {
    margin-top: 40px !important; }
  .tb_mt50 {
    margin-top: 50px !important; }
  .tb_mt60 {
    margin-top: 60px !important; }
  .tb_mt70 {
    margin-top: 70px !important; }
  .tb_mt80 {
    margin-top: 80px !important; }
  .tb_mt90 {
    margin-top: 90px !important; }
  .tb_mt100 {
    margin-top: 100px !important; }
  .tb_mb0 {
    margin-bottom: 0px !important; }
  .tb_mb5 {
    margin-bottom: 5px !important; }
  .tb_mb10 {
    margin-bottom: 10px !important; }
  .tb_mb15 {
    margin-bottom: 15px !important; }
  .tb_mb20 {
    margin-bottom: 20px !important; }
  .tb_mb30 {
    margin-bottom: 30px !important; }
  .tb_mb40 {
    margin-bottom: 40px !important; }
  .tb_mb50 {
    margin-bottom: 50px !important; }
  .tb_mb60 {
    margin-bottom: 60px !important; }
  .tb_mb70 {
    margin-bottom: 70px !important; }
  .tb_mb80 {
    margin-bottom: 80px !important; }
  .tb_mb90 {
    margin-bottom: 90px !important; }
  .tb_mb100 {
    margin-bottom: 100px !important; }
  .tb_mb120 {
    margin-bottom: 120px !important; }
  .tb_mb200 {
    margin-bottom: 200px !important; } }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1300px) {
  .pc_mt0 {
    margin-top: 0px !important; }
  .pc_mt5 {
    margin-top: 5px !important; }
  .pc_mt10 {
    margin-top: 10px !important; }
  .pc_mt15 {
    margin-top: 15px !important; }
  .pc_mt20 {
    margin-top: 20px !important; }
  .pc_mt30 {
    margin-top: 30px !important; }
  .pc_mt40 {
    margin-top: 40px !important; }
  .pc_mt50 {
    margin-top: 50px !important; }
  .pc_mt60 {
    margin-top: 60px !important; }
  .pc_mt70 {
    margin-top: 70px !important; }
  .pc_mt80 {
    margin-top: 80px !important; }
  .pc_mt90 {
    margin-top: 90px !important; }
  .pc_mt100 {
    margin-top: 100px !important; }
  .pc_mb0 {
    margin-bottom: 0px !important; }
  .pc_mb5 {
    margin-bottom: 5px !important; }
  .pc_mb10 {
    margin-bottom: 10px !important; }
  .pc_mb15 {
    margin-bottom: 15px !important; }
  .pc_mb20 {
    margin-bottom: 20px !important; }
  .pc_mb30 {
    margin-bottom: 30px !important; }
  .pc_mb40 {
    margin-bottom: 40px !important; }
  .pc_mb50 {
    margin-bottom: 50px !important; }
  .pc_mb60 {
    margin-bottom: 60px !important; }
  .pc_mb70 {
    margin-bottom: 70px !important; }
  .pc_mb80 {
    margin-bottom: 80px !important; }
  .pc_mb90 {
    margin-bottom: 90px !important; }
  .pc_mb100 {
    margin-bottom: 100px !important; }
  .pc_mb120 {
    margin-bottom: 120px !important; }
  .pc_mb200 {
    margin-bottom: 200px !important; } }

/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_mt0 {
    margin-top: 0px !important; }
  .sp_mt5 {
    margin-top: 5px !important; }
  .sp_mt10 {
    margin-top: 10px !important; }
  .sp_mt15 {
    margin-top: 15px !important; }
  .sp_mt20 {
    margin-top: 20px !important; }
  .sp_mt30 {
    margin-top: 30px !important; }
  .sp_mt40 {
    margin-top: 40px !important; }
  .sp_mt50 {
    margin-top: 50px !important; }
  .sp_mt60 {
    margin-top: 60px !important; }
  .sp_mt70 {
    margin-top: 70px !important; }
  .sp_mt80 {
    margin-top: 80px !important; }
  .sp_mt90 {
    margin-top: 90px !important; }
  .sp_mt100 {
    margin-top: 100px !important; }
  .sp_mb0 {
    margin-bottom: 0px !important; }
  .sp_mb5 {
    margin-bottom: 5px !important; }
  .sp_mb10 {
    margin-bottom: 10px !important; }
  .sp_mb15 {
    margin-bottom: 15px !important; }
  .sp_mb20 {
    margin-bottom: 20px !important; }
  .sp_mb30 {
    margin-bottom: 30px !important; }
  .sp_mb40 {
    margin-bottom: 40px !important; }
  .sp_mb50 {
    margin-bottom: 50px !important; }
  .sp_mb60 {
    margin-bottom: 60px !important; }
  .sp_mb70 {
    margin-bottom: 70px !important; }
  .sp_mb80 {
    margin-bottom: 80px !important; }
  .sp_mb90 {
    margin-bottom: 90px !important; }
  .sp_mb100 {
    margin-bottom: 100px !important; } }

/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　６　】　部分的に特別なデザインやレイアウトが必要な場合

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
FLEX　個別設定
----------------------------------------------------------------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-flow: column-reverse !important;
  flex-flow: column-reverse !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: column !important;
  flex-flow: column !important; }

@media screen and (max-width: 767px) {
  .sp_column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-flow: column-reverse !important;
    flex-flow: column-reverse !important; }
  .sp_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: column !important;
    flex-flow: column !important; }
  .sp_row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row !important;
    flex-flow: row !important; }
  .sp_row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-flow: row-reverse !important;
    flex-flow: row-reverse !important; }
  .sp_justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; } }

@media screen and (min-width: 768px) {
  .pc_column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-flow: column-reverse !important;
    flex-flow: column-reverse !important; }
  .pc_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: column !important;
    flex-flow: column !important; }
  .pc_row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row !important;
    flex-flow: row !important; }
  .pc_row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-flow: row-reverse !important;
    flex-flow: row-reverse !important; }
  .pc_justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .pc_justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .pc_justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pc_justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pc_justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .pc_align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .pc_align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .pc_align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

/* -----------------------------------------------------------------------------------------------------------------------
トップページ
----------------------------------------------------------------------------------------------------------------------- */
.h2-topheading {
  color: #D3C137;
  font-size: 2.2rem;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .h2-topheading {
      font-size: 1.562rem; } }

.top_bg_about {
  background: url(../images/top/bg_about.png) top right no-repeat;
  background-size: cover;
  padding: 88px 0;
  min-height: 477px; }
  @media screen and (max-width: 767px) {
    .top_bg_about {
      background-size: 100%;
      background-position: center 70%; } }
  .top_bg_about .col2_full {
    padding: 0;
    max-width: 1300px; }

.top_bg_flow {
  background: #F5F5F5;
  padding: 88px 0;
  min-height: 477px; }
  @media screen and (max-width: 767px) {
    .top_bg_flow {
      padding: 32px 0; } }
  .top_bg_flow .col2_full {
    padding: 0;
    max-width: 1300px; }

.line2 {
  line-height: 2; }

.news_info {
  background: #F5E828;
  font-size: 1.25rem;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #404040;
  width: 152px;
  padding: 0px 0;
  font-weight: normal;
  text-align: center; }
  .news_info:hover {
    opacity: 0.7; }
  .news_info img {
    width: 33px;
    height: auto;
    margin-left: 8px;
    vertical-align: middle; }

.button_type01 {
  text-align: center;
  margin: 0 auto 120px; }
  .button_type01 a {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 270px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    background: #092150;
    position: relative;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin-left: auto;
    margin-right: auto; }
    .button_type01 a:after {
      background: url(../images/common/sankaku_w.svg) no-repeat;
      background-size: auto;
      content: "";
      position: absolute;
      right: 8px;
      bottom: 8px;
      width: 13px;
      height: 13px; }
    .button_type01 a:hover {
      background: #113d95;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }

.button_type02 {
  text-align: center;
  margin: 0 auto; }
  .button_type02 a {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 227px;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 60px;
    color: #404040;
    text-decoration: none;
    background: #F5E828;
    position: relative;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin-left: auto;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .button_type02 a.button_type02_left {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .button_type02 a.button_type02_left {
          margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .button_type02 a {
        margin-right: auto; } }
    .button_type02 a:after {
      background: url(../images/common/sankaku.svg) no-repeat;
      background-size: auto;
      content: "";
      position: absolute;
      right: 8px;
      bottom: 8px;
      width: 13px;
      height: 13px; }
    .button_type02 a:hover {
      background: #f8f071;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }

.content_block {
  padding: 100px 0;
  background: #fff; }

.disable {
  pointer-events: none; }

.bg_all {
  background: #fff; }

.img100 {
  width: 100%;
  height: auto; }

.what_block {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background: #fff; }
  @media screen and (min-width: 768px) and (max-width: 979px) {
    .what_block {
      margin-bottom: 200px; }
      .what_block p {
        font-size: 1rem;
        line-height: 2; } }
  @media screen and (min-width: 980px) and (max-width: 1199px) {
    .what_block {
      margin-bottom: 100px; } }
  @media screen and (min-width: 1200px) {
    .what_block {
      margin-bottom: 0; } }
  .what_block img {
    width: 100%;
    height: auto; }

.harf_block_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    .harf_block_back {
      padding-left: 0;
      padding-right: 0; } }
  .harf_block_back li {
    width: 100%; }

.fourth_block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .fourth_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .fourth_block ul li {
      width: 100%;
      margin-bottom: 50px; }
      .fourth_block ul li a {
        overflow: hidden;
        display: block;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .fourth_block ul li a:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
      .fourth_block ul li img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .fourth_block ul li div {
        background: #fff;
        padding: 30px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: .875rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; }

.fourth_block01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .fourth_block01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fourth_block01 ul li {
      width: 48%;
      margin-bottom: 50px; }
      .fourth_block01 ul li a {
        overflow: hidden;
        display: block;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .fourth_block01 ul li a:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
      .fourth_block01 ul li img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .fourth_block01 ul li div {
        background: #fff;
        padding: 15px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: .875rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; }
        @media screen and (max-width: 767px) {
          .fourth_block01 ul li div {
            min-height: 400px; } }
        @media screen and (min-width: 768px) and (max-width: 1299px) {
          .fourth_block01 ul li div {
            min-height: 280px; } }

.fourth_text {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 30px;
  line-height: 2; }
  .fourth_text span {
    display: inline-block;
    padding: 0 15px 2px;
    border-bottom: solid 4px #092150;
    font-weight: bold; }

.fourth_link {
  border: solid 1px #000;
  font-size: 1rem;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 40px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .fourth_link:hover {
    background: #092150;
    border: solid 1px #092150;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }

.harf_block02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 1080px) {
    .harf_block02 {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; } }
  .harf_block02 li {
    width: 100%; }

.harf_block02_in {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 767px) {
    .harf_block02_in {
      width: 85%;
      margin-left: auto;
      margin-right: auto;
      padding: 40px; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .harf_block02_in {
      padding-right: 8%;
      left: 200px; } }
  @media screen and (min-width: 1080px) {
    .harf_block02_in {
      padding-right: 8%;
      left: 250px; } }

.harf_block01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .harf_block01 li {
    width: 100%; }
    @media screen and (min-width: 1080px) {
      .harf_block01 li {
        width: 50%; } }

.harf_block01_in {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 1400px) {
    .harf_block01_in {
      padding-right: 8%; } }

.tab_only {
  display: none; }
  @media screen and (min-width: 768px) {
    .tab_only {
      display: block; } }

.sp_only {
  display: block; }
  @media screen and (min-width: 768px) {
    .sp_only {
      display: none; } }

.three_block01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .three_block01 {
      margin-bottom: 0; } }
  .three_block01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .three_block01 ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .three_block01 ul li {
      background: #F5F5F5;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 50px;
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .three_block01 ul li {
          width: 100%; } }
      .three_block01 ul li > div {
        width: 94%;
        margin: 0 auto; }
        .three_block01 ul li > div:last-child p {
          width: 94%;
          margin: 0 auto; }
      .three_block01 ul li .three_block01_thumb {
        margin-top: 20px;
        margin-bottom: 50px;
        position: relative; }
        .three_block01 ul li .three_block01_thumb .three_block01_title {
          font-size: 1.675rem;
          color: #fff;
          max-width: 300px;
          border-bottom: 3px solid #fff;
          left: 0;
          right: 0;
          bottom: 80px;
          width: 300px;
          height: 100px;
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          display: block;
          text-align: center;
          line-height: 160%;
          font-weight: bold; }
          .three_block01 ul li .three_block01_thumb .three_block01_title span {
            display: block;
            margin-top: 25px; }
          @media screen and (max-width: 768px) {
            .three_block01 ul li .three_block01_thumb .three_block01_title {
              font-size: 1.187rem; } }
      @media screen and (max-width: 768px) {
        .three_block01 ul li:nth-child(1) .three_block01_title {
          bottom: 70px;
          max-width: 158px; }
        .three_block01 ul li:nth-child(2) .three_block01_title {
          bottom: 70px;
          max-width: 198px; }
        .three_block01 ul li:nth-child(3) .three_block01_title {
          bottom: 89px;
          max-width: 193px; } }
      @media screen and (min-width: 768px) {
        .three_block01 ul li {
          width: 32.5%;
          margin-left: 0;
          margin-right: 0; } }
      .three_block01 ul li a {
        overflow: hidden;
        display: block;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .three_block01 ul li a:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
      .three_block01 ul li img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }

.three_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .three_block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 1300px) {
    .three_block {
      padding-left: 0;
      padding-right: 0; } }
  .three_block li {
    width: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .three_block li {
        border-left: solid 1px #707070;
        margin-bottom: 80px; }
        .three_block li:last-child {
          border-right: solid 1px #707070; } }

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .harf_block01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }
    .harf_block01 li {
      width: 50%; } }

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .fourth_block {
    padding: 40px; }
    .fourth_block ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .fourth_block ul li {
        width: 45%;
        margin-bottom: 50px; }
        .fourth_block ul li div {
          min-height: 210px; } }

@media screen and (min-width: 1080px) and (max-width: 1299px) {
  .harf_block01_in {
    padding: 0 30px; }
  .fourth_block {
    width: 100%;
    top: -150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    background: rgba(255, 255, 255, 0.7); }
    .fourth_block .fourth_block_in {
      padding: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: rgba(222, 222, 222, 0.7); }
    .fourth_block ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; }
      .fourth_block ul li {
        width: 24%;
        height: 1%;
        margin-bottom: 0; }
      .fourth_block ul div {
        background: #fff;
        padding: 20px;
        min-height: 210px;
        text-align: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        font-size: .9375rem;
        margin-top: 0; } }

.fourth_link {
  margin-top: auto; }

.fourth_text_in {
  font-size: 1rem !important;
  text-align: center;
  margin: 0 auto 40px;
  display: inline-block;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .fourth_text_in:before {
    content: "";
    background: #092150;
    height: 4px;
    width: 70%;
    max-width: 180px;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    position: absolute; }

@media screen and (min-width: 1300px) {
  .fourth_block01 {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .fourth_block01 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; }
      .fourth_block01 ul li {
        width: 24%;
        margin-bottom: 0; }
        .fourth_block01 ul li img {
          width: 100%;
          height: auto; }
        .fourth_block01 ul li div {
          background: #fff;
          padding: 20px;
          text-align: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 1rem;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          min-height: 360px; }
  .fourth_block02 {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .fourth_block02 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; }
      .fourth_block02 ul li {
        width: 24%;
        margin-bottom: 0; }
        .fourth_block02 ul li img {
          width: 100%;
          height: auto; }
        .fourth_block02 ul li div {
          background: #fff;
          padding: 20px;
          text-align: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 1rem;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          min-height: 360px; }
  .harf_block01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }
    .harf_block01 li {
      width: 50%; }
  .fourth_link {
    margin-top: auto; }
  .fourth_block {
    width: 100%;
    max-width: 1300px;
    top: -200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -150px;
    position: relative;
    padding: 50px;
    background: rgba(255, 255, 255, 0.7); } }
  @media screen and (min-width: 1300px) and (min-width: 1440px) {
    .fourth_block {
      -webkit-box-sizing: content-box;
      box-sizing: content-box; } }

@media screen and (min-width: 1300px) {
    .fourth_block .fourth_block_in {
      padding: 30px;
      background: rgba(222, 222, 222, 0.7); } }
    @media screen and (min-width: 1300px) and (min-width: 1440px) {
      .fourth_block .fourth_block_in {
        -webkit-box-sizing: content-box;
        box-sizing: content-box; } }

@media screen and (min-width: 1300px) {
    .fourth_block ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; }
      .fourth_block ul li {
        width: 24%;
        margin-bottom: 0; }
        .fourth_block ul li img {
          width: 100%;
          height: auto; }
        .fourth_block ul li div {
          background: #fff;
          padding: 20px;
          text-align: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          height: 230px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 1rem;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column; } }

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .harf_block_back {
    position: absolute;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .harf_block_back li {
      width: 50%; } }

.needs {
  width: 60% !important;
  max-width: 417px;
  top: -100px;
  display: none; }
  @media screen and (min-width: 768px) {
    .needs {
      display: block; } }

@media screen and (min-width: 1300px) {
  .harf_block_back {
    position: absolute;
    top: 120px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    max-width: 1300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .harf_block_back li {
      width: 50%; } }

.line-height2 {
  line-height: 2; }

.relative {
  position: relative;
  overflow: hidden; }

.recruit_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .recruit_logo img {
    max-width: 719px;
    width: 80%; }
    @media screen and (min-width: 768px) {
      .recruit_logo img {
        margin-bottom: 30px;
        width: 95%; } }

.gray {
  color: #404040 !important; }

.bold {
  font-weight: bold; }

/* -----------------------------------------------------------------------------------------------------------------------
お問い合わせ
----------------------------------------------------------------------------------------------------------------------- */
.titletype_05 {
  font-size: 1.125rem;
  padding: 2px 15px 2px 40px;
  background: #092150;
  margin-bottom: 25px;
  position: relative; }
  .titletype_05:before {
    content: "";
    background: #fff;
    position: absolute;
    width: 30px;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.hei400 {
  min-height: 400px; }

div.wpcf7 .ajax-loader {
  display: none !important; }

.wpcf7-mail-sent-ok {
  display: none !important; }

/* -----------------------------------------------------------------------------------------------------------------------
投稿ページ
----------------------------------------------------------------------------------------------------------------------- */
main .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    main .contents {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 auto; } }
  @media screen and (min-width: 1300px) {
    main .contents {
      width: 1080px; } }
  main .contents section {
    width: 100%;
    margin-bottom: 60px; }
    @media screen and (min-width: 768px) {
      main .contents section {
        width: 65%;
        min-height: 400px;
        margin-right: 20px; } }
    @media screen and (min-width: 1300px) {
      main .contents section {
        margin-right: 40px; } }

.title_type04 {
  position: relative;
  padding: 0 0 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 30px;
  border-bottom: solid 1px #e0e0e0; }
  .title_type04 span {
    display: inline-block;
    padding-left: 15px; }
  .title_type04 a {
    text-decoration: none; }
  .title_type04:before {
    content: "";
    background: url(../images/top/line01.svg) repeat-y;
    width: 5px;
    height: 70%;
    background-size: auto;
    position: absolute; }

.title_type04 a:hover {
  text-decoration: underline; }

.datetext {
  font-family: "Raleway", sans-serif;
  font-size: .875rem;
  padding: 2px 40px;
  margin-bottom: 20px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  background: #3fa8e9; }

/* -----------------------------------------------------------------------------------------------------------------------
グーグルマップ
----------------------------------------------------------------------------------------------------------------------- */
#ggmap {
  position: relative;
  padding-top: 0;
  height: 580px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #ggmap {
      height: 240px; } }

#ggmap iframe,
#ggmap object,
#ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 1300px) {
  .company_block dl,
  .contact_block dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-bottom: 0; }
  .company_block dt,
  .contact_block dt {
    width: 25%;
    padding: 20px 10px; }
  .company_block dd,
  .contact_block dd {
    width: 75%;
    padding: 20px 10px; } }

/* -----------------------------------------------------------------------------------------------------------------------
下層ページタイトル
----------------------------------------------------------------------------------------------------------------------- */
.title_type05 {
  font-size: 1.5rem;
  font-weight: bold; }
  @media screen and (min-width: 1300px) {
    .title_type05 {
      font-size: 2.25rem; } }

.key_block_in {
  top: 0;
  bottom: 0;
  left: 2%;
  right: 0;
  margin: auto;
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .key_block_in {
      width: 90%; } }
  .key_block_in p {
    font-size: 5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    width: 100%;
    font-style: italic; }
    @media screen and (max-width: 768px) {
      .key_block_in p {
        font-size: 2.187rem; } }
  .key_block_in h1 {
    font-size: 2rem;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .key_block_in h1 {
        font-size: 0.937rem; } }

.title_type06 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    .title_type06 {
      font-size: 1.625rem; } }
  @media screen and (min-width: 1300px) {
    .title_type06 {
      font-size: 1.875rem; } }
  .title_type06:after {
    width: 130px;
    height: 5px;
    background: #092150;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px; }

.title_type07 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative; }
  @media screen and (min-width: 1300px) {
    .title_type07 {
      font-size: 2.25rem; } }
  .title_type07:after {
    width: 300px;
    height: 5px;
    background: #092150;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -40px; }

.bg02 {
  background: #F5F5F5;
  padding: 100px 0; }

.harf_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px; }
  @media screen and (min-width: 800px) {
    .harf_block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 150px; } }
  @media screen and (min-width: 960px) {
    .harf_block {
      margin-bottom: 120px; } }
  @media screen and (max-width: 799px) {
    .harf_block li {
      width: 100%; } }
  .harf_block li img {
    width: 100%;
    height: auto; }

.number_block {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  text-align: left;
  line-height: 1.7;
  font-size: 1rem; }
  .number_block p {
    margin-bottom: 40px; }
  @media screen and (min-width: 800px) and (max-width: 900px) {
    .number_block {
      width: 70%;
      padding: 20px;
      position: absolute;
      right: 20px;
      bottom: -20%; } }
  @media screen and (min-width: 901px) and (max-width: 1079px) {
    .number_block {
      bottom: -30%;
      width: 60%;
      padding: 20px;
      position: absolute;
      right: 20px; } }
  @media screen and (min-width: 1080px) {
    .number_block {
      position: absolute;
      width: 45%;
      padding: 30px;
      right: 5%;
      bottom: -10%;
      line-height: 2; }
      .number_block.number_block_center {
        bottom: 0;
        top: 0;
        height: 30vh;
        margin: auto; } }
  @media screen and (min-width: 1300px) {
    .number_block {
      bottom: -5%; }
      .number_block.number_block_center {
        bottom: 0;
        top: 0;
        height: 30vh;
        margin: auto; } }

@media screen and (min-width: 800px) and (max-width: 900px) {
  .number_block_l {
    left: 20px;
    right: initial; } }

@media screen and (min-width: 901px) and (max-width: 1079px) {
  .number_block_l {
    right: initial;
    left: 20px; } }

@media screen and (min-width: 1080px) {
  .number_block_l {
    right: initial;
    left: 10%; } }

.photo_block {
  width: 100%; }
  @media screen and (min-width: 800px) and (max-width: 1079px) {
    .photo_block {
      width: 65%; } }
  @media screen and (min-width: 1080px) {
    .photo_block {
      width: 70%; } }

.number_in {
  background: #092150;
  color: #fff;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  font-size: 2rem;
  height: 48px;
  width: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 800px) {
    .number_in {
      height: 64px;
      width: 64px; } }

.akemi_harf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 80px; }
  @media screen and (min-width: 800px) {
    .akemi_harf {
      margin-bottom: 100px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; } }
  @media screen and (min-width: 1300px) {
    .akemi_harf {
      padding: 0;
      margin-bottom: 150px; } }
  .akemi_harf li {
    width: 100%;
    margin-bottom: 20px;
    max-width: 644px; }
    @media screen and (min-width: 800px) {
      .akemi_harf li {
        width: 50%;
        margin-bottom: 0; } }
    .akemi_harf li:first-child {
      margin-right: 20px; }
    .akemi_harf li img {
      width: 100%;
      height: auto; }

/* -----------------------------------------------------------------------------------------------------------------------
下層ページタイトル
----------------------------------------------------------------------------------------------------------------------- */
.title_type08 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative; }
  @media screen and (min-width: 1300px) {
    .title_type08 {
      font-size: 2.25rem; } }
  .title_type08:after {
    width: 130px;
    height: 5px;
    background: #092150;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px; }

.sub_title01 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #092150;
  font-size: 1.125rem; }

.table_type01 {
  width: calc(100% - 40px);
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .table_type01 {
      padding: 0;
      overflow: hidden;
      width: 90%; } }
  @media screen and (min-width: 1300px) {
    .table_type01 {
      line-height: 2;
      padding: 0;
      z-index: 2;
      position: relative;
      background: #fff;
      max-width: 1300px;
      margin-left: auto;
      margin-right: auto; }
      .table_type01 .b_line {
        position: relative; }
        .table_type01 .b_line:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: #707070; }
      .table_type01 .t_line {
        position: relative; }
        .table_type01 .t_line:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: #707070; } }
  .table_type01 tr {
    border-bottom: solid 1px #707070; }
  .table_type01 th {
    padding: 20px;
    width: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .table_type01 th {
        position: absolute;
        padding-left: 0;
        padding-right: 0; } }
  .table_type01 td {
    padding: 20px;
    width: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .table_type01 td {
        width: 100%;
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0; } }

.company_img {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 80px; }
  @media screen and (min-width: 1300px) {
    .company_img {
      margin-top: 0;
      top: -150px;
      margin-bottom: -150px; } }
  .company_img img {
    width: 100%;
    height: auto; }

/* -----------------------------------------------------------------------------------------------------------------------
プライバシーポリシー
----------------------------------------------------------------------------------------------------------------------- */
.policy_block {
  padding-top: 80px; }
  @media screen and (min-width: 1300px) {
    .policy_block {
      padding-top: 150px; } }
  .policy_block dl {
    margin-bottom: 80px; }
  .policy_block dt {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .policy_block dt {
        font-size: 1.5rem; } }
  .policy_block dd {
    line-height: 2;
    font-size: .875rem; }
    @media screen and (min-width: 768px) {
      .policy_block dd {
        font-size: 1rem; } }

/* -----------------------------------------------------------------------------------------------------------------------
お知らせ
----------------------------------------------------------------------------------------------------------------------- */
.news_block {
  padding-top: 80px; }
  @media screen and (min-width: 1300px) {
    .news_block {
      padding-top: 150px; } }
  .news_block h2 {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .news_block h2 {
        font-size: 1.5rem; } }
  .news_block img {
    margin-bottom: 30px;
    margin-top: 30px; }

.w880 {
  width: 880px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 880px) {
    .w880 {
      padding-left: 20px;
      padding-right: 20px;
      width: 100%; } }

.w_back {
  padding: 0 20px 100px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.w_back02 {
  padding: 60px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff; }
  @media screen and (min-width: 768px) {
    .w_back02 {
      padding: 100px 20px; } }

.topnews {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 55px 2%; }
  @media screen and (max-width: 768px) {
    .topnews {
      display: block; } }
  .topnews div.topnews_left {
    width: 17%;
    border-right: 1px solid #707070; }
    @media screen and (max-width: 768px) {
      .topnews div.topnews_left {
        width: 100%;
        border-right: 0; } }
  .topnews div.topnews_detail {
    width: 77%; }
    @media screen and (max-width: 768px) {
      .topnews div.topnews_detail {
        width: 100%; } }
    .topnews div.topnews_detail ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 100%;
      margin: 0;
      padding: 0; }
      .topnews div.topnews_detail ul li {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0; }
        @media screen and (max-width: 768px) {
          .topnews div.topnews_detail ul li {
            margin-bottom: 30px; } }
        .topnews div.topnews_detail ul li .news_date {
          width: 10%; }
          @media screen and (max-width: 768px) {
            .topnews div.topnews_detail ul li .news_date {
              width: 30%; } }
        .topnews div.topnews_detail ul li .news_cat {
          width: 10%; }
          @media screen and (max-width: 768px) {
            .topnews div.topnews_detail ul li .news_cat {
              width: 70%; } }
        .topnews div.topnews_detail ul li .news_title {
          width: 80%;
          text-align: left; }
  .topnews div h2 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    font-style: italic;
    margin-bottom: 14px;
    line-height: 100%; }
    .topnews div h2 span {
      display: block;
      font-size: 1.125rem;
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
      font-weight: normal;
      font-style: normal; }
  .topnews .sp_only .news_info {
    margin: 0 auto; }

.news_date {
  color: #404040;
  font-weight: bold; }

.news_cat span {
  background: #3399E1;
  color: #fff;
  padding: 3px 13px;
  font-size: 0.875rem; }

.news_cat.news_cat_property span {
  background: #F29933; }

.news_cat.news_cat_result span {
  background: #339966; }

.news_title a {
  border-bottom: 1px solid #404040;
  color: #404040; }
  .news_title a:hover {
    opacity: 0.7; }

.news_thumbnail_wrap {
  width: 100%;
  height: 200px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  overflow: hidden; }
  .news_thumbnail_wrap .news_thumbnail {
    display: block;
    background-size: cover;
    width: 100%;
    height: 200px;
    background-position: center; }
    .news_thumbnail_wrap .news_thumbnail:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }

.news_thumbnail_noimg {
  background: #000;
  display: block;
  background-size: cover;
  width: 100%;
  height: 200px; }

.news_archives {
  margin-bottom: -50px; }
  @media screen and (max-width: 768px) {
    .news_archives {
      margin-bottom: 0; } }
  .news_archives .news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #707070;
    margin-bottom: 50px;
    padding-bottom: 50px; }
    .news_archives .news_item:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .news_archives .news_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .news_archives .news_item .news_item_thumbnail {
      width: 30%; }
      @media screen and (max-width: 768px) {
        .news_archives .news_item .news_item_thumbnail {
          width: 100%;
          margin-bottom: 30px; } }
      .news_archives .news_item .news_item_thumbnail .news_thumbnail_wrap {
        height: 236px; }
        .news_archives .news_item .news_item_thumbnail .news_thumbnail_wrap .news_thumbnail {
          height: 236px; }
    .news_archives .news_item .news_item_content {
      width: 65%; }
      @media screen and (max-width: 768px) {
        .news_archives .news_item .news_item_content {
          width: 100%; } }
      .news_archives .news_item .news_item_content .news_title {
        font-weight: bold;
        font-size: 1.5rem; }
      .news_archives .news_item .news_item_content .news_body {
        font-size: 1rem; }

.wp-pagenavi span.current {
  background: #F5E828;
  color: #fff; }

.wp-pagenavi a, .wp-pagenavi span {
  background: #F5F5F5;
  border: 0 !important;
  color: #092150;
  border-radius: 0px !important;
  padding: 11px 20px !important; }

.tab {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  width: 468px;
  margin-top: 148px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .tab {
      max-width: 90%;
      margin-top: 98px; } }
  .tab .tab1, .tab .tab2 {
    background: #707070;
    color: #fff;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
    width: 232px;
    display: block;
    font-size: 1.25rem;
    text-align: center;
    line-height: 120%;
    padding: 16px 0;
    font-weight: bold;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .tab .tab1, .tab .tab2 {
        max-width: 49%;
        font-size: 0.937rem;
        padding: 10px 0; } }
    .tab .tab1 span, .tab .tab2 span {
      display: block;
      font-size: 1rem; }
      @media screen and (max-width: 768px) {
        .tab .tab1 span, .tab .tab2 span {
          font-size: 0.625rem; } }
    .tab .tab1.tab_current, .tab .tab2.tab_current {
      background: #F5F5F5;
      color: #404040; }

.tab_contents {
  border-top: 1px solid #707070;
  background: #F5F5F5; }
  .tab_contents .content1, .tab_contents .content2 {
    display: none;
    padding: 20px 2% 100px;
    max-width: 1760px;
    margin: 0 auto; }
  .tab_contents .content1 {
    display: block; }

.flow_head {
  text-align: center;
  padding: 100px 0 150px; }
  .flow_head ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto; }
    .flow_head ul.content1_flow {
      max-width: 1250px; }
      .flow_head ul.content1_flow li {
        width: 5%; }
    .flow_head ul.content2_flow {
      max-width: 1030px; }
      .flow_head ul.content2_flow li {
        width: 6.3%; }
    .flow_head ul li {
      height: 280px;
      position: relative; }
      .flow_head ul li a {
        display: block;
        padding: 20px 0 0 0;
        height: 260px;
        background: #F5E828;
        border: 1px solid #F5E828; }
      .flow_head ul li a:hover {
        background: #fff;
        border: 1px solid #707070; }
      .flow_head ul li:after {
        content: "";
        display: block;
        background: url(../images/flow/flow_arrow.svg) no-repeat;
        width: 16px;
        height: 32px;
        background-size: 100%;
        position: absolute;
        top: 45%;
        right: -45px; }
      .flow_head ul li:last-child:after {
        display: none; }
  @media screen and (max-width: 768px) {
    .flow_head {
      display: none; } }
  .flow_head img {
    max-width: 100%;
    height: auto; }

.flow_heading {
  font-family: "Oswald", sans-serif;
  font-size: 4.1rem;
  font-weight: 700;
  font-style: italic;
  color: #404040;
  border-bottom: 1px solid #404040;
  margin-bottom: 33px; }
  @media screen and (max-width: 768px) {
    .flow_heading {
      font-size: 2.25rem;
      width: 94%;
      margin: 0 auto 33px; } }
  .flow_heading span {
    font-size: 1.87rem;
    margin-right: 14px; }
    @media screen and (max-width: 768px) {
      .flow_heading span {
        font-size: 1rem;
        margin-right: 9px; } }

.flow_content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .flow_content {
      width: 94%;
      margin: 0 auto 40px; } }
  .flow_content > div:first-child {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .flow_content > div:first-child {
        width: 100%; }
        .flow_content > div:first-child img {
          max-width: 100%;
          height: auto;
          margin-bottom: 25px; } }
  .flow_content > div:last-child {
    width: 37%; }
    @media screen and (max-width: 768px) {
      .flow_content > div:last-child {
        width: 100%; } }
    .flow_content > div:last-child img {
      max-width: 100%;
      height: auto; }
  .flow_content h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 23px; }
    @media screen and (max-width: 768px) {
      .flow_content h2 {
        font-size: 1.125rem;
        margin-bottom: 14px; } }

.flow_tbl {
  width: 70%;
  margin: 60px 0 0 auto; }
  @media screen and (max-width: 768px) {
    .flow_tbl {
      width: 100%;
      margin: 0; } }
  .flow_tbl h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 180%; }
    @media screen and (max-width: 768px) {
      .flow_tbl h3 {
        font-size: 18px;
        width: 94%;
        margin: 0 auto; } }
  .flow_tbl div {
    margin-top: 5px;
    background: #fff;
    border-top: 8px solid #D3C137;
    padding: 80px 70px; }
    @media screen and (max-width: 768px) {
      .flow_tbl div {
        padding: 27px 0;
        width: 94%;
        margin: 0 auto; } }
    .flow_tbl div table {
      border: 1px solid #000000;
      width: 100%; }
      .flow_tbl div table tr td, .flow_tbl div table tr th {
        vertical-align: middle;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        padding: 25px 19px; }
        @media screen and (max-width: 768px) {
          .flow_tbl div table tr td, .flow_tbl div table tr th {
            font-size: 13px; } }
        .flow_tbl div table tr td:first-child, .flow_tbl div table tr th:first-child {
          background: #F5F5F5;
          color: #404040;
          font-size: 18px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .flow_tbl div table tr td:first-child, .flow_tbl div table tr th:first-child {
              font-size: 13px; } }
      .flow_tbl div table tr th {
        text-align: center; }
      .flow_tbl div table.tbl_col4 td:nth-of-type(1) {
        width: 20%; }
      .flow_tbl div table.tbl_col4 td:nth-of-type(2) {
        width: 26%; }
      .flow_tbl div table.tbl_col4 td:nth-of-type(3) {
        width: 26%; }
      .flow_tbl div table.tbl_col4 td:nth-of-type(4) {
        width: 26%; }
      @media screen and (max-width: 768px) {
        .flow_tbl div table.tbl_col2.sp_only {
          width: 90%;
          margin: 0 auto 49px; }
          .flow_tbl div table.tbl_col2.sp_only tr:nth-child(1) td {
            text-align: center;
            font-weight: bold; }
          .flow_tbl div table.tbl_col2.sp_only tr:nth-child(2) td {
            background: #fff;
            border-bottom: 0; }
          .flow_tbl div table.tbl_col2.sp_only td {
            border-right: 0;
            font-size: 15px; } }
      .flow_tbl div table.tbl_col2 td:nth-of-type(1) {
        width: 20%; }
      .flow_tbl div table.tbl_col2 td:nth-of-type(2) {
        width: 80%; }

.property_head {
  padding: 100px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .property_head {
      width: 94%;
      margin: 0 auto;
      padding: 50px 0 0; } }
  .property_head h3 {
    font-size: 2rem;
    display: block;
    margin-bottom: 26px; }
    @media screen and (max-width: 768px) {
      .property_head h3 {
        font-size: 1.5rem; } }
    .property_head h3:after {
      display: block;
      content: "";
      border-bottom: 5px solid #F5E828;
      max-width: 520px;
      margin: 0 auto; }
  .property_head p {
    font-size: 1.65rem;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .property_head p {
        font-size: 0.75rem; } }

@media screen and (max-width: 768px) {
  .property_list {
    width: 94%;
    margin: 0 auto; } }

.property_list h4 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .property_list h4 {
      font-size: 1.5rem; } }

.property_list > div {
  border-top: 8px solid #F5E828;
  background: #fff;
  max-width: 1400px;
  margin: 0 auto 100px;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .property_list > div {
      padding: 25px;
      margin-bottom: 25px; } }
  .property_list > div > div {
    width: 80%;
    margin: 0 auto; }

.property_category h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .property_category h4 {
      font-size: 1.5rem; } }

.property_category .col2 {
  background: #F5F5F5;
  border-top: 8px solid #F5E828;
  padding: 100px 90px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .property_category .col2 {
      padding: 75px 0; } }
  .property_category .col2 div {
    width: 45%; }
    @media screen and (max-width: 768px) {
      .property_category .col2 div {
        width: 100%;
        width: 90%;
        margin: 0 auto; } }
    .property_category .col2 div h5 {
      font-size: 23px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .property_category .col2 div h5 {
          font-size: 1.25rem; } }
    .property_category .col2 div ul {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 60px; }
      .property_category .col2 div ul li {
        width: 32%;
        margin-bottom: 18px; }
        @media screen and (max-width: 1340px) {
          .property_category .col2 div ul li {
            width: 100%; } }
    .property_category .col2 div a {
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 63px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 60px;
      color: #fff;
      text-decoration: none;
      background: #D3C137;
      position: relative;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      margin-left: auto;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      font-size: 1rem; }
      @media screen and (max-width: 1340px) {
        .property_category .col2 div a {
          width: 100%; } }
      .property_category .col2 div a.button_type02_left {
        margin: 0; }
      @media screen and (max-width: 1340px) {
        .property_category .col2 div a {
          margin-right: auto; } }
      .property_category .col2 div a:after {
        background: url(../images/common/sankaku_w.svg) no-repeat;
        background-size: auto;
        content: "";
        position: absolute;
        right: 8px;
        bottom: 8px;
        width: 13px;
        height: 13px; }
      .property_category .col2 div a:hover {
        background: #e1d476;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
    .property_category .col2 div:last-child a {
      background: #907F00; }
      .property_category .col2 div:last-child a:hover {
        background: #ddc200; }

.contact_head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1760px;
  margin: 0 auto;
  padding: 170px 2% 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .contact_head {
      padding: 70px 0 44px;
      width: 94%; } }
  .contact_head > div:first-child {
    width: 32%;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      .contact_head > div:first-child {
        width: 100%; } }
  .contact_head > div:last-child {
    width: 63%; }
    @media screen and (max-width: 767px) {
      .contact_head > div:last-child {
        display: none; } }
    .contact_head > div:last-child a {
      font-size: 3rem;
      font-weight: bold;
      vertical-align: middle;
      margin-right: 50px; }
      .contact_head > div:last-child a img {
        margin-right: 15px;
        vertical-align: middle; }
    .contact_head > div:last-child span {
      font-size: 1rem;
      font-weight: bold; }

.contact_head2 {
  padding: 70px 0 30px; }
  @media screen and (max-width: 767px) {
    .contact_head2 {
      padding: 40px 0 0px;
      margin-top: 50px; }
      .contact_head2 .col1_full {
        width: 94%;
        margin: 0 auto; } }

.contact_tbl {
  max-width: 1300px;
  margin: 0 auto -120px;
  padding: 100px 0 0; }
  @media screen and (max-width: 767px) {
    .contact_tbl {
      margin-bottom: 0; } }
  .contact_tbl .contact_tbl-head {
    max-width: 1085px;
    font-size: 1rem;
    margin: 0 auto 78px; }
    @media screen and (max-width: 767px) {
      .contact_tbl .contact_tbl-head {
        width: 94%; } }

.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.title_back .athome {
  max-width: 1120px;
  margin: 0 auto; }

/* header.scss */
/*************************************************************************************
【ＰＣ】　　　　@media screen and (min-width: 1300px)
【ＰＣ＆タブ】　@media screen and (min-width: 768px)
【タブ】　　　　@media screen and (min-width: 768px) and (max-width: 1299px)
【タブ＆スマホ】@media screen and (max-width: 1299px)
【スマホ】　　　@media screen and (max-width: 767px)
*****************************************************************************************/
/* -----------------------------------------------------------------------------------------------------------------------
ヘッダー大枠（#header）
----------------------------------------------------------------------------------------------------------------------- */
.header {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 999; }

.h_left {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  top: 4px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 1080px) {
    .h_left {
      top: 10px; } }
  .h_left img {
    width: 200px;
    top: 0px;
    height: auto; }
    @media screen and (min-width: 1080px) {
      .h_left img {
        width: 300px;
        top: 12px; } }

.h_right,
.nav_sub {
  display: none; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .nav_sub {
    background: #333;
    display: block;
    font-size: 1rem;
    position: fixed;
    top: 100px;
    z-index: 5;
    width: 100%; }
    .nav_sub .nav_sub_in {
      font-size: 1rem;
      font-family: "Oswald", sans-serif;
      font-weight: 700;
      display: block; }
    .nav_sub ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 70px;
      padding-left: 50px;
      padding-right: 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .nav_sub ul li:first-child {
        margin-right: auto;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .nav_sub ul li:first-child a {
          margin-left: 0 !important; }
          .nav_sub ul li:first-child a img {
            margin-right: 10px; }
      .nav_sub ul li .yajirusi_h {
        position: relative;
        padding-left: 22px !important; }
        .nav_sub ul li .yajirusi_h:before {
          content: "";
          background: url("../images/common/nav_yajirusi.svg") no-repeat;
          width: 16px;
          height: 16px;
          background-size: cover;
          position: absolute;
          left: 0;
          top: 2px; }
      .nav_sub ul li a {
        margin-left: 80px;
        color: #fff;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .nav_sub ul li a:hover {
          opacity: .7;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
        .nav_sub ul li a img {
          display: inline-block;
          vertical-align: baseline;
          margin-left: 10px; }
  .header {
    width: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .h_left {
    position: relative;
    top: 0;
    left: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .h_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2%; } }

.sp_icon {
  display: none; }

@media screen and (max-width: 1079px) {
  .h_contact,
  .h_tel {
    display: none; }
  .sp_icon {
    position: fixed;
    top: 5px;
    right: 56px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .sp_icon img {
      width: 17px;
      height: auto; } }
  @media screen and (max-width: 1079px) and (max-width: 370px) {
    .sp_icon {
      top: 10px;
      right: 44px; } }

@media screen and (max-width: 1079px) {
    .sp_icon li {
      background: #F5E828; }
      .sp_icon li:first-child {
        margin-right: 8px; } }
      @media screen and (max-width: 1079px) and (max-width: 370px) {
        .sp_icon li:first-child {
          margin-right: 4px; } }

@media screen and (max-width: 1079px) {
      .sp_icon li:last-child a {
        background: #F5E828; }
      .sp_icon li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 31px;
        height: 31px; } }

/*▼▼▼　タブ＆スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.h_tel {
  font-size: 1.375rem;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  color: #fff; }
  .h_tel a {
    color: #fff; }
  .h_tel img {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 6px;
    width: 16px; }
  .h_tel span {
    display: block;
    font-size: .875rem;
    text-align: right;
    margin-top: -4px; }

.h_contact a {
  display: block;
  background: #F5E828;
  color: #fff;
  width: 42px;
  height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .h_contact a:hover {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #f8f071; }
  .h_contact a img {
    width: 27px;
    margin: 10px auto 0; }

/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .header {
    width: 100%;
    padding-bottom: 110px;
    padding-top: 40px; }
  .h_right_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }
  .h_tel {
    position: absolute;
    top: 80px;
    right: 2%;
    font-size: 1.5rem;
    margin-bottom: 0; }
    .h_tel span {
      font-size: .875rem; }
  .h_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .h_contact a {
      width: 42px;
      font-size: 1rem;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      text-align: center; }
      .h_contact a:hover {
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        background: #f8f071; }
      .h_contact a img {
        width: 27px; } }

/* gnav.scss */
@media screen and (max-width: 1079px) {
  .nav_menu {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    color: #000;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .nav_menu.active {
      top: 40px; }
  .nav_menu ul {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .nav_menu ul li {
    font-size: 1rem;
    list-style-type: none;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fff; }
  .nav_menu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .nav_menu ul li a {
    display: block;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .nav_menu ul li a:hover {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      background: #F5E828;
      color: #000; }
  .nav_menu.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .nav_tel a {
    background: #F29933;
    text-decoration: none;
    width: 100%;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    overflow: visible;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: bold; }
    .nav_tel a img {
      display: inline-block;
      vertical-align: baseline; }
    .nav_tel a span.h_time {
      display: block;
      font-size: .8175rem;
      font-weight: normal;
      margin-top: -5px; }
  .toggle {
    display: block;
    position: fixed;
    right: 30px;
    top: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .toggle.active {
      top: -5px; }
  .toggle span {
    display: block;
    position: absolute;
    width: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 14px; } }
  @media screen and (max-width: 1079px) and (max-width: 370px) {
    .toggle span {
      left: 18px; } }

@media screen and (max-width: 1079px) {
  .toggle span:nth-child(1) {
    top: 5px; }
  .toggle span:nth-child(2) {
    top: 14px; }
  .toggle span:nth-child(3) {
    top: 23px; }
  /* 最初のspanをマイナス45度に */
  .toggle.active span:nth-child(1) {
    top: 26px;
    left: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  /* 2番目と3番目のspanを45度に */
  .toggle.active span:nth-child(2),
  .toggle.active span:nth-child(3) {
    top: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); } }

/* -----------------------------------------------------------------------------------------------------------------------
テキストの場合（幅均等）
----------------------------------------------------------------------------------------------------------------------- */
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.triangle {
  position: relative; }
  @media screen and (min-width: 1080px) and (max-width: 1299px) {
    .triangle:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 14px 20px 14px;
      border-color: transparent transparent #333 transparent;
      bottom: -10px;
      left: 0;
      right: 0;
      margin: auto; } }
  @media screen and (min-width: 1300px) {
    .triangle:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 16px 28px 16px;
      border-color: transparent transparent #333 transparent;
      bottom: -35px;
      left: 0;
      right: 0;
      margin: auto; } }

@media screen and (min-width: 1080px) {
  .nav_menu,
  .toggle {
    display: none; }
  .current:after {
    content: "";
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: #092150;
    width: 100%;
    height: 4px; }
  .current:hover:after {
    background: #113d95;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  #gnav_pc {
    max-width: 800px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #gnav_pc ul {
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  #gnav_pc li {
    list-style-type: none;
    text-align: center;
    position: relative;
    padding: 5px 20px; }
    #gnav_pc li .disable:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 16px 28px 16px;
      border-color: transparent transparent #333 transparent;
      bottom: -35px;
      left: 0;
      right: 0;
      margin: auto; }
  #gnav_pc li.current:after {
    content: "";
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px; }
  #gnav_pc li.current:hover:after {
    background: #fff !important;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0; }
  #gnav_pc li a {
    text-decoration: none;
    width: 100%;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 45px;
    position: relative;
    border-bottom: solid 4px rgba(0, 0, 0, 0); }
    #gnav_pc li a.active {
      border-bottom: solid 4px #F5E828; }
    #gnav_pc li a:hover {
      border-bottom: solid 4px #F5E828;
      cursor: pointer;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

@media screen and (min-width: 1300px) {
  #gnav_pc li a {
    font-size: 1rem; } }

/*▼▼▼　タブ＆スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 1079px) {
  #gnav_pc {
    display: none; } }

/* footer.scss */
/*************************************************************************************
【ＰＣ】　　　　@media screen and (min-width: 1080px)
【ＰＣ＆タブ】　@media screen and (min-width: 768px)
【タブ】　　　　@media screen and (min-width: 768px) and (max-width: 1079px)
【タブ＆スマホ】@media screen and (max-width: 1079px)
【スマホ】　　　@media screen and (max-width: 767px)
*****************************************************************************************/
.contact_harf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media screen and (min-width: 768px) {
    .contact_harf {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; } }
  .contact_harf li {
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (max-width: 767px) {
      .contact_harf li {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.c_tel {
  font-size: 1.5rem;
  padding: 15px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .c_tel {
      background: #f0f0f0; } }
  .c_tel .c_tel_in {
    background: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .c_tel .c_tel_in {
        width: 94%;
        margin: 0 auto; }
        .c_tel .c_tel_in .sp_only {
          color: #D3C137; } }
  .c_tel img {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 10px;
    width: 20px; }
  .c_tel span {
    display: block;
    font-size: 1rem;
    margin-top: -5px;
    text-align: center; }

.c_tel01 {
  font-size: 1.75rem;
  padding: 15px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  font-weight: bold; }
  .c_tel01 .c_tel_in {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .c_tel01 img {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 10px;
    width: 20px; }
  .c_tel01 span {
    display: block;
    font-size: 1rem;
    margin-top: -5px;
    text-align: center; }

.c_contact {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .c_contact {
      width: calc(100% - 40px) !important;
      margin-left: auto;
      margin-right: auto; } }
  .c_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    background: #F5E828;
    color: #404040;
    width: 100%;
    height: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: bold; }
    .c_contact a img {
      margin-right: 5px;
      width: 34px; }

@media screen and (min-width: 768px) {
  .c_tel,
  .c_tel01 {
    font-size: 2.25rem;
    padding: 0 25px;
    margin-bottom: 0; } }
  @media screen and (min-width: 768px) and (min-width: 1080px) {
    .c_tel,
    .c_tel01 {
      font-size: 2.75rem; }
      .c_tel img,
      .c_tel01 img {
        width: 24px; } }

@media screen and (min-width: 768px) {
    .c_tel span,
    .c_tel01 span {
      font-size: 1rem; }
    .c_tel img,
    .c_tel01 img {
      width: 30px; }
  .c_contact {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c_contact a {
      font-size: 1rem;
      width: 370px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      .c_contact a:hover {
        background: #f8f071;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
      .c_contact a img {
        margin-right: 10px;
        width: 34px; } }

.footer {
  width: 100%;
  background: #F5E828;
  padding: 100px 0 20px; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 72px 0 10px; } }

.footer_inner {
  max-width: 780px;
  margin: 0 auto; }
  .footer_inner a {
    color: #404040; }
    .footer_inner a:hover {
      opacity: 0.7; }
  .footer_inner ul {
    text-align: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .footer_inner ul {
        width: 90%;
        margin: 0 auto; } }
    .footer_inner ul li {
      display: inline-block;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .footer_inner ul li {
          display: block;
          text-align: left;
          font-weight: bold;
          margin-bottom: 20px; } }
      .footer_inner ul li:after {
        content: "";
        border-right: 1px solid #404040;
        margin-left: 16px;
        margin-right: 16px; }
        @media screen and (max-width: 768px) {
          .footer_inner ul li:after {
            display: none; } }
      .footer_inner ul li:last-child:after {
        margin-right: 0;
        margin-left: 0;
        border-right: 0; }
  .footer_inner p.footer_privacy {
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .footer_inner p.footer_privacy {
        width: 90%;
        margin: 0 auto;
        text-align: left;
        font-weight: bold; } }

.footer_bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 66px auto 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .footer_bottom {
      display: block; } }
  .footer_bottom .f_logo {
    background: #fff;
    text-align: center;
    padding: 18px 0;
    width: 30%; }
    @media screen and (max-width: 767px) {
      .footer_bottom .f_logo {
        margin: 0 auto;
        width: 190px;
        height: 151px;
        margin-bottom: 50px; } }
    .footer_bottom .f_logo img {
      width: 146px;
      margin-bottom: 10px;
      display: block;
      margin: 0 auto 10px; }
    .footer_bottom .f_logo span {
      font-size: 0.687rem; }
  .footer_bottom .f_address {
    width: 60%; }
    @media screen and (max-width: 767px) {
      .footer_bottom .f_address {
        width: 100%;
        text-align: center; } }
    .footer_bottom .f_address p {
      font-size: 1.125rem; }
      @media screen and (max-width: 767px) {
        .footer_bottom .f_address p {
          font-size: 0.937rem; } }

.f_copyright {
  text-align: center;
  font-size: 0.875rem; }
  @media screen and (max-width: 767px) {
    .f_copyright {
      font-size: 0.812rem; } }
