@charset "UTF-8";
/*!
 * Project: yamamou
 * @version 1.0.0
 * @author STUDIO MIRAI.
 * @lastmodified 2025-05-07
 */
/* ======================================================================

<_settings.scss> 

========================================================================== */
/* = 
------------------------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/* = 
------------------------------------------------------------------------------------------------------- */
/* = 
------------------------------------------------------------------------------------------------------- */
/* ======================================================================

<_reset.scss> 

========================================================================== */
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ======================================================================

<_common.scss> 

========================================================================== */
/* =======================================================================
  basic html
========================================================================== */
:root,
::before,
::after {
  --black: #231815;
  --white: #ffffff;
  --blue: #0075c2;
  --yellow: #fff100;
  --green_01: #3eb370;
  --green_02: #45b035;
  --green_03: #8fc31f;
  --green_bg: #cae4c3;
  --pink_01: #ef858c;
  --pink_02: #e85377;
  --pink_03: #ec7aac;
  --pink_bg: #fbe6ef;
  --lgray: #aeb3b5;
  --lblue: #37afde;
  --bgreen: #00b1a0;
  --purple: #647cbd;
  --orange: #f39800;
  --container_width: 1000px;
  --container_wide_width: 1400px;
  --container_thin_width: 960px;
}

html {
  font-size: 50%;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  html {
    font-size: 60%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  height: 100%;
  color: var(--black);
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
  z-index: -2;
}

a {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
a.external {
  padding-right: 2rem;
  background: url(../img/common/ico_blank.svg) right 0.2rem top 0.1rem no-repeat;
  background-size: 1.3rem;
}
a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}

img {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

hr {
  height: 0.1rem;
  background-color: var(--lgray);
  opacity: 0.25;
  margin: 1.5rem 0;
}

strong {
  font-weight: 700;
}

/* =======================================================================
  basic classes
========================================================================== */
/* = container
-------------------------- */
.container {
  position: relative;
  padding: 0;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .container {
    max-width: var(--container_width);
  }
}

.disp_pc {
  display: block;
}
@media (max-width: 568px) {
  .disp_pc {
    display: none;
  }
}

.disp_sp,
.disp_tab {
  display: none;
}
@media (max-width: 568px) {
  .disp_sp,
  .disp_tab {
    display: block;
  }
}

.strike {
  text-decoration: line-through;
}

.disabled {
  opacity: 0.3;
  cursor: default;
}

.skip-link {
  position: absolute;
  top: -60px;
  left: 0;
  color: #fff;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

/* = main
-------------------------- */
#main .section {
  margin: 0 auto 6rem;
}
#main .btn_area {
  text-align: center;
}
#main .btn_area .btn,
#main .btn_area .wpcf7-submit,
#main .btn_area .wpcf7-previous,
#main .btn_area .btn_to_prev,
#main .btn_area .btn_to_next {
  background: var(--black);
  color: var(--white);
  border: 0.1rem solid var(--white);
  padding: 0.7rem 2.8rem;
  border-radius: 0.6rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  text-decoration: none;
  pointer-events: auto;
}
@media (min-width: 992px) {
  #main .btn_area .btn,
  #main .btn_area .wpcf7-submit,
  #main .btn_area .wpcf7-previous,
  #main .btn_area .btn_to_prev,
  #main .btn_area .btn_to_next {
    font-size: 2.2rem;
  }
}
#main .btn_area .btn::after,
#main .btn_area .wpcf7-submit::after,
#main .btn_area .wpcf7-previous::after,
#main .btn_area .btn_to_prev::after,
#main .btn_area .btn_to_next::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/ico_arrow.svg") no-repeat center center;
  background-size: contain;
}
#main .btn_area .btn:hover,
#main .btn_area .wpcf7-submit:hover,
#main .btn_area .wpcf7-previous:hover,
#main .btn_area .btn_to_prev:hover,
#main .btn_area .btn_to_next:hover {
  background: var(--green_01);
}
#main .btn_area .wpcf7-submit {
  padding: 0.7rem 6.5rem 0.7rem 2.8rem;
  background: var(--black) url("../img/common/ico_arrow.svg") no-repeat right 2rem center;
  background-size: 12%;
}
#main .btn_area .wpcf7-submit:hover {
  background: var(--green_01) url("../img/common/ico_arrow.svg") no-repeat right 2rem center;
  background-size: 12%;
}
#main .btn_area .wpcf7-previous {
  display: inline-block !important;
  padding: 0.7rem 2.8rem 0.7rem 6.5rem;
  background: var(--lgray) url("../img/common/ico_arrow_back.svg") no-repeat left 2rem center;
  color: var(--black);
  background-size: 12%;
}
#main .btn_area .wpcf7-previous:hover {
  background: var(--green_01) url("../img/common/ico_arrow_back.svg") no-repeat left 2rem center;
  color: var(--white);
  background-size: 12%;
}
#main .btn_area .btn_to_prev::after {
  display: none;
}
#main .btn_area .btn_to_prev::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/ico_arrow.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
}
#main .btn_area .contact_link {
  background: var(--orange) url("../img/common/ico_mail.svg") no-repeat left 1.3rem center;
  background-size: 2.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  color: var(--white);
  padding: 1.5rem 1.5rem 1.5rem 5rem;
  border-radius: 0.6rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
}
#main .box {
  border: 0.4rem solid var(--green_01);
  border-radius: 1rem;
  padding: 2rem;
  margin: 8rem auto 6rem;
  position: relative;
}
@media (min-width: 992px) {
  #main .box {
    padding: 3rem 4.2rem;
  }
}
#main .box .box_title {
  display: inline-block;
  position: absolute;
  top: -4rem;
  left: 2rem;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 3rem;
  color: var(--white);
  background: var(--green_01);
  border-radius: 1rem 1rem 0 0;
  padding: 0.3rem 7.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  #main .box .box_title {
    font-size: 3rem;
    top: -5.5rem;
  }
}
#main .box .header h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  #main .box .header h4 {
    font-size: 3rem;
  }
}
#main .box .main .grid_list {
  margin-bottom: 0;
}
#main .box .main figure {
  margin-bottom: 1.5rem;
}
#main .box .main .date {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #main .box .main .date {
    font-size: 2.5rem;
  }
}
#main .box .main .post_title {
  font-size: 2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #main .box .main .post_title {
    font-size: 2.5rem;
  }
}
#main .box .footer {
  margin-bottom: 1rem;
}
#main #information .title,
#main #disclosure .title,
#main .search .title {
  content: "";
  font-weight: bold;
  background: url("../img/common/gradation_bg.svg") no-repeat center center/cover;
  font-size: 2.2rem;
  color: var(--white);
  padding: 0.5rem 2rem;
  border-radius: 0.6rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  #main #information .title,
  #main #disclosure .title,
  #main .search .title {
    font-size: 2.6rem;
  }
}
#main #information .post_list,
#main #disclosure .post_list,
#main .search .post_list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
#main #information .post,
#main #disclosure .post,
#main .search .post {
  border-bottom: 0.1rem solid #999;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  #main #information .post,
  #main #disclosure .post,
  #main .search .post {
    padding: 2rem;
  }
}
#main #information .post a,
#main #disclosure .post a,
#main .search .post a {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  #main #information .post a,
  #main #disclosure .post a,
  #main .search .post a {
    flex-direction: row;
    align-items: center;
    gap: 1.2rem;
  }
}
#main #information .post a .date,
#main #disclosure .post a .date,
#main .search .post a .date {
  font-size: 1.8rem;
  display: inline-block;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #main #information .post a .date,
  #main #disclosure .post a .date,
  #main .search .post a .date {
    width: 11rem;
    font-size: 2rem;
  }
}
#main #information .post a .tag,
#main #disclosure .post a .tag,
#main .search .post a .tag {
  background: var(--green_bg);
  color: var(--black);
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
  display: inline-block;
  width: 20rem;
  white-space: nowrap;
  text-align: center;
}
#main #information .post a .post_title,
#main #disclosure .post a .post_title,
#main .search .post a .post_title {
  font-size: 2rem;
}
@media (min-width: 768px) {
  #main #information .post a .post_title,
  #main #disclosure .post a .post_title,
  #main .search .post a .post_title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 1.8rem;
  }
}
@media (min-width: 576px) {
  #main #information .post a .post_title,
  #main #disclosure .post a .post_title,
  #main .search .post a .post_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
#main #information .btn_area,
#main #disclosure .btn_area {
  text-align: right;
}
#main #information .post a .tag {
  background: var(--orange);
  color: var(--white);
}
#main #disclosure .post a .tag {
  background: var(--green_01);
  color: var(--white);
}
#main .grid_list ul,
#main .grid_list ol {
  display: grid;
  row-gap: 3rem;
}
@media (min-width: 992px) {
  #main .grid_list ul,
  #main .grid_list ol {
    row-gap: 6rem;
  }
}
#main .grid_list ul .list_item,
#main .grid_list ol .list_item {
  position: relative;
}
#main .grid_list ul .list_item h3,
#main .grid_list ol .list_item h3 {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  #main .grid_list ul .list_item_image,
  #main .grid_list ol .list_item_image {
    max-width: 43.5rem;
  }
}
#main .grid_list ul .list_item_image img,
#main .grid_list ol .list_item_image img {
  aspect-ratio: 435/300;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .grid_list_mb_2 ul,
