@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  00_base
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*====================================
  01_layout
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  layout.scss
  全体のレイアウトに関する記述
/////////////////////////////////////////// */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font: normal 1.6em/1.6 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
    line-height: 1.6;
    padding-top: 50px;
  }
  body .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

h1, h2, h3, h4, h5, h6,
table, tr, td, th,
ol, ul, li,
dl, dt, dd,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  list-style: none;
}

img {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
}

.hide {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hideSP {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .hidePC {
    display: none !important;
  }
}

.responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

*::-moz-selection {
  background: #f2b060;
  color: #FFF;
}

*::selection {
  background: #f2b060;
  color: #FFF;
}

*::-moz-selection {
  background: #f2b060;
  color: #FFF;
}

a, *:focus {
  outline: none;
}

:focus {
  outline: 0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* カテゴリーの色 */
.n-cat_information a {
  color: #ec7971;
  border: 1px solid #ec7971;
}
.n-cat_information a:hover {
  background-color: #ec7971;
  color: #fff;
}

.n-cat_news a {
  color: #ec7971;
  border: 1px solid #ec7971;
}
.n-cat_news a:hover {
  background-color: #ec7971;
  color: #fff;
}

/*.n-cat_emergency a{ background-color: #f25358;}*/
.n-cat_emergency a {
  color: #ec7971;
  border: 1px solid #ec7971;
}
.n-cat_emergency a:hover {
  background-color: #ec7971;
  color: #fff;
}

/*=================================
  レイアウト
==================================*/
/* 画像のレスポンシブ化 */
.imgFix {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.none {
  text-align: center;
  padding: 30px 0;
}
@media print, screen and (min-width: 769px) {
  .none li {
    padding: 30px !important;
  }
}
.none li a {
  font-family: "Noto Serif JP", sans-serif;
  display: block;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .none li a {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    text-decoration: none;
    background: url("../images/common/link-arrow.png") right 18px center no-repeat #ec7971;
    background-size: 15px;
    padding-right: 15px;
    margin: 20px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .none li a {
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    text-decoration: none;
    background: url("../images/common/link-arrow.png") right 18px center no-repeat #ec7971;
    background-size: 16px;
    padding-right: 15px;
    margin: 40px auto 0 auto;
  }
}
.none li a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.none > a {
  font-family: "Noto Serif JP", sans-serif;
  display: block;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .none > a {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    text-decoration: none;
    background: url("../images/common/link-arrow.png") right 18px center no-repeat #ec7971;
    background-size: 15px;
    padding-right: 15px;
    margin: 20px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .none > a {
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    text-decoration: none;
    background: url("../images/common/link-arrow.png") right 18px center no-repeat #ec7971;
    background-size: 16px;
    padding-right: 15px;
    margin: 40px auto 0 auto;
  }
}
.none > a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.container {
  padding: 0 15px;
}
@media print, screen and (min-width: 769px) {
  .container {
    max-width: 1340px;
    padding: 0;
    margin: 0 auto;
  }
}

.headline01 {
  line-height: 1.4;
  font-weight: bolder;
  color: #f2b060;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .headline01 {
    font-size: 2.2rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .headline01::after {
    content: "";
    background: #bfbfbf;
    display: inline-block;
    vertical-align: top;
    display: block;
    height: 3px;
    width: 40px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .headline01 {
    font-size: 3.8rem;
    margin: 0 0 50px 0;
    text-align: center;
    letter-spacing: 1px;
  }
  .headline01::after {
    content: "";
    background: #bfbfbf;
    display: inline-block;
    vertical-align: top;
    display: block;
    height: 4px;
    width: 40px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 10px;
  }
}

.headline02 {
  line-height: 1.4;
  font-weight: bolder;
  color: #f2b060;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.headline02 span {
  display: block;
  color: #000;
  position: relative;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .headline02 {
    font-size: 2.2rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .headline02 span {
    font-size: 1.2rem;
  }
  .headline02 span::before {
    content: "";
    background: #bfbfbf;
    display: inline-block;
    vertical-align: top;
    display: block;
    height: 3px;
    width: 40px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .headline02 {
    font-size: 3.8rem;
    margin: 0 0 50px 0;
    text-align: center;
    letter-spacing: 1px;
  }
  .headline02 span {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .headline02 span::before {
    content: "";
    background: #bfbfbf;
    display: inline-block;
    vertical-align: top;
    display: block;
    height: 4px;
    width: 40px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.headline03 {
  line-height: 1.4;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .headline03 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .headline03 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.headline04 {
  line-height: 1.4;
  font-weight: bolder;
  color: #ec7971;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 768px) {
  .headline04 {
    font-size: 2.2rem;
    margin: 0 0 15px 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .headline04::after {
    content: "";
    background: #f2b060;
    display: inline-block;
    vertical-align: bottom;
    display: block;
    height: 2px;
    width: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .headline04 {
    font-size: 3.5rem;
    margin: 0 0 50px 0;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
  .headline04::after {
    content: "";
    background: #f2b060;
    display: inline-block;
    vertical-align: top;
    display: block;
    height: 3px;
    width: 40px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 15px;
  }
}

.headline05 {
  color: #ec7971;
  font-family: "Noto Serif JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .headline05 {
    line-height: 1.4;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .headline05 {
    line-height: 1.35;
    font-size: 2.8rem;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  header.scss
  ヘッダーに関する設定
/////////////////////////////////////////// */
header {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.031372549);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.031372549);
}
@media only screen and (max-width: 768px) {
  header {
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
@media print, screen and (min-width: 769px) {
  header {
    height: 122px;
    /*overflow-y: hidden;*/
    /*background-color: rgba(255,255,255,.9);*/
    position: relative !important;
    /*box-shadow: 0 -10px 10px 10px rgba(51,51,51,1);*/
    z-index: 10;
    top: 0 !important;
  }
}
header .container {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  /* logo */
  /* top-Navi */
  /* pc-Navi */
  /* menuButton */
  /* telButton */
  /* contactButton */
}
@media only screen and (max-width: 768px) {
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  header .container #top-Navi, header .container #pc-Navi, header .container #sp-Nsp-Navi {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  header .container {
    height: 120px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  header .container {
    max-width: 1280px;
    min-width: 1260px;
  }
}
header .container h1, header .container i {
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  header .container h1, header .container i {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 0 10px;
    /* width: 148px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px; */
  }
}
@media print, screen and (min-width: 769px) {
  header .container h1, header .container i {
    width: 100%;
  }
}
header .container h1 a, header .container i a {
  height: 0;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  header .container h1 a, header .container i a {
    width: 100%;
    padding-top: 40px;
    background: url("../images/common/logo.svg") left center no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 769px) {
  header .container h1 a, header .container i a {
    background: url("../images/common/logo.svg") center center no-repeat;
    width: 100%;
    max-width: 230px;
    height: 0;
    overflow-y: hidden;
    background-size: contain;
    padding-top: 66px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    display: block;
  }
}
header .container h1 a:hover, header .container i a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media print, screen and (min-width: 769px) {
  header .container #top-Navi {
    /*width: 416px;*/
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
    font-size: 1.4rem;
    padding-top: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .container #top-Navi li {
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  header .container #top-Navi li a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 8px;
  }
  header .container #top-Navi li:nth-child(1) {
    display: none;
  }
  header .container #top-Navi li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 10px;
  }
  header .container #top-Navi li:nth-child(2) span {
    border: 1px solid #000;
    line-height: 1;
    padding: 4px 10px;
    font-size: 1.4rem;
    margin-bottom: 3px;
    margin-right: 15px;
  }
  header .container #top-Navi li:nth-child(2) a {
    overflow: hidden;
    display: block;
    background-size: contain;
    color: #000;
    font-size: 2.4rem;
    text-align: center;
    pointer-events: none;
    line-height: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  header .container #top-Navi li:last-child a {
    width: 160px;
    margin-right: 0; /* 修正分 */
    background: url("../images/common/top-Navi-icon01.svg") left 13px center no-repeat #f2b060;
    background-size: 18px 14px;
    color: #fff;
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 1220px) {
  header .container #top-Navi li {
    font-size: 1.5rem;
  }
  header .container #top-Navi li:nth-child(n+2) {
    margin-left: 20px;
  }
  header .container #top-Navi li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  header .container #top-Navi li:nth-child(2) span {
    border: 1px solid #000;
    line-height: 1;
    padding: 5px 10px 4px 10px;
    font-size: 1.4rem;
    margin-bottom: 3px;
    margin-right: 15px;
  }
  header .container #top-Navi li:nth-child(2) a {
    overflow: hidden;
    display: block;
    background-size: contain;
    color: #000;
    font-size: 2.4rem;
    text-align: center;
    pointer-events: none;
    line-height: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  header .container #top-Navi li:last-child a {
    width: 148px;
    margin-right: 0; /* 修正分 */
    background: url("../images/common/top-Navi-icon01.svg") left 13px center no-repeat #ec7971;
    background-size: 18px 14px;
    color: #ffffff;
    padding-left: 25px;
  }
}
header .container #top-Navi li a {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
}
header .container #top-Navi li a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media print, screen and (min-width: 769px) {
  header .container #pc-Navi {
    /*width: 990px;*/
    float: right;
    margin-right: 75px;
    padding-left: 20px;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  header .container #pc-Navi li {
    border-left: none !important;
  }
}
header .container #pc-Navi li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  header .container #pc-Navi li:nth-child(1) {
    display: none;
  }
  header .container #pc-Navi li:nth-child(4) {
    display: none;
  }
  header .container #pc-Navi li:nth-child(5) {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  header .container #pc-Navi li {
    display: block;
    margin: 0;
    width: 156px;
    height: 60px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Noto Sans JP", sans-serif;
    border-left: 1px solid #d1d1d1;
  }
  header .container #pc-Navi li:nth-child(1) a {
    background: url("../images/common/pc-Navi-icon01.svg") center top 7px no-repeat;
    background-size: 20px 20px;
  }
  header .container #pc-Navi li:nth-child(2) a {
    background: url("../images/common/pc-Navi-icon02.svg") center top 4px no-repeat;
    background-size: 26px 26px;
  }
  header .container #pc-Navi li:nth-child(3) a {
    background: url("../images/common/pc-Navi-icon03.svg") center top 7px no-repeat;
    background-size: 20px 20px;
  }
  header .container #pc-Navi li:nth-child(4) a {
    background: url("../images/common/pc-Navi-icon04.svg") center top 4px no-repeat;
    background-size: 28px 28px;
  }
  header .container #pc-Navi li:nth-child(5) a {
    background: url("../images/common/pc-Navi-icon05.svg") center top 7px no-repeat;
    background-size: 20px 20px;
  }
  header .container #pc-Navi li:first-child a {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  header .container #pc-Navi li:nth-child(2) {
    width: 184px;
  }
}
header .container #pc-Navi li a {
  font-size: 15px;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 769px) {
  header .container #pc-Navi li a {
    display: block;
    width: 100%;
    height: 60px;
    padding: 30px 0 0 0;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .container #pc-Navi li a:hover {
    background-color: #fdf5eb;
  }
}
@media print, screen and (min-width: 769px) {
  header .container #reserve-btn {
    display: none;
  }
}
header .container #reserve-btn a {
  display: block;
  width: 50px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  header .container #reserve-btn a {
    min-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url("../images/common/reserve-btn.png") no-repeat center center #ff8921;
    background-size: 44px 28px;
  }
}
header .container #reserve-btn a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
header .container #menuButton {
  width: 100px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
  background: url("../images/common/menu-button.png") center center no-repeat #f2b060;
  background-size: contain;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  header .container #menuButton {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-left: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  header .container #menuButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    top: 50px;
    right: 20px;
    border-radius: 4px;
  }
}
header .container #menuButton:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
header .container #menuButton.on {
  background: url("../images/common/close-button.png") center center no-repeat #f2b060;
  background-size: contain;
}
header .container #telButton {
  z-index: 100;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  header .container #telButton {
    display: none;
  }
}
header .container #telButton a {
  display: block;
  width: 50px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  header .container #telButton a {
    min-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url("../images/common/icon_tel-sp.png") no-repeat center center #f2b060;
    background-size: 19px 26px;
    margin-right: 49px;
  }
}
header .container #telButton a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
header .container #contactButton {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 100;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  header .container #contactButton {
    display: none;
  }
}
header .container #contactButton a {
  display: block;
  width: 50px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  background: url(../images/common/contact-button.png) no-repeat #ec7971;
  background-size: contain;
}
header .container #contactButton a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* sp-Navi */
@media only screen and (max-width: 768px) {
  #sp-Navi {
    border-top: 1px solid #ccc;
    width: 100%;
    height: 100%;
    padding: 0 0 104px 0;
    /* position: fixed;
    top: 144px; */
    /*top: 50px;*/
    right: -100%;
    z-index: 90;
    overflow-y: auto;
    -webkit-transition: right 0.25s;
    transition: right 0.25s;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi {
    background-color: rgba(255, 255, 255, 0.9);
    /*border-top: 1px solid #cccccc;*/
    width: 100%;
    padding: 80px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 90;
    overflow-y: auto;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    *zoom: 1;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  #sp-Navi {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #sp-Navi li {
    border-bottom: 1px solid #cccccc;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li {
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li:nth-child(n+4) {
    margin-top: 20px;
  }
}
#sp-Navi li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #sp-Navi li a {
    background-color: rgba(255, 255, 255, 0.95);
    color: #f2b060;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    padding: 0.8em 15px;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li a {
    color: #FFF;
    background: #f2b060;
    border: solid 1px #f2b060;
    font-size: 90%;
    text-decoration: none;
    display: block;
    padding: 0.5em 15px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  #sp-Navi li a::after {
    /* width: 7px;
    height: 7px;
    display: block;
    content: "";
    border-top: solid 1px $accentColor;
    border-right: solid 1px $accentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    z-index: 2; */
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li a::after {
    width: 7px;
    height: 7px;
    display: block;
    content: "";
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  #sp-Navi li a:hover {
    color: #FFF;
    background: #f2b060;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li a:hover {
    color: #f2b060;
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  #sp-Navi li a:hover::after {
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li a:hover::after {
    border-color: #f2b060;
  }
}

@media only screen and (max-width: 768px) {
  .fixed #header-tel {
    right: 0 !important;
  }
}
.nav-sp {
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 769px) {
  .nav-sp {
    position: absolute;
    z-index: 2;
    top: -390%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media only screen and (max-width: 768px) {
  .nav-sp {
    position: fixed;
    z-index: 9999;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding: 0 20px;
    background-color: #fff;
    overflow-y: scroll;
  }
}
@media print, screen and (min-width: 769px) {
  .nav-sp.active {
    top: 120px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 768px) {
  .nav-sp.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .nav-sp .cross {
    position: absolute;
    top: 24px;
    right: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-sp #header-tel {
    padding-top: 60px;
    right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .nav-sp #sp-Navi {
    margin-top: 60px;
  }
  .nav-sp #sp-Navi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .nav-sp #sp-Navi a img {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav-sp #sp-Navi a img {
    display: block;
    margin-right: 15px;
  }
}
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  footer.scss
  フッターに関する設定
/////////////////////////////////////////// */
footer #pagetop {
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  footer #pagetop {
    position: fixed;
    bottom: 0;
    right: 20px;
    -webkit-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out;
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #pagetop {
    position: fixed;
    bottom: 0;
    right: 15px;
    -webkit-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  footer #pagetop a {
    display: block;
    width: 44px;
    height: 0;
    padding-top: 44px;
    overflow: hidden;
    background: url(../images/common/btn_pagetop.png) 0 0 no-repeat;
    background-size: 44px 44px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #pagetop a {
    display: block;
    width: 50px;
    height: 0;
    padding-top: 50px;
    overflow: hidden;
    background: url(../images/common/btn_pagetop.png) 0 0 no-repeat;
    background-size: 50px 50px;
  }
}
footer #pagetop a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  footer #footer-Navi {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer-Navi {
    width: 100%;
    margin-bottom: 10px;
    background: url(../images/common/footer-Navi-bg.gif) center center no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer-Navi ul {
    max-width: 920px;
    padding: 10px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  footer #footer-Navi ul {
    max-width: 800px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer-Navi ul li {
    display: block;
    margin: 0;
    width: 20%;
    height: 60px;
    font-size: 1.5rem;
    text-align: center;
    border-right: 1px solid #cccccc;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  footer #footer-Navi ul li a {
    padding-top: 30px;
  }
  footer #footer-Navi ul li:nth-child(1) a {
    background: url("../images/common/pc-Navi-icon01.svg") center top 7px no-repeat;
    background-size: 20px 20px;
  }
  footer #footer-Navi ul li:nth-child(2) a {
    background: url("../images/common/pc-Navi-icon02.svg") center top 4px no-repeat;
    background-size: 26px 26px;
  }
  footer #footer-Navi ul li:nth-child(3) a {
    background: url("../images/common/pc-Navi-icon03.svg") center top 7px no-repeat;
    background-size: 20px 20px;
  }
  footer #footer-Navi ul li:nth-child(4) a {
    background: url("../images/common/pc-Navi-icon04.svg") center top 4px no-repeat;
    background-size: 28px 28px;
  }
  footer #footer-Navi ul li:nth-child(5) a {
    background: url("../images/common/pc-Navi-icon05.svg") center top 7px no-repeat;
    background-size: 20px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer-Navi ul li:first-child {
    border-left: 1px solid #cccccc;
  }
}
footer #footer-Navi ul li a {
  color: #000;
}
@media print, screen and (min-width: 769px) {
  footer #footer-Navi ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
footer #footer-Navi ul li a:hover {
  background-color: #fdf5eb;
}
footer #footer_contents {
  width: 100%;
  background-color: #ec7971;
  color: #fff;
}
footer #footer_contents .container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  /*===================
   h2
  ===================*/
  /*===================
    copyright
  ===================*/
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container {
    width: 100%;
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container {
    padding: 70px 50px 30px 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  footer #footer_contents .container {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container h2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    /* width: 148px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px; */
    margin: 0 auto 20px auto;
    text-align: center;
    width: 230px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container h2 {
    width: 100%;
    max-width: 230px;
    margin-bottom: 50px;
  }
}
footer #footer_contents .container h2 a {
  height: 0;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container h2 a {
    width: 100%;
    max-width: 230px;
    padding-top: 66px;
    background: url("../images/common/logo-white.png") left center no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container h2 a {
    background: url("../images/common/logo-white.png") center center no-repeat;
    width: 100%;
    max-width: 230px;
    height: 0;
    overflow-y: hidden;
    background-size: contain;
    padding-top: 66px;
    display: block;
  }
}
footer #footer_contents .container h2 a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer #footer_contents .container .detail .contact {
  width: 100%;
  /*===================
    access
  ===================*/
  /*===================
    other-link
  ===================*/
  /*===================
    address
  ===================*/
  /*===================
    link
  ===================*/
  /*===================
    contents
  ===================*/
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access {
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access {
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 306px;
    margin-bottom: 30px;
    padding: 15px 20px;
  }
}
footer #footer_contents .container .detail .contact .access .tel {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .tel {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access .tel {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  footer #footer_contents .container .detail .contact .access .tel {
    float: left;
  }
}
footer #footer_contents .container .detail .contact .access .tel a {
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .tel a {
    width: 100%;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #ec7971;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    font-size: 2.4rem;
    margin: 0.5em 0;
    padding: 0.25em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access .tel a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .tel a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  footer #footer_contents .container .detail .contact .access .tel a:hover {
    background: #fdf5eb;
    border-color: #fdf5eb;
    color: #ec7971;
    text-decoration: none !important;
  }
  footer #footer_contents .container .detail .contact .access .tel a:hover::after {
    border-color: #ec7971;
  }
  footer #footer_contents .container .detail .contact .access .tel a::after {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access .tel a {
    line-height: 1;
    font-size: 3.6rem;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    pointer-events: none;
    margin-right: 5px;
  }
}
footer #footer_contents .container .detail .contact .access .tel a::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .tel a::before {
    width: 20px;
    height: 20px;
    background: url("../images/common/tel-icon-white.png") no-repeat;
    background-size: contain;
    margin-top: -6px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access .tel a::before {
    width: 30px;
    height: 30px;
    background: url("../images/common/tel-icon-white.png") no-repeat;
    background-size: contain;
    margin: -8px 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .tel a:hover {
    background-color: #fff;
  }
  footer #footer_contents .container .detail .contact .access .tel a:hover::before {
    background: url("../images/common/tel-icon-blue.png") no-repeat;
    background-size: contain;
  }
}
footer #footer_contents .container .detail .contact .access .fax {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .fax {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access .fax {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  footer #footer_contents .container .detail .contact .access .fax {
    float: right;
    margin-left: 20px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  footer #footer_contents .container .detail .contact .access .fax {
    padding-left: 42px;
  }
}
footer #footer_contents .container .detail .contact .access .time {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .time {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access .time {
    font-size: 1.5rem;
    clear: both;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact #other-link {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact #other-link p {
    width: 100%;
    float: none;
  }
  footer #footer_contents .container .detail .contact #other-link p a {
    width: 100%;
    color: #ec7971;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 4px;
    font-weight: 500;
    width: 100%;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #ec7971;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_contents .container .detail .contact #other-link p a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact #other-link p a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  footer #footer_contents .container .detail .contact #other-link p a:hover {
    background: #fdf5eb;
    border-color: #fdf5eb;
    color: #ec7971;
    text-decoration: none !important;
  }
  footer #footer_contents .container .detail .contact #other-link p a:hover::after {
    border-color: #ec7971;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  footer #footer_contents .container .detail .contact #other-link p a {
    margin: 15px auto 0 auto;
    padding: 0.8em 0.5em !important;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact #other-link p a:hover {
    text-decoration: underline;
    background-color: #fff;
  }
  footer #footer_contents .container .detail .contact #other-link p:nth-of-type(1) a {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact #other-link p {
    display: none;
  }
}
footer #footer_contents .container .detail .contact .address {
  clear: both;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .address {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .address {
    margin-bottom: 40px;
  }
}
footer #footer_contents .container .detail .contact .address .tel {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .address .tel {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
footer #footer_contents .container .detail .contact .address .tel a {
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .address .tel a {
    width: 100%;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #ec7971;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    font-size: 2.4rem;
    margin: 0.5em 0;
    padding: 0.25em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .address .tel a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .address .tel a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  footer #footer_contents .container .detail .contact .address .tel a:hover {
    background: #fdf5eb;
    border-color: #fdf5eb;
    color: #ec7971;
    text-decoration: none !important;
  }
  footer #footer_contents .container .detail .contact .address .tel a:hover::after {
    border-color: #ec7971;
  }
  footer #footer_contents .container .detail .contact .address .tel a::after {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .address .tel a {
    color: #fff;
    text-decoration: none;
    pointer-events: none;
  }
}
footer #footer_contents .container .detail .contact .address .tel a::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .address .tel a::before {
    width: 20px;
    height: 20px;
    background: url("../images/common/tel-icon-white.png") no-repeat;
    background-size: contain;
    margin-top: -5px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .address .tel a:hover::before {
    background: url("../images/common/tel-icon-black.png") no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .link {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .link {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .link ul {
    /*display: flex;*/
  }
}
footer #footer_contents .container .detail .contact .link ul li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .link ul li {
    margin-left: 1.5rem;
    margin-right: 5%;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 10px;
    float: left;
  }
  footer #footer_contents .container .detail .contact .link ul li:nth-child(5) {
    margin-right: 0;
  }
  footer #footer_contents .container .detail .contact .link ul li a {
    color: #fff;
    text-decoration: none;
  }
  footer #footer_contents .container .detail .contact .link ul li a:hover {
    text-decoration: underline;
  }
}
footer #footer_contents .container .detail .contact .link ul li::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
  width: 10px;
  height: 2px;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .contents ul {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .contents ul {
    /*width: 416px;*/
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
    font-size: 1.6rem;
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .contents ul li {
    margin-right: 40px;
  }
  footer #footer_contents .container .detail .contact .contents ul li a {
    width: 100%;
    height: 40px;
    line-height: 38px;
  }
  footer #footer_contents .container .detail .contact .contents ul li:nth-child(1) a {
    color: #ec7971;
    width: 220px;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
  }
  footer #footer_contents .container .detail .contact .contents ul li:nth-child(1) a:hover {
    background-color: #ec7971;
    color: #fff;
    /*-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;*/
  }
  footer #footer_contents .container .detail .contact .contents ul li:nth-child(n+2) a {
    color: #fff;
    margin-right: 0;
    width: 100%;
  }
  footer #footer_contents .container .detail .contact .contents ul li:nth-child(n+2) a:hover {
    text-decoration: underline;
  }
}
footer #footer_contents .container .detail .contact .contents ul li a {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
footer #footer_contents .container .detail .contact .contents ul li:nth-child(n+2) {
  padding-left: 1.5rem;
  position: relative;
}
footer #footer_contents .container .detail .contact .contents ul li:nth-child(n+2)::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .br-sp {
    display: none;
  }
}
footer #footer_contents .container #copyright {
  width: 100%;
  line-height: 2;
  font-size: 0.8em;
  /* float: right; */
  text-align: center;
  clear: both;
  padding-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container #copyright {
    padding-top: 40px;
  }
}

