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

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

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

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

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

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

img {
  vertical-align: top; }

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

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

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

blockquote {
  margin: 1em 40px; }

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

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

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

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

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

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

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

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a, a:link {
  outline: none; }

a:visited {
  outline: none; }

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 4rem; }
  @media screen and (min-width: 768px) {
    html {
      scroll-padding-top: 2rem; } }

picture,
figure {
  display: flex;
  justify-content: center;
  align-items: center; }

body {
  color: #000;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: .875rem;
  line-height: 1.7;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1rem; } }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  body {
    width: 100%; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc_only {
    display: none; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .sp_only {
    display: none; } }
/* End MQ */
a {
  color: #333;
  transition: .2s;
  text-decoration: none; }
  a:hover {
    opacity: .85; }

#screen {
  position: relative;
  min-height: 100%;
  text-align: left; }

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

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

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

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/*--------------------------------------
1　COLUMN用
--------------------------------------*/
.content {
  /* 背景100％時のコンテンツ区切り */
  width: 100%;
  overflow: hidden;
  text-align: left; }

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

@media screen and (max-width: 1079px) {
  /* スマホ */
  .content section,
  .content .section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .content section,
  .content .section {
    width: 1080px;
    padding-left: 0;
    padding-right: 0; } }
/* End MQ */
/*--------------------------------------
2　COLUMN用
--------------------------------------*/
#contents {
  clear: both;
  text-align: left;
  min-height: 600px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  #contents {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    flex-flow: column; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  #contents {
    width: 1080px;
    flex-flow: row; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  #mainContents_02 {
    /* ONE COLUMNのページでの使用は禁止。 ONE COLUMNでは<main>を使用すること　*/
    width: 70%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  #mainContents_02 {
    /* ONE COLUMNのページでの使用は禁止。 ONE COLUMNでは<main>を使用すること　*/
    width: 720px; } }
/* End MQ */
/* ------------------------------------------------
サイドバー
------------------------------------------------ */
#columnLeft,
#columnRight {
  overflow: hidden;
  margin: 0 0 10px 0; }

@media screen and (min-width: 768px) {
  /* Tablet, PC */ }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  #columnLeft,
  #columnRight {
    width: 26%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  #columnLeft,
  #columnRight {
    width: 320px; } }
/* End MQ */
#columnLeft form,
#columnRight form {
  margin: 0; }

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

#columnLeft ul li,
#columnRight ul li {
  list-style-type: none; }

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

#columnRight #widget_area ul ul li {
  list-style-type: disc; }

#columnLeft #widget_area ul ul ul, #columnLeft #widget_area ul ol,
#columnRight #widget_area ul ul ul, #columnRight #widget_area ul ol {
  margin: 0 0 0 10px; }

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

#columnLeft .side_hd p,
#columnRight .side_hd p {
  padding: 0 0 0 0;
  font-weight: bold;
  margin: 0 0 10px 0; }

#snav {
  margin: 0 0 10px 0 !important; }

#snav li {
  text-align: center;
  margin: 0 0 5px 0 !important; }

#snav li a {
  display: block; }

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  padding: 0;
  margin: 60px auto 30px; }
  @media screen and (min-width: 768px) {
    .keyvisual {
      margin: 0 auto 70px; } }
  .keyvisual img {
    width: 100%;
    height: auto; }

/* ------------------------------------------------
width 100% 画像幅100%
sectionに枠, 画像幅100%
------------------------------------------------ */
.single-body,
.entry_single-body {
  width: 100%;
  overflow: hidden; }

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