#main .grid_list_mb_2 > ol {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
#main .grid_list_mb_3 ul,
#main .grid_list_mb_3 > ol {
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
#main .grid_list_lg_2 {
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  #main .grid_list_lg_2 {
    margin-bottom: 10rem;
  }
}
@media (min-width: 992px) {
  #main .grid_list_lg_2 ul,
  #main .grid_list_lg_2 > ol {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 5%;
  }
}
@media (min-width: 992px) {
  #main .grid_list_lg_3 ul,
  #main .grid_list_lg_3 > ol {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media (min-width: 992px) {
  #main .grid_list_lg_4 ul,
  #main .grid_list_lg_4 > ol {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media (min-width: 992px) {
  #main .grid_list_lg_5 ul,
  #main .grid_list_lg_5 > ol {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}

.list_dot li,
.heading_dot {
  position: relative;
  padding-left: 2.5rem;
}
.list_dot li::before,
.heading_dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: var(--green_01);
  border-radius: 50%;
  transform: translateY(-50%);
}
.list_dot li.bk::before,
.heading_dot.bk::before {
  background: var(--black);
}

/* = footer
-------------------------- */
#footer {
  position: relative;
}
#footer .inner {
  padding: 3rem 2rem 2rem;
  background: var(--green_bg);
  color: var(--black);
}
#footer .logo {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #footer .logo {
    font-size: 4rem;
    line-height: 1.5;
    padding-left: 1.5rem;
  }
}
#footer .logo span {
  font-size: 2rem;
}
@media (min-width: 992px) {
  #footer .logo span {
    font-size: 3rem;
  }
}
#footer .fnav {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: var(--container_width);
  margin: 0 auto;
  font-feature-settings: "palt";
}
@media (min-width: 992px) {
  #footer .fnav {
    flex-direction: row;
    gap: 3.5rem;
    align-items: flex-start;
    line-height: 1.25;
  }
}
#footer .fnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .fnav ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 3rem;
  text-align: left;
}
@media (min-width: 992px) {
  #footer .fnav ul li {
    font-size: 2rem;
  }
}
#footer .fnav ul li a {
  text-decoration: none;
}
#footer .copyright {
  margin: 1rem 0;
  text-align: center;
}
#footer .copyright a {
  text-decoration: none;
}

.search_result_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.search_result_item a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.search_result_item a .search_result_title {
  border-left: 1rem solid var(--green_01);
  padding-left: 1rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .search_result_item a .search_result_title {
    font-size: 3rem;
  }
}
.search_result_item a .search_result_title .keyword-highlight {
  background-color: rgba(255, 255, 128, 0.5);
  padding: 0 2px;
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.search_result_item a .search_result_excerpt {
  font-size: 1rem;
  line-height: 1.8;
}

/* ======================================================================

<_gnav.scss> ヘッダーメニューのCSS

========================================================================== */
/* = header
-------------------------- */
#header {
  position: relative;
}
#header .header_top {
  content: "";
  padding: 1rem 0;
  background: url("../img/common/gradation_bg.svg") no-repeat center center/cover;
  width: 100%;
}
#header .header_top .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  #header .header_top .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
#header .logo {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
@media (min-width: 768px) {
  #header .logo {
    font-size: 4rem;
    line-height: 1.5;
  }
}
#header .logo span {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #header .logo span {
    font-size: 2.7rem;
    letter-spacing: 0.2rem;
  }
}
#header .search_box {
  display: none;
  border-radius: 0.3rem;
  overflow: hidden;
  justify-content: left;
  z-index: 999;
  border: 0.2rem solid var(--lgray);
  width: 25rem;
}
@media (min-width: 576px) {
  #header .search_box {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #header .search_box {
    display: flex !important;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
#header .search_box input[type=text] {
  padding: 0.3rem 1rem;
  border: none;
  width: 100%;
  background: var(--white);
  color: var(--black);
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #header .search_box input[type=text] {
    font-size: 2.2rem;
    width: 22.5rem;
  }
}
#header .search_box button {
  padding: 0 1rem;
  border: none;
  background: #fff;
  cursor: pointer;
}
#header .search_box button img {
  width: 3.3rem;
  height: 3.3rem;
}
#header .header_btn_area {
  display: none;
  padding: 1rem 0;
  position: relative;
  z-index: 999;
}
@media (min-width: 1200px) {
  #header .header_btn_area {
    padding: 2rem 0;
    display: flex !important;
    justify-content: center;
  }
}
#header .header_btn_area .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  #header .header_btn_area .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
#header .accessibility {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  #header .accessibility {
    flex-direction: row;
    gap: 4rem;
    margin-bottom: 0;
  }
}
#header .accessibility .accessibility_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 1200px) {
  #header .accessibility .accessibility_list {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