/*====================================
  02_module
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  module.scss
  各ページで使い回すパーツやスタイルに関する記述
/////////////////////////////////////////// */
.mod {
  /* ========================
  講師
  ======================== */
  /* ========================
  お問い合わせ リンク
  ======================== */
  /* ======================
  投稿詳細 本文
  ====================== */
  /*====================================
    フォーム
  =====================================*/
}
.mod__lecturer {
  /*===================
    lecturer01
  ===================*/
  /*===================
    lecturer02
  ===================*/
}
.mod__lecturer > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .mod__lecturer > section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer > section {
    margin: 0 auto;
    position: relative;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .mod__lecturer > section .container {
    padding: 0 15px 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer > section .container {
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .mod__lecturer > section .container {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .mod__lecturer > section .container .inner {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer > section .container .inner {
    width: 100%;
    padding-top: 27px;
    padding-left: 55%;
    padding-bottom: 27px;
    min-height: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .mod__lecturer > section .container .inner {
    padding-left: 55%;
  }
}
.mod__lecturer > section .container .inner h3 {
  color: #ec7971;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .mod__lecturer > section .container .inner h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer > section .container .inner h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.mod__lecturer > section .container .inner h4 {
  color: #ec7971;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .mod__lecturer > section .container .inner h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer > section .container .inner h4 {
    margin-top: 2em;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .mod__lecturer > section .container .inner h4:nth-of-type(1) {
    font-size: 1.8rem !important;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer > section .container .inner h4:nth-of-type(1) {
    font-size: 2.2rem !important;
  }
}
.mod__lecturer > section .container .inner p {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .mod__lecturer > section .container .inner p {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer > section .container .inner p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .mod__lecturer > section .container .inner p br {
    display: none;
  }
}
.mod__lecturer > section .container .inner p:nth-of-type(n + 2) {
  margin-top: 1em;
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer > section .container .inner p:nth-of-type(n + 2) {
    margin-top: 1.5em;
  }
}
.mod__lecturer > section .container .inner ul {
  position: relative;
}
.mod__lecturer > section .container .inner ul li {
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer > section .container .inner ul li {
    font-size: 1.8rem;
  }
}
.mod__lecturer > section .container .inner ul li::before {
  display: inline-block;
  content: "";
  margin-top: 14px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  vertical-align: top;
  border-radius: 3px;
  background: #cacaca;
}
@media only screen and (max-width: 768px) {
  .mod__lecturer > section .container .inner ul li::before {
    margin-top: 10px;
  }
}
.mod__lecturer > section .container .inner ul li:nth-of-type(n+2) {
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .mod__lecturer > section:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer > section:nth-of-type(2n) .container .inner {
    padding-left: 0;
    padding-right: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .mod__lecturer #lecturer01::before {
    content: "";
    background: url("../images/home/lecturer01-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 49.916%;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer #lecturer01::before {
    content: "";
    background: url("../images/home/lecturer01-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto 0;
    z-index: 2;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .mod__lecturer #lecturer01::before {
    width: 50%;
    content: "";
    background: url("../images/home/lecturer01-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
  }
}
.mod__lecturer #lecturer01 .container .inner h4 {
  color: #ec7971;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .mod__lecturer #lecturer01 .container .inner h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer #lecturer01 .container .inner h4 {
    margin-top: 2em;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .mod__lecturer #lecturer01 .container .inner h4:nth-of-type(1) {
    font-size: 1.8rem !important;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer #lecturer01 .container .inner h4:nth-of-type(1) {
    font-size: 2.2rem !important;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer #lecturer02 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .mod__lecturer #lecturer02::after {
    content: "";
    background: url("../images/home/lecturer02-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 49.916%;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__lecturer #lecturer02::after {
    content: "";
    background: url("../images/home/lecturer02-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto 0;
    z-index: 2;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .mod__lecturer #lecturer02::after {
    width: 50%;
    content: "";
    background: url("../images/home/lecturer02-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
  }
}
.mod__contact {
  background: #FFF1EE;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 241, 238)), color-stop(60%, rgb(252, 227, 207)), to(rgb(247, 213, 168)));
  background: linear-gradient(90deg, rgb(255, 241, 238) 0%, rgb(252, 227, 207) 60%, rgb(247, 213, 168) 100%);
}
@media only screen and (max-width: 768px) {
  .mod__contact {
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact {
    padding: 60px 50px;
    margin-bottom: 10px;
  }
}
.mod__contact h2 {
  text-align: center;
  line-height: 1.8;
  text-shadow: white 1px 1px 6px, white -1px 1px 6px, white 1px 1px 6px, white -1px 1px 6px, white 1px 1px 6px, white -1px 1px 6px, white 1px 1px 6px, white -1px 1px 6px, white 1px 1px 6px, white -1px 1px 6px, white 1px -1px 6px, white -1px -1px 6px;
}
@media only screen and (max-width: 768px) {
  .mod__contact h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .mod__contact h2 {
    font-size: 2.2rem;
  }
}
.mod__contact ul {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (min-width: 1220px) {
  .mod__contact ul {
    gap: 40px;
  }
}
.mod__contact ul li {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 30px;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li {
    padding: 30px 15px;
    width: 100%;
  }
}
.mod__contact ul li .link-btn {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li .link-btn {
    width: 260px;
  }
}
.mod__contact ul li .link-btn a {
  display: inline-block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  padding: 0 1.5em;
  font-size: 1.6rem;
  background: #ec7971 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right 18px center;
  background-size: 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li .link-btn a {
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
  }
}
.mod__contact ul li .link-btn a:hover {
  opacity: 0.8;
}
.mod__contact ul li.line-section .line-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li.line-section .line-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mod__contact ul li.line-section .line-wrap .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.mod__contact ul li.line-section .line-wrap .line span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 1.6rem;
}
.mod__contact ul li.line-section .line-wrap .line span::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background: url("../images/common/line_icon.png") no-repeat center center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li.line-section .line-wrap .line span::before {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li:nth-child(1) .link-btn a {
    width: 400px;
    height: 60px;
    line-height: 60px;
  }
}
.mod__contact ul li:nth-child(2) .link-btn a {
  background: #06c755 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right 18px center;
}
.mod__content > * {
  margin: 0 auto;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  .mod__content > * {
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__content > * {
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.mod__content > * img {
  max-width: 100%;
  height: auto;
}
.mod__content h2 {
  border-left: 4px solid #000;
  color: #000;
  font-weight: bold;
  padding: 0 0 0 0.5em;
  line-height: 1.4;
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .mod__content h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__content h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.mod__content h3 {
  border-left: 4px solid #000;
  color: #000;
  font-weight: bold;
  padding: 0 0 0 0.5em;
  line-height: 1.4;
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .mod__content h3 {
    font-size: 1.6rem;
    padding: 3px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__content h3 {
    font-size: 2rem;
    padding: 6px 10px;
  }
}
.mod__form {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  /*background-color: #dae4f8*/
}
@media only screen and (max-width: 768px) {
  .mod__form {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__form {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .mod__form {
    padding: 0 15px 5px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__form {
    padding: 40px 50px 0 50px;
    max-width: 900px;
    margin: 0 auto;
  }
}
.mod__form .inner {
  max-width: 810px;
}
.mod__form .info {
  color: #DC000C;
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
.mod__form dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .mod__form dl div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.mod__form dl div:nth-last-of-type(1) {
  margin-bottom: initial;
}
.mod__form dl div dt {
  background-color: #fdf5eb;
  width: 30%;
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  .mod__form dl div dt {
    width: 100%;
  }
}
.mod__form dl div dt label {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  gap: 0.5em;
}
@media only screen and (max-width: 768px) {
  .mod__form dl div dt label {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.mod__form dl div dt label span {
  display: inline-block;
}
.mod__form dl div dt .required {
  color: #fff;
  background-color: #DC000C;
  font-size: 13px;
  padding: 2px 6px;
  margin-left: auto;
}
.mod__form dl div dt .optional {
  background-color: #fff;
  font-size: 13px;
  padding: 2px 12px;
  margin-left: auto;
}
.mod__form dl div dd {
  margin: initial;
  padding: 16px;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .mod__form dl div dd {
    width: 100%;
  }
}
.mod__form dl div dd .name {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .mod__form dl div dd .name {
    display: block;
  }
}
.mod__form dl div dd label {
  margin-right: 8px;
}
.mod__form dl div dd label:nth-last-of-type(1) {
  margin-right: initial;
}
.mod__form dl div dd input {
  padding: 12px;
  border: 1px solid #A8A8A8;
  margin-right: 0.2em;
}
.mod__form dl div dd input::-webkit-input-placeholder {
  color: #A8A8A8;
}
.mod__form dl div dd input::-moz-placeholder {
  color: #A8A8A8;
}
.mod__form dl div dd input:-ms-input-placeholder {
  color: #A8A8A8;
}
.mod__form dl div dd input::-ms-input-placeholder {
  color: #A8A8A8;
}
.mod__form dl div dd input::placeholder {
  color: #A8A8A8;
}
.mod__form dl div dd input.mg {
  margin: 0 8px;
}
.mod__form dl div dd input.ml {
  margin-left: 8px;
  margin-right: 3px;
}
.mod__form dl div dd p:nth-of-type(1) {
  margin-top: initial;
}
.mod__form dl div dd p:nth-last-of-type(1) {
  margin-bottom: initial;
}
@media only screen and (max-width: 768px) {
  .mod__form dl div dd p label {
    width: 100%;
    display: block;
    font-weight: 700;
  }
}
.mod__form dl div dd .max {
  width: 100%;
  padding: 12px;
  border: 1px solid #A8A8A8;
}
.mod__form dl div dd #questions {
  height: 240px;
}
.mod__form dl div dd > span {
  display: block;
  margin-bottom: 8px;
}
.mod__form dl div dd > span:nth-last-of-type(1) {
  margin-bottom: initial;
}
.mod__form .agree {
  text-align: center;
  font-size: 18px;
  margin-top: 48px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .mod__form .agree {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.mod__form .agree input {
  margin-right: 8px;
}
.mod__form .agree a {
  color: #ec7971;
  text-decoration: underline;
  font-size: 18px;
}

/*====================================
  コンタクトフォーム7
=====================================*/
.wpcf7-response-output {
  max-width: 810px;
  margin: 0 auto !important;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .wpcf7-acceptance,
  .wpcf7-checkbox,
  .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em;
  }
}
.wpcf7-acceptance .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.wpcf7-acceptance input,
.wpcf7-checkbox input,
.wpcf7-radio input {
  accent-color: #00529F;
}
@media (min-width: 980px) {
  .wpcf7-acceptance input,
  .wpcf7-checkbox input,
  .wpcf7-radio input {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.wpcf7-acceptance {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wpcf7-acceptance input {
  -webkit-transform: scale(2);
          transform: scale(2);
  accent-color: #00529F;
}

.wpcf7-submit {
  border: 2px solid #000000;
  width: 100%;
  background-color: #fff;
  padding: 24px;
  font-size: clamp(1.125rem, 1.062rem + 0.27vw, 1.25rem);
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
}
.wpcf7-submit:disabled {
  color: #CCC !important;
  background: #EEE !important;
  border-color: #EEE !important;
  pointer-events: none !important;
}
.wpcf7-submit::after {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(../img/common/arrow-yellow-r.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*=================================
  contents
==================================*/
#contents #pagetitle {
  width: 100%;
  text-align: center;
  line-height: 0.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #f2b060;
  display: block;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  #contents #pagetitle {
    padding: 30px 15px;
    font-size: 2.4rem;
    background: url("../../assets/images/common/pagetitle-bg.gif") left center repeat-x #fdf5eb;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #contents #pagetitle {
    min-height: 170px;
    font-size: 3.5rem;
    padding-top: 55px;
    padding-bottom: 55px;
    background: url("../../assets/images/common/pagetitle-bg.gif") left center repeat-x #fdf5eb;
  }
}
#contents #pagetitle span {
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #contents #pagetitle span {
    font-size: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  #contents #pagetitle span {
    font-size: 45%;
  }
}
@media print, screen and (min-width: 769px) {
  #contents .container {
    width: 100%;
    max-width: 1340px;
    padding: 0 50px;
    margin: 0 auto;
  }
}
#contents #beautyButton, #contents #mailButton {
  display: none;
}

/*===================
  pager
===================*/
#pager {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #pager {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #pager {
    width: 340px;
    margin: 0 auto;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #pager ul {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul {
    height: 40px;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul li {
    width: 120px;
    position: absolute;
    top: 0;
    z-index: 2;
  }
}
#pager ul li a {
  line-height: 46px;
  height: 44px;
  color: #ffffff;
  font-size: 0.95em;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #f2b060;
}
@media print, screen and (min-width: 769px) {
  #pager ul li a {
    /*font-weight: bolder;*/
    font-size: 1.5rem;
  }
}
#pager ul li a:hover {
  background: #fff;
  color: #f2b060;
  border: 1px solid #f2b060;
}
@media only screen and (max-width: 768px) {
  #pager ul .prev {
    width: 47.5%;
    margin-bottom: 15px;
    float: left;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul .prev {
    left: 0;
    width: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #pager ul .prev a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left 15px center no-repeat #f2b060;
    background-size: 16px;
  }
  #pager ul .prev a:hover {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%20%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%20%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23f2b060%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23f2b060%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") left 15px center no-repeat #fff;
    color: #f2b060;
    background-size: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul .prev a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left 14px center no-repeat #f2b060;
    text-align: right;
    padding-right: 20px;
    background-size: 16px;
  }
  #pager ul .prev a:hover {
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%20%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%20%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23f2b060%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23f2b060%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") left 14px center no-repeat #fff;
    background-size: 16px;
    color: #f2b060;
  }
}
@media only screen and (max-width: 768px) {
  #pager ul .next {
    width: 47.5%;
    margin-bottom: 15px;
    float: right;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul .next {
    right: 0;
    width: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #pager ul .next a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #f2b060;
    background-size: 16px;
  }
  #pager ul .next a:hover {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%20%3Cg%20transform%3D%22rotate(180%207.934%208.9135)%20translate(1.368%201.413)%22%3E%20%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23f2b060%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23f2b060%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #fff;
    background-size: 16px;
    color: #f2b060;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul .next a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 14px center no-repeat #f2b060;
    text-align: left;
    padding-left: 20px;
    background-size: 16px;
  }
  #pager ul .next a:hover {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%20%3Cg%20transform%3D%22rotate(180%207.934%208.9135)%20translate(1.368%201.413)%22%3E%20%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23f2b060%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23f2b060%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") right 14px center no-repeat #fff;
    background-size: 16px;
    color: #f2b060;
  }
}
@media only screen and (max-width: 768px) {
  #pager ul .return {
    width: 100%;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul .return {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/*===================
  copyright
===================*/
/*===================
  flexbox
===================*/
.flexBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.flexBox > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 23%;
  margin: 0 1%;
}

/*===================
  pagination
===================*/
.pagination {
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin-top: 20px;
    /*margin-bottom: 20px;*/
  }
}
@media print, screen and (min-width: 769px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination:nth-child(1) {
  margin-bottom: 20px;
}
.pagination li {
  width: auto !important;
  min-width: auto !important;
  display: inline-block !important;
  padding: 0 !important;
  background-color: #fff !important;
  margin-bottom: 5px;
  margin-right: 3px;
  margin-left: 3px;
}
.pagination a {
  padding: 8px 17px !important;
  color: #f2b060 !important;
  border: 1px solid #f2b060;
  text-decoration: none !important;
  display: inline-block;
  line-height: auto !important;
  background-color: #fff;
}
.pagination a:hover {
  color: #FFF !important;
  background: #f2b060 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.pagination .active {
  padding: 8px 17px !important;
  text-decoration: none !important;
  line-height: auto !important;
  background: #f2b060;
  border: 1px solid #f2b060 !important;
  color: #ffffff;
}
.pagination .next, .pagination .prev {
  border: none !important;
}
.pagination .next {
  padding: 8px 40px 8px 17px !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%20%3Cg%20transform%3D%22rotate(180%207.934%208.9135)%20translate(1.368%201.413)%22%3E%20%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23f2b060%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23f2b060%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #fff;
  text-align: left;
  background-size: 16px 16px;
  border: 1px solid #f2b060 !important;
}
.pagination .next:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #f2b060 !important;
  background-size: 16px 16px !important;
}
.pagination .next .fa-caret-up {
  margin-left: 12px;
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
.pagination .prev {
  padding: 8px 17px 8px 40px !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%20%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%20%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23f2b060%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23f2b060%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") left 15px center no-repeat #fff;
  text-align: left;
  background-size: 16px;
  border: 1px solid #f2b060 !important;
}
.pagination .prev:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left 15px center no-repeat #f2b060 !important;
  background-size: 16px !important;
}
.pagination span.current {
  padding: 8px 17px !important;
  background: #f2b060 !important;
  color: #FFF !important;
  text-decoration: none !important;
  display: inline-block;
}
.pagination h2.screen-reader-text {
  display: none;
}
.pagination .pagenation__item-next a,
.pagination .pagenation__item-previous a {
  border: none !important;
}

.pagination .pagenation__item.active a,
.pagination.wp .active {
  padding: 8px 17px !important;
  background: #f2b060 !important;
  color: #FFF !important;
  text-decoration: none !important;
}

/*====================================
  03_page
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  トップページ
///////////////////////////////////////////////////////// */
.page--home {
  /*===================
    mainvisual
  ===================*/
  /*===================
   guide
  ===================*/
  /*===================
    seminar
  ===================*/
  /*===================
   stage
  ===================*/
  /*===================
    can
  ===================*/
  /*===================
    scene
  ===================*/
  /*===================
    info
  ===================*/
  /*===================
    support
  ===================*/
  /*===================
    faq
  ===================*/
  /*===================
    partnership
  ===================*/
  /*===================
    blog
  ===================*/
}
.page--home .gc_wrapper {
  max-width: 800px;
  min-width: 220px;
}
.page--home .responsive-iframe-container {
  position: relative;
  padding-bottom: 39.2%;
  padding-top: 110px;
  /*padding-top: 30px;*/
  height: 0;
  overflow: hidden;
}
.page--home .responsive-iframe-container iframe,
.page--home .responsive-iframe-container object,
.page--home .responsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--home p.link-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--home p.link-btn {
    width: 200px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home p.link-btn {
    margin: 0 auto;
  }
}
.page--home p.link-btn a {
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .page--home p.link-btn a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat #f2b060;
    background-size: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home p.link-btn a {
    width: 300px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat #f2b060;
    background-size: 16px;
    padding-right: 15px;
    margin: 0 auto;
  }
}
.page--home p.link-btn a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.page--home .mainvisual {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*align-items: center;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 1;
  position: relative;
  /*&::before{
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
  }*/
}
@media only screen and (max-width: 768px) {
  .page--home .mainvisual {
    background: url("../images/home/mainvisual-bg.jpg") center center no-repeat #fff;
    background-size: cover;
    min-height: 260px;
    padding: 60px 15px 30px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .mainvisual {
    background: url("../images/home/mainvisual-bg.jpg") center center no-repeat #fff;
    background-size: cover;
    height: 560px;
    padding: 50px;
  }
}
.page--home .mainvisual h1 {
  width: 100%;
  position: relative;
  z-index: 4;
  color: #cd7d5f;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  /*text-shadow:
     0px 0px 4px rgba(0, 0, 0, .4),
     0px 0px 4px rgba(0, 0, 0, .4),
     0px 0px 4px rgba(0, 0, 0, .4);*/
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.8), 0px 0px 4px rgba(255, 255, 255, 0.8), 0px 0px 4px rgba(255, 255, 255, 0.8);
  position: relative;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .page--home .mainvisual h1 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-top: 42px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .mainvisual h1 {
    font-size: 3.2rem;
    letter-spacing: 4px;
    padding-top: 80px;
  }
}
.page--home .mainvisual h1 span {
  display: inline-block;
  /*&:nth-of-type(1){
    @include smartphone {
      font-size: 1.4rem;
      margin-bottom: 15px;
    }
    @include screen {
      font-size: 1.8rem;
      margin-bottom: 20px;
    }
  }*/
}
@media only screen and (max-width: 768px) {
  .page--home .mainvisual h1 span:nth-of-type(1) {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .mainvisual h1 span:nth-of-type(1) {
    font-size: 3.6rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #guide {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #guide {
    width: 100%;
    padding: 80px 0 0 0;
  }
  .page--home #guide .container {
    max-width: 910px;
    width: 100%;
  }
}
.page--home #guide h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  color: #f2b060;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--home #guide h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #guide h2 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--home #guide h2 {
    letter-spacing: 2px;
  }
}
.page--home #guide p {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .page--home #guide p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #guide p:nth-child(n+2) {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #guide p:nth-child(n+2) {
    margin-top: 30px;
  }
}
.page--home #seminar {
  background: #fdf5eb;
  /* list-wrap */
}
@media only screen and (max-width: 768px) {
  .page--home #seminar {
    max-width: 100%;
    padding: 30px 15px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar {
    width: 100%;
    padding: 80px 30px 100px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #seminar .list-wrap {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap {
    width: 100%;
    max-width: 1240px;
    /*float: left;*/
    /*margin-right: 20px;*/
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #seminar .list-wrap > ul > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  .page--home #seminar .list-wrap > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap > ul > li {
    background-color: #fff;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #seminar .list-wrap > ul > li {
    width: 49%;
    margin-right: 2%;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--home #seminar .list-wrap > ul > li {
    width: 32%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--home #seminar .list-wrap > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--home #seminar .list-wrap > ul > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--home #seminar .list-wrap > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--home #seminar .list-wrap > ul > li:nth-child(n+4) {
    margin-top: 30px;
  }
}
.page--home #seminar .list-wrap > ul > li figure {
  position: relative;
  overflow: hidden;
}
.page--home #seminar .list-wrap > ul > li figure a img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  aspect-ratio: 43/27;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.page--home #seminar .list-wrap > ul > li figure a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.page--home #seminar .list-wrap > ul > li .wrap {
  background-color: #fff;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--home #seminar .list-wrap > ul > li .wrap {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap > ul > li .wrap {
    /*box-shadow: 0 0 40px rgba(0,0,0,0.2);*/
    padding: 25px;
    text-align: left;
  }
}
.page--home #seminar .list-wrap > ul > li .wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .page--home #seminar .list-wrap > ul > li .wrap > div {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap > ul > li .wrap > div {
    margin-bottom: 20px;
  }
}
.page--home #seminar .list-wrap > ul > li .wrap > div i {
  font-style: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--home #seminar .list-wrap > ul > li .wrap > div i {
    min-width: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap > ul > li .wrap > div i {
    min-width: 120px;
  }
}
.page--home #seminar .list-wrap > ul > li .wrap > div i a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  color: #fff;
  background-color: #f2b060;
  border: 1px solid #f2b060;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page--home #seminar .list-wrap > ul > li .wrap > div i a {
    padding: 5px 15px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap > ul > li .wrap > div i a {
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--home #seminar .list-wrap > ul > li .wrap > div i a:hover {
  color: #f2b060;
  background-color: #fff;
}
.page--home #seminar .list-wrap > ul > li .wrap > div time {
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--home #seminar .list-wrap > ul > li .wrap > div time {
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap > ul > li .wrap > div time {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
.page--home #seminar .list-wrap > ul > li .wrap p a {
  color: #000;
  text-decoration: none;
  font-weight: bolder;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap > ul > li .wrap p a {
    font-size: 1.8rem;
  }
}
.page--home #seminar .list-wrap > ul > li .wrap p a:hover {
  text-decoration: underline;
}
.page--home #seminar .list-wrap > ul > li .wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .page--home #seminar .list-wrap > ul > li .wrap dl {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap > ul > li .wrap dl {
    margin-top: 20px;
  }
}
.page--home #seminar .list-wrap > ul > li .wrap dl dt:nth-of-type(n + 2), .page--home #seminar .list-wrap > ul > li .wrap dl dd:nth-of-type(n + 2) {
  margin-top: 8px;
}
.page--home #seminar .list-wrap > ul > li .wrap dl dt {
  font-style: normal;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  color: #f2b060;
  background-color: #fff;
  border: 1px solid #f2b060;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page--home #seminar .list-wrap > ul > li .wrap dl dt {
    width: 90px;
    padding: 5px 15px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap > ul > li .wrap dl dt {
    width: 100px;
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--home #seminar .list-wrap > ul > li .wrap dl dd {
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--home #seminar .list-wrap > ul > li .wrap dl dd {
    font-size: 1.4rem;
    width: calc(100% - 90px);
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap > ul > li .wrap dl dd {
    font-size: 1.6rem;
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
.page--home #seminar .list-wrap > ul > li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--home #seminar .list-wrap .no-post {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--home #seminar .list-wrap .no-post {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar .list-wrap .no-post {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #seminar > p {
    width: 200px;
    margin: 15px auto 15px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar > p {
    margin: 50px auto 0 auto;
  }
}
.page--home #seminar > p a {
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .page--home #seminar > p a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat #f2b060;
    background-size: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #seminar > p a {
    width: 300px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat #f2b060;
    background-size: 16px;
    padding-right: 15px;
    margin: 0 auto;
  }
}
.page--home #seminar > p a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 768px) {
  .page--home #stage {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #stage {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--home #stage .container {
    max-width: 910px;
    width: 100%;
  }
}
.page--home #stage h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  color: #f2b060;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--home #stage h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #stage h2 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--home #stage h2 {
    letter-spacing: 2px;
  }
}
.page--home #stage p {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .page--home #stage p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #stage p:nth-child(n+2) {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #stage p:nth-child(n+2) {
    margin-top: 30px;
  }
}
.page--home #can {
  background: #fdf5eb;
}
@media only screen and (max-width: 768px) {
  .page--home #can {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #can {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--home #can .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #can h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #can h2 {
    margin-bottom: 30px;
  }
}
.page--home #can ul {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  .page--home #can ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 15px;
    gap: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #can ul {
    margin-top: 50px;
    gap: 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #can ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--home #can ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.page--home #can ul li figure {
  width: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--home #can ul li figure {
    margin: 0 auto 20px auto;
    max-width: 320px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #can ul li figure {
    margin-bottom: 30px;
  }
}
.page--home #can ul li figure img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--home #can ul li h3 {
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--home #can ul li h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #can ul li h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.page--home #can ul li p {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .page--home #can ul li p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #can ul li p:nth-of-type(n + 2) {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #can ul li p:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.page--home #scene {
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 768px) {
  .page--home #scene {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #scene {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--home #scene .container {
    width: 100%;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #scene h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #scene h2 {
    margin-bottom: 30px;
  }
}
.page--home #scene ul {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  .page--home #scene ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 15px;
    gap: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #scene ul {
    margin-top: 50px;
    gap: 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #scene ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--home #scene ul {
    gap: 60px;
    -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.page--home #scene ul li {
  width: 100%;
}
.page--home #scene ul li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--home #info {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--home #info .container {
    max-width: 910px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #info h2 {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #info ul {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info ul {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #info ul li {
    padding: 15px 40px 15px 15px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23f29da3%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23f29da3%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat;
    background-size: 15px;
    border-bottom: 1px solid #cacaca;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info ul li {
    padding: 30px 60px 30px 30px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23f29da3%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23f29da3%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 30px center no-repeat;
    background-size: 16px;
    border-bottom: 1px solid #cacaca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #info ul li time {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info ul li time {
    font-size: 1.5rem;
    width: 12%;
  }
}
.page--home #info ul li > a {
  with: 100%;
  clear: both;
  display: block;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .page--home #info ul li > a {
    font-size: 1.5rem;
  }
  .page--home #info ul li > a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info ul li > a {
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    width: 88%;
  }
  .page--home #info ul li > a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #info p.link-btn {
    margin: 15px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info p.link-btn {
    margin: 50px auto 0 auto;
  }
}
.page--home #support {
  /*===================
    care
  ===================*/
}
@media only screen and (max-width: 768px) {
  .page--home #support {
    padding: 10px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #support {
    width: 100%;
    padding: 20px 0 100px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #support .headline03 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #support .headline03 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #support #care::before {
    content: "";
    background: url("../images/home/care-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 49.916%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #support #care::before {
    content: "";
    background: url("../images/home/care-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto 0;
    z-index: 2;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #support #care::before {
    width: 50%;
    content: "";
    background: url("../images/home/care-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--home #support #care .container .inner p {
    font-size: 2rem;
  }
}
.page--home #faq {
  background-size: cover;
  position: relative;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--home #faq {
    margin-bottom: 30px;
    padding: 30px 0 0 0;
    background: url("../images/home/faq-bg.jpg") center center no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #faq {
    position: relative;
    padding: 60px 0 0 0;
    margin-bottom: 80px;
    background: url("../images/home/faq-bg.jpg") center center no-repeat;
    background-size: cover;
  }
}
.page--home #faq::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: calc(100% - 25px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.page--home #faq .container {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.page--home #faq .container .headline02 {
  color: #fff;
}
.page--home #faq .container .headline02 span {
  color: #fff;
}
.page--home #faq .container .headline02 span::before {
  background: #fff;
}
.page--home #faq .container .com {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--home #faq .container .com {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #faq .container .com {
    text-align: center;
    margin-bottom: 60px;
  }
}
.page--home #faq .container .link-btn {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .page--home #faq .container .link-btn {
    width: 200px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #faq .container .link-btn {
    width: 300px;
  }
}
.page--home #faq::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .page--home #faq::after {
    height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #partnership {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #partnership {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--home #partnership .container {
    max-width: 810px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #partnership h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #partnership h2 {
    margin-bottom: 50px;
  }
}
.page--home #partnership figure {
  max-width: 574px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--home #partnership figure {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #partnership figure {
    margin-bottom: 50px;
  }
}
.page--home #partnership figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--home #partnership p.com {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page--home #partnership p.com {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #partnership p.com {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--home #partnership p.com {
    font-size: 2rem;
  }
}
.page--home #partnership p.com:nth-of-type(n + 2) {
  margin-top: 1em;
}
@media print, screen and (min-width: 769px) {
  .page--home #partnership p.com:nth-of-type(n + 2) {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #partnership p.link-btn {
    margin: 20px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #partnership p.link-btn {
    margin: 50px auto 0 auto;
  }
}
.page--home #blog {
  background: #fdf5eb;
  /* category*/
  /* list-wrap */
}
@media only screen and (max-width: 768px) {
  .page--home #blog {
    max-width: 100%;
    padding: 30px 0;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog {
    width: 100%;
    padding: 80px 0 100px 0;
  }
}
.page--home #blog #category {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--home #blog #category {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog #category {
    padding: 0 30px;
    margin-bottom: 60px;
  }
}
.page--home #blog #category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--home #blog #category ul {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog #category ul {
    max-width: 840px;
    margin: 0 auto;
  }
}
.page--home #blog #category ul li {
  float: left;
}
@media only screen and (max-width: 768px) {
  .page--home #blog #category ul li {
    width: 49%;
    margin-right: 2%;
    float: left;
    display: block;
  }
  .page--home #blog #category ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page--home #blog #category ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog #category ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .page--home #blog #category ul li:nth-child(3n) {
    margin-right: 0;
  }
  .page--home #blog #category ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
