@charset "UTF-8";
/* ===================
共通変数
===================*/
/* ===================
ブレークポイント
===================*/
/* ===================
rem計算
===================*/
/* ===================
コンテンツサイズ
===================*/
/* #Default
 -------------------------------------------------------------------------- */
/**
* ブラウザの持っているスタイルの一部リセット
*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, th, td, figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* #Base
   -------------------------------------------------------------------------- */
/**
* Baseレイヤーにはプロジェクトにおける、基本的なベーススタイルを定義します。
* 要素セレクタや属性セレクタなど、詳細度はできるかぎり低く保っておきます。
* 基本的にclass属性は使用しません。
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "BIZ UDPGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  color: #221714;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

#scroll_area_Off {
  overflow: hidden;
}

/* ===================
リンク
===================*/
a {
  outline: none;
}

a:link {
  text-decoration: none;
  color: #221714;
}

a:visited {
  text-decoration: none;
  color: #221714;
}

a:hover {
  text-decoration: underline;
  color: #221714;
}

a:active {
  text-decoration: none;
  color: #221714;
}

a:hover img {
  opacity: 0.7;
}

/* -----------------------------------------------------------------------------
   #Box
   -------------------------------------------------------------------------- */
/*
  Box系(display,width,height,margin,padding,float等)の汎用クラス
*/
/* -----------------------------------------------------------------------------
   #Display
   -------------------------------------------------------------------------- */
.u-dsp_none {
  display: none !important;
}

.u-dsp_block {
  display: block !important;
}

.u-dsp_inline-block {
  display: inline-block !important;
}

.u-dsp_tbl {
  display: table !important;
}

.u-dsp_tbl-cell {
  display: table-cell !important;
}

.u-flx_wrap {
  display: flex !important;
  flex-wrap: wrap !important;
}