#header .accessibility h4 {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
}
@media (min-width: 1200px) {
  #header .accessibility h4 {
    font-size: 2.6rem;
    margin: 0;
  }
}
#header .accessibility .bg_colorBtn_wrap,
#header .accessibility .bl_sizeBtn_wrap {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  #header .accessibility .bg_colorBtn_wrap,
  #header .accessibility .bl_sizeBtn_wrap {
    flex-wrap: nowrap;
  }
}
#header .accessibility .bg_colorBtn,
#header .accessibility .bl_sizeBtn {
  width: 6.4rem;
  height: 4rem;
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
  cursor: pointer;
  border: 0.1rem solid var(--black);
  background: var(--white);
  color: var(--black);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  #header .accessibility .bg_colorBtn,
  #header .accessibility .bl_sizeBtn {
    font-size: 2rem;
  }
}
#header .accessibility .bg_colorBtn[data-bg=blue],
#header .accessibility .bl_sizeBtn[data-bg=blue] {
  background: var(--blue);
  color: var(--white);
}
#header .accessibility .bg_colorBtn[data-bg=yellow],
#header .accessibility .bl_sizeBtn[data-bg=yellow] {
  background: var(--yellow);
  color: var(--black);
}
#header .accessibility .bg_colorBtn[data-bg=black],
#header .accessibility .bl_sizeBtn[data-bg=black] {
  background: var(--black);
  color: var(--white);
}
#header .accessibility .bg_colorBtn[data-bg=white],
#header .accessibility .bl_sizeBtn[data-bg=white] {
  background: #fff;
  color: var(--black);
}
#header .accessibility .bg_colorBtn.selected,
#header .accessibility .bl_sizeBtn.selected {
  border-color: var(--orange);
  border-width: 0.2rem;
}
#header .contact .contact_link {
  background: var(--orange) url("../img/common/ico_mail.svg") no-repeat left 1rem center;
  background-size: 2.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  color: var(--white);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-left: 2rem;
  border-radius: 0.6rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
@media (min-width: 1200px) {
  #header .contact .contact_link {
    margin-left: 4rem;
  }
}

/* = nav_area
-------------------------- */
#nav_area {
  position: relative;
}

/* = gnav
-------------------------- */
.gnav {
  display: none;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1200px) {
  .gnav {
    font-size: 2.8rem;
    display: block !important;
    position: static;
    background: transparent;
    box-shadow: none;
  }
}
.gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .gnav ul {
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .gnav ul li {
    position: relative;
    padding: 0 2rem;
  }
  .gnav ul li.home {
    display: none;
  }
  .gnav ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    border-right: 0.1rem solid var(--black);
  }
}
.gnav ul li a {
  text-decoration: none;
}
.gnav ul li a:hover {
  color: var(--green_01);
}

/*============
  #mask（全画面マスク）
=============*/
#mask {
  display: none;
  transition: all 0.5s;
  z-index: 90;
}

/*============
  .toggle_btn（ハンバーガー）
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 32px;
  transform: translate(0, 0);
  transition: all 0.5s;
  cursor: pointer;
  z-index: 110;
}
@media (min-width: 1200px) {
  .toggle_btn {
    display: none !important;
  }
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 34px;
  height: 2px;
  background-color: var(--white);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 34px;
}
.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 34px;
  animation-delay: 0.33s;
}
.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 34px;
}

/* = nav (open)
---------------------------- */
.open {
  overflow: hidden;
}
.open#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 120;
  background-color: var(--white);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.open .header_top h1 {
  display: none;
}
.open .search_box {
  display: flex !important;
}
.open .header_btn_area {
  display: block !important;
}
.open .contact {
  display: flex !important;
  justify-content: center;
}
.open .gnav {
  display: block;
  width: 100%;
  height: 100svh;
  z-index: 110;
  position: relative;
}
.open .toggle_btn span {
  background-color: var(--black);
  box-shadow: none;
  width: 34px;
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-30deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(30deg);
  animation: unset;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 100;
}

/* ======================================================================

<_accessibility.scss> 背景色・文字の大きさのCSS

========================================================================== */
body.bg-white,
body.bg-blue,
body.bg-yellow,
body.bg-black {
  background-color: inherit !important;
}

body.bg-white {
  background: var(--white) !important;
  color: var(--black) !important;
}
body.bg-white #mask {
  background: var(--white);
  color: var(--black);
}

body.bg-blue {
  background: var(--blue) !important;
  color: var(--white) !important;
}
body.bg-blue #mask {
  background: var(--blue);
  color: var(--white);
}
body.bg-blue #header .search_box input[type=text] {
  background: var(--blue);
  color: var(--white);
}
body.bg-blue #header .search_box button {
  background: var(--blue);
}

body.bg-yellow {
  background: var(--yellow) !important;
  color: var(--black) !important;
}
body.bg-yellow #mask {
  background: var(--yellow);
  color: var(--black);
}
body.bg-yellow #header .search_box input[type=text] {
  background: var(--yellow);
  color: var(--black);
}
body.bg-yellow #header .search_box button {
  background: var(--yellow);
}

body.bg-black {
  background: var(--black) !important;
  color: var(--white) !important;
}
body.bg-black #mask {
  background: var(--black);
  color: var(--white);
}
body.bg-black #header .search_box input[type=text] {
  background: var(--black);
  color: var(--white);
}
body.bg-black #header .search_box button {
  background: var(--black);
}