.page--home #blog #category ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  width: 100%;
  height: 50px;
  line-height: 46px;
  display: block;
  font-size: 1.6rem;
  color: #f2b060;
  text-decoration: none;
  text-align: center;
  border: 2px solid #f2b060;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .page--home #blog #category ul li a {
    width: 100%;
    height: 36px;
    line-height: 32px;
    font-size: 1.2rem;
    padding-right: 10px;
  }
}
.page--home #blog #category ul li a:hover {
  background: #f2b060;
  color: #ffffff;
}
.page--home #blog #category ul li a:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
.page--home #blog #category ul li .children {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .page--home #blog #category ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #blog .list-wrap {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog .list-wrap {
    width: 100%;
    max-width: 1300px;
    /*float: left;*/
    /*margin-right: 20px;*/
    padding: 0 30px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog .list-wrap > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #blog .list-wrap > ul > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .page--home #blog .list-wrap > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog .list-wrap > ul > li {
    width: 32%;
    margin-right: 2%;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog .list-wrap > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #blog .list-wrap > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
.page--home #blog .list-wrap > ul > li figure {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--home #blog .list-wrap > ul > li figure {
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
  }
}
.page--home #blog .list-wrap > ul > li figure a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--home #blog .list-wrap > ul > li figure a img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog .list-wrap > ul > li figure a img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    aspect-ratio: 43/27;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
  }
}
.page--home #blog .list-wrap > ul > li figure a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 768px) {
  .page--home #blog .list-wrap > ul > li .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog .list-wrap > ul > li .wrap {
    background-color: #fff;
    /*box-shadow: 0 0 40px rgba(0,0,0,0.2);*/
    padding: 25px;
    text-align: left;
  }
}
.page--home #blog .list-wrap > ul > li .wrap time {
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--home #blog .list-wrap > ul > li .wrap time {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog .list-wrap > ul > li .wrap time {
    font-size: 1.6rem;
  }
}
.page--home #blog .list-wrap > ul > li .wrap p a {
  color: #000;
  text-decoration: none;
  font-weight: bolder;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (min-width: 769px) {
  .page--home #blog .list-wrap > ul > li .wrap p a {
    font-size: 1.8rem;
  }
}
.page--home #blog .list-wrap > ul > li .wrap p a:hover {
  text-decoration: underline;
}
.page--home #blog .list-wrap > ul > li .wrap .cat-list {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
@media only screen and (max-width: 768px) {
  .page--home #blog .list-wrap > ul > li .wrap .cat-list {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog .list-wrap > ul > li .wrap .cat-list {
    margin-top: 10px;
  }
}
.page--home #blog .list-wrap > ul > li .wrap .cat-list > li {
  width: 100%;
  /*&:nth-child(n + 3){
    @include smartphone {
      margin-top: 5px;
    }
    @include screen {
      margin-top: 10px;
    }
  }*/
}
@media only screen and (max-width: 768px) {
  .page--home #blog .list-wrap > ul > li .wrap .cat-list > li {
    /*margin-right: 2%;*/
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog .list-wrap > ul > li .wrap .cat-list > li {
    /*margin-right: 4%;*/
  }
}
@media only screen and (max-width: 768px) {
  .page--home #blog .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.page--home #blog .list-wrap > ul > li .wrap .cat-list > li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  color: #f2b060;
  border: 2px solid #f2b060;
  border-radius: 30px;
  min-width: 160px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page--home #blog .list-wrap > ul > li .wrap .cat-list > li a {
    padding: 5px 15px;
    line-height: 1.2;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog .list-wrap > ul > li .wrap .cat-list > li a {
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--home #blog .list-wrap > ul > li .wrap .cat-list > li a:hover {
  color: #fff;
  background-color: #f2b060;
}
.page--home #blog .list-wrap > ul > li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--home #blog > p {
    width: 200px;
    margin: 15px auto 15px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog > p {
    margin: 50px auto 0 auto;
  }
}
.page--home #blog > p a {
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .page--home #blog > p a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat #f2b060;
    background-size: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #blog > p a {
    width: 300px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat #f2b060;
    background-size: 16px;
    padding-right: 15px;
    margin: 0 auto;
  }
}
.page--home #blog > p a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  下層ページ共通
///////////////////////////////////////////////////////// */
#breadcrumbs, .breadcrumbs {
  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;
  z-index: 1;
  /* olの場合 */
  /* yoast seoの場合 */
}
@media only screen and (max-width: 768px) {
  #breadcrumbs, .breadcrumbs {
    display: none;
    padding: 1em 20px;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #breadcrumbs, .breadcrumbs {
    padding: 20px 50px 20px 50px;
    line-height: 1;
    font-size: 1.6rem;
  }
}
#breadcrumbs ol, .breadcrumbs ol {
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  max-width: 1240px;
}
@media only screen and (max-width: 768px) {
  #breadcrumbs ol, .breadcrumbs ol {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #breadcrumbs ol, .breadcrumbs ol {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
#breadcrumbs ol a, .breadcrumbs ol a {
  color: #000000;
  text-decoration: none;
}
#breadcrumbs ol a:hover, .breadcrumbs ol a:hover {
  text-decoration: underline;
}
#breadcrumbs ol li, .breadcrumbs ol li {
  /*display: inline-block;*/
  display: inline;
  position: relative;
  margin-left: 1em;
  line-height: 1.6;
}
#breadcrumbs ol li:before, .breadcrumbs ol li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 1px #000;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  /*top: 0;
  bottom: 0;*/
  top: 9px;
  left: -1em;
  margin: auto 0;
}
#breadcrumbs ol li:nth-child(1), .breadcrumbs ol li:nth-child(1) {
  margin-left: 0;
}
#breadcrumbs ol li:nth-child(1)::before, .breadcrumbs ol li:nth-child(1)::before {
  display: none;
}
#breadcrumbs > span, .breadcrumbs > span {
  margin: 0 auto;
  position: relative;
  max-width: 1240px;
}
@media only screen and (max-width: 768px) {
  #breadcrumbs > span, .breadcrumbs > span {
    display: none;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #breadcrumbs > span, .breadcrumbs > span {
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
#breadcrumbs > span a, .breadcrumbs > span a {
  color: #000000;
  text-decoration: none;
}
#breadcrumbs > span a:hover, .breadcrumbs > span a:hover {
  text-decoration: underline;
}
#breadcrumbs > span > span, .breadcrumbs > span > span {
  /*display: inline-block;*/
  display: inline;
  position: relative;
  margin-left: 1.5em;
  line-height: 1.6;
}
#breadcrumbs > span > span:nth-child(1), .breadcrumbs > span > span:nth-child(1) {
  margin-left: 0;
}
#breadcrumbs > span > span:nth-child(n+2):before, .breadcrumbs > span > span:nth-child(n+2):before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 1px #000000;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  /*top: 0;
  bottom: 0;*/
  top: 7px;
  left: -1.1em;
  margin: auto 0;
}