/* ------------------------------------------------
width 100%, バナー×2 横並べ
------------------------------------------------ */
.half {
  width: 100%;
  overflow: hidden; }

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

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

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

  .half .element_01 {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .half .element_01,
  .half .element_02 {
    width: 49%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .half .element_01,
  .half .element_02 {
    width: 340px; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .half .element_01 {
    float: left; }

  .half .element_02 {
    float: right; } }
/* End MQ */
/* ------------------------------------------------
width 100%, イメージ×3 横並べ
------------------------------------------------ */
.third {
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

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

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

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

  .third .element_01 {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .third .element_01,
  .third .element_02 {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .third .element_01,
  .third .element_02 {
    width: 226px; }

  .third .element_01 {
    float: left;
    margin-right: 16px; }

  .third .element_02 {
    float: right;
    margin-right: 0; } }
/* End MQ */
/* リストによる横並び */
.list_pc3_smp1, .list_pc3_smp1 ul, .list_pc3_smp1 li,
.list_pc3_smp2, .list_pc3_smp2 ul, .list_pc3_smp2 li {
  overflow: hidden; }

.list_pc3_smp1 li img,
.list_pc3_smp2 li img {
  width: 100%;
  height: auto; }

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

  .list_pc3_smp1 li:last-child {
    margin-bottom: 0; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_pc3_smp2 li {
    width: 49%;
    float: left;
    margin-bottom: 16px; }

  .list_pc3_smp2 li:nth-child(2n) {
    float: right; }

  .list_pc3_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .list_pc3_smp1 ul,
  .list_pc3_smp2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .list_pc3_smp1 li,
  .list_pc3_smp2 li {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .list_pc3_smp1 li,
  .list_pc3_smp2 li {
    float: left;
    width: 226px;
    margin-right: 16px;
    margin-bottom: 16px; }

  .list_pc3_smp1 li:nth-child(3n),
  .list_pc3_smp2 li:nth-child(3n) {
    float: right;
    margin-right: 0; }

  .list_pc3_smp1 li:nth-child(3n+1),
  .list_pc3_smp2 li:nth-child(3n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
width 100%, イメージ×3 横並べ liquid
------------------------------------------------ */
.third-liquid {
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

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

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

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

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

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

/* ------------------------------------------------
width 100%, イメージ×4 横並べ
------------------------------------------------ */
.list_pc4_smp2, .list_pc4_smp2 ul, .list_pc4_smp2 li {
  overflow: hidden; }

.list_pc4_smp2 li {
  float: left; }

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

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_pc4_smp2 li {
    width: 49%;
    margin-bottom: 15px; }

  .list_pc4_smp2 li:nth-child(2n) {
    float: right; }

  .list_pc4_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .list_pc4_smp2 li {
    width: 167px;
    margin-right: 24px;
    margin-bottom: 24px; }

  .list_pc4_smp2 li:nth-child(2n) {
    float: right;
    margin-right: 0; }

  .list_pc4_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
width100%, 左イメージ×1 右コンテンツ
------------------------------------------------ */
.left_imgfix,
.left_imgfix-02 {
  width: 100%;
  overflow: hidden; }

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

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

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

@media screen and (max-width: 767px) {
  /* スマホ */
  .left_imgfix-02 .element_01 {
    width: 230px;
    margin: 0 auto 10px auto; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .left_imgfix-02 .element_01 {
    width: 230px;
    float: left; }

  .left_imgfix-02 .element_02 {
    float: right; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .left_imgfix-02 .element_02 {
    width: calc(100% - 250px); } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .left_imgfix-02 .element_02 {
    width: 460px; } }
/* End MQ */
/* ------------------------------------------------
左コンテンツ 右イメージ×1
------------------------------------------------ */
.right_imgfix,
.right_imgfix-02 {
  width: 100%;
  overflow: hidden; }

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

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

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

@media screen and (max-width: 767px) {
  /* スマホ */
  .right_imgfix-02 .element_01 {
    width: 230px;
    margin: 0 auto 10px auto; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .right_imgfix-02 .element_01 {
    width: 230px;
    float: right; }

  .right_imgfix-02 .element_02 {
    float: left; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .right_imgfix-02 .element_02 {
    width: calc(100% - 250px); } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .right_imgfix-02 .element_02 {
    width: 460px; } }
/* End MQ */
/* ------------------------------------------------
　1カラムレイアウト 4分割
------------------------------------------------ */
.list_w_pc4_smp2,
.list_w_pc4_smp2 ul,
.list_w_pc4_smp2 li {
  overflow: hidden; }

.list_w_pc4_smp2 li {
  float: left; }

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

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_w_pc4_smp2 li {
    width: 49%; }

  .list_w_pc4_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc4_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .list_w_pc4_smp2 li {
    width: 255px;
    margin-right: 20px; }

  .list_w_pc4_smp2 li:nth-child(4n) {
    float: right;
    margin-right: 0; }

  .list_w_pc4_smp2 li:nth-child(4n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
　1カラムレイアウト 3分割
------------------------------------------------ */
.list_w_pc3_smp1, .list_w_pc3_smp1 ul, .list_w_pc3_smp1 li,
.list_w_pc3_smp2, .list_w_pc3_smp2 ul, .list_w_pc3_smp2 li,
.list_w_pc3_smp2, .list_w_pc3_smp3 ul, .list_w_pc3_smp3 li {
  overflow: hidden; }

.list_w_pc3_smp1 li img,
.list_w_pc3_smp2 li img,
.list_w_pc3_smp3 li img {
  width: 100%;
  height: auto; }

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

  .list_w_pc3_smp1 li:last-child {
    margin-bottom: 0; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_w_pc3_smp2 li {
    width: 49%;
    float: left;
    margin-bottom: 16px; }

  .list_w_pc3_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc3_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_w_pc3_smp3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .list_w_pc3_smp3 li {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .list_w_pc3_smp1 ul,
  .list_w_pc3_smp2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .list_w_pc3_smp1 li,
  .list_w_pc3_smp2 li {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .list_w_pc3_smp1 li,
  .list_w_pc3_smp2 li,
  .list_w_pc3_smp3 li {
    float: left;
    width: 340px;
    margin-right: 30px;
    margin-bottom: 20px; }

  .list_w_pc3_smp1 li:nth-child(3n),
  .list_w_pc3_smp2 li:nth-child(3n),
  .list_w_pc3_smp3 li:nth-child(3n) {
    float: right;
    margin-right: 0; }

  .list_w_pc3_smp1 li:nth-child(3n+1),
  .list_w_pc3_smp2 li:nth-child(3n+1),
  .list_w_pc3_smp3 li:nth-child(3n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
　1カラムレイアウト sigle-doouble,
　1カラムレイアウト double-single,
　1カラムレイアウト w-half, list_w02
------------------------------------------------ */
.single-double, .double-single,
.w-half, .list_w_pc2_smp1, .list_w_pc2_smp2 {
  width: 100%;
  overflow: hidden;
  clear: both; }

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

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

@media screen and (max-width: 767px) {
  /* スマホ */
  .single-double .area_01,
  .double-single .area_01,
  .w-half .area_01,
  .list_w_pc2_smp1 li {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_w_pc2_smp2 li {
    float: left;
    margin-bottom: 15px;
    width: 49%; }

  .list_w_pc2_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc2_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .single-double .area_01,
  .double-single .area_02 {
    float: left; }

  .single-double .area_02,
  .double-single .area_01 {
    float: right; }

  .w-half .area_01 {
    float: left; }

  .w-half .area_02 {
    float: right; }

  .list_w_pc1_smp1 li:nth-child(2n) {
    float: right; }

  .list_w_pc2_smp1 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .single-double .area_01,
  .double-single .area_02 {
    width: 29%; }

  .single-double .area_02,
  .double-single .area_01 {
    width: 70%; }

  .w-half .area_01,
  .w-half .area_02 {
    width: 49%; }

  .list_w_pc1_smp1 li {
    float: left;
    margin-bottom: 15px;
    width: 49%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .single-double .area_01,
  .double-single .area_02 {
    width: 340px; }

  .single-double .area_02,
  .double-single .area_01 {
    width: 710px; }

  .w-half .area_01,
  .w-half .area_02 {
    width: 530px; }

  .list_w_pc2_smp1 li,
  .list_w_pc2_smp2 li {
    width: 530px;
    float: left; }

  .list_w_pc2_smp1 li:nth-child(2n),
  .list_w_pc2_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc2_smp1 li:nth-child(2n+1),
  .list_w_pc2_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
挨拶文などの署名
------------------------------------------------ */
#signiture {
  text-align: right; }

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

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

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

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

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

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

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

/* --ページのトップへ戻る--------------------- */
#pageTop {
  text-decoration: none;
  background: #36517A;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9; }
  #pageTop:hover {
    opacity: 1; }
  #pageTop img {
    width: 20px;
    height: 20px; }

/* ------------------------------------------------
可変 Table
------------------------------------------------ */
.table_01 {
  margin: 0 0 10px 0; }

.table_01 dd {
  width: 100%; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .table_01 {
    width: 100%; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 {
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    border-left: none; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .table_01 .tbody {
    display: block;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    border-left: solid 1px #999; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 .tbody {
    display: table-row-group; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .table_01 dl {
    display: block;
    font-size: 90%;
    margin: 0; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 dl {
    display: table-row;
    line-height: 1.6;
    border-top: solid 1px #999;
    overflow: hidden;
    *zoom: 1;
    width: 100%; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .table_01 dl dt,
  .table_01 dl dd {
    float: none;
    display: block;
    padding: 3px;
    margin: 0;
    border-bottom: solid 1px #999; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 dl dt,
  .table_01 dl dd {
    display: table-cell;
    *display: inline;
    padding: 5px 8px;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    *border-top: none;
    *border-left: none;
    vertical-align: middle;
    *zoom: 1; } }
/* End MQ */
.table_01 dl dt {
  background: #EEE;
  font-weight: bold; }

@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 dl dt {
    border-bottom: none;
    min-width: 150px;
    white-space: nowrap;
    vertical-align: top; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 dl dd {
    border-bottom: none; } }
/* End MQ */
.table_01 dl dd label {
  margin-right: 4px; }

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

.submit-button {
  text-align: center; }

.table_02 {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  vertical-align: middle; }

/* X方向にthが多いタイプのtable */
.table_02 th,
.table_02 td {
  border: 1px solid #aaa;
  padding: 15px; }

.table_02 th {
  background: #ffe4e1;
  font-weight: normal; }

.table_02 label {
  line-height: 34px;
  margin: 0; }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .table_02 thead {
    display: none; }

  .table_02 tr,
  .table_02 td {
    display: block;
    width: auto; }

  .table_02 tr {
    margin-bottom: 30px; }

  .table_02 td {
    border: none;
    border-bottom: 1px solid #ffe4e1;
    box-sizing: border-box;
    padding: 10px 0;
    justify-content: space-between;
    text-align: left; }

  .table_02 td::before {
    content: attr(aria-label);
    display: inline-block;
    float: left;
    text-align: left;
    background: #ffe4e1;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
    font-weight: normal;
    padding: 4px;
    font-size: .875rem; } }
/* End MQ */
/* ------------------------------------------------
WP-Pagenavi
------------------------------------------------ */
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin-bottom: 0.5em; }

/* ------------------------------------------------
Contact Form7
------------------------------------------------ */
.table_01 dl dd textarea {
  width: 100%; }

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

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .nme input {
    width: 30% !important; }

  .eml input {
    width: 70% !important; }

  .zip input {
    width: 20% !important; }

  .add input {
    width: 60% !important; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .nme input {
    width: 30% !important; }

  .eml input {
    width: 50% !important; } }
/* End MQ */
/* ------------------------------------------------
Clear Fix
------------------------------------------------ */
.clear {
  clear: both; }

/* ------------------------------------------------
カラー、サイズ、ライン など　微調整用
------------------------------------------------ */
/*カラー*/
.black {
  color: #000 !important; }

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

.bold {
  font-weight: bold; }

/* -----------------------------------------------------------------------------------------------------------------------
背景色
----------------------------------------------------------------------------------------------------------------------- */
.bg_gray {
  background-color: #CFCFCF !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pc_fsize20 {
    font-size: 20px !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_fsize10 {
    font-size: 10px !important; }

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

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

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

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

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

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

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

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

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

  .sp_fsize20 {
    font-size: 20px !important; } }
/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.w10 {
  width: 10% !important; }

.w20 {
  width: 20% !important; }

.w30 {
  width: 30% !important; }

.w40 {
  width: 40% !important; }

.w50 {
  width: 50% !important; }

.w60 {
  width: 60% !important; }

.w70 {
  width: 70% !important; }

.w80 {
  width: 80% !important; }

.w90 {
  width: 90% !important; }

.w100 {
  width: 100% !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_w10 {
    width: 10% !important; }

  .pc_w20 {
    width: 20% !important; }

  .pc_w30 {
    width: 30% !important; }

  .pc_w40 {
    width: 40% !important; }

  .pc_w50 {
    width: 50% !important; }

  .pc_w60 {
    width: 60% !important; }

  .pc_w70 {
    width: 70% !important; }

  .pc_w80 {
    width: 80% !important; }

  .pc_w90 {
    width: 90% !important; }

  .pc_w100 {
    width: 100% !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_w10 {
    width: 10% !important; }

  .sp_w20 {
    width: 20% !important; }

  .sp_w30 {
    width: 30% !important; }

  .sp_w40 {
    width: 40% !important; }

  .sp_w50 {
    width: 50% !important; }

  .sp_w60 {
    width: 60% !important; }

  .sp_w70 {
    width: 70% !important; }

  .sp_w80 {
    width: 80% !important; }

  .sp_w90 {
    width: 90% !important; }

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

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

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

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

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

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

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

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

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

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

  .sp_textj {
    text-align: justify; } }
/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.no_margin {
  margin: 0 !important; }

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

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

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

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

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

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

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

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

.mt35 {
  margin-top: 35px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.mb25 {
  margin-bottom: 25px !important; }

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

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

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

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

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

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

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

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

.mb180 {
  margin-bottom: 180px !important; }

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

.pdlr0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

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

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

.pa10_all {
  padding: 10px !important; }

.no_pa {
  padding: 0px !important; }

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

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

.pa10_all {
  padding: 10px !important; }

.no_pa {
  padding: 0px !important; }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .tb_mr20 {
    margin-right: 20px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tb_mb100 {
    margin-bottom: 100px !important; } }
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .pc_mr20 {
    margin-right: 20px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pc_mb120 {
    margin-bottom: 120px !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_mt0 {
    margin-top: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sp_mb100 {
    margin-bottom: 100px !important; } }
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

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

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

.justify-between {
  justify-content: space-between !important; }

.justify-around {
  justify-content: space-around !important; }

.justify-center {
  justify-content: center !important; }

.justify-start {
  justify-content: flex-start !important; }

.justify-end {
  justify-content: flex-end !important; }

.align-center {
  align-items: center !important; }

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

.align-end {
  align-items: flex-end !important; }

.flex1 {
  flex: 1; }

@media screen and (max-width: 767px) {
  .sp_flex {
    display: flex; }

  .sp_align-end {
    align-items: flex-end !important; }

  .sp_column-reverse {
    flex-flow: column-reverse !important; }

  .sp_column {
    flex-flow: column !important; }

  .sp_row {
    flex-flow: row !important; }

  .sp_row-reverse {
    flex-flow: row-reverse !important; }

  .sp_justify-center {
    justify-content: center !important; } }
.sp_justify-end {
  justify-content: flex-end !important; }

@media screen and (min-width: 768px) {
  .pc_flex {
    display: flex; }

  .pc_column-reverse {
    flex-flow: column-reverse !important; }

  .pc_column {
    flex-flow: column !important; }

  .pc_row {
    flex-flow: row !important; }

  .pc_row-reverse {
    flex-flow: row-reverse !important; }

  .pc_justify-between {
    justify-content: space-between !important; }

  .pc_justify-around {
    justify-content: space-around !important; }

  .pc_justify-center {
    justify-content: center !important; }

  .pc_justify-start {
    justify-content: flex-start !important; }

  .pc_justify-end {
    justify-content: flex-end !important; }

  .pc_align-center {
    align-items: center !important; }

  .pc_align-start {
    align-items: flex-start !important; }

  .pc_align-end {
    align-items: flex-end !important; } }
.contact {
  background: #f8fafa;
  padding: 80px 0 100px;
  box-sizing: border-box; }

.table_type01 {
  width: 100%;
  max-width: 1020px;
  table-layout: fixed;
  border-top: solid 1px #ccc;
  font-size: .75rem;
  box-sizing: border-box;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .table_type01 {
      font-size: .875rem; } }
  .table_type01 tr {
    border-bottom: solid 1px #ccc;
    display: block; }
  .table_type01 th {
    font-size: .875rem;
    font-weight: normal;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .table_type01 th {
        padding: 24px;
        width: 30%;
        justify-content: space-between; } }
  .table_type01 td {
    width: 100%;
    padding: 12px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .table_type01 td {
        width: 70%; } }
  .table_type01 textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 10px;
    font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif; }
  .table_type01 input,
  .table_type01 select {
    padding: 10px;
    width: 100%;
    box-sizing: border-box; }

.hisu {
  box-sizing: border-box;
  color: #fff;
  font-size: .7rem;
  padding: 2px 10px;
  background: #DC000C;
  display: inline-block;
  margin-right: 10px; }

.nini {
  box-sizing: border-box;
  color: #fff;
  background: #337ab7;
  font-size: .7rem;
  padding: 2px 10px;
  display: inline-block;
  margin-right: 10px; }

.contact_button {
  padding: 10px 50px;
  vertical-align: middle;
  line-height: 1;
  background: #5cb85c;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%; }
  .contact_button:hover {
    opacity: .7; }

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

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

.contact_table table {
  width: calc(100% - 30px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12.6vw;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .contact_table table {
      margin-bottom: 70px; } }
  .contact_table table tbody {
    position: relative; }
  .contact_table table tr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #E6E6E6; }
    @media screen and (min-width: 768px) {
      .contact_table table tr {
        margin-bottom: 30px;
        padding-bottom: 20px;
        flex-flow: row; } }
    .contact_table table tr:last-of-type {
      margin-bottom: 0;
      padding-bottom: 5.33vw; }
  .contact_table table th {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    font-weight: 500;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .contact_table table th {
        width: 30%;
        min-height: 64px;
        margin-bottom: 0; } }
  .contact_table table td {
    width: 100%;
    padding: 0;
    box-sizing: border-box; }
    .contact_table table td input::placeholder,
    .contact_table table td textarea::placeholder {
      color: #a0a0a0;
      font-weight: 400; }
    .contact_table table td input[type="text"],
    .contact_table table td input[type="tel"],
    .contact_table table td input[type="email"] {
      width: 100%;
      padding: 0.66vw 2vw;
      height: 14.9vw;
      background: #fff;
      box-sizing: border-box;
      border-radius: 0;
      border: solid 0 #fff;
      font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif; }
      @media screen and (min-width: 768px) {
        .contact_table table td input[type="text"],
        .contact_table table td input[type="tel"],
        .contact_table table td input[type="email"] {
          height: 60px;
          margin-bottom: 15px;
          padding: 5px 20px;
          width: 100%; } }
    .contact_table table td small {
      font-size: 3.06vw;
      display: block; }
      @media screen and (min-width: 768px) {
        .contact_table table td small {
          font-size: 13px; } }
    .contact_table table td .number {
      width: 37.3vw !important; }
      @media screen and (min-width: 768px) {
        .contact_table table td .number {
          width: 223px !important; } }
    .contact_table table td label {
      width: 100% !important;
      height: 14.9vw;
      background: #fff;
      box-sizing: border-box;
      border-radius: 0;
      border: solid 0 #fff;
      margin-bottom: 2.66vw; }
      @media screen and (min-width: 768px) {
        .contact_table table td label {
          height: 64px;
          margin-bottom: 15px; } }
    .contact_table table td .file_text {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 20px;
      align-items: center; }
      .contact_table table td .file_text label {
        margin-bottom: 0; }
      .contact_table table td .file_text div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex: 1; }
        @media screen and (min-width: 768px) {
          .contact_table table td .file_text div {
            width: calc(100% - 240px); } }
    .contact_table table td .file_text.small-window.file-selected {
      align-items: flex-start;
      flex-flow: column; }
      .contact_table table td .file_text.small-window.file-selected div {
        margin-top: 4vw; }
        .contact_table table td .file_text.small-window.file-selected div .select-image {
          margin-left: 0; }
    .contact_table table td .file {
      color: #000;
      height: 14.9vw;
      width: 37.3vw !important;
      background: #F0F0F0;
      padding: 5px 20px;
      border: solid 0 #fff;
      box-sizing: border-box;
      border-radius: 14.9vw;
      font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000;
      cursor: pointer;
      transition: all .2s; }
      @media screen and (min-width: 768px) {
        .contact_table table td .file {
          height: 64px;
          border-radius: 64px;
          width: 223px !important; } }
      .contact_table table td .file:hover {
        opacity: .7;
        transition: all .2s; }
    .contact_table table td #form-image {
      display: none; }
    .contact_table table td .select-image {
      font-size: 3.06vw;
      margin-left: 4vw;
      width: 30vw;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (min-width: 768px) {
        .contact_table table td .select-image {
          font-size: 13px;
          width: 180px;
          margin-left: 15px; } }
    .contact_table table td .delete-image {
      width: 5.6vw;
      height: 5.6vw;
      background: #F0F0F0;
      border-radius: 5.6vw;
      color: #000;
      border: none !important; }
      @media screen and (min-width: 768px) {
        .contact_table table td .delete-image {
          width: 20px;
          height: 20px;
          border-radius: 20px; } }
    .contact_table table td .radio_list {
      margin: 20px 0 0;
      width: 100%;
      position: relative; }
      @media screen and (min-width: 768px) {
        .contact_table table td .radio_list {
          display: flex;
          justify-content: flex-start;
          align-items: center; } }
      .contact_table table td .radio_list div {
        margin-bottom: 40px;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .contact_table table td .radio_list div {
            margin-bottom: 0;
            margin-right: 70px;
            width: auto; } }
      .contact_table table td .radio_list label {
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding-left: 20px; }
        .contact_table table td .radio_list label::before, .contact_table table td .radio_list label::after {
          content: "";
          display: block;
          position: absolute;
          transform: translateY(-50%);
          top: 50%; }
        .contact_table table td .radio_list label::before {
          background-color: #fff;
          border: 1px solid #A9A9A9;
          width: 24px;
          height: 24px;
          left: 0; }
        .contact_table table td .radio_list label::after {
          background-color: #36517A;
          opacity: 0;
          width: 12px;
          height: 12px;
          left: 7px;
          border-radius: 50%; }
        .contact_table table td .radio_list label .space {
          display: inline-block;
          padding: 0 12px; }
      .contact_table table td .radio_list input:checked + label::after {
        opacity: 1; }
      .contact_table table td .radio_list .visually-hidden {
        position: absolute;
        white-space: nowrap;
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        overflow: hidden;
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0; }
    .contact_table table td select {
      width: 100%;
      padding: 5px 20px;
      height: 50px;
      border: solid 1px #fff;
      box-sizing: border-box;
      border-radius: 5px;
      color: #36517A;
      appearance: none;
      position: relative;
      font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif; }
      @media screen and (min-width: 768px) {
        .contact_table table td select {
          height: 65px;
          padding: 5px 40px; } }
    .contact_table table td option {
      padding: 5px 20px !important;
      box-sizing: border-box; }
    .contact_table table td p {
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        .contact_table table td p {
          margin-top: 20px; } }
    .contact_table table td select::-ms-expand {
      display: none; }
    .contact_table table td textarea {
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
      font-size: 3.46vw;
      height: 69.3vw;
      background: #fff;
      border-radius: 0;
      border: solid 0 #fff;
      font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif; }
      @media screen and (min-width: 768px) {
        .contact_table table td textarea {
          height: 264px;
          padding: 20px;
          font-size: 16px; } }
    .contact_table table td label {
      display: block; }
.contact_table .link_type01 {
  text-align: center; }
.contact_table textarea {
  font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif; }

.privacy-link {
  text-decoration: underline;
  color: #36517A !important; }
  .privacy-link:hover {
    text-decoration: none; }

.wpcf7-spinner {
  display: none !important; }

.wpcf7-submit {
  background: #DC000C;
  margin: 0 auto;
  width: 280px;
  border: none;
  padding: 20px;
  color: #fff;
  transition: .2s;
  border-radius: 0 !important;
  font-family: 'Noto Sans JP', serif;
  font-weight: 500; }

.contact_bottom_text {
  font-size: 1.3rem;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 800px) {
    .contact_bottom_text {
      font-size: 1.4rem; } }
  .contact_bottom_text p {
    margin-bottom: 0;
    text-align: center; }
    .contact_bottom_text p a {
      text-decoration: underline; }
      .contact_bottom_text p a:hover {
        text-decoration: none; }
  .contact_bottom_text input {
    position: relative;
    top: 2px; }

.contact_submit {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .contact_submit div {
    width: 320px;
    height: 60px;
    position: relative;
    border-radius: 5px;
    box-sizing: border-box;
    background: #36517A;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff; }
    @media screen and (min-width: 800px) {
      .contact_submit div {
        width: 380px;
        height: 70px; } }
    .contact_submit div:after {
      content: "";
      background: url("../images/common/arrow-right-circle_w.svg") no-repeat;
      background-size: cover;
      z-index: 2;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .contact_submit div:hover {
      opacity: .85;
      transition: all .2s; }
  .contact_submit input[type="submit"] {
    width: 320px;
    height: 60px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: relative;
    border: solid 0 #36517A;
    transition: all .2s;
    box-sizing: border-box;
    background: #36517A;
    color: #fff;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
    transition: all .2s; }
    @media screen and (min-width: 800px) {
      .contact_submit input[type="submit"] {
        width: 380px;
        height: 70px; } }
    .contact_submit input[type="submit"]:hover {
      opacity: .85;
      transition: all .2s; }

.link_type01 {
  text-align: center;
  margin-bottom: 80px; }
  .link_type01 a {
    background: #36517A;
    padding: 20px 50px;
    font-size: 1rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }

/* ------------------------------------------------
ぱんくずリスト
------------------------------------------------ */
.breadcrumbs {
  margin: 10px auto 20px;
  width: calc(100% - 30px); }

.breadcrumbs p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  font-size: .75rem;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .breadcrumbs p {
      font-size: .875rem; } }

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  margin-bottom: 50px; }

/* header.scss */
.header {
  width: 100%;
  height: 140px;
  display: none;
  position: relative; }
  @media screen and (min-width: 1080px) {
    .header {
      display: block; } }
  .header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 30px);
    max-width: 1020px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .header .logo {
    display: none; }
    @media screen and (min-width: 1080px) {
      .header .logo {
        display: block;
        margin-top: 12px; } }
    .header .logo p {
      font-family: "Noto Serif JP", serif;
      color: #36517A;
      font-size: 1.0625rem;
      font-weight: 500;
      letter-spacing: .02em; }
    .header .logo a {
      display: block; }
      .header .logo a img {
        width: 100%;
        max-width: 257px;
        height: auto; }
  .header .header-tel {
    margin-bottom: 13px; }
    .header .header-tel a {
      color: #36517A;
      font-size: 2rem;
      font-weight: 600;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .header .header-tel a .open-24 {
        font-size: 1.125rem;
        font-weight: 500;
        color: #fff;
        padding: 4px 10px 2px;
        line-height: 1;
        display: inline-block;
        margin-right: 10px;
        background: #36517A; }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .menu-text {
    position: absolute;
    top: 25px;
    right: 9px;
    color: #FFF;
    font-size: .685rem; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  .menu-text {
    display: none; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  .sub_title {
    position: absolute;
    top: 5px;
    left: 10px;
    width: calc(100% - 60px); }
    .sub_title .logo a img {
      width: auto;
      height: 50px; }
    .sub_title .logo p {
      position: absolute;
      left: 180px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: .75rem; } }
@media screen and (min-width: 1080px) {
  .sub_title {
    display: none; } }
/* gnav.scss */
@media screen and (min-width: 1080px) {
  /* PC */
  .gnav_pc {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column; }
    .gnav_pc ul {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .gnav_pc ul li {
        margin-left: 50px; }
        .gnav_pc ul li a {
          text-decoration: underline;
          text-decoration-color: #36517A;
          text-underline-offset: 12px;
          font-size: 1.125rem; }

  #gnav_mm {
    display: none !important; } }
/* End MQ */
/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
@media screen and (max-width: 1079px) {
  .gnav_pc {
    display: none; }

  a.meanmenu-reveal {
    display: none; }

  /* 一番上のバー */
  .mean-container .mean-bar {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    height: 60px;
    background: #fff;
    width: 100%; }

  .mean-container a.meanmenu-reveal {
    width: 60px;
    height: 60px;
    padding: 17px 15px 14px 16px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    line-height: 28px;
    display: block;
    z-index: 1000;
    background: #36517A; } }
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #service_post a.meanmenu-reveal {
    display: none !important; } }
@media screen and (max-width: 1079px) {
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 1px;
    margin-top: 9px; }

  .mean-container a.meanmenu-reveal span:first-of-type {
    margin-top: 3px; }

  /*開いた中のバー*/
  .mean-container .mean-nav {
    width: 100%; }

  .mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    height: calc(100% - 60px);
    top: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
    list-style-type: none;
    background: #36517A;
    position: fixed;
    overflow-y: auto; }

  .mean-container .mean-nav ul li {
    position: relative;
    width: 100%; }

  .mean-container .mean-nav ul li a {
    display: block;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875rem; }

  .mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible; }

  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0; }

  .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%; }

  .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%; }

  .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%; }

  .mean-container .mean-nav ul li a:hover {
    background: #46689d; }

  .mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 29px;
    padding: 7px 12px 16px 12px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: #46689d;
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important; }

  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: #46689d; }

  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both; }

  .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0; }

  /* Fix for box sizing on Foundation Framework etc. */
  .mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; } }
.mean-remove {
  display: none !important; }

.footer {
  padding-bottom: 50px; }

.sp-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 50px);
  position: fixed;
  z-index: 95;
  bottom: 0;
  left: 0; }
  @media screen and (min-width: 768px) {
    .sp-phone {
      display: none; } }
  .sp-phone a {
    background: #36517A;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-right: solid 1px #829dc7; }
    .sp-phone a:hover {
      opacity: 1; }

.footer__top {
  background: url("../images/common/f_bg-sp.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 30px 0 200px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .footer__top {
      padding: 42px 0 270px;
      background: url("../images/common/f_bg.jpg") no-repeat;
      background-size: cover;
      background-position: bottom; } }

.footer-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 31px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px; }

.footer__layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 30px);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: .9325rem;
  position: relative;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .footer__layout {
      flex-direction: row; }
      .footer__layout::after {
        background: #fff;
        width: 1px;
        height: 195px;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        margin: auto;
        content: "";
        transition: all .2s; } }
  @media screen and (min-width: 1080px) {
    .footer__layout {
      font-size: 1.125rem; } }

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .footer-layout__left,
  .footer-layout__right {
    width: 48%; } }
.layout-left__text {
  margin-bottom: 10px; }
  .layout-left__text a {
    color: #fff; }

.layout-right__tel a {
  color: #fff;
  font-weight: 600;
  font-size: 32px; }

.layout-right__btn {
  margin-top: 15px;
  background: #36517A;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding: 13px 25px 10px 15px;
  box-sizing: border-box;
  position: relative; }
  @media screen and (min-width: 768px) {
    .layout-right__btn {
      padding: 13px 25px 10px; } }
  .layout-right__btn .layout-right__text {
    margin-left: 30px; }

.layout-right__arrow {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media screen and (min-width: 768px) {
    .layout-right__arrow {
      right: 30px; } }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 30px);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0 10px;
  flex-direction: column; }
  @media screen and (min-width: 1080px) {
    .footer__bottom {
      flex-direction: row; } }

.footer__logo a img {
  width: 200px;
  height: auto; }
  @media screen and (min-width: 768px) {
    .footer__logo a img {
      width: 257px; } }

.footer__nav {
  margin-top: 6px; }
  .footer__nav ul {
    justify-content: flex-end;
    align-items: center;
    display: none; }
    @media screen and (min-width: 1080px) {
      .footer__nav ul {
        display: flex; } }
    .footer__nav ul li {
      margin-left: 50px; }
      .footer__nav ul li a {
        font-size: 1.125rem; }

.layout-right__tel {
  margin-top: -5px; }

.footer__copy {
  text-align: center;
  font-size: 11px;
  padding: 10px;
  box-sizing: border-box; }

/* CSS for Top Page */
.info-block {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }

.info__text {
  text-align: center;
  color: #36517A;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(1.325rem, 20px);
  margin-bottom: 10px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .info__text {
      font-size: 34px;
      margin-bottom: 16px; } }

.info__bottom-text {
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  color: #36517A;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .info__bottom-text {
      font-size: 20px;
      margin-bottom: 45px; } }

.info__nagomi {
  margin-bottom: 18px; }
  .info__nagomi img {
    width: 140px;
    height: auto; }
    @media screen and (min-width: 768px) {
      .info__nagomi img {
        width: 224px; } }

.info__bottom-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .info__bottom-list {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-bottom: 37px; } }
  @media screen and (min-width: 1000px) {
    .info__bottom-list {
      grid-template-columns: repeat(4, 1fr); } }
  .info__bottom-list li a {
    width: 100%;
    min-height: 200px;
    background: #f8fafa;
    border: 1px solid rgba(54, 81, 122, 0.3);
    box-shadow: 5px 5px #F7FAFA;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    font-family: "Noto Serif JP", serif;
    position: relative;
    padding: 22px 20px 0;
    box-sizing: border-box; }
    .info__bottom-list li a::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24px 24px 0px 0px;
      border-color: transparent #36517A transparent transparent;
      position: absolute;
      right: 0;
      bottom: 0;
      content: ""; }

.info-card__title {
  font-weight: 600;
  font-size: 33px;
  line-height: 44px;
  text-align: center;
  color: #36517A;
  margin-bottom: -7px; }

.info-card__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  color: #36517A; }

.info-card__price {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: -4px; }
  @media screen and (min-width: 768px) {
    .info-card__price {
      font-size: 38px;
      line-height: 44px; } }

.info-card__tax {
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  text-align: center; }

.info__contact-text {
  font-size: 1rem;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .info__contact-text {
      text-align: center;
      font-size: 1.125rem; } }

.info__tel-contact {
  background: #f8fafa;
  box-shadow: 5px 5px #F7FAFA;
  padding: 24px 20px;
  box-sizing: border-box;
  margin-bottom: 50px; }
  @media screen and (min-width: 7698x) {
    .info__tel-contact {
      margin-bottom: 69px; } }
  .info__tel-contact p {
    margin-bottom: 0; }
  .info__tel-contact figure {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .info__tel-contact figure {
        margin-bottom: 0; } }
    .info__tel-contact figure img {
      width: 48px;
      height: auto; }
      @media screen and (min-width: 768px) {
        .info__tel-contact figure img {
          width: 64px; } }

.info__tel-text {
  font-weight: 600;
  font-size: 1.75rem;
  text-align: center;
  color: #36517A;
  margin-bottom: 5px !important; }
  @media screen and (min-width: 768px) {
    .info__tel-text {
      font-size: 40px;
      margin-bottom: -4px !important; } }

.about-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.about-block {
  margin-bottom: 72px;
  width: calc(100% - 30px);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }

.about-block__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.75rem;
  text-align: center;
  color: #36517A;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .about-block__title {
      font-size: 31px;
      line-height: 42px;
      margin-bottom: 15px; } }

.about-block__sub-title {
  font-weight: 500;
  font-size: 1rem;
  color: #000;
  margin-bottom: 18px; }
  @media screen and (min-width: 768px) {
    .about-block__sub-title {
      font-size: 17px;
      text-align: center; } }

.about-block__text {
  margin-bottom: 20px; }
  .about-block__text b {
    color: #36517A; }

.about-block__list {
  width: 100%;
  background: url("../images/common/bg01.png") no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 30px 20px 30px 45px;
  box-sizing: border-box;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 26px; }
  @media screen and (min-width: 7698x) {
    .about-block__list {
      padding: 30px 20px 30px 65px; } }
  .about-block__list li {
    position: relative;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.03em;
    text-align: left;
    color: #000;
    box-sizing: border-box;
    margin-bottom: 15px;
    min-width: 100%; }
    @media screen and (min-width: 768px) {
      .about-block__list li {
        font-size: 20px;
        min-width: 370px; } }
    .about-block__list li:last-of-type {
      margin-bottom: 0; }
    .about-block__list li::before {
      content: "";
      background: url("../images/common/icon-check.svg") no-repeat;
      background-size: contain;
      width: 20px;
      height: 20px;
      position: absolute;
      left: -30px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (min-width: 7698x) {
        .about-block__list li::before {
          width: 32px;
          height: 29px;
          left: -42px;
          top: -4px; } }

.price-block {
  margin-bottom: 82px;
  width: calc(100% - 30px);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }

.price-block__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2rem;
  text-align: center;
  color: #36517A;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .price-block__title {
      font-size: 31px;
      line-height: 42px; } }

.price-block__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media screen and (min-width: 768px) {
    .price-block__list {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 53px;
      grid-row-gap: 53px; } }
  .price-block__list li {
    background: url("../images/common/bg01.png") no-repeat;
    background-size: cover;
    padding: 22px 20px 36px;
    box-sizing: border-box; }

.price-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 33px;
  text-align: center;
  color: #36517a;
  margin-bottom: -5px; }

.price-card__subtitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #36517a;
  margin-bottom: -5px; }

.price-card__price {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #213149;
  margin-bottom: 12px;
  padding-left: 20px; }
  @media screen and (min-width: 7698x) {
    .price-card__price {
      padding-left: 0; } }
  .price-card__price small {
    font-size: 1.125rem; }

.price-card__text {
  width: 100%;
  min-height: 80px;
  border-radius: 10px;
  background: #36517a;
  color: #fff;
  font-size: .875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .price-card__text {
      font-size: 1.125rem;
      text-align: center; } }

.plan-block {
  background: url("../images/common/bg03.png") no-repeat;
  background-size: cover;
  padding: 30px 0;
  box-sizing: border-box;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .plan-block {
      padding: 45px 0;
      margin-bottom: 80px; } }

.plan-block__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.75rem;
  text-align: center;
  color: #36517A;
  margin-bottom: 26px; }
  @media screen and (min-width: 768px) {
    .plan-block__title {
      font-size: 31px; } }

.plan-card {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 20px 15px 20px;
  box-sizing: border-box;
  margin-bottom: 40px; }
  @media screen and (min-width: 7698x) {
    .plan-card {
      padding: 23px 26px 28px; } }

.plan-card__block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border-bottom: solid 1px #36517A;
  margin-bottom: 15px;
  padding-bottom: 5px; }
  @media screen and (min-width: 1000px) {
    .plan-card__block {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  .plan-card__block .plan-card__wrapper {
    border-bottom: solid 0 #36517A;
    margin-bottom: 10px;
    padding-bottom: 0; }
    @media screen and (min-width: 768px) {
      .plan-card__block .plan-card__wrapper {
        margin-bottom: 0; } }

.plan-card__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: solid 1px #36517A;
  margin-bottom: 18px;
  padding-bottom: 5px;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .plan-card__wrapper {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

.plan-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.75rem;
  text-align: left;
  color: #36517A; }
  @media screen and (min-width: 768px) {
    .plan-card__title {
      font-size: 33px; } }
  .plan-card__title small {
    font-weight: 500;
    font-size: 1.125rem; }
    @media screen and (min-width: 768px) {
      .plan-card__title small {
        font-size: 27px; } }

.plan-card__price {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #213149; }
  @media screen and (min-width: 768px) {
    .plan-card__price {
      font-size: 28px;
      text-align: right; } }
  .plan-card__price small {
    font-size: 1rem;
    font-weight: 500; }

.plan-card__sub-title {
  min-width: 110px;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  background: #36517A;
  color: #fff;
  padding: 8px 10px 5px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 14px; }
  @media screen and (min-width: 768px) {
    .plan-card__sub-title {
      min-width: 120px;
      font-size: 1.125rem;
      margin-bottom: 22px; } }

.plan-card__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 18px;
  flex-direction: column; }
  @media screen and (min-width: 1000px) {
    .plan-card__list {
      flex-direction: row; } }
  @media screen and (min-width: 1000px) {
    .plan-card__list ul {
      margin-left: 35px; }
      .plan-card__list ul:nth-of-type(1) {
        margin-left: 0; } }
  .plan-card__list ul li {
    font-size: 1rem;
    margin-bottom: 5px;
    padding-left: 1.125rem;
    text-indent: -1.125rem;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .plan-card__list ul li {
        font-size: 1.125rem;
        margin-bottom: 10px; } }
    .plan-card__list ul li::before {
      content: "● ";
      color: #36517A; }

.plan-card__illust {
  border: solid 1px #36517A;
  padding: 10px;
  box-sizing: border-box; }
  .plan-card__illust ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px; }
    @media screen and (min-width: 768px) {
      .plan-card__illust ul {
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px; } }
    @media screen and (min-width: 1080px) {
      .plan-card__illust ul {
        grid-template-columns: repeat(10, 1fr); } }
    .plan-card__illust ul li img {
      width: 100%;
      height: auto; }
    .plan-card__illust ul li p {
      background: #36517A;
      font-weight: normal;
      font-size: .75rem;
      letter-spacing: -0.05em;
      text-align: center;
      color: #fff; }
      @media screen and (min-width: 7698x) {
        .plan-card__illust ul li p {
          font-size: 13px; } }

.plan-bottom__text {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px; }

.addition-block {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }

.addition__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2rem;
  text-align: center;
  color: #36517A;
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .addition__title {
      font-size: 31px;
      line-height: 42px;
      margin-bottom: 14px; } }

.addition__text {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .addition__text {
      text-align: center;
      font-size: 17px;
      margin-bottom: 27px; } }

.addition__list {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 74px; }
  .addition__list dl {
    display: flex;
    justify-content: space-between;
    border: solid 1px #e0e0e0;
    border-bottom: solid 0 #e0e0e0; }
    .addition__list dl:last-of-type {
      border-bottom: solid 1px #e0e0e0; }
    .addition__list dl dt {
      background: #FCF9F2;
      padding: 10px 14px;
      box-sizing: border-box;
      width: 50%;
      border-right: solid 1px #e0e0e0; }
      @media screen and (min-width: 768px) {
        .addition__list dl dt {
          padding: 14px 24px; } }
    .addition__list dl dd {
      padding: 10px 14px;
      width: 50%;
      box-sizing: border-box; }
      @media screen and (min-width: 768px) {
        .addition__list dl dd {
          padding: 14px 28px; } }

.flow-block {
  width: calc(100% - 30px);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }

.flow__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2rem;
  text-align: center;
  color: #36517A;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .flow__title {
      font-size: 31px;
      line-height: 42px; } }

.flow__number {
  background: #F8F9FB;
  width: 100%;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border-right: solid 1px #e0e0e0;
  color: #36517A;
  line-height: 1;
  padding: 2px 0;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .flow__number {
      width: 100px;
      min-height: 100px;
      font-size: 46px; } }

.flow__list ul li {
  display: flex;
  justify-content: flex-start;
  border: solid 1px #e0e0e0;
  box-sizing: border-box;
  margin-bottom: 75px;
  position: relative;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .flow__list ul li {
      flex-direction: row; } }
  .flow__list ul li:last-of-type::after {
    content: none; }
  .flow__list ul li::after {
    background: url("../images/common/icon-arrow.svg") no-repeat;
    background-size: contain;
    width: 48px;
    height: 52px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -65px;
    margin: auto;
    content: "";
    transition: all .2s; }
  .flow__list ul li .flow__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    flex: 1;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .flow__list ul li .flow__wrapper {
        padding: 10px 20px; } }
  .flow__list ul li .flow-content__title {
    font-weight: 500;
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .flow__list ul li .flow-content__title {
        font-size: 20px; } }
    .flow__list ul li .flow-content__title span {
      background: #36517A;
      display: inline-block;
      margin-left: 10px;
      padding: 4px 10px 1px;
      box-sizing: border-box;
      line-height: 1;
      color: #fff;
      font-weight: 500;
      font-size: .875rem; }
      @media screen and (min-width: 768px) {
        .flow__list ul li .flow-content__title span {
          font-size: 1.125rem;
          padding: 4px 12px 1px;
          margin-left: 20px; } }
  .flow__list ul li .flow__image {
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      .flow__list ul li .flow__image {
        margin-right: 25px; } }
    .flow__list ul li .flow__image img {
      width: 2.5rem;
      height: auto; }
      @media screen and (min-width: 768px) {
        .flow__list ul li .flow__image img {
          width: 64px; } }

.faq-block {
  background: #FCF9F2;
  padding: 30px 0;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .faq-block {
      padding: 40px 0;
      margin-bottom: 75px; } }

.faq-block__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.75rem;
  text-align: center;
  color: #36517A;
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .faq-block__title {
      font-size: 31px; } }

.faq-list {
  width: calc(100% - 30px);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }
  .faq-list dl {
    margin-bottom: 26px; }
  .faq-list dt {
    background: #36517A;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    padding: 10px 50px 10px 12px;
    box-sizing: border-box;
    font-size: .9325rem;
    position: relative;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .faq-list dt {
        padding: 12px 72px 12px 24px;
        font-size: 1.125rem; } }
    .faq-list dt span {
      width: 40px;
      display: block;
      color: #fff;
      font-size: 1rem;
      font-weight: 500;
      margin-top: -6px; }
      @media screen and (min-width: 768px) {
        .faq-list dt span {
          width: 60px;
          font-size: 21px; } }
    .faq-list dt p {
      width: 100%;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .faq-list dt p {
          width: calc(100% - 60px);
          text-align: center; } }
    .faq-list dt::after {
      background: url("../images/common/icon-plus.svg") no-repeat;
      width: 15px;
      height: 16px;
      position: absolute;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      transition: all .2s; }
      @media screen and (min-width: 768px) {
        .faq-list dt::after {
          right: 20px; } }
  .faq-list dd {
    background: #fff;
    padding: 12px 32px 12px 12px;
    box-sizing: border-box;
    font-size: .875rem;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: none; }
    @media screen and (min-width: 768px) {
      .faq-list dd {
        padding: 15px 32px 15px 24px;
        font-size: 1.0625rem; } }
    .faq-list dd::after {
      background: url("../images/common/icon-cross.svg") no-repeat;
      width: 13px;
      height: 13px;
      position: absolute;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      transition: all .2s; }
      @media screen and (min-width: 768px) {
        .faq-list dd::after {
          right: 20px; } }
    .faq-list dd span {
      width: 50px;
      display: block;
      color: #6B7F3B;
      font-size: 1.125rem;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .faq-list dd span {
          width: 60px;
          font-size: 21px; } }

.faq-list dd .dd-close {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  bottom: 0;
  margin: auto;
  z-index: 2; }

.access-block {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .access-block {
      margin-bottom: 80px; } }

.access-block__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.75rem;
  text-align: center;
  color: #36517A;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .access-block__title {
      font-size: 31px; } }

.access-block__map iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .access-block__map iframe {
      height: 500px;
      margin-bottom: 20px; } }

@media screen and (min-width: 768px) {
  .access-block__text {
    font-size: 1.125rem; } }

.contact-block__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (min-width: 7698x) {
    .contact-block__title {
      font-size: 31px; } }