body.bg-blue .contact_form,
body.bg-black .contact_form {
  border: 0.2rem solid var(--white) !important;
}
body.bg-blue .toggle_btn span,
body.bg-black .toggle_btn span {
  background: var(--white);
}
body.bg-blue .gnav ul li:not(:last-child)::after,
body.bg-black .gnav ul li:not(:last-child)::after {
  border-right: 0.1rem solid var(--white);
}
body.bg-blue input::-moz-placeholder, body.bg-blue textarea::-moz-placeholder, body.bg-black input::-moz-placeholder, body.bg-black textarea::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}
body.bg-blue input::placeholder,
body.bg-blue textarea::placeholder,
body.bg-black input::placeholder,
body.bg-black textarea::placeholder {
  color: var(--white);
  opacity: 1;
}
body.bg-blue input::-webkit-input-placeholder,
body.bg-blue textarea::-webkit-input-placeholder,
body.bg-black input::-webkit-input-placeholder,
body.bg-black textarea::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
}
body.bg-blue input:-ms-input-placeholder,
body.bg-blue textarea:-ms-input-placeholder,
body.bg-black input:-ms-input-placeholder,
body.bg-black textarea:-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}
body.bg-blue input::-ms-input-placeholder,
body.bg-blue textarea::-ms-input-placeholder,
body.bg-black input::-ms-input-placeholder,
body.bg-black textarea::-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}

body.font-sm {
  font-size: 1.4rem !important;
}

html.font-sm {
  font-size: 50% !important;
}

body.font-md {
  font-size: 1.6rem !important;
}

html.font-md {
  font-size: 62.5% !important;
}

body.font-lg {
  font-size: 1.8rem !important;
}

html.font-lg {
  font-size: 70% !important;
}

/* ======================================================================

<_home.scss> トップページのCSS

========================================================================== */
#home #main .mainvisual {
  height: 23rem;
  background: url("../img/home/mainvisual.jpg") no-repeat top center;
  background-size: cover;
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  #home #main .mainvisual {
    height: 70rem;
    margin-bottom: 6rem;
  }
}
#home #main .mainvisual ul {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #home #main .mainvisual ul {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4rem;
    bottom: 4rem;
  }
}
#home #main .mainvisual ul li {
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) {
  #home #main .mainvisual ul li {
    text-align: left;
  }
}
#home #main .mainvisual ul li:first-child {
  width: 90%;
}
@media (min-width: 768px) {
  #home #main .mainvisual ul li:first-child {
    width: 45.4rem;
  }
}
#home #main .mainvisual ul li:last-child {
  width: 90%;
}
@media (min-width: 768px) {
  #home #main .mainvisual ul li:last-child {
    width: 50.9rem;
  }
}
#home #main .mainvisual ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  font-weight: 500;
  font-feature-settings: "palt";
  white-space: nowrap;
  border: 0.3rem solid var(--green_02);
  border-radius: 5rem;
  color: var(--green_02);
  background: var(--white) url("../img/common/ico_arrow_gr.svg") no-repeat center right 1.2rem;
  background-size: 2rem;
  padding: 0.5rem 3.6rem 0.5rem 1.6rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  #home #main .mainvisual ul li a {
    background-size: 2.6rem;
    padding-right: 5rem;
  }
}
#home #main #services .grid_list ul {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
#home #main #services .grid_list ul .list_item {
  position: relative;
}
#home #main #services .grid_list ul .list_item img {
  aspect-ratio: 320/290;
}
#home #main #services .grid_list ul .list_item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 9rem;
  width: 100%;
  display: flex;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  font-feature-settings: "palt";
  color: var(--white);
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
#home #main #services .grid_list ul .list_item h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-color: currentColor;
  opacity: 0.7;
  z-index: -1;
}
#home #main #services .grid_list ul .list_item .bg_color.pink_03::before {
  background-color: var(--pink_03);
}
#home #main #services .grid_list ul .list_item .bg_color.green_03::before {
  background-color: var(--green_03);
}
#home #main #services .grid_list ul .list_item .bg_color.lblue::before {
  background-color: var(--lblue);
}
#home #main #services .grid_list ul .list_item .bg_color.bgreen::before {
  background-color: var(--bgreen);
}
#home #main #services .grid_list ul .list_item .bg_color.purple::before {
  background-color: var(--purple);
}
#home #main #services .grid_list ul .list_item .bg_color.orange::before {
  background-color: var(--orange);
}
#home #main #greeting {
  margin-bottom: 6.5rem;
}
#home #main #greeting .box {
  margin: 0;
}
#home #main #greeting .box .header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  #home #main #greeting .box .header {
    gap: 4rem;
    align-items: flex-end;
    margin-bottom: 3rem;
  }
}
#home #main #greeting .box .header .title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #home #main #greeting .box .header .title {
    font-size: 3rem;
    line-height: 1.9;
  }
}
#home #main #greeting .box .header .title strong {
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  #home #main #greeting .box .header .title strong {
    font-size: 3.8rem;
  }
}
#home #main #greeting .box .header .title strong span {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  #home #main #greeting .box .header .title strong span {
    font-size: 2.6rem;
  }
}
#home #main #greeting .box .header .sub_title {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#home #main #greeting .box .header figure {
  width: 13.2rem;
  height: 14.8rem;
}
#home #main #greeting .box .header figure img {
  width: 100%;
  height: auto;
}
#home #main #greeting .box .main {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#home #main #greeting .box .footer {
  text-align: right;
  font-size: 2rem;
}
#home #main #greeting .box .footer span {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  #home #main #greeting .box .footer {
    font-size: 2.2rem;
  }
  #home #main #greeting .box .footer span {
    font-size: 2rem;
  }
}

/* ======================================================================

<_page.scss> 

========================================================================== */
.page #main .page_title,
.page #main .title {
  border-left: 1rem solid var(--green_01);
  padding-left: 1rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page #main .page_title,
  .page #main .title {
    font-size: 3rem;
  }
}
.page #main .title_box {
  background: var(--green_bg);
  color: var(--black);
  padding: 2rem 0;
  max-height: 14rem;
}
@media (min-width: 992px) {
  .page #main .title_box {
    padding: 3rem 0;
  }
}
.page #main .title_box .page_title,
.page #main .title_box .title {
  margin-bottom: 0;
  font-feature-settings: "palt";
}
@media (min-width: 992px) {
  .page #main .title_box .page_title,
  .page #main .title_box .title {
    font-size: 2.8rem;
  }
}
.page #main .breadcrumb {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  padding: 1rem 0;
  margin: 0 auto;
  font-feature-settings: "palt";
}
@media (min-width: 992px) {
  .page #main .breadcrumb {
    max-width: var(--container_width);
  }
}
.page #main .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}
.page #main .breadcrumb ol li:not(:last-child)::after {
  content: "＞";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.page #main .breadcrumb ol li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page #main .mainvisual,