@media only screen and (max-width: 768px) {
  main[class^=page--] {
    padding: 0;
  }
}
@media print, screen and (min-width: 769px) {
  main[class^=page--] {
    padding: 0;
  }
}
main[class^=page--] #pagetitle {
  width: 100%;
  text-align: center;
  line-height: 0.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #f2b060;
  display: block;
  font-style: normal;
  background-color: #fdf5eb;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.4) 10px, rgba(255, 255, 255, 0.4) 20px);
  background-repeat: repeat;
}
@media only screen and (max-width: 768px) {
  main[class^=page--] #pagetitle {
    padding: 30px 15px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  main[class^=page--] #pagetitle {
    min-height: 170px;
    font-size: 3.5rem;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
main[class^=page--] #pagetitle span {
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 768px) {
  main[class^=page--] #pagetitle span {
    font-size: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  main[class^=page--] #pagetitle span {
    font-size: 45%;
  }
}
@media only screen and (max-width: 768px) {
  main[class^=page--] .container {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  main[class^=page--] .container {
    width: 100%;
    max-width: 1340px;
    padding: 0 50px;
    margin: 0 auto;
  }
}
main[class^=page--] #beautyButton, main[class^=page--] #mailButton {
  display: none;
}

.page__article {
  /*
  .page__description {
    @include makeContainer($mx:1140px);
    font-family: $toppan;
    line-height: 1.8;
    @include screen {
      font-size: 1.8rem;
      text-align: center;
      margin-top: 50px;
    }
    @include smartphone { margin-top: 30px; }
  }
  */
}
@media only screen and (max-width: 768px) {
  .page__article .pagetitle {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page__article .pagetitle {
    padding: 0 30px;
  }
}
.page__article__content {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page__article__content {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page__article__content {
    padding: 0 50px;
  }
}
.page__article__content.single {
  /*@include smartphone { margin: 0 auto 80px auto; }
  @include screen { margin: 0 auto 120px auto; }*/
}
.page__article__content.single .single__container {
  /*img {
    max-width:100%;
    height: auto;
  }*/
  /* WordPress Core
  -------------------------------------------------------------- */
  /* Text meant only for screen readers. */
  /* WordPress Core End
  -------------------------------------------------------------- */
}
.page__article__content.single .single__container img[class*=wp-image-],
.page__article__content.single .single__container img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
.page__article__content.single .single__container .alignnone {
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container .aligncenter,
.page__article__content.single .single__container div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.page__article__content.single .single__container .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.page__article__content.single .single__container .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.page__article__content.single .single__container a img.alignnone {
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page__article__content.single .single__container .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.page__article__content.single .single__container .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.page__article__content.single .single__container .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.page__article__content.single .single__container .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.page__article__content.single .single__container .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.page__article__content.single .single__container .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.page__article__content.single .single__container.cf {
  overflow: hidden;
  zoom: 1;
}
.page__article__content.single .single__container.cf:after {
  content: "";
  display: block;
  clear: both;
}
.page__article__content.archive {
  max-width: 1260px;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .page__article__content.archive {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page__article__content.archive {
    padding: 0 30px;
  }
}

.preparation {
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .preparation {
    padding-top: 15px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .preparation {
    padding-top: 50px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  #footer {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #footer {
    margin-top: 80px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  お知らせ
=====================================*/
.page--information {
  /*===================
    一覧
  ===================*/
  /*===================
    詳細
  ===================*/
}
@media only screen and (max-width: 768px) {
  .page--information #archive {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #archive {
    position: relative;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #archive .container {
    max-width: 1340px;
    position: relative;
  }
}
.page--information #archive .container > ul {
  width: 100%;
  border: 2px solid #e9e9e9;
  background-color: #ffffff;
}
@media print, screen and (min-width: 769px) {
  .page--information #archive .container > ul {
    margin: 0 auto;
  }
}
.page--information #archive .container > ul > li {
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 768px) {
  .page--information #archive .container > ul > li {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #archive .container > ul > li {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--information #archive .container > ul > li:last-child {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #archive .container > ul > li:last-child {
    padding: 30px;
    border-bottom: none;
  }
}
.page--information #archive .container > ul > li time {
  font-size: 1.5rem;
  color: #333;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page--information #archive .container > ul > li time {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #archive .container > ul > li time {
    margin-bottom: 5px;
  }
}
.page--information #archive .container > ul > li .category a {
  width: 110px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  float: left;
  font-style: normal;
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.page--information #archive .container > ul > li .post-categories li:nth-child(n+2) a {
  margin-left: 5px;
}
.page--information #archive .container > ul > li > a {
  clear: both;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .page--information #archive .container > ul > li > a {
    width: 100%;
  }
}
.page--information #archive .container > ul > li > a > h2 {
  color: #000;
  font-weight: bolder;
}
@media only screen and (max-width: 768px) {
  .page--information #archive .container > ul > li > a > h2 {
    font-size: 1.6rem;
    with: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #archive .container > ul > li > a > h2 {
    width: 100%;
    font-size: 1.8rem;
    text-decoration: none;
    margin-bottom: 10px;
  }
}
.page--information #archive .container > ul > li > a > p {
  color: #333;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .page--information #archive .container > ul > li > a > p {
    display: none;
  }
}
.page--information #archive .container > ul > li > a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 768px) {
  .page--information #detail {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #detail {
    position: relative;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #detail .container {
    max-width: 1340px;
  }
}
.page--information #detail .container #entrybody {
  width: 100%;
  border: 2px solid #e9e9e9;
  background-color: #ffffff;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--information #detail .container #entrybody {
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #detail .container #entrybody {
    width: 100%;
  }
}
.page--information #detail .container #entrybody .entry-ttl {
  border-bottom: 1px solid #efefef;
}
@media only screen and (max-width: 768px) {
  .page--information #detail .container #entrybody .entry-ttl {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #detail .container #entrybody .entry-ttl {
    padding: 35px 50px 35px 50px;
  }
}
.page--information #detail .container #entrybody .entry-ttl time {
  color: #333;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page--information #detail .container #entrybody .entry-ttl time {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #detail .container #entrybody .entry-ttl time {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.page--information #detail .container #entrybody .entry-ttl .category a {
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  float: left;
  font-style: normal;
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page--information #detail .container #entrybody .entry-ttl .category a {
    width: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #detail .container #entrybody .entry-ttl .category a {
    width: 110px;
  }
}
.page--information #detail .container #entrybody .entry-ttl .category .post-categories li:nth-child(n+2) a {
  margin-left: 5px;
}
@media print, screen and (min-width: 769px) {
  .page--information #detail .container #entrybody .entry-ttl > a {
    clear: both;
    display: block;
    text-decoration: none;
  }
}
.page--information #detail .container #entrybody .entry-ttl h1 {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .page--information #detail .container #entrybody .entry-ttl h1 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #detail .container #entrybody .entry-ttl h1 {
    witdh: 100%;
    font-size: 2.4rem;
    text-decoration: none;
  }
}
.page--information #detail .container #entrybody .entry-contents {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--information #detail .container #entrybody .entry-contents {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #detail .container #entrybody .entry-contents {
    padding: 50px;
  }
}
.page--information #detail .container #entrybody .entry-contents > * {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--information #detail .container #entrybody .entry-contents > * {
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #detail .container #entrybody .entry-contents > * {
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.page--information #detail .container #entrybody .entry-contents > * img {
  max-width: 100%;
  height: auto;
}
.page--information #detail .container #entrybody .entry-contents h2 {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--information #detail .container #entrybody .entry-contents h2 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #detail .container #entrybody .entry-contents h2 {
    font-size: 2rem;
  }
}
.page--information #detail .container #entrybody .entry-contents h3 {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--information #detail .container #entrybody .entry-contents h3 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #detail .container #entrybody .entry-contents h3 {
    font-size: 1.8rem;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  イベント・セミナー情報