.u-flx_nowrap {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.u-flx_space-between {
  display: flex !important;
  justify-content: space-between !important;
}

.u-flx_align-item-center {
  align-items: center !important;
}

@media print, screen and (min-width: 768px) {
  .u-flx_nowrap_pc {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .u-flx_space-between_pc {
    display: flex !important;
    justify-content: space-between !important;
  }
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-flt_left {
  float: left !important;
}

.u-flt_right {
  float: right !important;
}

@media print, screen and (min-width: 768px) {
  .u-flt_left_pc {
    float: left !important;
  }
  .u-flt_right_pc {
    float: right !important;
  }
}
/* -----------------------------------------------------------------------------
   #Margin
   -------------------------------------------------------------------------- */
.u-m10 {
  margin: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .u-m10_sp {
    margin: 10px !important;
  }
  .u-mt0_sp {
    margin-top: 0px !important;
  }
  .u-mt10_sp {
    margin-top: 10px !important;
  }
  .u-mt20_sp {
    margin-top: 20px !important;
  }
  .u-mt30_sp {
    margin-top: 30px !important;
  }
  .u-mt40_sp {
    margin-top: 40px !important;
  }
  .u-mt50_sp {
    margin-top: 50px !important;
  }
  .u-mt60_sp {
    margin-top: 60px !important;
  }
  .u-mb0_sp {
    margin-bottom: 0 !important;
  }
  .u-mb10_sp {
    margin-bottom: 10px !important;
  }
  .u-mb20_sp {
    margin-bottom: 20px !important;
  }
  .u-mb30_sp {
    margin-bottom: 30px !important;
  }
  .u-mb40_sp {
    margin-bottom: 40px !important;
  }
  .u-mb50_sp {
    margin-bottom: 50px !important;
  }
  .u-mb60_sp {
    margin-bottom: 60px !important;
  }
  .u-mr10_sp {
    margin-right: 10px !important;
  }
  .u-mr20_sp {
    margin-right: 20px !important;
  }
  .u-mr30_sp {
    margin-right: 30px !important;
  }
  .u-ml0_sp {
    margin-left: 0 !important;
  }
  .u-ml10_sp {
    margin-left: 10px !important;
  }
  .u-ml20_sp {
    margin-left: 20px !important;
  }
  .u-ml30_sp {
    margin-left: 30px !important;
  }
}
/* -----------------------------------------------------------------------------
   #Padding
   -------------------------------------------------------------------------- */
.u-p10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

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

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

@media only screen and (max-width: 767px) {
  .u-p10_sp {
    padding: 10px !important;
  }
  .u-pt0_sp {
    padding-top: 0px !important;
  }
  .u-pt10_sp {
    padding-top: 10px !important;
  }
  .u-pt20_sp {
    padding-top: 20px !important;
  }
  .u-pt30_sp {
    padding-top: 30px !important;
  }
  .u-pt40_sp {
    padding-top: 40px !important;
  }
  .u-pt50_sp {
    padding-top: 50px !important;
  }
  .u-pt60_sp {
    padding-top: 60px !important;
  }
  .u-pt70_sp {
    padding-top: 70px !important;
  }
  .u-pt80_sp {
    padding-top: 80px !important;
  }
  .u-pt90_sp {
    padding-top: 90px !important;
  }
  .u-pt100_sp {
    padding-top: 100px !important;
  }
  .u-pb10_sp {
    padding-bottom: 10px !important;
  }
  .u-pb20_sp {
    padding-bottom: 20px !important;
  }
  .u-pb30_sp {
    padding-bottom: 30px !important;
  }
  .u-pb40_sp {
    padding-bottom: 40px !important;
  }
  .u-pb50_sp {
    padding-bottom: 50px !important;
  }
  .u-pb60_sp {
    padding-bottom: 60px !important;
  }
  .u-pl0_sp {
    padding-left: 0px !important;
  }
  .u-pl10_sp {
    padding-left: 10px !important;
  }
  .u-pl20_sp {
    padding-left: 20px !important;
  }
  .u-pl30_sp {
    padding-left: 30px !important;
  }
  .u-pl90_sp {
    padding-left: 90px !important;
  }
  .u-pr10_sp {
    padding-right: 10px !important;
  }
  .u-pr0_sp {
    padding-right: 0px !important;
  }
  .u-pr20_sp {
    padding-right: 20px !important;
  }
  .u-pr30_sp {
    padding-right: 30px !important;
  }
}
/* -----------------------------------------------------------------------------
   #Text
   -------------------------------------------------------------------------- */
/*
  テキストのスタイルを指定する汎用クラスです。
*/
/*---------------テキスト寄せ
------------------------*/
.u-text_left {
  text-align: left !important;
}

.u-text_right {
  text-align: right !important;
}

.u-text_center {
  text-align: center !important;
}

@media only screen and (max-width: 767px) {
  .u-text_left_sp {
    text-align: left !important;
  }
  .u-text_right_sp {
    text-align: right !important;
  }
  .u-text_center_sp {
    text-align: center !important;
  }
}
.u-serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Meiryo", serif;
}

.u-bold {
  font-weight: bold !important;
}

.u-normal {
  font-weight: normal !important;
}

.u-red {
  color: #ff0000 !important;
}

.u-f10 {
  font-size: 0.625rem !important;
}

.u-f11 {
  font-size: 0.6875rem !important;
}

.u-f12 {
  font-size: 0.75rem !important;
}

.u-f13 {
  font-size: 0.8125rem !important;
}

.u-f14 {
  font-size: 0.875rem !important;
}

.u-f15 {
  font-size: 0.9375rem !important;
}

.u-f16 {
  font-size: 1rem !important;
}

.u-f17 {
  font-size: 1.0625rem !important;
}

.u-f18 {
  font-size: 1.125rem !important;
}

.u-f19 {
  font-size: 1.1875rem !important;
}

.u-f20 {
  font-size: 1.25rem !important;
}

.u-f21 {
  font-size: 1.3125rem !important;
}

.u-f22 {
  font-size: 1.375rem !important;
}

.u-f23 {
  font-size: 1.4375rem !important;
}

.u-f24 {
  font-size: 1.5rem !important;
}

.u-f25 {
  font-size: 1.5625rem !important;
}

.u-f26 {
  font-size: 1.625rem !important;
}

.u-f27 {
  font-size: 1.6875rem !important;
}

.u-f28 {
  font-size: 1.75rem !important;
}

.u-f29 {
  font-size: 1.8125rem !important;
}

.u-f30 {
  font-size: 1.875rem !important;
}

.u-f31 {
  font-size: 1.9375rem !important;
}

.u-f32 {
  font-size: 2rem !important;
}

.u-f33 {
  font-size: 2.0625rem !important;
}

.u-f34 {
  font-size: 2.125rem !important;
}

.u-f35 {
  font-size: 2.1875rem !important;
}

.u-f36 {
  font-size: 2.25rem !important;
}

.u-f37 {
  font-size: 2.3125rem !important;
}

.u-f38 {
  font-size: 2.375rem !important;
}

.u-f39 {
  font-size: 2.4375rem !important;
}

.u-f40 {
  font-size: 2.5rem !important;
}

.u-f41 {
  font-size: 2.5625rem !important;
}

.u-f42 {
  font-size: 2.625rem !important;
}

.u-f43 {
  font-size: 2.6875rem !important;
}

.u-f44 {
  font-size: 2.75rem !important;
}

.u-f45 {
  font-size: 2.8125rem !important;
}

.u-f46 {
  font-size: 2.875rem !important;
}

.u-f47 {
  font-size: 2.9375rem !important;
}

.u-f48 {
  font-size: 3rem !important;
}

.u-f49 {
  font-size: 3.0625rem !important;
}

.u-f50 {
  font-size: 3.125rem !important;
}

.u-f54 {
  font-size: 3.375rem !important;
}

@media only screen and (max-width: 767px) {
  .u-f10_sp {
    font-size: 0.625rem !important;
  }
  .u-f11_sp {
    font-size: 0.6875rem !important;
  }
  .u-f12_sp {
    font-size: 0.75rem !important;
  }
  .u-f13_sp {
    font-size: 0.8125rem !important;
  }
  .u-f14_sp {
    font-size: 0.875rem !important;
  }
  .u-f15_sp {
    font-size: 0.9375rem !important;
  }
  .u-f16_sp {
    font-size: 1rem !important;
  }
  .u-f17_sp {
    font-size: 1.0625rem !important;
  }
  .u-f18_sp {
    font-size: 1.125rem !important;
  }
  .u-f19_sp {
    font-size: 1.1875rem !important;
  }
  .u-f20_sp {
    font-size: 1.25rem !important;
  }
  .u-f21_sp {
    font-size: 1.3125rem !important;
  }
  .u-f22_sp {
    font-size: 1.375rem !important;
  }
  .u-f23_sp {
    font-size: 1.4375rem !important;
  }
  .u-f24_sp {
    font-size: 1.5rem !important;
  }
  .u-f25_sp {
    font-size: 1.5625rem !important;
  }
  .u-f26_sp {
    font-size: 1.625rem !important;
  }
  .u-f27_sp {
    font-size: 1.6875rem !important;
  }
  .u-f28_sp {
    font-size: 1.75rem !important;
  }
  .u-f29_sp {
    font-size: 1.8125rem !important;
  }
  .u-f30_sp {
    font-size: 1.875rem !important;
  }
  .u-f31_sp {
    font-size: 1.9375rem !important;
  }
  .u-f32_sp {
    font-size: 2rem !important;
  }
  .u-f33_sp {
    font-size: 2.0625rem !important;
  }
  .u-f34_sp {
    font-size: 2.125rem !important;
  }
  .u-f35_sp {
    font-size: 2.1875rem !important;
  }
  .u-f36_sp {
    font-size: 2.25rem !important;
  }
  .u-f37_sp {
    font-size: 2.3125rem !important;
  }
  .u-f38_sp {
    font-size: 2.375rem !important;
  }
  .u-f39_sp {
    font-size: 2.4375rem !important;
  }
  .u-f40_sp {
    font-size: 2.5rem !important;
  }
  .u-f41_sp {
    font-size: 2.5625rem !important;
  }
  .u-f42_sp {
    font-size: 2.625rem !important;
  }
  .u-f43_sp {
    font-size: 2.6875rem !important;
  }
  .u-f44_sp {
    font-size: 2.75rem !important;
  }
  .u-f45_sp {
    font-size: 2.8125rem !important;
  }
  .u-f46_sp {
    font-size: 2.875rem !important;
  }
  .u-f47_sp {
    font-size: 2.9375rem !important;
  }
  .u-f48_sp {
    font-size: 3rem !important;
  }
  .u-f49_sp {
    font-size: 3.0625rem !important;
  }
  .u-f50_sp {
    font-size: 3.125rem !important;
  }
}
/* #Wrapper
  -------------------------------------------------------------------------- */
/*
	画面の最大幅を設定するクラス

*/
/*-------------------レイアウト共通
---------------------------*/
.u-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .u-wrapper {
    max-width: 1020px;
  }
}
@media only screen and (max-width: 767px) {
  .u-wrapper {
    width: 100%;
    max-width: 1020px;
  }
}

.u-wrapper_inner {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .u-wrapper_inner {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1020px;
  }
}
@media only screen and (max-width: 767px) {
  .u-wrapper_inner {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 1020px;
  }
}

.u-wrapper_inner_pc {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .u-wrapper_inner_pc {
    max-width: 1020px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .u-wrapper_inner_pc {
    width: 100%;
    max-width: 1020px;
  }
}

.u-wrapper_inner_sp {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .u-wrapper_inner_sp {
    max-width: 1020px;
  }
}
@media only screen and (max-width: 767px) {
  .u-wrapper_inner_sp {
    width: 100%;
    max-width: 1020px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* #Show
  -------------------------------------------------------------------------- */
/*
PCとスマホの表示・非表示切り替え
*/
@media print, screen and (min-width: 768px) {
  .u-show_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-show_sp {
    display: inherit;
  }
}

@media print, screen and (min-width: 768px) {
  .u-show_pc {
    display: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .u-show_pc {
    display: none !important;
  }
}

/* #u-fluid-img
  -------------------------------------------------------------------------- */
/*
ウィンドウ幅に合わせて画像サイズを変えるクラス

*/
.u-fluid-img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .u-fluid-img_pc {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .u-fluid-img_sp {
    max-width: 100%;
    height: auto;
  }
}

header {
  width: 100%;
  background-color: #E8E5E4;
}

.h_wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  max-width: 1200px;
}

.h_main {
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .h_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .h_main {
    padding-right: 67px;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .h_main h1 {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .h_main .h_tel {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .h_main button {
    display: none;
  }
}

.h_tel {
  display: flex;
  font-size: 0.75rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .h_tel {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .h_tel {
    margin-bottom: 20px;
  }
}
.h_tel a {
  display: block;
  margin-bottom: 5px;
  font-size: 1.875rem;
  font-weight: bold;
}
.h_tel .kakomi {
  display: flex;
  align-items: center;
  border: 1px solid #221714;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .h_tel .kakomi {
    margin-right: 20px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .h_tel .kakomi {
    margin-right: 10px;
    padding: 0 10px;
  }
}

nav {
  background-color: #F0F0F0 !important;
  border-top: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
  nav {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 768px) {
  nav .h_tel {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  nav .h_tel {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .h_gnv {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    max-width: 1200px;
  }
  .h_gnv li {
    width: 16.6666666667%;
    border-right: 1px solid #fff;
    text-align: center;
  }
  .h_gnv li:first-child {
    border-left: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .h_gnv li {
    border-bottom: 1px solid #fff;
  }
  .h_gnv li:first-child {
    border-top: 1px solid #fff;
  }
}

.gnv_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 100%;
}
.gnv_ttl:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .gnv_ttl {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .gnv_ttl {
    font-size: 1.125rem;
  }
}

.drawer-hamburger {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
    right: 20px !important;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #221714;
    height: 4px;
  }
  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    position: absolute;
    left: 0;
    content: " ";
    top: -10px;
  }
  .drawer-hamburger-icon:after {
    top: 10px;
  }
  .drawer--right.drawer-open .drawer-nav {
    left: 0;
  }
  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    color: #221714;
  }
  .drawer--right .drawer-nav {
    left: 100%;
    width: 100%;
    overflow: auto;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: calc(100vh - 70px);
    top: 70px !important;
  }
}
.btn_footer {
  display: block;
  max-width: 560px;
  padding: 10px;
  text-align: center;
  font-size: 1.25rem;
  border: 1px solid #221714;
  border-radius: 10px;
  vertical-align: middle;
  background-color: #fff;
}
.btn_footer:hover {
  text-decoration: none;
  background-color: #E8E5E4;
}
@media print, screen and (min-width: 768px) {
  .btn_footer {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  .btn_footer {
    margin: 30px 10px;
  }
}

footer {
  position: relative;
  background-color: #E8E5E4;
}
@media print, screen and (min-width: 768px) {
  footer {
    z-index: 99;
  }
  footer:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 50%;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
    background-color: #9A9D9E;
  }
}

@media print, screen and (min-width: 768px) {
  .f_wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
  }
}

.f_logo {
  text-align: center;
  background-color: #9A9D9E;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .f_logo {
    order: -1;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .f_logo {
    padding: 30px 10px;
  }
}
.f_logo a {
  display: block;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .f_side {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .f_side {
    padding: 30px 10px;
  }
}
.f_side li {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 768px) {
  .f_side_wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 540px;
    margin: 50px auto;
  }
}

.f_tel {
  display: flex;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 10px;
}
.f_tel a {
  display: block;
  font-size: 1.5625rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .f_tel a {
    margin-right: 10px;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .f_tel a {
    display: block;
    margin-bottom: 5px;
  }
}
.f_tel .kakomi {
  display: flex;
  align-items: center;
  border: 1px solid #221714;
}
@media print, screen and (min-width: 768px) {
  .f_tel .kakomi {
    margin-right: 15px;
    padding: 0 15px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .f_tel .kakomi {
    border-radius: 10px;
    margin-right: 10px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .f_tel .bango {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
}

.pageTop {
  position: fixed;
}
@media print, screen and (min-width: 768px) {
  .pageTop {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pageTop {
    right: 10px;
    width: 55px;
  }
}

small {
  display: block;
  text-align: center;
  font-size: 0.625rem;
  color: #fff;
}

/* #Content
-------------------------------------------------------------------------- */
/*doc

*/
@media print, screen and (min-width: 768px) {
  #contents {
    min-height: calc(100vh - 125px - 207px - 152px);
  }
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 200px); /* フェードインで動く高さを指定 */
  transition: all 2500ms; /* フェードインにかかる時間を指定 */
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1;
}

.txt_base01 {
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .txt_base01 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .txt_base01 {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .margin_base01, .layout_mokuzai03 dd, .layout_mokuzai02 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .margin_base01, .layout_mokuzai03 dd, .layout_mokuzai02 {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .margin_base02 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .margin_base02 {
    margin-bottom: 50px;
  }
}

.btn_base01 {
  display: block;
  margin: 0 auto;
  padding: 0px 10px;
  max-width: 450px;
  text-align: center;
  font-size: 1.25rem;
  border: 1px solid #221714;
  border-radius: 5px;
  background-color: #fff;
}
.btn_base01:hover {
  text-decoration: none;
  background-color: #E8E5E4;
}

.btn_base02 {
  display: block;
  margin-top: 30px;
  padding: 5px 10px;
  max-width: 390px;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #221714;
  background-color: #fff;
}
.btn_base02:hover {
  text-decoration: none;
  background-color: #E8E5E4;
}

.main_visual img {
  width: 100%;
}
.main_visual p {
  margin-top: 5px;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .main_visual p {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .main_visual p {
    margin-left: 10px;
  }
}

.ttl_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 126px;
  height: 126px;
  border: 1px solid #221714;
  text-align: center;
  font-size: 1.1875rem;
  color: #040000;
  border-radius: 50%;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 200px); /* フェードインで動く高さを指定 */
  transition: all 2500ms; /* フェードインにかかる時間を指定 */
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.comingSoon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  min-height: 50vh;
  font-size: 1.875rem;
}

#js-slider li {
  visibility: hidden;
}

.bx-viewport #js-slider li {
  visibility: visible;
}

.slider img {
  width: 100%;
}

.bx-wrapper {
  margin-bottom: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}
.bx-wrapper img {
  margin: 0 auto;
}

.btn_drawer {
  background-color: #B4B4B5;
  text-align: right;
  line-height: 1;
}
.btn_drawer button {
  background: transparent url(/images/index/icon_open.svg) no-repeat;
  width: 63px;
  height: 56px;
}
.btn_drawer button:hover {
  opacity: 0.7;
}
.is-open .btn_drawer button {
  background: transparent url(/images/index/icon_close.svg) no-repeat;
}

.layout_top01 {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 768px) {
  .layout_top01 {
    display: flex;
    width: 100%;
  }
}
.layout_top01 .txt {
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .layout_top01 .txt {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_top01 .txt {
    margin: 10px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_top01 p:not(.txt) {
    align-self: center;
  }
}
@media only screen and (max-width: 767px) {
  .layout_top01 p:not(.txt) {
    text-align: center;
  }
}
.layout_top01 figure {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .layout_top01 figure {
    align-self: flex-end;
    margin-bottom: -30px;
    margin-right: 0;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .works {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .works {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .works .main_visual {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .works .main_visual {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .works .ttl_circle {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .works .ttl_circle {
    margin-bottom: 30px;
  }
}
.works .heading {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .works .heading {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .works .heading {
    margin-bottom: 50px;
  }
}
.works .heading h3 {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .works .heading h3 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .works .heading h3 {
    margin-bottom: 10px;
    font-size: 2.375rem;
  }
}
.works .heading h3 span {
  display: block;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .works .heading h3 span {
    margin-bottom: 10px;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .works .heading h3 span {
    margin-bottom: 5px;
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .works .heading p {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .works .lead {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .works .lead h4 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .works .lead p {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .works .lead p {
    margin-bottom: 30px;
  }
}

.works_gallery {
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .works_gallery {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .works_gallery {
    margin-bottom: 30px;
  }
}
.works_gallery ul {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .works_gallery ul::before {
    content: "";
    display: block;
    width: calc((100% - 30px) / 4);
    order: 1;
  }
  .works_gallery ul::after {
    content: "";
    display: block;
    width: calc((100% - 30px) / 4);
  }
}
.works_gallery li {
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .works_gallery li:not(.lineitem3) {
    width: calc((100% - 30px) / 4);
  }
  .works_gallery li:not(.lineitem3):nth-child(4n+6) {
    margin-right: 0;
  }
  .works_gallery li.lineitem3 {
    width: calc((100% - 20px) / 3);
  }
  .works_gallery li.lineitem3:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .works_gallery li {
    width: calc((100% - 10px) / 2);
  }
  .works_gallery li:nth-child(2n) {
    margin-right: 0;
  }
}
.works_gallery li a {
  display: block;
  padding-top: 68.25%;
  width: 100%;
}
.works_gallery li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttl_works01 {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .ttl_works01 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_works01 {
    font-size: 2.0625rem;
  }
}

.ttl_works02 {
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .ttl_works02 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_works02 {
    font-size: 1.1875rem;
  }
}

.ttl_works03 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #221714;
  text-align: center !important;
}
@media print, screen and (min-width: 768px) {
  .ttl_works03 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_works03 {
    font-size: 1.0625rem;
  }
}
.ttl_works03 span {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .layout_works01 dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_works01 dl {
    margin-bottom: 30px;
  }
}
.layout_works01 dl figure {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .layout_works01 dl figure {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_works01 dl figure {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_works01 dl > div {
    width: calc(100% - 20px);
    max-width: 615px;
  }
}
.layout_works01 .ttl_works02 {
  display: block;
}
.layout_works01 .txt_base01 {
  margin-top: 20px;
}

.layout_works02 {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .layout_works02 {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .layout_works02 figure {
    margin-bottom: 30px;
  }
}

.layout_kigyoDesign01 {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .layout_kigyoDesign01 {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_kigyoDesign01 > figure {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_kigyoDesign01 > figure {
    margin-bottom: 10px;
  }
  .layout_kigyoDesign01 > figure:first-child {
    margin-right: 10px;
  }
}
.layout_kigyoDesign01 > div {
  display: flex;
  align-items: flex-end;
  margin-right: 0;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .layout_kigyoDesign01 > div {
    max-width: 546px;
  }
}
.layout_kigyoDesign01 > div figure {
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .layout_kigyoDesign01 > div figure {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_kigyoDesign01 > div figure {
    margin-right: 10px;
  }
}
.layout_kigyoDesign01 > div p {
  margin-bottom: 20px;
}

.layout_kigyoDesign02 {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .layout_kigyoDesign02 {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .layout_kigyoDesign02 {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .layout_kigyoDesign02::after {
    content: "";
    display: block;
    width: 40%;
  }
}
.layout_kigyoDesign02 figure {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .layout_kigyoDesign02 figure {
    margin-right: 10px;
  }
}

.layout_kigyoDesign03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout_kigyoDesign03 li {
  margin-right: 10px;
  max-width: 204px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .layout_kigyoDesign03 li {
    margin-top: 40px;
    width: calc((100% - 30px) / 4);
  }
  .layout_kigyoDesign03 li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout_kigyoDesign03 li {
    width: calc((100% - 10px) / 2);
  }
  .layout_kigyoDesign03 li:nth-child(2n) {
    margin-right: 0;
  }
}

.layout_tsutaeru01 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Meiryo", serif;
}
@media print, screen and (min-width: 768px) {
  .layout_tsutaeru01 {
    display: flex;
    justify-content: space-between;
  }
}
.layout_tsutaeru01 dt {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .layout_tsutaeru01 dt {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_tsutaeru01 dt {
    font-size: 1.75rem;
  }
}
.layout_tsutaeru01 dd {
  line-height: 2.5;
}
@media print, screen and (min-width: 768px) {
  .layout_tsutaeru01 dd {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_tsutaeru01 dd {
    font-size: 1rem;
  }
}
.layout_tsutaeru01 .caption {
  font-family: "Arial", "BIZ UDPGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25;
}
@media print, screen and (min-width: 768px) {
  .layout_tsutaeru01 .caption {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_tsutaeru01 .img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_tsutaeru01 .img {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .cullet_copy {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .cullet_copy {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .cullet_copy .img {
    order: -1;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .layout_paper01 dl {
    align-items: center;
  }
}
.layout_paper01 figure {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .layout_paper01 figure {
    display: flex;
    justify-content: space-between;
  }
}
.layout_paper01 span:first-child {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .layout_paper01 span:first-child {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_paper01 span:first-child {
    margin-right: 10px;
  }
}

.layout_paper02 {
  border-top: 1px solid #221714;
}
@media print, screen and (min-width: 768px) {
  .layout_paper02 {
    padding-top: 30px;
    position: relative;
  }
  .layout_paper02 figure {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
.layout_paper02 .txt_base01 {
  margin-top: 20px;
}

.layout_photo01 img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .layout_photo01 img {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_photo01 img {
    margin-bottom: 3px;
  }
}

@media print, screen and (min-width: 768px) {
  .ehon .layout_works01 dl {
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .ehon .ttl_works01 span {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .ehon .ttl_works01 span {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 768px) {
  .youtuber .layout_works01 div {
    max-width: 516px;
  }
}

@media only screen and (max-width: 767px) {
  .layout_package01 > dd {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .layout_package01 > dd figure {
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }
  .layout_package01 > dd figure:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_package01 > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.layout_package02 {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .layout_package02 {
    margin-top: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .layout_package02 > div {
    width: calc((100% - 10px) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .layout_package02 figure {
    flex-shrink: 0;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_package02 figure {
    margin-left: 10px;
    width: calc((100% - 10px) / 2);
  }
}

@media print, screen and (min-width: 768px) {
  .layout_character01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_character01 > div {
    margin: 0 10px 0 60px;
    max-width: 337px;
  }
}
.layout_character01 .ttl_works01 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .layout_character01 > dd {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .monogatari .layout_works01 {
    text-align: center;
  }
  .monogatari .layout_works01 dl {
    align-items: center;
  }
  .monogatari .layout_works01 dl > div {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .monogatari .layout_works01 .ttl_works01, .monogatari .layout_works01 .ttl_works02 {
    text-align: center;
  }
}
.monogatari .layout_works01 .ttl_works01 {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  #icon_tatoeba01, #icon_tatoeba03, #icon_tatoeba02 {
    position: absolute;
    top: -30px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #icon_tatoeba01, #icon_tatoeba03, #icon_tatoeba02 {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  #icon_tatoeba02 {
    top: -100px;
    left: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  #icon_tatoeba03 {
    top: -130px;
    z-index: -1;
  }
}

.layout_rakugaki01 {
  text-align: center;
}
.layout_rakugaki01 img {
  margin-bottom: 30px;
}
.layout_rakugaki01 h4 {
  margin-bottom: 10px;
}

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

@media print, screen and (min-width: 768px) {
  .layout_mokuzai01 {
    display: flex;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_mokuzai01 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_mokuzai01 > div {
    margin-left: -30px;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_mokuzai01 figure {
    margin-left: -80px;
  }
}

.layout_mokuzai02 {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 768px) {
  .layout_mokuzai02 {
    display: flex;
    justify-content: space-between;
  }
}
.layout_mokuzai02 > div {
  max-width: 300px;
}
@media print, screen and (min-width: 768px) {
  .layout_mokuzai02 > div {
    margin-left: 10px;
  }
  .layout_mokuzai02 > div:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout_mokuzai02 > div {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_mokuzai02 dd {
    text-align: center;
  }
}

.ttl_mokuzai01 {
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  border: 1px solid #221714;
}
@media print, screen and (min-width: 768px) {
  .ttl_mokuzai01 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_mokuzai01 {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .txt_mokuzai01 {
    font-size: 1.5625rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .txt_mokuzai01 {
    font-size: 1.25rem;
  }
}

.layout_mokuzai03 dt {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.5625rem;
  color: #fff;
  background-color: #231815;
  font-weight: normal;
}
.layout_mokuzai03 dd {
  font-size: 1.25rem;
  line-height: 1.75;
}

@media print, screen and (min-width: 768px) {
  .layout_mokuzai04 > dd {
    margin-top: -50px;
    margin-right: 20px;
  }
}
.layout_mokuzai04 dt {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .layout_mokuzai04 dt {
    font-size: 1.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_mokuzai04 dt {
    font-size: 1.5rem;
  }
}
.layout_mokuzai04 dd {
  margin-bottom: 30px;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .layout_mokuzai04 dd {
    font-size: 1.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_mokuzai04 dd {
    font-size: 1.125rem;
  }
}

.layout_mokuzai05 {
  padding: 20px 10px;
  border: 1px solid #221714;
}
@media print, screen and (min-width: 768px) {
  .layout_mokuzai05 {
    display: flex;
    align-items: center;
  }
}
.layout_mokuzai05 h4 {
  flex-shrink: 0;
  padding: 0 30px 0 20px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .layout_mokuzai05 h4 {
    font-size: 2.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_mokuzai05 h4 {
    font-size: 1.5625rem;
  }
}
.layout_mokuzai05 p {
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .layout_mokuzai05 p {
    font-size: 1.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_mokuzai05 p {
    font-size: 1.125rem;
  }
}

.profile {
  background-color: #DCD2CB;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .profile {
    text-align: center;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .profile {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .profile .ttl_circle {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .profile .ttl_circle {
    margin-bottom: 30px;
  }
}
.profile p {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .profile p {
    font-size: 1.375rem;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .profile p {
    font-size: 1.0625rem;
    margin-bottom: 30px;
  }
}
.profile p span {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .profile p span {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .profile p span {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .profile h3 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .profile h3 {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .contact {
    padding-top: 60px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact .ttl_circle {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .ttl_circle {
    margin-bottom: 30px;
  }
}
.contact .heading {
  text-align: center;
}
.contact .heading h3 {
  margin-bottom: 5px;
}
.contact .heading > p {
  margin-bottom: 30px;
}

.contact_tel {
  margin: 0 auto 50px;
  max-width: 570px;
  border-radius: 10px;
  border: 1px solid #9E9E9F;
}
@media print, screen and (min-width: 768px) {
  .contact_tel {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_tel {
    padding: 20px 10px;
  }
}
.contact_tel h4 {
  margin-bottom: 5px;
  font-size: 1.25rem;
}
.contact_tel a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .contact_tel a {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  form table, form tbody, form tr, form th, form td, form caption {
    display: block;
  }
}

.layout_contact01 {
  padding: 30px 0;
  background-color: #E6E6E5;
}
@media print, screen and (min-width: 768px) {
  .layout_contact01 {
    min-height: 500px;
  }
}
.layout_contact01 h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 768px) {
  .layout_contact01 h4 {
    text-align: center;
  }
}
.layout_contact01 p {
  margin-bottom: 50px;
  line-height: 1.75;
  font-size: 1.25rem;
  text-align: center;
}
.layout_contact02 {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.layout_contact02 p {
  margin-bottom: 30px;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 768px) {
  .layout_contact02 p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .layout_contact02 p {
    text-align: left;
  }
}

.layout_contact03 {
  display: flex;
  justify-content: center;
}
.layout_contact03 input {
  margin: 20px;
}

.form_table {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .form_table {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .form_table {
    margin-bottom: 30px;
  }
}
.form_table caption {
  text-align: center;
  font-size: 0.9375rem;
  margin-bottom: 30px;
}
.form_table caption span {
  display: block;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .form_table caption span {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .form_table caption span {
    font-size: 1.6875rem;
  }
}
.form_table th, .form_table td {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .form_table th, .form_table td {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .form_table th, .form_table td {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form_table th {
    width: 250px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  .form_table th {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .form_table td {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .form_table td {
    margin-bottom: 30px;
  }
}
.form_table td span {
  display: block;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .form_table td span {
    width: 150px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .form_table td span {
    margin-top: 5px;
  }
}
.form_table input, .form_table textarea {
  border: none;
  font-size: 1rem;
}
.form_table input[type=text], .form_table textarea {
  padding: 10px;
  width: 100%;
}

.req {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1rem;
  background-color: #221714;
  border-radius: 5px;
}

.btn_form, .btn_toppage, .btn_entry, .btn_send, .btn_confirm {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 150px;
  line-height: 50px;
  text-align: center;
  font-size: 1.25rem;
  background-color: #fff;
  color: #221714;
  border: 1px solid #221714;
  border-radius: 10px;
  font-weight: normal;
}
.btn_form:hover, .btn_toppage:hover, .btn_entry:hover, .btn_send:hover, .btn_confirm:hover {
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer;
}

.btn_toppage {
  max-width: 250px;
}

.layout_send {
  display: flex;
  justify-content: space-around;
}
.layout_send button {
  max-width: 350px;
  margin-right: 10px;
  margin-left: 10px;
}

#thanks {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #thanks {
    margin-top: 25px;
  }
}
#thanks a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 768px) {
  .client_links {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .client_links {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .client_links .ttl_circle {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .client_links .ttl_circle {
    margin-bottom: 30px;
  }
}
.client_links dl {
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .client_links dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .client_links dl::after {
    content: "";
    display: block;
    width: calc((100% - 20px) / 3);
    max-width: 320px;
  }
}
.client_links dl > div {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .client_links dl > div {
    margin-right: 10px;
    width: calc((100% - 20px) / 3);
    max-width: 320px;
  }
  .client_links dl > div:nth-child(3n) {
    margin-right: 0;
  }
}
.client_links dt {
  font-size: 1.0625rem;
}
.client_links dd {
  font-size: 0.9375rem;
}
.client_links .tmb {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .client_links .tmb {
    border: 20px solid #E8E5E4;
  }
}
@media only screen and (max-width: 767px) {
  .client_links .tmb {
    border: 10px solid #E8E5E4;
  }
}

@media print, screen and (min-width: 768px) {
  .privacy {
    padding-top: 60px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .privacy .ttl_circle {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy .ttl_circle {
    margin-bottom: 30px;
  }
}
.privacy dl {
  width: 100%;
}
.privacy dt {
  padding: 10px 20px;
  font-size: 1.125rem;
  background-color: #E8E5E4;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .privacy dt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy dt {
    margin-bottom: 10px;
  }
}
.privacy dd, .privacy p {
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .privacy dd, .privacy p {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy dd, .privacy p {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .privacy dd {
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_news {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .top_news {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.top_news .heading {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .top_news .heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
  }
}
@media only screen and (max-width: 767px) {
  .top_news .heading a {
    display: block;
    text-align: right;
  }
}
.top_news h2 {
  padding-bottom: 5px;
  font-size: 1.5rem;
  border-bottom: 3px solid #CCCCCC;
}
@media print, screen and (min-width: 768px) {
  .top_news h2 {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .top_news h2 {
    margin-bottom: 10px;
  }
}

.newsList > div {
  margin-bottom: 3px;
  padding: 5px;
  background-color: #F2F2F2;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  .newsList > div {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .newsList > div {
    padding: 10px;
  }
}
.newsList time {
  display: inline-block;
  font-size: 0.9375rem;
  border-radius: 5px;
  background-color: #999999;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .newsList time {
    padding: 10px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .newsList time {
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px;
  }
}
.newsList dt {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .newsList dt .newMark {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .newsList dd .newMark {
    display: none;
  }
}

.newMark {
  background-color: #900;
  color: #FFF;
  font-size: 12px;
  padding: 3px 6px;
  margin: 0 10px;
  border-radius: 3px;
}

/* Pager style（外部化可） */
.pager {
  margin-top: 30px;
  text-align: center;
  padding: 10px;
  clear: both;
}

/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 0.875rem;
  padding: 3px 7px;
  text-decoration: none;
  margin: 0 3px;
}

/*現在のページのボタン*/
.pager a.current {
  background: #999;
  color: #fff;
}

.pager a:hover {
  background: #999;
  color: #fff;
}

.overPagerPattern {
  padding: 0 2px;
}

.news_single {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 768px) {
  .news_single {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  .news_single {
    margin: 30px auto;
  }
}
.news_single .ttl_news {
  background-color: #E6E6E6;
}
@media print, screen and (min-width: 768px) {
  .news_single .ttl_news {
    display: flex;
    align-items: center;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .news_single .ttl_news {
    padding: 10px;
  }
}
.news_single h2 {
  line-height: 1.25;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .news_single h2 {
    margin-top: 10px;
  }
}
.news_single time {
  display: block;
  margin-top: 20px;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .news_single time {
    padding: 0 20px;
  }
}
.news_single .wysiwyg {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .news_single .wysiwyg {
    padding: 0 20px;
  }
}
.news_single .wysiwyg img {
  display: block;
  margin: 10px auto;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.news_single .backORcloseBtn {
  margin-top: 50px;
}