.page #main .mainvisual_02 {
  aspect-ratio: 1200/478;
  width: 100%;
  margin-bottom: 6rem;
}
.page #main .section > div {
  margin-bottom: 4rem;
}
.page #main .section.container {
  margin: 3rem auto;
}
.page #main p,
.page #main ul,
.page #main dl {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.page #main .visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page #main .info_block {
  font-feature-settings: "palt";
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .page #main .info_block {
    margin-bottom: 6rem;
  }
}
.page #main .info_block p,
.page #main .info_block ul,
.page #main .info_block dl {
  line-height: 1.3;
}
.page #main .info_block ul li {
  margin-bottom: 0.7rem;
}
@media (min-width: 992px) {
  .page #main .requirements ul {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
.page #main .requirements ul li {
  border: 0.4rem solid var(--pink_01);
  border-radius: 1rem;
  padding: 1rem 1rem 2rem;
  background: var(--pink_bg);
  color: var(--black);
}
@media (min-width: 992px) {
  .page #main .requirements ul li {
    padding: 2rem 2rem 5rem;
  }
}
.page #main .requirements ul li h4 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page #main .requirements ul li h4 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.page #main .requirements ul li p {
  margin-bottom: 0;
}
.page #main .file_download {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .page #main .file_download {
    margin-bottom: 12rem;
  }
}
.page #main .file_download .file-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .page #main .file_download .file-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page #main .file_download .file-list li a {
  display: inline-block;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.page #main .file_download .file-list li a:hover {
  color: var(--green_01);
  transition: color 0.3s ease-in-out;
}
.page #main .event_list .event_item {
  border-bottom: 0.1rem dashed var(--black);
  padding-bottom: 3rem;
  line-height: 1.6;
}
.page #main #recruit {
  padding: 0;
}
.page #main #recruit .box_title {
  border-left: 1rem solid var(--green_01);
  padding-left: 1rem;
}
.page #main #recruit .header .recruit_catch {
  padding: 2rem 2rem 0;
}
@media (min-width: 992px) {
  .page #main #recruit .header .recruit_catch {
    padding: 3rem 4.2rem 0;
  }
}
.page #main #recruit .header .recruit_catch h4 {
  position: relative;
  z-index: 1;
  padding-left: 1rem;
  border-left: 1rem solid var(--green_01);
}
.page #main #recruit .header .image {
  margin-bottom: 3rem;
}
.page #main #recruit .main {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .page #main #recruit .main {
    padding: 0 6rem;
  }
}
.page #main #recruit .main .recruit_text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .page #main #recruit .main .recruit_text {
    font-size: 2.4rem;
    line-height: 2.4;
  }
}
.page #main #recruit .main .recruit_list ul li {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .page #main #recruit .main .recruit_list ul li {
    margin-bottom: 3rem;
  }
}
.page #main #recruit .footer {
  text-align: center;
  padding: 0 2rem 2rem;
}
@media (min-width: 992px) {
  .page #main #recruit .footer {
    padding: 0 4.2rem 3rem;
  }
}
.page #main #recruit .footer h4 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page #main #recruit .footer h4 {
    font-size: 3.3rem;
  }
}
.page #main #recruit .footer p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page #main #recruit .footer p {
    font-size: 3.3rem;
  }
}
.page #main #recruit .footer p .tantou {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page #main #recruit .result_lists {
    padding: 3rem 5rem;
  }
}
.page #main #recruit .results {
  margin-bottom: 0rem;
}
.page #main #recruit .results li h4 {
  color: var(--green_01);
  font-size: 2.2rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page #main #recruit .results li h4 {
    font-size: 2.4rem;
  }
}
.page #main #recruit .results li ul {
  border-bottom: 0.1rem dashed var(--black);
  padding-bottom: 3rem;
}
.page #main .access {
  text-align: center;
  margin: 0 auto 6rem;
}
.page #main .access .container {
  margin-bottom: 3rem;
}
.page #main .access .container .facility_name {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-feature-settings: "palt";
}
@media (min-width: 992px) {
  .page #main .access .container .facility_name {
    font-size: 4rem;
  }
}
.page #main .access .container .time,
.page #main .access .container .holiday {
  font-size: 2.4rem;
}
.page #main .access .container .address,
.page #main .access .container .traffic {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .page #main .access .container .address,
  .page #main .access .container .traffic {
    font-size: 2.2rem;
  }
}
.page #main .access .container .tel {
  font-size: 2.5rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page #main .access .container .tel {
    font-size: 3.3rem;
  }
}
.page #main .access .map {
  height: 20rem;
  margin-bottom: 7rem;
}
@media (min-width: 992px) {
  .page #main .access .map {
    height: 40rem;
  }
}
.page #main .access .map iframe {
  width: 100%;
  height: 100%;
}
.page #main #history dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem 1.5rem;
}
@media (min-width: 992px) {
  .page #main #history dl {
    grid-template-columns: 16rem 1fr;
  }
}
.page #main #history dl dt {
  margin: 0;
  font-weight: normal;
}
.page #main #history dl dd {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .page #main #history dl dd {
    margin-bottom: 0.5rem;
  }
}
.page.single #main #article .post_list .post .main a {
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.page.single #main #article .post_list .post .main a:hover {
  color: var(--green_01);
  transition: color 0.3s ease-in-out;
}

#about #main .section ul {
  line-height: 1.8;
}
#about #main .section ul li a {
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
#about #main .section ul li a:hover {
  color: var(--green_01);
  transition: color 0.3s ease-in-out;
}

/* = mainvisualの画像入替
-------------------------- */
#shunkouen #main .mainvisual {
  background: url("../img/shunkouen/mainvisual.jpg") no-repeat center center;
  background-size: cover;
}
#shunkouen #main .page_title,
#shunkouen #main .title {
  font-size: 1.9rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  #shunkouen #main .page_title,
  #shunkouen #main .title {
    font-size: 3rem;
  }
}

#hc_yamakaze #main .mainvisual {
  background: url("../img/yamakaze/mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

#tenji_toshokan #main .mainvisual {
  background: url("../img/tenji_toshokan/mainvisual.jpg") no-repeat center center;
  background-size: cover;
}
#tenji_toshokan #main .mainvisual_02 {
  background: url("../img/johoshuppan/mainvisual.jpg") no-repeat center center;
  background-size: cover;
}
#tenji_toshokan #main .page_title,
#tenji_toshokan #main .title {
  font-size: 1.9rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  #tenji_toshokan #main .page_title,
  #tenji_toshokan #main .title {
    font-size: 3rem;
  }
}