=====================================*/
.page--seminar {
  /*===================
    一覧
  ===================*/
  /*===================
    詳細
  ===================*/
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive {
    width: 100%;
    /*margin-bottom: 30px;*/
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive {
    position: relative;
    /*margin-bottom: 80px;*/
  }
}
.page--seminar #archive .container {
  background-color: #fdf5eb;
  /* list-wrap */
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 80px 50px 100px 50px;
  }
}
.page--seminar #archive .container #category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container #category {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container #category {
    margin-bottom: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
.page--seminar #archive .container #category li {
  display: inline-block;
}
.page--seminar #archive .container #category li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  color: #f2b060;
  background-color: #fff;
  border: 1px solid #f2b060;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container #category li a {
    padding: 10px 17px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container #category li a {
    padding: 14px 20px;
    line-height: 1;
  }
}
.page--seminar #archive .container #category li a:hover {
  color: #fff;
  background-color: #f2b060;
}
.page--seminar #archive .container #category li .current {
  color: #fff;
  background-color: #f2b060;
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container #category li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container .list-wrap {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap {
    width: 100%;
    max-width: 1240px;
    /*float: left;*/
    /*margin-right: 20px;*/
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container .list-wrap > ul > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  .page--seminar #archive .container .list-wrap > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap > ul > li {
    background-color: #fff;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--seminar #archive .container .list-wrap > ul > li {
    width: 49%;
    margin-right: 2%;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--seminar #archive .container .list-wrap > ul > li {
    width: 32%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--seminar #archive .container .list-wrap > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--seminar #archive .container .list-wrap > ul > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--seminar #archive .container .list-wrap > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--seminar #archive .container .list-wrap > ul > li:nth-child(n+4) {
    margin-top: 30px;
  }
}
.page--seminar #archive .container .list-wrap > ul > li figure {
  position: relative;
  overflow: hidden;
}
.page--seminar #archive .container .list-wrap > ul > li figure a img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  aspect-ratio: 43/27;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.page--seminar #archive .container .list-wrap > ul > li figure a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.page--seminar #archive .container .list-wrap > ul > li .wrap {
  background-color: #fff;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap {
    /*box-shadow: 0 0 40px rgba(0,0,0,0.2);*/
    padding: 25px;
    text-align: left;
  }
}
.page--seminar #archive .container .list-wrap > ul > li .wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap > div {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap > div {
    margin-bottom: 20px;
  }
}
.page--seminar #archive .container .list-wrap > ul > li .wrap > div i {
  font-style: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap > div i {
    min-width: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap > div i {
    min-width: 120px;
  }
}
.page--seminar #archive .container .list-wrap > ul > li .wrap > div i a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  color: #fff;
  background-color: #f2b060;
  border: 1px solid #f2b060;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap > div i a {
    padding: 5px 15px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap > div i a {
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--seminar #archive .container .list-wrap > ul > li .wrap > div i a:hover {
  color: #f2b060;
  background-color: #fff;
}
.page--seminar #archive .container .list-wrap > ul > li .wrap > div time {
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap > div time {
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap > div time {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
.page--seminar #archive .container .list-wrap > ul > li .wrap p a {
  color: #000;
  text-decoration: none;
  font-weight: bolder;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap p a {
    font-size: 1.8rem;
  }
}
.page--seminar #archive .container .list-wrap > ul > li .wrap p a:hover {
  text-decoration: underline;
}
.page--seminar #archive .container .list-wrap > ul > li .wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap dl {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap dl {
    margin-top: 20px;
  }
}
.page--seminar #archive .container .list-wrap > ul > li .wrap dl dt:nth-of-type(n + 2), .page--seminar #archive .container .list-wrap > ul > li .wrap dl dd:nth-of-type(n + 2) {
  margin-top: 8px;
}
.page--seminar #archive .container .list-wrap > ul > li .wrap dl dt {
  font-style: normal;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  color: #f2b060;
  background-color: #fff;
  border: 1px solid #f2b060;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap dl dt {
    width: 90px;
    padding: 5px 15px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap dl dt {
    width: 100px;
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--seminar #archive .container .list-wrap > ul > li .wrap dl dd {
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap dl dd {
    font-size: 1.4rem;
    width: calc(100% - 90px);
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap > ul > li .wrap dl dd {
    font-size: 1.6rem;
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
.page--seminar #archive .container .list-wrap > ul > li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--seminar #archive .container .list-wrap > ul .not-found {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--seminar #archive .container .list-wrap > ul .not-found {
    font-size: 1.5rem;
    padding-bottom: 5px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #archive .container .list-wrap > ul .not-found {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail {
    position: relative;
  }
}
.page--seminar #detail .container {
  background-color: #fdf5eb;
  /*===================
    sold-out
  ===================*/
  /*===================
    entry-button
  ===================*/
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 80px 30px 100px 30px;
  }
}
.page--seminar #detail .container #entrybody {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entrybody {
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody {
    width: 100%;
    max-width: 1240px;
  }
}
.page--seminar #detail .container #entrybody .entry-ttl {
  /*border-bottom: 1px solid #bfbfbf;*/
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entrybody .entry-ttl {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody .entry-ttl {
    padding: 50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--seminar #detail .container #entrybody .entry-ttl {
    padding: 50px 30px;
  }
}
.page--seminar #detail .container #entrybody .entry-ttl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entrybody .entry-ttl > div {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody .entry-ttl > div {
    margin-bottom: 20px;
  }
}
.page--seminar #detail .container #entrybody .entry-ttl > div i {
  font-style: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entrybody .entry-ttl > div i {
    min-width: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody .entry-ttl > div i {
    min-width: 120px;
  }
}
.page--seminar #detail .container #entrybody .entry-ttl > div i a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  color: #fff;
  background-color: #f2b060;
  border: 1px solid #f2b060;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entrybody .entry-ttl > div i a {
    padding: 5px 15px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody .entry-ttl > div i a {
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--seminar #detail .container #entrybody .entry-ttl > div i a:hover {
  color: #f2b060;
  background-color: #fff;
}
.page--seminar #detail .container #entrybody .entry-ttl > div time {
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entrybody .entry-ttl > div time {
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody .entry-ttl > div time {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
.page--seminar #detail .container #entrybody .entry-ttl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entrybody .entry-ttl dl {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody .entry-ttl dl {
    margin-top: 20px;
  }
}
.page--seminar #detail .container #entrybody .entry-ttl dl dt:nth-of-type(n + 2), .page--seminar #detail .container #entrybody .entry-ttl dl dd:nth-of-type(n + 2) {
  margin-top: 8px;
}
.page--seminar #detail .container #entrybody .entry-ttl dl dt {
  font-style: normal;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  color: #f2b060;
  background-color: #fff;
  border: 1px solid #f2b060;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entrybody .entry-ttl dl dt {
    width: 90px;
    padding: 5px 15px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody .entry-ttl dl dt {
    width: 100px;
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--seminar #detail .container #entrybody .entry-ttl dl dd {
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entrybody .entry-ttl dl dd {
    font-size: 1.4rem;
    width: calc(100% - 90px);
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody .entry-ttl dl dd {
    font-size: 1.6rem;
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody .entry-ttl > a {
    clear: both;
    display: block;
    text-decoration: none;
  }
}
.page--seminar #detail .container #entrybody .entry-ttl h1 {
  color: #000;
  font-weight: bolder;
  clear: both;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entrybody .entry-ttl h1 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody .entry-ttl h1 {
    witdh: 100%;
    font-size: 2.8rem;
    text-decoration: none;
  }
}
.page--seminar #detail .container #entrybody .eyecatch {
  width: 100%;
  max-width: 873px;
  margin: 0 auto; /* 親要素を中央寄せ */
}
.page--seminar #detail .container #entrybody .eyecatch img {
  max-width: 100%; /* 親要素の幅を超えないように */
  height: auto; /* 縦横比を維持 */
  display: block; /* インライン要素をブロック要素に変換し、marginで中央寄せできるようにする */
  margin: 0 auto; /* 画像を中央寄せ */
}
.page--seminar #detail .container #entrybody .entry-contents {
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entrybody .entry-contents {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody .entry-contents {
    padding: 50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--seminar #detail .container #entrybody .entry-contents {
    padding: 50px 30px;
  }
}
.page--seminar #detail .container #entrybody .entry-contents img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entrybody .entry-contents p {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entrybody .entry-contents p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #sold-out {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #sold-out {
    width: 100%;
    margin-top: 80px;
    padding: 0 30px;
  }
}
.page--seminar #detail .container #sold-out p {
  border: 1px solid #000;
  text-align: center;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #sold-out p {
    padding: 20px 15px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #sold-out p {
    padding: 30px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entry-button {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entry-button {
    width: 100%;
    margin-top: 80px;
  }
}
.page--seminar #detail .container #entry-button .link-btn {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entry-button .link-btn {
    width: 330px;
  }
}
.page--seminar #detail .container #entry-button .link-btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 1.5em;
  font-size: 1.6rem;
  background: #ec7971 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right 18px center;
  background-size: 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .page--seminar #detail .container #entry-button .link-btn a {
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .page--seminar #detail .container #entry-button .link-btn a {
    width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
  }
}
.page--seminar #detail .container #entry-button .link-btn a:hover {
  opacity: 0.8;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  ブログ
=====================================*/
.page--blog {
  /*===================
    一覧
  ===================*/
  /*===================
    詳細
  ===================*/
}
@media only screen and (max-width: 768px) {
  .page--blog #archive {
    width: 100%;
    /*margin-bottom: 30px;*/
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive {
    position: relative;
    /*margin-bottom: 80px;*/
  }
}
.page--blog #archive .container {
  background-color: #fdf5eb;
  /* category*/
  /* list-wrap */
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 80px 30px 100px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page--blog #archive .container #category {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container #category {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container #category {
    margin-bottom: 60px;
  }
}
.page--blog #archive .container #category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container #category ul {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container #category ul {
    max-width: 840px;
    margin: 0 auto;
  }
}
.page--blog #archive .container #category ul li {
  float: left;
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container #category ul li {
    width: 49%;
    margin-right: 2%;
    float: left;
    display: block;
  }
  .page--blog #archive .container #category ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page--blog #archive .container #category ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container #category ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .page--blog #archive .container #category ul li:nth-child(3n) {
    margin-right: 0;
  }
  .page--blog #archive .container #category ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
.page--blog #archive .container #category ul li a {
  font-weight: 500;
  width: 100%;
  height: 50px;
  line-height: 46px;
  display: block;
  font-size: 1.6rem;
  color: #f2b060;
  text-decoration: none;
  text-align: center;
  border: 2px solid #f2b060;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container #category ul li a {
    width: 100%;
    height: 36px;
    line-height: 32px;
    font-size: 1.2rem;
    padding-right: 10px;
  }
}
.page--blog #archive .container #category ul li a:hover {
  background: #f2b060;
  color: #ffffff;
}
.page--blog #archive .container #category ul li a:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
.page--blog #archive .container #category ul li .children {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container #category ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container .list-wrap {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container .list-wrap {
    width: 100%;
    max-width: 1240px;
    /*float: left;*/
    /*margin-right: 20px;*/
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container .list-wrap > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container .list-wrap > ul > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .page--blog #archive .container .list-wrap > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container .list-wrap > ul > li {
    width: 32%;
    margin-right: 2%;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container .list-wrap > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container .list-wrap > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
.page--blog #archive .container .list-wrap > ul > li:nth-child(n+4) {
  margin-top: 30px;
}
.page--blog #archive .container .list-wrap > ul > li figure {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container .list-wrap > ul > li figure {
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
  }
}
.page--blog #archive .container .list-wrap > ul > li figure a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container .list-wrap > ul > li figure a img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container .list-wrap > ul > li figure a img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    aspect-ratio: 43/27;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
  }
}
.page--blog #archive .container .list-wrap > ul > li figure a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap {
    background-color: #fff;
    /*box-shadow: 0 0 40px rgba(0,0,0,0.2);*/
    padding: 25px;
    text-align: left;
  }
}
.page--blog #archive .container .list-wrap > ul > li .wrap time {
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap time {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap time {
    font-size: 1.6rem;
  }
}
.page--blog #archive .container .list-wrap > ul > li .wrap p a {
  color: #000;
  text-decoration: none;
  font-weight: bolder;
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap p a {
    font-size: 1.8rem;
  }
}
.page--blog #archive .container .list-wrap > ul > li .wrap p a:hover {
  text-decoration: underline;
}
.page--blog #archive .container .list-wrap > ul > li .wrap .cat-list {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list {
    margin-top: 10px;
  }
}
.page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li {
  width: 100%;
  /*&:nth-child(n + 3){
    @include smartphone {
      margin-top: 5px;
    }
    @include screen {
      margin-top: 10px;
    }
  }*/
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li {
    /*margin-right: 2%;*/
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li {
    /*margin-right: 4%;*/
  }
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li a {
  font-weight: 500;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  color: #f2b060;
  border: 2px solid #f2b060;
  border-radius: 30px;
  min-width: 160px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li a {
    padding: 5px 15px;
    line-height: 1.2;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li a {
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li a:hover {
  color: #fff;
  background-color: #f2b060;
}
.page--blog #archive .container .list-wrap > ul > li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail {
    position: relative;
  }
}
.page--blog #detail .container {
  background-color: #fdf5eb;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 80px 30px 100px 30px;
  }
}
.page--blog #detail .container #entrybody {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody {
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody {
    width: 100%;
    max-width: 1240px;
  }
}
.page--blog #detail .container #entrybody .entry-ttl {
  /*border-bottom: 1px solid #bfbfbf;*/
  /*.category{
    a{
      height: 25px;
      line-height: 25px;
      text-align: center;
      display: block;
      float: left;
      font-style: normal;
      text-decoration: none;
      font-size: 1.2rem;
      margin-bottom: 10px;
      @include smartphone {
        width: 100px;
      }
      @include screen {
        width: 110px;
      }
      &:hover{}
    }
    .post-categories{
      li{
        &:nth-child(n + 2){
          a{
            margin-left: 5px;
          }
        }
        @include smartphone {
        }
        @include screen {
        }
      }
    }
  }*/
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .entry-ttl {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody .entry-ttl {
    padding: 50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--blog #detail .container #entrybody .entry-ttl {
    padding: 50px 30px;
  }
}
.page--blog #detail .container #entrybody .entry-ttl time {
  color: #333;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .entry-ttl time {
    font-size: 1.5rem;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody .entry-ttl time {
    font-size: 1.8rem;
    margin-right: 25px;
  }
}
.page--blog #detail .container #entrybody .entry-ttl .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li {
    margin-right: 2%;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li {
    margin-right: 15px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li:nth-child(n+3) {
    margin-top: 5px;
  }
}
.page--blog #detail .container #entrybody .entry-ttl .cat-list > li a {
  font-weight: 500;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #f2b060;
  border: 2px solid #f2b060;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li a {
    padding: 5px 15px;
    line-height: 1.2;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li a {
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--blog #detail .container #entrybody .entry-ttl .cat-list > li a:hover {
  color: #fff;
  background-color: #f2b060;
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody .entry-ttl > a {
    clear: both;
    display: block;
    text-decoration: none;
  }
}
.page--blog #detail .container #entrybody .entry-ttl h1 {
  color: #000;
  font-weight: bolder;
  clear: both;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .entry-ttl h1 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody .entry-ttl h1 {
    witdh: 100%;
    font-size: 2.8rem;
    text-decoration: none;
  }
}
.page--blog #detail .container #entrybody .eyecatch {
  width: 100%;
  max-width: 873px;
  margin: 0 auto; /* 親要素を中央寄せ */
}
.page--blog #detail .container #entrybody .eyecatch img {
  max-width: 100%; /* 親要素の幅を超えないように */
  height: auto; /* 縦横比を維持 */
  display: block; /* インライン要素をブロック要素に変換し、marginで中央寄せできるようにする */
  margin: 0 auto; /* 画像を中央寄せ */
}
.page--blog #detail .container #entrybody .writer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .writer {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody .writer {
    padding: 0 50px;
  }
}
.page--blog #detail .container #entrybody .writer figure {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .writer figure {
    width: 80px;
    height: 80px;
  }
}
.page--blog #detail .container #entrybody .writer figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .writer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody .writer .wrap {
    background-color: #fff;
    /*box-shadow: 0 0 40px rgba(0,0,0,0.2);*/
    padding: 25px;
    text-align: left;
  }
}
.page--blog #detail .container #entrybody .writer .wrap h4 {
  color: #000;
  text-decoration: none;
  font-weight: bolder;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .writer .wrap h4 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody .writer .wrap h4 {
    font-size: 2rem;
  }
}
.page--blog #detail .container #entrybody .writer img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--blog #detail .container #entrybody .entry-contents {
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .entry-contents {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody .entry-contents {
    padding: 50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--blog #detail .container #entrybody .entry-contents {
    padding: 50px 30px;
  }
}
.page--blog #detail .container #entrybody .entry-contents img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail .container #entrybody .entry-contents p {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail .container #entrybody .entry-contents p {
    margin-bottom: 30px;
  }
}
.page--blog #detail #popular-articles, .page--blog #detail #same-staff, .page--blog #detail #same-category {
  background-color: #fff;
  /* list-wrap */
}
@media only screen and (max-width: 768px) {
  .page--blog #detail #popular-articles, .page--blog #detail #same-staff, .page--blog #detail #same-category {
    max-width: 100%;
    padding: 30px 15px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles, .page--blog #detail #same-staff, .page--blog #detail #same-category {
    width: 100%;
    padding: 80px 30px;
  }
}
.page--blog #detail #popular-articles > p, .page--blog #detail #same-staff > p, .page--blog #detail #same-category > p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail #popular-articles .list-wrap, .page--blog #detail #same-staff .list-wrap, .page--blog #detail #same-category .list-wrap {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles .list-wrap, .page--blog #detail #same-staff .list-wrap, .page--blog #detail #same-category .list-wrap {
    width: 100%;
    max-width: 1240px;
    /*float: left;*/
    /*margin-right: 20px;*/
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles .list-wrap > ul, .page--blog #detail #same-staff .list-wrap > ul, .page--blog #detail #same-category .list-wrap > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li, .page--blog #detail #same-staff .list-wrap > ul > li, .page--blog #detail #same-category .list-wrap > ul > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .page--blog #detail #popular-articles .list-wrap > ul > li:last-child, .page--blog #detail #same-staff .list-wrap > ul > li:last-child, .page--blog #detail #same-category .list-wrap > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li, .page--blog #detail #same-staff .list-wrap > ul > li, .page--blog #detail #same-category .list-wrap > ul > li {
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    width: 32%;
    margin-right: 2%;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li:last-child, .page--blog #detail #same-staff .list-wrap > ul > li:last-child, .page--blog #detail #same-category .list-wrap > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li:nth-child(2n), .page--blog #detail #same-staff .list-wrap > ul > li:nth-child(2n), .page--blog #detail #same-category .list-wrap > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li figure, .page--blog #detail #same-staff .list-wrap > ul > li figure, .page--blog #detail #same-category .list-wrap > ul > li figure {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li figure, .page--blog #detail #same-staff .list-wrap > ul > li figure, .page--blog #detail #same-category .list-wrap > ul > li figure {
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li figure a img, .page--blog #detail #same-staff .list-wrap > ul > li figure a img, .page--blog #detail #same-category .list-wrap > ul > li figure a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li figure a img, .page--blog #detail #same-staff .list-wrap > ul > li figure a img, .page--blog #detail #same-category .list-wrap > ul > li figure a img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li figure a img, .page--blog #detail #same-staff .list-wrap > ul > li figure a img, .page--blog #detail #same-category .list-wrap > ul > li figure a img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    aspect-ratio: 43/27;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li figure a:hover, .page--blog #detail #same-staff .list-wrap > ul > li figure a:hover, .page--blog #detail #same-category .list-wrap > ul > li figure a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 768px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap, .page--blog #detail #same-staff .list-wrap > ul > li .wrap, .page--blog #detail #same-category .list-wrap > ul > li .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap, .page--blog #detail #same-staff .list-wrap > ul > li .wrap, .page--blog #detail #same-category .list-wrap > ul > li .wrap {
    background-color: #fff;
    /*box-shadow: 0 0 40px rgba(0,0,0,0.2);*/
    padding: 25px;
    text-align: left;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap time, .page--blog #detail #same-staff .list-wrap > ul > li .wrap time, .page--blog #detail #same-category .list-wrap > ul > li .wrap time {
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap time, .page--blog #detail #same-staff .list-wrap > ul > li .wrap time, .page--blog #detail #same-category .list-wrap > ul > li .wrap time {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap time, .page--blog #detail #same-staff .list-wrap > ul > li .wrap time, .page--blog #detail #same-category .list-wrap > ul > li .wrap time {
    font-size: 1.6rem;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap p a, .page--blog #detail #same-staff .list-wrap > ul > li .wrap p a, .page--blog #detail #same-category .list-wrap > ul > li .wrap p a {
  color: #000;
  text-decoration: none;
  font-weight: bolder;
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap p a, .page--blog #detail #same-staff .list-wrap > ul > li .wrap p a, .page--blog #detail #same-category .list-wrap > ul > li .wrap p a {
    font-size: 1.8rem;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap p a:hover, .page--blog #detail #same-staff .list-wrap > ul > li .wrap p a:hover, .page--blog #detail #same-category .list-wrap > ul > li .wrap p a:hover {
  text-decoration: underline;
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
@media only screen and (max-width: 768px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list {
    margin-top: 10px;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li {
  width: 100%;
  /*&:nth-child(n + 3){
    @include smartphone {
      margin-top: 5px;
    }
    @include screen {
      margin-top: 10px;
    }
  }*/
}
@media only screen and (max-width: 768px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li {
    /*margin-right: 2%;*/
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li {
    /*margin-right: 4%;*/
  }
}
@media only screen and (max-width: 768px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2), .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2), .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2), .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2), .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li a, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li a, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li a {
  font-weight: 500;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  color: #f2b060;
  border: 2px solid #f2b060;
  border-radius: 30px;
  min-width: 160px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li a, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li a, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li a {
    padding: 5px 15px;
    line-height: 1.2;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li a, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li a, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li a {
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li a:hover, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li a:hover, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li a:hover {
  color: #fff;
  background-color: #f2b060;
}
.page--blog #detail #popular-articles .list-wrap > ul > li img, .page--blog #detail #same-staff .list-wrap > ul > li img, .page--blog #detail #same-category .list-wrap > ul > li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  施設紹介
=====================================*/
.page--concept article {
  /*===================
   freedom
  ===================*/
  /*===================
   reason
  ===================*/
  /*===================
    useful
  ===================*/
  /*===================
    support
  ===================*/
  /*===================
    flow
  ===================*/
  /*===================
    promise
  ===================*/
  /*===================
    mission
  ===================*/
}
@media print, screen and (min-width: 769px) {
  .page--concept article {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #freedom {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #freedom {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--concept article #freedom .container {
    max-width: 910px;
    width: 100%;
  }
}
.page--concept article #freedom h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  color: #f2b060;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--concept article #freedom h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #freedom h2 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--concept article #freedom h2 {
    letter-spacing: 2px;
  }
}
.page--concept article #freedom p {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .page--concept article #freedom p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #freedom p:nth-child(n+2) {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #freedom p:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #reason {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason {
    width: 100%;
    padding: 0 0 100px 0;
  }
  .page--concept article #reason .container {
    width: 100%;
  }
}
.page--concept article #reason h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  color: #f2b060;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--concept article #reason h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason h2 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--concept article #reason h2 {
    letter-spacing: 2px;
  }
}
.page--concept article #reason ul .thumb {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--concept article #reason ul .thumb {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul .thumb {
    width: 50%;
    height: 100%;
  }
}
.page--concept article #reason ul .thumb img {
  /*@include smartphone{ @include imgResponse; }
  @include desktop{ @include imgResponse; }
  @include tablet{
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }*/
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--concept article #reason ul .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #reason ul .text {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(50% + 50px);
    margin-bottom: 50px;
  }
}
.page--concept article #reason ul .text h3 {
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--concept article #reason ul .text h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul .text h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #reason ul .text p:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul .text p:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.page--concept article #reason ul .text > a {
  width: 240px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--concept article #reason ul .text > a {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul .text > a {
    margin-top: 20px;
  }
}
.page--concept article #reason ul .text > a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--concept article #reason ul .text > a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .page--concept article #reason ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /*align-items:stretch;
    align-items: center;*/
    position: relative;
  }
}
.page--concept article #reason ul li:nth-child(odd) .text {
  background: #fdf5eb;
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul li:nth-child(odd) .text {
    margin: 50px 0 50px 0px;
    padding: 50px 100px 50px 50px;
    min-height: 360px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul li:nth-child(odd) .thumb {
    /*margin-left: -50px;*/
    margin: 0 0 0 -50px;
    min-height: 360px;
  }
}
.page--concept article #reason ul li:nth-child(odd) .thumb img {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul li:nth-child(odd) .thumb img {
    min-height: 360px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page--concept article #reason ul li:nth-child(even) .text {
  background: #fdf5eb;
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul li:nth-child(even) .text {
    margin: 50px 0 50px 0px;
    padding: 50px 50px 50px 100px;
    min-height: 360px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul li:nth-child(even) .thumb {
    /*margin-right: -50px;*/
    margin: 0 -50px 0 0px;
  }
}
.page--concept article #reason ul li:nth-child(even) .thumb img {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .page--concept article #reason ul li:nth-child(even) .thumb img {
    min-height: 360px;
  }
}
.page--concept article #useful {
  background: #fdf5eb;
}
@media only screen and (max-width: 768px) {
  .page--concept article #useful {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #useful {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--concept article #useful .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #useful h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #useful h2 {
    margin-bottom: 30px;
  }
}
.page--concept article #useful ul {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  .page--concept article #useful ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 15px;
    gap: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #useful ul {
    margin-top: 50px;
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--concept article #useful ul {
    gap: 60px;
  }
}
.page--concept article #useful ul li figure {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--concept article #useful ul li figure {
    margin: 0 auto 25px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #useful ul li figure {
    margin-bottom: 35px;
  }
}
.page--concept article #useful ul li figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--concept article #useful ul li h3 {
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--concept article #useful ul li h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #useful ul li h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.page--concept article #useful ul li p {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .page--concept article #useful ul li p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #useful ul li p:nth-of-type(n + 2) {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #useful ul li p:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #support {
    padding: 30px 0 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #support {
    width: 100%;
    padding: 80px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #support .headline03 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #support .headline03 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #flow {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #flow {
    width: 100%;
    padding: 0 0 100px 0;
  }
  .page--concept article #flow .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #flow h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #flow h2 {
    margin-bottom: 30px;
  }
}
.page--concept article #flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .page--concept article #flow ul {
    gap: 50px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #flow ul {
    gap: 60px;
    margin-top: 50px;
  }
}
.page--concept article #flow ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--concept article #flow ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #flow ul li {
    gap: 30px;
  }
}
.page--concept article #flow ul li figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 320px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
  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;
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--concept article #flow ul li figure {
    width: 260px;
  }
}
.page--concept article #flow ul li figure img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--concept article #flow ul li .text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page--concept article #flow ul li .text-area h3 {
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page--concept article #flow ul li .text-area h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #flow ul li .text-area h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.page--concept article #flow ul li .text-area p {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .page--concept article #flow ul li .text-area p {
    font-size: 1.8rem;
  }
}
.page--concept article #flow ul li .text-area p:nth-of-type(n + 2) {
  margin-top: 15px;
}
.page--concept article #flow ul li::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 14px;
  background: none;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #f2b060;
}
@media only screen and (max-width: 768px) {
  .page--concept article #flow ul li::after {
    bottom: -30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #flow ul li::after {
    bottom: -50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--concept article #flow ul li::after {
    bottom: -40px;
  }
}
.page--concept article #flow ul li:last-child::after {
  display: none;
}
.page--concept article #promise {
  background: #fdf5eb;
}
@media only screen and (max-width: 768px) {
  .page--concept article #promise {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #promise {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--concept article #promise .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #promise h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #promise h2 {
    margin-bottom: 30px;
  }
}
.page--concept article #promise h2 span {
  font-size: 80%;
}
.page--concept article #promise ul {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  .page--concept article #promise ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 15px;
    gap: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #promise ul {
    margin-top: 50px;
    gap: 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--concept article #promise ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--concept article #promise ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.page--concept article #promise ul li figure {
  width: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--concept article #promise ul li figure {
    margin: 0 auto 20px auto;
    max-width: 320px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #promise ul li figure {
    margin-bottom: 30px;
  }
}
.page--concept article #promise ul li figure img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--concept article #promise ul li h3 {
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--concept article #promise ul li h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #promise ul li h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.page--concept article #promise ul li p {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .page--concept article #promise ul li p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #promise ul li p:nth-of-type(n + 2) {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #promise ul li p:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--concept article #mission {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #mission {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--concept article #mission .container {
    max-width: 810px;
    width: 100%;
  }
}
.page--concept article #mission h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  color: #f2b060;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--concept article #mission h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #mission h2 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--concept article #mission h2 {
    letter-spacing: 2px;
  }
}
.page--concept article #mission figure {
  max-width: 574px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--concept article #mission figure {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #mission figure {
    margin-bottom: 50px;
  }
}
.page--concept article #mission figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--concept article #mission p {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page--concept article #mission p {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--concept article #mission p {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--concept article #mission p {
    font-size: 2rem;
  }
}
.page--concept article #mission p:nth-of-type(n + 2) {
  margin-top: 1em;
}
@media print, screen and (min-width: 769px) {
  .page--concept article #mission p:nth-of-type(n + 2) {
    margin-top: 1.5em;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  業務提携
=====================================*/
.page--partnership article {
  /*===================
   intro
  ===================*/
  /*===================
   example
  ===================*/
  /*===================
    merit
  ===================*/
  /*===================
    flow
  ===================*/
  /*===================
    faq
  ===================*/
  /*===================
    bottom-link
  ===================*/
}
@media only screen and (max-width: 768px) {
  .page--partnership article #intro {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #intro {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--partnership article #intro .container {
    width: 100%;
  }
}
.page--partnership article #intro p {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #intro p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--partnership article #intro p:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #intro p:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--partnership article #example {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example {
    width: 100%;
    padding: 0 0 100px 0;
  }
  .page--partnership article #example .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--partnership article #example h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example h2 {
    margin-bottom: 50px;
  }
}
.page--partnership article #example ul .thumb {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #example ul .thumb {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul .thumb {
    width: 50%;
    height: 100%;
  }
}
.page--partnership article #example ul .thumb img {
  /*@include smartphone{ @include imgResponse; }
  @include desktop{ @include imgResponse; }
  @include tablet{
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }*/
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--partnership article #example ul .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .page--partnership article #example ul .text {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(50% + 50px);
    margin-bottom: 50px;
  }
}
.page--partnership article #example ul .text h3 {
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #example ul .text h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul .text h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--partnership article #example ul .text p:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul .text p:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.page--partnership article #example ul .text > a {
  width: 240px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #example ul .text > a {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul .text > a {
    margin-top: 20px;
  }
}
.page--partnership article #example ul .text > a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--partnership article #example ul .text > a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #example ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /*align-items:stretch;
    align-items: center;*/
    position: relative;
  }
}
.page--partnership article #example ul li:nth-child(odd) .text {
  background: #fdf5eb;
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul li:nth-child(odd) .text {
    margin: 50px 0 50px 0px;
    padding: 50px 100px 50px 50px;
    min-height: 360px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul li:nth-child(odd) .thumb {
    /*margin-left: -50px;*/
    margin: 0 0 0 -50px;
    min-height: 360px;
  }
}
.page--partnership article #example ul li:nth-child(odd) .thumb img {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul li:nth-child(odd) .thumb img {
    min-height: 360px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page--partnership article #example ul li:nth-child(even) .text {
  background: #fdf5eb;
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul li:nth-child(even) .text {
    margin: 50px 0 50px 0px;
    padding: 50px 50px 50px 100px;
    min-height: 360px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul li:nth-child(even) .thumb {
    /*margin-right: -50px;*/
    margin: 0 -50px 0 0px;
  }
}
.page--partnership article #example ul li:nth-child(even) .thumb img {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #example ul li:nth-child(even) .thumb img {
    min-height: 360px;
  }
}
.page--partnership article #merit {
  background: #fdf5eb;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #merit {
    width: 100%;
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #merit {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--partnership article #merit .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--partnership article #merit h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #merit h2 {
    margin-bottom: 30px;
  }
}
.page--partnership article #merit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #merit ul {
    gap: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #merit ul {
    gap: 40px;
  }
}
.page--partnership article #merit ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #merit ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #merit ul li {
    gap: 40px;
  }
}
.page--partnership article #merit ul li figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 460px;
  max-width: 100%;
  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;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #merit ul li figure {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--partnership article #merit ul li figure {
    width: 320px;
  }
}
.page--partnership article #merit ul li figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--partnership article #merit ul li .text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #merit ul li .text-area {
    padding: 0 15px 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #merit ul li .text-area {
    padding: 30px 30px 30px 0;
  }
}
.page--partnership article #merit ul li .text-area h3 {
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #merit ul li .text-area h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #merit ul li .text-area h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.page--partnership article #merit ul li .text-area p {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #merit ul li .text-area p {
    font-size: 1.8rem;
  }
}
.page--partnership article #merit ul li .text-area p:nth-of-type(n + 2) {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #flow {
    width: 100%;
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #flow {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--partnership article #flow .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--partnership article #flow h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #flow h2 {
    margin-bottom: 30px;
  }
}
.page--partnership article #flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #flow ul {
    gap: 50px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #flow ul {
    gap: 60px;
    margin-top: 50px;
  }
}
.page--partnership article #flow ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #flow ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #flow ul li {
    gap: 30px;
  }
}
.page--partnership article #flow ul li figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 320px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
  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;
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--partnership article #flow ul li figure {
    width: 260px;
  }
}
.page--partnership article #flow ul li figure img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--partnership article #flow ul li .text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page--partnership article #flow ul li .text-area h3 {
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #flow ul li .text-area h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #flow ul li .text-area h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.page--partnership article #flow ul li .text-area p {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #flow ul li .text-area p {
    font-size: 1.8rem;
  }
}
.page--partnership article #flow ul li .text-area p:nth-of-type(n + 2) {
  margin-top: 15px;
}
.page--partnership article #flow ul li::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 14px;
  background: none;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #f2b060;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #flow ul li::after {
    bottom: -30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #flow ul li::after {
    bottom: -50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--partnership article #flow ul li::after {
    bottom: -40px;
  }
}
.page--partnership article #flow ul li:last-child::after {
  display: none;
}
.page--partnership article #faq {
  background: #fdf5eb;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #faq {
    width: 100%;
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #faq {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--partnership article #faq .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--partnership article #faq h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #faq h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #faq .faq__container {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.page--partnership article #faq .faq__container > li .question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #faq .faq__container > li .question {
    padding: 13px 45px 13px 17px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #faq .faq__container > li .question {
    padding: 10px 50px 16px 26px;
  }
}
.page--partnership article #faq .faq__container > li .question > *:nth-child(1) {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #f2b060;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #faq .faq__container > li .question > *:nth-child(1) {
    font-size: 2.4rem;
    margin-right: 13px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #faq .faq__container > li .question > *:nth-child(1) {
    font-size: 3rem;
    margin-right: 10px;
  }
}
.page--partnership article #faq .faq__container > li .question > *:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #f2b060;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #faq .faq__container > li .question > *:nth-child(2) {
    font-size: 1.6rem;
    letter-spacing: 0.9px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #faq .faq__container > li .question > *:nth-child(2) {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding-top: 5px;
  }
}
.page--partnership article #faq .faq__container > li .question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20transform%3D%22translate(-1284.5%20-13782)%22%3E%3Cg%20transform%3D%22translate(0%20-0.5)%22%3E%3Cpath%20d%3D%22M1308%2C13810.5h-30v-5h30Z%22%20transform%3D%22translate(6.5%20-10.5)%22%20fill%3D%22%23f2b060%22%2F%3E%3Cpath%20d%3D%22M1300.5%2C13806h-5v-30h5Z%22%20transform%3D%22translate(1.5%206.5)%22%20fill%3D%22%23f2b060%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #faq .faq__container > li .question::after {
    right: 15px;
  }
}
.page--partnership article #faq .faq__container > li .faqbg {
  background-color: #ffffff;
}
.page--partnership article #faq .faq__container > li .faqbg::after {
  width: 30px;
  height: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%225%22%20viewBox%3D%220%200%2030%205%22%3E%3Cg%20transform%3D%22translate(-1284.5%20-13795)%22%3E%3Cpath%20d%3D%22M1308%2C13810.5h-30v-5h30Z%22%20transform%3D%22translate(6.5%20-10.5)%22%20fill%3D%22%23f2b060%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.page--partnership article #faq .faq__container > li .answer {
  display: none;
  -webkit-transition: none;
  transition: none;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #faq .faq__container > li .answer {
    padding: 17px 17px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #faq .faq__container > li .answer {
    padding: 27px 26px;
  }
}
.page--partnership article #faq .faq__container > li .answer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--partnership article #faq .faq__container > li .answer > div > *:nth-child(1) {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #ec7971;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #faq .faq__container > li .answer > div > *:nth-child(1) {
    font-size: 2.4rem;
    margin-right: 13px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #faq .faq__container > li .answer > div > *:nth-child(1) {
    font-size: 3rem;
    margin-right: 10px;
  }
}
.page--partnership article #faq .faq__container > li .answer > div > *:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  width: calc(100% - 30px);
}
@media only screen and (max-width: 768px) {
  .page--partnership article #faq .faq__container > li .answer > div > *:nth-child(2) {
    font-size: 1.4rem;
    letter-spacing: 0.9px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #faq .faq__container > li .answer > div > *:nth-child(2) {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
.page--partnership article #faq .faq__container > li:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #bottom-link {
    width: 100%;
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #bottom-link {
    width: 100%;
    padding: 80px 50px;
  }
}
.page--partnership article #bottom-link .link-btn {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #bottom-link .link-btn {
    width: 330px;
  }
}
.page--partnership article #bottom-link .link-btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 1.5em;
  font-size: 1.6rem;
  background: #ec7971 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right 18px center;
  background-size: 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .page--partnership article #bottom-link .link-btn a {
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .page--partnership article #bottom-link .link-btn a {
    width: 400px;
    height: 60px;
    line-height: 60px;
  }
}
.page--partnership article #bottom-link .link-btn a:hover {
  opacity: 0.8;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  会社案内