#ict_support #main .mainvisual {
  background: url("../img/ict_support/mainvisual.jpg") no-repeat center center;
  background-size: cover;
}
#ict_support #main .mainvisual_02 {
  background: url("../img/hokoukunren/mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

/* ======================================================================

<_blog.scss> ブログのCSS

========================================================================== */
@media (min-width: 992px) {
  #blog #main .section .container,
  #information #main .section .container,
  #facility_cat #main .section .container,
  #info_cat #main .section .container {
    max-width: 1100px;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
  }
}
#blog #main .section .container #article,
#information #main .section .container #article,
#facility_cat #main .section .container #article,
#info_cat #main .section .container #article {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  #blog #main .section .container #article,
  #information #main .section .container #article,
  #facility_cat #main .section .container #article,
  #info_cat #main .section .container #article {
    width: 62%;
  }
}
#blog #main .section .container #article .post_list .post,
#information #main .section .container #article .post_list .post,
#facility_cat #main .section .container #article .post_list .post,
#info_cat #main .section .container #article .post_list .post {
  padding-bottom: 7rem;
  margin-bottom: 6rem;
  border-bottom: 0.1rem solid var(--black);
}
#blog #main .section .container #article .post_list .post:last-child,
#information #main .section .container #article .post_list .post:last-child,
#facility_cat #main .section .container #article .post_list .post:last-child,
#info_cat #main .section .container #article .post_list .post:last-child {
  padding-bottom: 0rem;
  margin-bottom: 3rem;
  border-bottom: none;
}
#blog #main .section .container #article .post_list .post .header h1,
#information #main .section .container #article .post_list .post .header h1,
#facility_cat #main .section .container #article .post_list .post .header h1,
#info_cat #main .section .container #article .post_list .post .header h1 {
  font-size: 2.6rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  #blog #main .section .container #article .post_list .post .header h1,
  #information #main .section .container #article .post_list .post .header h1,
  #facility_cat #main .section .container #article .post_list .post .header h1,
  #info_cat #main .section .container #article .post_list .post .header h1 {
    font-size: 3.6rem;
  }
}
#blog #main .section .container #article .post_list .post .header .info,
#information #main .section .container #article .post_list .post .header .info,
#facility_cat #main .section .container #article .post_list .post .header .info,
#info_cat #main .section .container #article .post_list .post .header .info {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  #blog #main .section .container #article .post_list .post .header .info,
  #information #main .section .container #article .post_list .post .header .info,
  #facility_cat #main .section .container #article .post_list .post .header .info,
  #info_cat #main .section .container #article .post_list .post .header .info {
    margin-bottom: 6.3rem;
  }
}
#blog #main .section .container #article .post_list .post .header .info .tag,
#information #main .section .container #article .post_list .post .header .info .tag,
#facility_cat #main .section .container #article .post_list .post .header .info .tag,
#info_cat #main .section .container #article .post_list .post .header .info .tag {
  font-size: 1.8rem;
}
#blog #main .section .container #article .post_list .post .header .info .tag:not(:last-of-type)::after,
#information #main .section .container #article .post_list .post .header .info .tag:not(:last-of-type)::after,
#facility_cat #main .section .container #article .post_list .post .header .info .tag:not(:last-of-type)::after,
#info_cat #main .section .container #article .post_list .post .header .info .tag:not(:last-of-type)::after {
  content: ", ";
}
#blog #main .section .container #article .post_list .post .header .info .date,
#information #main .section .container #article .post_list .post .header .info .date,
#facility_cat #main .section .container #article .post_list .post .header .info .date,
#info_cat #main .section .container #article .post_list .post .header .info .date {
  font-size: 1.8rem;
  margin-left: 0.2rem;
}
#blog #main .section .container #article .post_list .post .main h2,
#information #main .section .container #article .post_list .post .main h2,
#facility_cat #main .section .container #article .post_list .post .main h2,
#info_cat #main .section .container #article .post_list .post .main h2 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
#blog #main .section .container #article .post_list .post .main h3,
#information #main .section .container #article .post_list .post .main h3,
#facility_cat #main .section .container #article .post_list .post .main h3,
#info_cat #main .section .container #article .post_list .post .main h3 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
#blog #main .section .container #article .post_list .post .main h4,
#information #main .section .container #article .post_list .post .main h4,
#facility_cat #main .section .container #article .post_list .post .main h4,
#info_cat #main .section .container #article .post_list .post .main h4 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
#blog #main .section .container #article .post_list .post .main p,
#information #main .section .container #article .post_list .post .main p,
#facility_cat #main .section .container #article .post_list .post .main p,
#info_cat #main .section .container #article .post_list .post .main p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 3.5rem;
}
#blog #main .section .container #article .post_list .post .main ul,
#information #main .section .container #article .post_list .post .main ul,
#facility_cat #main .section .container #article .post_list .post .main ul,
#info_cat #main .section .container #article .post_list .post .main ul {
  margin-bottom: 2rem;
}
#blog #main .section .container #article .post_list .post .main ul li,
#information #main .section .container #article .post_list .post .main ul li,
#facility_cat #main .section .container #article .post_list .post .main ul li,
#info_cat #main .section .container #article .post_list .post .main ul li {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
#blog #main .section .container #article .post_list .post .main a,
#information #main .section .container #article .post_list .post .main a,
#facility_cat #main .section .container #article .post_list .post .main a,
#info_cat #main .section .container #article .post_list .post .main a {
  color: var(--green_01);
  text-decoration: underline;
  margin-bottom: 2rem;
}
#blog #main .section .container #article .post_list .post .main img,
#information #main .section .container #article .post_list .post .main img,
#facility_cat #main .section .container #article .post_list .post .main img,
#info_cat #main .section .container #article .post_list .post .main img {
  margin: 3rem 0 2rem;
}
@media (min-width: 992px) {
  #blog #main .section .container #article .btn_area,
  #information #main .section .container #article .btn_area,
  #facility_cat #main .section .container #article .btn_area,
  #info_cat #main .section .container #article .btn_area {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    margin: 3rem 0;
  }
}
#blog #main .section .container #article .btn_area .wp-pagenavi,
#information #main .section .container #article .btn_area .wp-pagenavi,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi,
#info_cat #main .section .container #article .btn_area .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
#blog #main .section .container #article .btn_area .wp-pagenavi span,
#blog #main .section .container #article .btn_area .wp-pagenavi a,
#information #main .section .container #article .btn_area .wp-pagenavi span,
#information #main .section .container #article .btn_area .wp-pagenavi a,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi span,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi a,
#info_cat #main .section .container #article .btn_area .wp-pagenavi span,
#info_cat #main .section .container #article .btn_area .wp-pagenavi a {
  text-align: center;
  font-size: 1.9rem;
  color: var(--black);
  border: 0.1rem solid var(--black);
  display: inline-block;
  margin: 0;
  padding: 0px 3px;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
}
#blog #main .section .container #article .btn_area .wp-pagenavi span.current,
#blog #main .section .container #article .btn_area .wp-pagenavi a.current,
#information #main .section .container #article .btn_area .wp-pagenavi span.current,
#information #main .section .container #article .btn_area .wp-pagenavi a.current,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi span.current,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi a.current,
#info_cat #main .section .container #article .btn_area .wp-pagenavi span.current,
#info_cat #main .section .container #article .btn_area .wp-pagenavi a.current {
  color: var(--white);
  background: var(--lgray);
  pointer-events: none;
}
#blog #main .section .container #article .btn_area .wp-pagenavi span.current:hover,
#blog #main .section .container #article .btn_area .wp-pagenavi a.current:hover,
#information #main .section .container #article .btn_area .wp-pagenavi span.current:hover,
#information #main .section .container #article .btn_area .wp-pagenavi a.current:hover,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi span.current:hover,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi a.current:hover,
#info_cat #main .section .container #article .btn_area .wp-pagenavi span.current:hover,
#info_cat #main .section .container #article .btn_area .wp-pagenavi a.current:hover {
  background-color: var(--lgray);
  color: var(--white);
}
#blog #main .section .container #article .btn_area .wp-pagenavi span.previouspostslink, #blog #main .section .container #article .btn_area .wp-pagenavi span.nextpostslink,
#blog #main .section .container #article .btn_area .wp-pagenavi a.previouspostslink,
#blog #main .section .container #article .btn_area .wp-pagenavi a.nextpostslink,
#information #main .section .container #article .btn_area .wp-pagenavi span.previouspostslink,
#information #main .section .container #article .btn_area .wp-pagenavi span.nextpostslink,
#information #main .section .container #article .btn_area .wp-pagenavi a.previouspostslink,
#information #main .section .container #article .btn_area .wp-pagenavi a.nextpostslink,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi span.previouspostslink,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi span.nextpostslink,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi a.previouspostslink,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi a.nextpostslink,
#info_cat #main .section .container #article .btn_area .wp-pagenavi span.previouspostslink,
#info_cat #main .section .container #article .btn_area .wp-pagenavi span.nextpostslink,
#info_cat #main .section .container #article .btn_area .wp-pagenavi a.previouspostslink,
#info_cat #main .section .container #article .btn_area .wp-pagenavi a.nextpostslink {
  border: none;
  font-weight: bold;
  color: var(--lgray);
  background: transparent;
}
#blog #main .section .container #article .btn_area .wp-pagenavi span.previouspostslink:hover, #blog #main .section .container #article .btn_area .wp-pagenavi span.nextpostslink:hover,
#blog #main .section .container #article .btn_area .wp-pagenavi a.previouspostslink:hover,
#blog #main .section .container #article .btn_area .wp-pagenavi a.nextpostslink:hover,
#information #main .section .container #article .btn_area .wp-pagenavi span.previouspostslink:hover,
#information #main .section .container #article .btn_area .wp-pagenavi span.nextpostslink:hover,
#information #main .section .container #article .btn_area .wp-pagenavi a.previouspostslink:hover,
#information #main .section .container #article .btn_area .wp-pagenavi a.nextpostslink:hover,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi span.previouspostslink:hover,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi span.nextpostslink:hover,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi a.previouspostslink:hover,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi a.nextpostslink:hover,
#info_cat #main .section .container #article .btn_area .wp-pagenavi span.previouspostslink:hover,
#info_cat #main .section .container #article .btn_area .wp-pagenavi span.nextpostslink:hover,
#info_cat #main .section .container #article .btn_area .wp-pagenavi a.previouspostslink:hover,
#info_cat #main .section .container #article .btn_area .wp-pagenavi a.nextpostslink:hover {
  text-decoration: underline;
}
#blog #main .section .container #article .btn_area .wp-pagenavi span:hover,
#blog #main .section .container #article .btn_area .wp-pagenavi a:hover,
#information #main .section .container #article .btn_area .wp-pagenavi span:hover,
#information #main .section .container #article .btn_area .wp-pagenavi a:hover,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi span:hover,
#facility_cat #main .section .container #article .btn_area .wp-pagenavi a:hover,
#info_cat #main .section .container #article .btn_area .wp-pagenavi span:hover,
#info_cat #main .section .container #article .btn_area .wp-pagenavi a:hover {
  background: var(--green_01);
  color: var(--white);
}
#blog #main .section .container #sidebar,
#information #main .section .container #sidebar,
#facility_cat #main .section .container #sidebar,
#info_cat #main .section .container #sidebar {
  background: var(--green_bg);
  color: var(--black);
  border-radius: 2rem;
  padding: 2rem;
  margin: 1rem 0;
}
@media (min-width: 992px) {
  #blog #main .section .container #sidebar,
  #information #main .section .container #sidebar,
  #facility_cat #main .section .container #sidebar,
  #info_cat #main .section .container #sidebar {
    width: 34%;
    height: 100%;
    padding: 4.5rem 3rem;
  }
}
#blog #main .section .container #sidebar .widget,
#information #main .section .container #sidebar .widget,
#facility_cat #main .section .container #sidebar .widget,
#info_cat #main .section .container #sidebar .widget {
  margin-bottom: 2rem;
}
#blog #main .section .container #sidebar .widget .inner,
#information #main .section .container #sidebar .widget .inner,
#facility_cat #main .section .container #sidebar .widget .inner,
#info_cat #main .section .container #sidebar .widget .inner {
  margin-bottom: 2.5rem;
}
#blog #main .section .container #sidebar .widget .inner h2,
#information #main .section .container #sidebar .widget .inner h2,
#facility_cat #main .section .container #sidebar .widget .inner h2,
#info_cat #main .section .container #sidebar .widget .inner h2 {
  font-size: 2rem;
  font-weight: 600;
}
#blog #main .section .container #sidebar .widget .inner ul li a,
#information #main .section .container #sidebar .widget .inner ul li a,
#facility_cat #main .section .container #sidebar .widget .inner ul li a,
#info_cat #main .section .container #sidebar .widget .inner ul li a {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-left: 1rem;
}