=====================================*/
.page--company article {
  /*===================
    message
  ===================*/
  /*===================
    company-profile
  ===================*/
  /*===================
    history
  ===================*/
  /*===================
    staff
  ===================*/
}
@media only screen and (max-width: 768px) {
  .page--company article #message {
    width: 100%;
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #message {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--company article #message .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--company article #message h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #message h2 {
    margin-bottom: 30px;
  }
}
.page--company article #message .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  /*figure {
    flex-shrink: 0;
    width: 320px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    //border: 1px solid #000;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    @include smartphone {
    }
    @include tablet {
      width: 260px;
    }
    img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }
  }*/
}
@media only screen and (max-width: 768px) {
  .page--company article #message .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #message .wrapper {
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.page--company article #message .wrapper .text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page--company article #message .wrapper .text-area p {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .page--company article #message .wrapper .text-area p {
    font-size: 1.8rem;
  }
}
.page--company article #message .wrapper .text-area p:nth-of-type(n + 2) {
  margin-top: 15px;
}
.page--company article #message .wrapper .text-area p span {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--company article #company-profile {
    width: 100%;
    padding: 10px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #company-profile {
    width: 100%;
    padding: 20px 0 100px 0;
  }
  .page--company article #company-profile .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--company article #company-profile h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #company-profile h2 {
    margin-bottom: 50px;
  }
}
.page--company article #company-profile figure {
  max-width: 652px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--company article #company-profile figure {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #company-profile figure {
    margin-bottom: 50px;
  }
}
.page--company article #company-profile figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--company article #company-profile dl {
  width: 100%;
  max-width: 1000px;
  border: 1px solid #cacaca;
}
@media only screen and (max-width: 768px) {
  .page--company article #company-profile dl {
    margin: 30px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #company-profile dl {
    margin: 40px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #company-profile dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page--company article #company-profile dl dt {
  font-weight: 700;
  color: #000;
  background-color: #fdf5eb;
  font-size: 1.6rem;
  margin-bottom: 1px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--company article #company-profile dl dt {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #cacaca;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #company-profile dl dt {
    padding: 20px;
    width: 200px;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page--company article #company-profile dl dt:last-of-type {
  border-bottom: none;
}
.page--company article #company-profile dl dd {
  background-color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1px;
  border-bottom: 1px solid #cacaca;
}
@media only screen and (max-width: 768px) {
  .page--company article #company-profile dl dd {
    width: 100%;
    padding: 10px;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #company-profile dl dd {
    width: calc(100% - 200px);
    padding: 20px;
  }
}
.page--company article #company-profile dl dd:last-of-type {
  border-bottom: none;
}
.page--company article #company-profile dl dd a {
  color: #000000;
  text-decoration: underline;
}
.page--company article #company-profile dl dd a:hover {
  text-decoration: none;
}
.page--company article #company-profile dl dd .tel {
  color: #000 r;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .page--company article #company-profile dl dd .tel {
    pointer-events: none;
  }
}
.page--company article #company-profile dl dd ul li {
  font-weight: 500;
  line-height: 1.6;
}
.page--company article #history {
  background: #fdf5eb;
}
@media only screen and (max-width: 768px) {
  .page--company article #history {
    width: 100%;
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #history {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--company article #history .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--company article #history h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #history h2 {
    margin-bottom: 30px;
  }
}
.page--company article #history dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #cacaca;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--company article #history dl {
    margin: 30px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #history dl {
    margin: 30px auto 0 auto;
  }
}
.page--company article #history dl dt {
  font-size: 1.6rem;
  margin-bottom: 1px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--company article #history dl dt {
    width: 100%;
    padding: 20px 0 0 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #history dl dt {
    padding: 20px;
    width: 140px;
    border-bottom: 1px solid #cacaca;
  }
}
.page--company article #history dl dd {
  font-size: 1.6rem;
  margin-bottom: 1px;
  border-bottom: 1px solid #cacaca;
}
@media only screen and (max-width: 768px) {
  .page--company article #history dl dd {
    width: 100%;
    margin-top: 5px;
    padding: 0 0 20px 0;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #history dl dd {
    width: calc(100% - 140px);
    padding: 20px 20px 20px 0;
  }
}
.page--company article #history dl dd ul li {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--company article #staff {
    width: 100%;
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #staff {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--company article #staff .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--company article #staff .headline03 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--company article #staff .headline03 {
    margin-bottom: 50px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  お問い合わせ