/* ======================================================================

<_contact.scss> お問い合わせのCSS

========================================================================== */
@media (min-width: 992px) {
  #contact #main .container,
  #confirm #main .container,
  #thanks #main .container {
    max-width: 1000px;
  }
}
#contact #main .container .contact_form,
#confirm #main .container .contact_form,
#thanks #main .container .contact_form {
  border: 0.2rem solid var(--black);
  border-radius: 2rem;
  margin: 0 auto 4rem;
  padding: 2rem 0rem;
}
@media (min-width: 768px) {
  #contact #main .container .contact_form,
  #confirm #main .container .contact_form,
  #thanks #main .container .contact_form {
    padding: 2.5rem 4.8rem 2.5rem 4rem;
  }
}
@media (min-width: 992px) {
  #contact #main .container .contact_form .table,
  #confirm #main .container .contact_form .table,
  #thanks #main .container .contact_form .table {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
#contact #main .container .contact_form .table dt,
#confirm #main .container .contact_form .table dt,
#thanks #main .container .contact_form .table dt {
  width: 100%;
  padding: 1.2rem 1rem 1.2rem 8rem;
  position: relative;
}
@media (min-width: 992px) {
  #contact #main .container .contact_form .table dt,
  #confirm #main .container .contact_form .table dt,
  #thanks #main .container .contact_form .table dt {
    width: 30%;
    padding: 1.2rem 0 1.2rem 1rem;
    border-bottom: 0.1rem solid #dcdddd;
  }
}
#contact #main .container .contact_form .table dt .required,
#contact #main .container .contact_form .table dt .optional,
#confirm #main .container .contact_form .table dt .required,
#confirm #main .container .contact_form .table dt .optional,
#thanks #main .container .contact_form .table dt .required,
#thanks #main .container .contact_form .table dt .optional {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background: var(--pink_02);
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.1rem 1rem;
  border-radius: 0.4rem;
}
@media (min-width: 992px) {
  #contact #main .container .contact_form .table dt .required,
  #contact #main .container .contact_form .table dt .optional,
  #confirm #main .container .contact_form .table dt .required,
  #confirm #main .container .contact_form .table dt .optional,
  #thanks #main .container .contact_form .table dt .required,
  #thanks #main .container .contact_form .table dt .optional {
    right: 0;
    left: unset;
  }
}
#contact #main .container .contact_form .table dt .required,
#confirm #main .container .contact_form .table dt .required,
#thanks #main .container .contact_form .table dt .required {
  background: var(--pink_02);
}
#contact #main .container .contact_form .table dt .optional,
#confirm #main .container .contact_form .table dt .optional,
#thanks #main .container .contact_form .table dt .optional {
  background: #aeb3b5;
}
#contact #main .container .contact_form .table dd,
#confirm #main .container .contact_form .table dd,
#thanks #main .container .contact_form .table dd {
  width: 100%;
  border-bottom: 0.1rem solid #dcdddd;
  padding: 1.2rem 1.5rem;
}
@media (min-width: 992px) {
  #contact #main .container .contact_form .table dd,
  #confirm #main .container .contact_form .table dd,
  #thanks #main .container .contact_form .table dd {
    width: 70%;
    padding: 1.3rem 0 3.2rem 2.5rem;
  }
}
#contact #main .container .contact_form .table dd .wpcf7-radio,
#confirm #main .container .contact_form .table dd .wpcf7-radio,
#thanks #main .container .contact_form .table dd .wpcf7-radio {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  font-size: 1.7rem;
  font-feature-settings: "palt";
}
@media (min-width: 992px) {
  #contact #main .container .contact_form .table dd .wpcf7-radio,
  #confirm #main .container .contact_form .table dd .wpcf7-radio,
  #thanks #main .container .contact_form .table dd .wpcf7-radio {
    font-size: 2.2rem;
  }
}
#contact #main .container .contact_form .table dd .wpcf7-radio .wpcf7-list-item,
#confirm #main .container .contact_form .table dd .wpcf7-radio .wpcf7-list-item,
#thanks #main .container .contact_form .table dd .wpcf7-radio .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
#contact #main .container .contact_form .form_control,
#confirm #main .container .contact_form .form_control,
#thanks #main .container .contact_form .form_control {
  width: 100%;
  border: 0.1rem solid var(--lgray);
  border-radius: 0.6rem;
  padding: 0.7rem 1rem;
  margin-bottom: 1rem;
}
#contact #main .container .contact_form .init,
#confirm #main .container .contact_form .init,
#thanks #main .container .contact_form .init {
  min-height: 2.5rem;
}
#contact #main .container .contact_form .privacy_policy,
#confirm #main .container .contact_form .privacy_policy,
#thanks #main .container .contact_form .privacy_policy {
  border: 0.1rem solid var(--black);
  padding: 2rem 1.5rem;
  margin: 2rem;
  height: 30rem;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  #contact #main .container .contact_form .privacy_policy,
  #confirm #main .container .contact_form .privacy_policy,
  #thanks #main .container .contact_form .privacy_policy {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  #contact #main .container .contact_form .privacy_policy,
  #confirm #main .container .contact_form .privacy_policy,
  #thanks #main .container .contact_form .privacy_policy {
    height: 50rem;
  }
}
#contact #main .container .contact_form .privacy_policy h2,
#confirm #main .container .contact_form .privacy_policy h2,
#thanks #main .container .contact_form .privacy_policy h2 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
#contact #main .container .contact_form .privacy_policy h3,
#confirm #main .container .contact_form .privacy_policy h3,
#thanks #main .container .contact_form .privacy_policy h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#contact #main .container .contact_form .privacy_policy h4,
#confirm #main .container .contact_form .privacy_policy h4,
#thanks #main .container .contact_form .privacy_policy h4 {
  font-weight: 600;
}
#contact #main .container .contact_form .privacy_policy .content p,
#contact #main .container .contact_form .privacy_policy .content ul,
#confirm #main .container .contact_form .privacy_policy .content p,
#confirm #main .container .contact_form .privacy_policy .content ul,
#thanks #main .container .contact_form .privacy_policy .content p,
#thanks #main .container .contact_form .privacy_policy .content ul {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
#contact #main .container .contact_form .privacy_policy .content .address,
#confirm #main .container .contact_form .privacy_policy .content .address,
#thanks #main .container .contact_form .privacy_policy .content .address {
  margin: 1.5rem 0 0;
}
#contact #main .container .contact_form .acceptance,
#confirm #main .container .contact_form .acceptance,
#thanks #main .container .contact_form .acceptance {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 5rem;
}
#contact #main .container .note,
#confirm #main .container .note,
#thanks #main .container .note {
  margin-bottom: 1rem;
}
#contact #main .container .btn_area,
#confirm #main .container .btn_area,
#thanks #main .container .btn_area {
  width: 100%;
  text-align: center;
}
#contact #main .container .btn_area .wpcf7-spinner,
#confirm #main .container .btn_area .wpcf7-spinner,
#thanks #main .container .btn_area .wpcf7-spinner {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

#confirm #main .container .note {
  text-align: center;
}

#thanks .section.container {
  padding-top: 0;
}/*# sourceMappingURL=style.css.map */