=====================================*/
.page--contact {
  /*=================================
    info
  ==================================*/
  /*====================================
    お問い合わせ
  =====================================*/
  /* トップページに戻るリンク */
  /*-----------------------------------
  送信完了画面のスタイル
  -----------------------------------*/
  /* 送信完了後の文章 */
  /* トップページに戻るリンク */
}
.page--contact .page--contact__container {
  /*border-bottom: 1px solid #d1d1d1;*/
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__container {
    padding: 20px 20px 0 20px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__container {
    padding: 30px 50px 0 50px;
    margin: 0 auto;
  }
}
.page--contact .page--contact__com {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__com {
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__com {
    font-size: 1.8rem;
    margin: 0 auto 50px auto;
    max-width: 1000px;
  }
}
.page--contact .page--contact__introduction {
  max-width: 800px;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__introduction {
    border: 1px solid #d1d1d1;
    margin-bottom: 40px;
  }
}
.page--contact .page--contact__introduction .introduction__tel {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction .introduction__tel {
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__introduction .introduction__tel {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--contact .page--contact__introduction .introduction__tel p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) {
    float: left;
  }
}
.page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
    width: 100%;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #ec7971;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    font-size: 2.4rem;
    margin: 0.5em 0;
    padding: 0.25em;
    background-color: #f2b060;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a:hover {
    background: #fdf5eb;
    border-color: #fdf5eb;
    color: #ec7971;
    text-decoration: none !important;
  }
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a:hover::after {
    border-color: #ec7971;
  }
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::after {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
    line-height: 1;
    color: #f2b060;
    font-size: 3.6rem;
    text-decoration: none;
    display: block;
    pointer-events: none;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
    font-size: 3.5rem;
  }
}
.page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::before {
    width: 20px;
    height: 20px;
    background: url("../images/common/tel-icon-white.png") no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-top: -5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::before {
    width: 34px;
    height: 34px;
    background: url("../images/common/tel-icon-pink.png") no-repeat;
    background-size: contain;
    margin: -8px 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a:hover {
    background-color: #fff;
    border: 1px solid #fdf5eb;
    color: #fdf5eb;
  }
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a:hover::before {
    background: url("../images/common/tel-icon-pink.png") no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
}
.page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #fdf5eb;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
    margin-left: 20px;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
    padding-left: 42px;
  }
}
.page--contact .page--contact__desc {
  max-width: 800px;
  margin: 0 auto;
}
.page--contact .page--contact__desc p {
  padding-left: 1em;
  text-indent: -1em;
  /*&:nth-child(n+2){
    @include smartphone {
      margin-top: 15px;
    }
    @include screen {
      margin-top: 30px;

    }
  }*/
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__desc p {
    text-align: center;
  }
}
.page--contact .page--contact__desc p span {
  font-weight: 500;
}
.page--contact #contact {
  position: relative;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page--contact .headline01 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--contact .headline01 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--contact .headline01 {
    margin-bottom: 50px;
  }
}
.page--contact #footer-top {
  display: none;
}
.page--contact #footer-middle {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .page--contact footer {
    margin-top: 30px;
  }
}
.page--contact #info {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  /*background-color: #dae4f8*/
}
@media only screen and (max-width: 768px) {
  .page--contact #info {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #info {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #info {
    padding: 0 15px 5px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #info {
    padding: 40px 50px 0 50px;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #info .com {
    font-size: 1.6rem;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #info .com {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #info .tel-wrap {
    border: 2px solid #ec7971;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #info .tel-wrap {
    border: 2px solid #ec7971;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
  }
}
.page--contact #info .tel-wrap h2 {
  color: #ec7971;
  font-weight: bolder;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--contact #info .tel-wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #info .tel-wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #info .tel-wrap .tel a {
    width: 100%;
    color: #ec7971;
    font-size: 1.6rem;
    font-weight: bolder;
    text-decoration: none;
    text-align: center;
    display: block;
    background: url("../images/common/tel-icon2.png") left 20px center no-repeat;
    background-size: 18px;
    width: 100%;
    color: #ec7971;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #ec7971;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    boerder: 1px solid #ec7971;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page--contact #info .tel-wrap .tel a {
    padding: 0.7em 0.5em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .page--contact #info .tel-wrap .tel a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #info .tel-wrap .tel a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  .page--contact #info .tel-wrap .tel a:hover {
    background: #ec7971;
    border-color: #ec7971;
    color: #ffffff;
    text-decoration: none !important;
  }
  .page--contact #info .tel-wrap .tel a:hover::after {
    border-color: #ffffff;
  }
  .page--contact #info .tel-wrap .tel a:hover {
    text-decoration: underline;
    background: url("../images/common/tel-icon-white.png") left 20px center no-repeat #ec7971;
    background-size: 18px;
  }
  .page--contact #info .tel-wrap .tel span {
    text-align: center;
    margin-top: 10px;
    font-weight: bolder;
    display: block;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #info .tel-wrap .tel {
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: center;
  }
  .page--contact #info .tel-wrap .tel a {
    font-size: 3.6rem;
    color: #ec7971;
    font-weight: bold;
    text-decoration: none;
    pointer-events: none;
    display: block;
  }
  .page--contact #info .tel-wrap .tel span {
    font-weight: bolder;
  }
}
.page--contact #contact {
  /*border-bottom: 2px solid #292d52;*/
}
@media only screen and (max-width: 768px) {
  .page--contact #contact {
    /*border-bottom: 1px solid #292d52;*/
  }
}
.page--contact .back-btn a {
  width: 520px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 2.5rem;
  background-color: #11a84f;
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 80px;
}
.page--contact .back-btn a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .page--contact .back-btn a {
    width: 80%;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.page--contact .submit__ttl {
  line-height: 1.4;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--contact .submit__ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .submit__ttl {
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
}
.page--contact .contact__info {
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .page--contact .contact__info {
    padding-bottom: 15px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .contact__info {
    padding-top: 6px;
    padding-bottom: 42px;
    font-size: 1.6rem;
  }
}
.page--contact .back__btn a {
  width: 280px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #a3a3a3;
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.page--contact .back__btn a:hover {
  background-color: #f2b060;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  エントリー
=====================================*/
.page--entry {
  /*=================================
    info
  ==================================*/
  /*====================================
    お問い合わせ
  =====================================*/
  /* トップページに戻るリンク */
  /*-----------------------------------
  送信完了画面のスタイル
  -----------------------------------*/
  /* 送信完了後の文章 */
  /* トップページに戻るリンク */
}
.page--entry .page--contact__container {
  /*border-bottom: 1px solid #d1d1d1;*/
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page--entry .page--contact__container {
    padding: 20px 20px 0 20px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page--contact__container {
    padding: 30px 50px 0 50px;
    margin: 0 auto;
  }
}
.page--entry .page--contact__com {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--entry .page--contact__com {
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page--contact__com {
    font-size: 1.8rem;
    margin: 0 auto 50px auto;
    max-width: 1000px;
  }
}
.page--entry .page--contact__introduction {
  max-width: 800px;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 768px) {
  .page--entry .page--contact__introduction {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page--contact__introduction {
    border: 1px solid #d1d1d1;
    margin-bottom: 40px;
  }
}
.page--entry .page--contact__introduction .introduction__tel {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--entry .page--contact__introduction .introduction__tel {
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page--contact__introduction .introduction__tel {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--entry .page--contact__introduction .introduction__tel p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) {
    float: left;
  }
}
.page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
    width: 100%;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #ec7971;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    font-size: 2.4rem;
    margin: 0.5em 0;
    padding: 0.25em;
    background-color: #f2b060;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a:hover {
    background: #fdf5eb;
    border-color: #fdf5eb;
    color: #ec7971;
    text-decoration: none !important;
  }
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a:hover::after {
    border-color: #ec7971;
  }
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::after {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
    line-height: 1;
    color: #f2b060;
    font-size: 3.6rem;
    text-decoration: none;
    display: block;
    pointer-events: none;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
    font-size: 3.5rem;
  }
}
.page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::before {
    width: 20px;
    height: 20px;
    background: url("../images/common/tel-icon-white.png") no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-top: -5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::before {
    width: 34px;
    height: 34px;
    background: url("../images/common/tel-icon-pink.png") no-repeat;
    background-size: contain;
    margin: -8px 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a:hover {
    background-color: #fff;
    border: 1px solid #fdf5eb;
    color: #fdf5eb;
  }
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(1) a:hover::before {
    background: url("../images/common/tel-icon-pink.png") no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
}
.page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #fdf5eb;
}
@media only screen and (max-width: 768px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
    margin-left: 20px;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--entry .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
    padding-left: 42px;
  }
}
.page--entry .page--contact__desc {
  max-width: 800px;
  margin: 0 auto;
}
.page--entry .page--contact__desc p {
  padding-left: 1em;
  text-indent: -1em;
  /*&:nth-child(n+2){
    @include smartphone {
      margin-top: 15px;
    }
    @include screen {
      margin-top: 30px;

    }
  }*/
}
@media print, screen and (min-width: 769px) {
  .page--entry .page--contact__desc p {
    text-align: center;
  }
}
.page--entry .page--contact__desc p span {
  font-weight: 500;
}
.page--entry #contact {
  position: relative;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page--entry .headline01 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--entry .headline01 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--entry .headline01 {
    margin-bottom: 50px;
  }
}
.page--entry #footer-top {
  display: none;
}
.page--entry #footer-middle {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .page--entry footer {
    margin-top: 30px;
  }
}
.page--entry #info {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  /*background-color: #dae4f8*/
}
@media only screen and (max-width: 768px) {
  .page--entry #info {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry #info {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--entry #info {
    padding: 0 15px 5px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry #info {
    padding: 40px 50px 0 50px;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .page--entry #info .com {
    font-size: 1.6rem;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry #info .com {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--entry #info .tel-wrap {
    border: 2px solid #ec7971;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry #info .tel-wrap {
    border: 2px solid #ec7971;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
  }
}
.page--entry #info .tel-wrap h2 {
  color: #ec7971;
  font-weight: bolder;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--entry #info .tel-wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry #info .tel-wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--entry #info .tel-wrap .tel a {
    width: 100%;
    color: #ec7971;
    font-size: 1.6rem;
    font-weight: bolder;
    text-decoration: none;
    text-align: center;
    display: block;
    background: url("../images/common/tel-icon2.png") left 20px center no-repeat;
    background-size: 18px;
    width: 100%;
    color: #ec7971;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #ec7971;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    boerder: 1px solid #ec7971;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page--entry #info .tel-wrap .tel a {
    padding: 0.7em 0.5em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .page--entry #info .tel-wrap .tel a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--entry #info .tel-wrap .tel a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  .page--entry #info .tel-wrap .tel a:hover {
    background: #ec7971;
    border-color: #ec7971;
    color: #ffffff;
    text-decoration: none !important;
  }
  .page--entry #info .tel-wrap .tel a:hover::after {
    border-color: #ffffff;
  }
  .page--entry #info .tel-wrap .tel a:hover {
    text-decoration: underline;
    background: url("../images/common/tel-icon-white.png") left 20px center no-repeat #ec7971;
    background-size: 18px;
  }
  .page--entry #info .tel-wrap .tel span {
    text-align: center;
    margin-top: 10px;
    font-weight: bolder;
    display: block;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry #info .tel-wrap .tel {
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: center;
  }
  .page--entry #info .tel-wrap .tel a {
    font-size: 3.6rem;
    color: #ec7971;
    font-weight: bold;
    text-decoration: none;
    pointer-events: none;
    display: block;
  }
  .page--entry #info .tel-wrap .tel span {
    font-weight: bolder;
  }
}
.page--entry #contact {
  /*border-bottom: 2px solid #292d52;*/
}
@media only screen and (max-width: 768px) {
  .page--entry #contact {
    /*border-bottom: 1px solid #292d52;*/
  }
}
.page--entry .back-btn a {
  width: 520px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 2.5rem;
  background-color: #11a84f;
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 80px;
}
.page--entry .back-btn a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .page--entry .back-btn a {
    width: 80%;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.page--entry .submit__ttl {
  line-height: 1.4;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--entry .submit__ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .submit__ttl {
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
}
.page--entry .contact__info {
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .page--entry .contact__info {
    padding-bottom: 15px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .contact__info {
    padding-top: 6px;
    padding-bottom: 42px;
    font-size: 1.6rem;
  }
}
.page--entry .back__btn a {
  width: 280px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #a3a3a3;
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.page--entry .back__btn a:hover {
  background-color: #f2b060;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  プライバシーポリシー
///////////////////////////////////////////////////////// */
@media only screen and (max-width: 768px) {
  .page--privacy-policy article {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy article {
    margin-bottom: 80px;
  }
}
.page--privacy-policy article a {
  color: #000;
}
.page--privacy-policy section {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section {
    padding: 0 15px 5px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section {
    padding: 0 50px 0 50px;
    max-width: 1260px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section:nth-of-type(2) {
    padding: 80px 15px 5px 15px;
    margin-top: -80px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section:nth-of-type(2) {
    padding: 120px 50px 0 50px;
    margin-top: -90px;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section .date {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section .date {
    margin-bottom: 30px;
  }
}
.page--privacy-policy section .com {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section .com {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section .com {
    margin-bottom: 50px;
  }
}
.page--privacy-policy section h3 {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section p {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section p {
    margin-bottom: 25px;
  }
}
.page--privacy-policy section p:last-child {
  margin-bottom: 0;
}
.page--privacy-policy section p a:hover {
  text-decoration: none;
}
.page--privacy-policy section a.link {
  color: #000 !important;
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section .tel {
    pointer-events: none;
    text-decoration: none;
  }
}
.page--privacy-policy section > ol {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section > ol {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section > ol {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section > ol > li {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section > ol > li {
    margin-bottom: 35px;
  }
}
.page--privacy-policy section > ol > li h3 {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section > ol > li h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section > ol > li h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.page--privacy-policy section > ol > li h4 {
  margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section > ol > li h4 {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section > ol > li h4 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section > ol > li p {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section > ol > li p {
    margin-bottom: 25px;
  }
}
.page--privacy-policy section > ol > li p:last-child {
  margin-bottom: 0;
}
.page--privacy-policy section > ol > li p a:hover {
  text-decoration: none;
}
.page--privacy-policy section > ol > li a.link {
  color: #000 !important;
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section > ol > li .tel {
    pointer-events: none;
    text-decoration: none;
  }
}
.page--privacy-policy section > ol > li ol, .page--privacy-policy section > ol > li ul {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  404
  エラーページ
/////////////////////////////////////////// */
.page--error404 {
  /*
  EOF
  */
}
.page--error404 .page__article .page__article__container {
  /* ======================
  共通設定
  ====================== */
}
@media only screen and (max-width: 768px) {
  .page--error404 .page__article .page__article__container {
    padding: 40px 15px 80px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .page__article .page__article__container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px 80px 30px;
  }
}
.page--error404 .page__article .page__article__container .intro {
  text-align: center;
  letter-spacing: 1px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .page--error404 .page__article .page__article__container .intro {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .page__article .page__article__container .intro {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.6rem;
  }
}
.page--error404 .page__article .page__article__container .intro p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page--error404 .page__article .page__article__container .intro p:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .page__article .page__article__container .intro p:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
.page--error404 .page__article .page__article__container .back-btn {
  color: #f2b060;
  text-decoration: none;
  text-align: 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;
  padding: 5px 15px;
  border: 1px solid #f2b060;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .page--error404 .page__article .page__article__container .back-btn {
    width: 48%;
    height: 50px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .page__article .page__article__container .back-btn {
    width: 230px;
    height: 50px;
    font-size: 1.6rem;
  }
}
.page--error404 .page__article .page__article__container .back-btn:hover {
  color: #fff;
  border: 1px solid #f2b060;
  background: #f2b060;
}