@charset "UTF-8";
/* =====================================================================
 * Himukai theme stylesheet entry
 *
 * 設計:FLOCSS ベース
 *   foundation : リセット / 変数 / mixin / function / 基本タイポ
 *   layout     : サイト共通の枠
 *   component  : 再利用 UI コンポーネント(c-*)
 *   page       : ページ固有スタイル
 *   utility    : 細かい補助クラス
 * ===================================================================== */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  opacity: 0.7 !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  height: auto;
  background: #ffffff;
  color: #000000;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
  body {
    overflow: hidden;
  }
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #4d4d4d;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

hr {
  background-color: #f4f4f4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  font-size: 100%;
}

p {
  margin-bottom: 1.5rem;
  line-height: 2.2;
}

dfn,
cite,
em,
i {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5rem;
  font-style: normal;
}

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: #f4f4f4;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code,
kbd,
tt,
var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

abbr,
acronym {
  border-bottom: dotted 1px #000000;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  font-style: normal;
}

ol {
  margin-bottom: 2rem;
  list-style: decimal;
}
ol li {
  line-height: 1.5;
  margin-bottom: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

blockquote,
q {
  quotes: "" "";
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  background: #f4f4f4;
  color: #666666;
  -webkit-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111111;
}

select {
  border: 1px solid #d9d9d9;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  vertical-align: middle;
}

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #ff9800;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: #ffb74d;
  color: #ffffff;
}

*:focus {
  outline: none;
}

.l-container {
  position: relative;
  width: 90%;
  max-width: 1300px;
  margin-inline: auto;
  padding-block: 70px;
  padding-inline: 0;
}
.l-container::before, .l-container::after {
  content: " ";
  display: table;
}
.l-container::after {
  clear: both;
}
@media (max-width: 768px) {
  .l-container {
    width: 90%;
    max-width: none;
    padding-block: 30px;
    padding-inline: 0;
  }
}

.l-container--narrow {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin-inline: auto;
  padding-block: 70px;
  padding-inline: 0;
}
.l-container--narrow::before, .l-container--narrow::after {
  content: " ";
  display: table;
}
.l-container--narrow::after {
  clear: both;
}
@media (max-width: 768px) {
  .l-container--narrow {
    width: 90%;
    max-width: none;
    padding-block: 30px;
    padding-inline: 0;
  }
}

.l-container--full {
  width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .l-header {
    position: relative;
  }
}

.l-container--header {
  width: 100%;
  max-width: none;
  padding: 4rem;
}
@media (max-width: 768px) {
  .l-container--header {
    width: 100%;
    padding: 0;
  }
}

.l-header__inner {
  background: #ffffff;
  box-shadow: 0 0 1rem 0.5rem rgba(219, 123, 57, 0.2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .l-header__inner {
    display: block;
  }
}

.l-header__logo a {
  width: 245px;
  display: block;
  padding: 1rem 3rem;
  line-height: 0.5;
}
@media (max-width: 768px) {
  .l-header__logo a {
    width: 180px;
    height: auto;
    position: relative;
    padding: 1rem;
  }
}

.l-menu-btn {
  display: none;
}
@media (max-width: 768px) {
  .l-menu-btn {
    position: absolute;
    top: 1.4rem;
    right: 2rem;
    line-height: 1;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .l-menu-btn::before {
    content: "MENU";
    color: #ff9800;
    display: inline-block;
    margin-right: 0.5rem;
    font-weight: 700;
  }
  .l-menu-btn::after {
    content: "\f0c9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #ff9800;
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .l-gnav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .l-gnav.is-open {
    max-height: 100vh;
  }
}
@media (max-width: 768px) {
  .l-gnav .l-gnav__list {
    border-top: 1px solid #f4f4f4;
  }
}
.l-gnav li a {
  display: inline-block;
  font-weight: 700;
  padding: 1.5rem 1.2rem;
}
@media (max-width: 768px) {
  .l-gnav li a {
    display: block;
    text-align: center;
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 768px) {
  .l-gnav li {
    width: 50%;
  }
}
.l-gnav li.contact_btn a {
  background: #ff9800;
  color: #ffffff;
  padding: 1.5rem;
}
.l-gnav li.contact_btn a::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .l-gnav li.contact_btn {
    width: 100%;
  }
}

.l-footer {
  background: #ff9800;
}

.l-container--footer {
  width: 100%;
  max-width: none;
  min-width: auto;
  padding: 4rem 2rem;
}
@media (max-width: 768px) {
  .l-container--footer {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .l-container--footer > .cards {
    display: block;
  }
}

@media (max-width: 768px) {
  .foot_info {
    display: block;
    text-align: center;
  }
}
.foot_info .info {
  color: #ffffff;
}
@media (max-width: 768px) {
  .foot_info .info {
    margin-bottom: 2.5rem;
  }
}
.foot_info .info .foot_logo {
  width: 220px;
  margin-right: 2rem;
  margin-bottom: 1rem;
  line-height: 0.5;
}
@media (max-width: 768px) {
  .foot_info .info .foot_logo {
    width: 210px;
    margin: 0 auto 2rem;
  }
}
.foot_info .info .foot_logo a {
  display: block;
}
.foot_info .info address,
.foot_info .info p,
.foot_info .info a {
  color: #ffffff;
  line-height: 1;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .foot_info .info p.name {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .foot_info .info address {
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .foot_info .info p {
    text-align: center;
  }
}
.foot_info .info .tel {
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .foot_info .info .tel {
    margin: 0 auto 1.5rem;
  }
}
.foot_info .info .c-btn2 {
  border-color: #ffffff;
  color: #ffffff;
  margin-top: 2rem;
}
.foot_info .info .c-btn2::before {
  content: "\f041";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 1.7rem;
  margin-right: 1rem;
}

.foot_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  justify-content: space-between;
  padding-right: 70px;
}
@media (max-width: 768px) {
  .foot_nav {
    padding-right: 0;
  }
}
.foot_nav nav {
  margin-left: 4rem;
}
@media (max-width: 768px) {
  .foot_nav nav {
    width: 50%;
    margin-left: 0;
  }
}
.foot_nav li a {
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}

.l-credit {
  background: #ff7e00;
}
@media (max-width: 768px) {
  .l-credit {
    font-size: 1.2rem;
  }
}

.l-container--credit {
  width: 100%;
  max-width: none;
  min-width: auto;
  padding: 0;
  text-align: center;
}
.l-container--credit p {
  font-size: 1.3rem;
  color: #ffffff;
}

.l-go-top {
  z-index: 9999;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  border: 1px solid #ff9800;
  background: #ffffff;
  display: block;
  box-shadow: 0 0 1rem 0.1rem #ff9800;
  cursor: pointer;
}
.l-go-top::after {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: block;
  text-align: center;
  line-height: 7rem;
  font-size: 3rem;
  color: #ff9800;
  min-height: 7.5rem;
}
@media (max-width: 768px) {
  .l-go-top {
    bottom: 6.2rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
  }
  .l-go-top::after {
    line-height: 3.5rem;
    font-size: 1.5rem;
    min-height: auto;
  }
}

.l-vihalf {
  background-image: url("../images/top/vi_bg.png");
  background-position: top center;
  background-size: cover;
  position: relative;
  border-bottom: 1px solid #fff3ea;
}
@media (max-width: 768px) {
  .l-vihalf {
    background-position: left;
  }
}
.l-vihalf h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  color: #ff9800;
}
@media (max-width: 768px) {
  .l-vihalf h2 {
    font-size: 2rem;
  }
}

.l-container--vihalf {
  padding-top: 160px;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .l-container--vihalf {
    padding: 3rem 0;
  }
}

@media (max-width: 768px) {
  .l-page > .l-container,
  #primary .l-container {
    padding: 4rem 0;
  }
}

.c-pager {
  position: relative;
  margin: 6rem auto 0;
  text-align: center;
  min-height: 70px;
  width: 90%;
  font-size: 1.56rem;
}
@media (max-width: 768px) {
  .c-pager {
    margin: 1rem auto 3rem;
  }
}
@media (max-width: 768px) {
  .c-pager > .prev,
  .c-pager > .list,
  .c-pager > .next {
    display: block;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 0 1rem;
  }
}
@media (max-width: 768px) {
  .c-pager > .prev a,
  .c-pager > .list a,
  .c-pager > .next a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.c-pager .prev > a,
.c-pager .next > a,
.c-pager .list > a {
  display: inline-block;
  box-sizing: border-box;
  width: 140px;
  height: 27px;
  border: solid 2px #000000;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 2px 2px 0 0 #d9d9d9;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 24px;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .c-pager .prev > a:hover,
  .c-pager .next > a:hover,
  .c-pager .list > a:hover {
    margin-top: 1px;
    margin-bottom: -1px;
  }
}
.c-pager .prev {
  position: absolute;
  top: 0;
  left: 0;
}
.c-pager .prev > a::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.c-pager .next {
  position: absolute;
  top: 0;
  right: 0;
}
.c-pager .next > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
.c-pager .list {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
}
.c-pager .list > a {
  background-color: #ffffff;
}

.l-wrapper {
  position: relative;
  width: 100%;
  font-size: 15px;
}
@media (max-width: 768px) {
  .l-wrapper {
    font-size: 13px;
  }
}

.c-sec-title1 {
  font-size: 3rem;
  letter-spacing: 3px;
  display: block;
  line-height: 1.5;
  margin-bottom: 3.5rem;
}
.c-sec-title1::after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #ff9800;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .c-sec-title1 {
    line-height: 1.7;
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

.c-sec-title2 {
  font-size: 2.3rem;
  letter-spacing: 3px;
  display: block;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-left: 0.5rem solid #ff9800;
}
@media (max-width: 768px) {
  .c-sec-title2 {
    font-size: 1.7rem;
  }
}

.c-btn1 {
  background: #ff9800;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  padding: 2rem;
  color: #ffffff;
  min-width: 250px;
  text-align: left;
  position: relative;
  border-radius: 0.5rem;
}
.c-btn1::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: -1.3rem;
  top: 2.7rem;
}
.c-btn1.link_blank::after {
  content: "\f0c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-left: 1rem;
  width: auto;
  height: auto;
  background: none;
  position: static;
}

.c-btn2 {
  border: 1px solid #ff9800;
  border-radius: 10rem;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 2rem;
  color: #ff9800;
  font-weight: 700;
  min-width: 250px;
}

.c-btn3 {
  background-color: #ff9800;
  border-radius: 10rem;
  text-align: center;
  display: inline-block;
  line-height: 1.4;
  padding: 2rem;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .c-btn3 {
    font-size: 1.5rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-btn1:hover,
  .c-btn3:hover {
    border-color: transparent;
    background: #ffb74d;
  }
}

.c-table3 {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .c-table3 {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .c-table3 table {
    width: 100%;
  }
}
.c-table3 table tr th,
.c-table3 table tr td {
  padding: 2rem 3rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-table3 table tr th,
  .c-table3 table tr td {
    padding: 1rem 2rem;
  }
}
.c-table3 table tr th {
  border-bottom: 3px solid #ff9800;
  width: 20%;
}
@media (max-width: 768px) {
  .c-table3 table tr th {
    padding: 1rem 0.5rem;
  }
}
.c-table3 table tr td {
  border-bottom: 1px solid #d9d9d9;
}

.form-wrap {
  text-align: center;
}
.form-wrap div.wpcf7 .ajax-loader {
  min-width: 24px;
}
.form-wrap > h3 {
  text-align: left;
  color: #ff9800;
  background: #fff3ea;
  line-height: 1.3;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .form-wrap > h3 {
    font-size: 1.6rem;
  }
  .form-wrap > h3::before {
    margin-right: 1rem;
  }
}
.form-wrap form {
  width: auto;
  box-sizing: border-box;
  margin: 2rem auto;
}
@media (max-width: 768px) {
  .form-wrap form {
    width: 100%;
    margin: 2rem auto 0;
  }
}
.form-wrap form .form_input_list {
  padding: 3rem 0;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  .form-wrap form .form_input_list {
    padding: 1rem 0;
    display: block;
    text-align: left;
  }
}
.form-wrap form .form_input_list span {
  vertical-align: middle;
}
.form-wrap form .form_input_list > span:nth-of-type(1) {
  display: inline-block;
  min-width: 20rem;
  text-align: right;
  margin-right: 4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .form-wrap form .form_input_list > span:nth-of-type(1) {
    min-width: auto;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
.form-wrap form .form_input_list > span:nth-of-type(1) > em {
  background: #ff9800;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-style: normal;
  color: #ffffff;
}
.form-wrap form .form_input_list > span:nth-of-type(2) {
  display: inline-block;
  text-align: left;
}
@media (max-width: 768px) {
  .form-wrap form .form_input_list > span:nth-of-type(2) {
    display: block;
  }
}
.form-wrap form .form_input_list dl {
  display: inline-block;
  margin: 0;
}
.form-wrap form .form_input_list dl dd {
  display: inline-block;
  margin: 0 2rem 0 0;
}
.form-wrap form .form_input_list dl dd > em {
  font-style: normal;
  display: inline-block;
  font-weight: 700;
  margin-right: 1rem;
}
.form-wrap form .form_input_list dl dd > span {
  display: inline-block;
}
.form-wrap form .form_input_list dl dd input {
  width: 20rem;
}
.form-wrap form .submit_btn_wrap {
  text-align: center;
  justify-content: center;
}
.form-wrap form .submit_btn_wrap input[type=submit] {
  font-weight: 700;
  width: 30rem;
  color: #ffffff;
  border: none;
}
.form-wrap form input,
.form-wrap form textarea {
  display: block;
  width: 650px;
  box-sizing: border-box;
  padding: 1rem 2rem;
  color: #666666;
}
@media (max-width: 768px) {
  .form-wrap form input,
  .form-wrap form textarea {
    width: 100%;
  }
}
.form-wrap form input:focus,
.form-wrap form textarea:focus {
  color: #111111;
}
.form-wrap form input[type=radio] {
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.form-wrap form input[type=button],
.form-wrap form input[type=submit] {
  background: #ff9800;
  color: #ffffff;
  box-sizing: border-box;
  padding: 2rem 0;
  display: block;
  margin: 1rem 0;
}
.form-wrap form select,
.form-wrap form .wpcf7-select {
  outline: none;
  vertical-align: middle;
  appearance: button;
  width: 650px;
  position: relative;
  display: block;
  padding: 1rem 2rem;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .form-wrap form select,
  .form-wrap form .wpcf7-select {
    width: 100%;
  }
}
.form-wrap form select::before,
.form-wrap form .wpcf7-select::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  color: #ff9800;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.form-wrap form .birth select {
  width: 100px;
  display: inline-block;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

#contact-form-section #contact-form-wrap > .btn {
  text-align: right;
  margin-bottom: 5rem;
}
#contact-form-section #contact-form-wrap h3 {
  background: #ff9800;
  font-weight: 700;
  font-size: 2rem;
  padding: 1.5rem 2rem;
}
#contact-form-section #privacy h3 {
  font-size: 2.5rem;
  font-weight: 700;
}
#contact-form-section #privacy p {
  margin-top: 0;
  margin-bottom: 3rem;
}
#contact-form-section #privacy ul {
  list-style: disc;
  padding-left: 4rem;
  margin-bottom: 3rem;
}

.l-pankuzu {
  background: #ff9800;
}
@media (max-width: 768px) {
  .l-pankuzu {
    border-bottom: 0;
  }
}

.l-container--pankuzu {
  width: 100%;
  max-width: none;
  min-width: auto;
  padding: 1rem 5rem;
}
@media (max-width: 768px) {
  .l-container--pankuzu {
    width: 100%;
    border-bottom: 0;
    padding: 0.5rem 0;
    line-height: 1.3;
  }
}

.c-breadcrumb ul > li {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.3;
}
.c-breadcrumb ul > li::before {
  display: inline-block;
  margin-right: 10px;
  content: ">";
}
.c-breadcrumb ul > li:first-of-type::before {
  display: none;
}
.c-breadcrumb ul > li > a {
  color: #ffffff;
  text-decoration: underline;
}

.p-front-vi {
  background-image: url("../images/top/vi_bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-front-vi .l-container {
  padding-top: 160px;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .p-front-vi .l-container {
    padding-top: 20px;
    padding-bottom: 3rem;
  }
}
.p-front-vi .vi {
  width: 800px;
  line-height: 0.5;
}
@media (max-width: 768px) {
  .p-front-vi .vi {
    width: 130%;
    line-height: 0.5;
    margin-left: -40px;
  }
}
.p-front-vi .txt {
  position: absolute;
  right: 0;
  top: 160px;
  padding-top: 10rem;
  max-width: 700px;
}
@media (max-width: 768px) {
  .p-front-vi .txt {
    position: relative;
    right: auto;
    top: auto;
    padding-top: 2rem;
    max-width: none;
    text-align: center;
  }
}
.p-front-vi .txt h1,
.p-front-vi .txt h2,
.p-front-vi .txt h3 {
  color: #3e3e3e;
}
.p-front-vi .txt h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-front-vi .txt h2 {
    font-size: 1.4rem;
  }
}
.p-front-vi .txt h1 {
  font-size: 5.5rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-front-vi .txt h1 {
    font-size: 3.5rem;
    margin: 1rem 0;
  }
}
.p-front-vi .txt h3 {
  text-align: right;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-front-vi .txt h3 {
    text-align: center;
  }
}
.p-front-vi .txt h3::before {
  content: "\f041";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 1rem;
}
.p-front-vi .txt .btn {
  text-align: right;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .p-front-vi .txt .btn {
    text-align: center;
    margin-top: 2rem;
  }
}
.p-front-vi .txt .btn a {
  text-align: left;
  background-color: #ffffff;
  color: #ff9800;
}
.p-front-vi .txt .btn a::after {
  background: #ff9800;
}

.p-front-buy .c-sec-title1 {
  text-align: center;
}
.p-front-buy .c-sec-title1::after {
  margin: 1.5rem auto;
}
.p-front-buy .btn {
  text-align: center;
}

.p-front-news .feeds {
  border-top: 1px solid #f4f4f4;
  width: calc(100% - 500px - 50px);
}
@media (max-width: 768px) {
  .p-front-news .feeds {
    width: 100%;
    margin-bottom: 7rem;
  }
}
.p-front-news article {
  border-bottom: 1px solid #f4f4f4;
}
.p-front-news article a {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 0;
  padding-right: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-front-news article a {
    padding-right: 0;
  }
}
.p-front-news article a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: calc((100% - 33px) / 2);
  color: #ff9800;
}
@media (max-width: 768px) {
  .p-front-news article a::after {
    content: none;
  }
}
.p-front-news article a .post-date {
  width: 130px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-front-news article a .post-date {
    display: block;
    width: 80px;
  }
}
.p-front-news article a .post-title {
  width: calc(100% - 130px);
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-front-news article a .post-title {
    width: calc(100% - 80px);
    line-height: 1.5;
    display: block;
  }
}
.p-front-news .facebook_feed {
  width: 500px;
}
@media (max-width: 768px) {
  .p-front-news .facebook_feed {
    width: 100%;
  }
  .p-front-news .facebook_feed iframe {
    width: 100% !important;
  }
}
.p-front-news .btn {
  margin-top: 5rem;
  text-align: right;
}
@media (max-width: 768px) {
  .p-front-news .btn {
    text-align: center;
  }
}

.p-front-about-yorozu {
  background: #fff3ea;
}
.p-front-about-yorozu > .l-container > .cards.content {
  align-items: flex-start;
}
.p-front-about-yorozu > .l-container > .cards.content .pic {
  width: 450px;
  border-radius: 1rem;
  overflow: hidden;
  line-height: 0.5;
}
@media (max-width: 768px) {
  .p-front-about-yorozu > .l-container > .cards.content .pic {
    width: 80%;
    margin: 0 auto 1.5rem;
  }
}
.p-front-about-yorozu > .l-container > .cards.content .txt {
  width: calc(100% - 450px - 50px);
}
@media (max-width: 768px) {
  .p-front-about-yorozu > .l-container > .cards.content .txt {
    width: 100%;
  }
}
.p-front-about-yorozu > .l-container > .cards.content .txt h2 {
  color: #ff9800;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .p-front-about-yorozu > .l-container > .cards.content .txt h2 {
    font-size: 2.5rem;
    text-align: center;
  }
}
.p-front-about-yorozu > .l-container > .cards.content .txt .about_list ul {
  border-top: 1px solid #ff9800;
}
.p-front-about-yorozu > .l-container > .cards.content .txt .about_list ul li {
  color: #ff9800;
  font-weight: 700;
  border-bottom: 1px solid #ff9800;
  line-height: 1.5;
  padding: 2rem;
  font-size: 1.8rem;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 768px) {
  .p-front-about-yorozu > .l-container > .cards.content .txt .about_list ul li {
    padding-right: 0;
    font-size: 1.4rem;
    padding-left: 4rem;
  }
}
.p-front-about-yorozu > .l-container > .cards.content .txt .about_list ul li::before {
  content: "";
  width: 58px;
  height: 59px;
  background-image: url("../images/common/icon_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 4rem;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
}
@media (max-width: 768px) {
  .p-front-about-yorozu > .l-container > .cards.content .txt .about_list ul li::before {
    width: 35px;
    height: 35px;
    margin-right: 1.5rem;
    left: 0;
    top: 23px;
  }
}
.p-front-about-yorozu .contact-message {
  background: #ffffff;
  padding: 4rem 5rem;
  border-radius: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .p-front-about-yorozu .contact-message {
    padding: 3rem 3rem;
  }
}
.p-front-about-yorozu .contact-message .cards.message {
  align-items: center;
}
@media (max-width: 768px) {
  .p-front-about-yorozu .contact-message .cards.message {
    display: block;
  }
}
.p-front-about-yorozu .contact-message .cards.message .txt p {
  margin: 0;
  width: 350px;
}
@media (max-width: 768px) {
  .p-front-about-yorozu .contact-message .cards.message .txt p {
    margin: 0 0 2rem;
    width: 100%;
  }
}
.p-front-about-yorozu .contact-message .cards.message .btn_list {
  width: calc(100% - 350px - 50px);
}
@media (max-width: 768px) {
  .p-front-about-yorozu .contact-message .cards.message .btn_list {
    width: 100%;
  }
}
.p-front-about-yorozu .contact-message .cards.message .btn_list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-front-about-yorozu .contact-message .cards.message .btn_list ul {
    display: block;
  }
}
.p-front-about-yorozu .contact-message .cards.message .btn_list ul li {
  display: inline-block;
  width: 48%;
}
@media (max-width: 768px) {
  .p-front-about-yorozu .contact-message .cards.message .btn_list ul li {
    display: block;
    width: 100%;
    margin: 1.5rem 0;
  }
}
.p-front-about-yorozu .contact-message .cards.message .btn_list ul li a {
  background: #ff9800;
  border-radius: 1rem;
  text-align: center;
  padding: 1.5rem;
  color: #ffffff;
  font-size: 2.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-front-about-yorozu .contact-message .cards.message .btn_list ul li a {
    font-size: 1.5rem;
    padding: 1.5rem;
    align-items: stretch;
    line-height: 1.5;
  }
}
.p-front-about-yorozu .contact-message .cards.message .btn_list ul li a em {
  line-height: 1.2;
  background: #ffffff;
  color: #ff9800;
  display: inline-block;
  margin-right: 1rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.7rem;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-front-about-yorozu .contact-message .cards.message .btn_list ul li a em {
    margin-right: 1rem;
    padding: 0.5rem 1rem;
    line-height: 1;
    font-size: 1.3rem;
  }
}
.p-front-about-yorozu .contact-message .cards.message .btn_list ul li:nth-of-type(3) {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-front-about-yorozu .contact-message .cards.message .btn_list ul li:nth-of-type(3) {
    margin-top: inherit;
  }
}

.p-front-souzoku .c-sec-title2 {
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .p-front-souzoku .c-sec-title2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-front-souzoku .c-sec-title2 .orange {
  color: #ff9800;
  font-weight: 700;
}
.p-front-souzoku .cards {
  align-items: center;
}
.p-front-souzoku .cards .pic,
.p-front-souzoku .cards .txt {
  width: calc(50% - 3rem);
}
@media (max-width: 768px) {
  .p-front-souzoku .cards .pic,
  .p-front-souzoku .cards .txt {
    width: 100%;
  }
}
.p-front-souzoku .cards .pic {
  border-radius: 1rem;
  line-height: 0.5;
}
@media (max-width: 768px) {
  .p-front-souzoku .cards .pic {
    margin-bottom: 1.5rem;
  }
}
.p-front-souzoku .cards .pic img {
  vertical-align: top;
}
.p-front-souzoku .cards .txt h2 {
  font-weight: 700;
  color: #ff9800;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-front-souzoku .cards .txt h2 {
    font-size: 2rem;
    text-align: center;
  }
}
.p-front-souzoku .cards .txt p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-front-souzoku .cards .txt p {
    font-size: 1.4rem;
  }
}
.p-front-souzoku .cards .txt .btn {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-front-souzoku .cards .txt .btn {
    text-align: center;
  }
}

.p-front-company .cards {
  align-items: center;
}
.p-front-company__slider {
  width: 500px;
  overflow: hidden;
  border-radius: 1rem;
  line-height: 0.5;
}
@media (max-width: 768px) {
  .p-front-company__slider {
    width: 100%;
  }
}
.p-front-company__slider .pic img {
  vertical-align: top;
}
.p-front-company .txt {
  width: calc(100% - 500px - 3rem);
}
@media (max-width: 768px) {
  .p-front-company .txt {
    width: 100%;
  }
}
.p-front-company .txt .c-table3 th {
  width: 20%;
}
@media (max-width: 768px) {
  .p-front-company .txt .c-table3 th {
    width: 10%;
  }
}
.p-front-company .txt .c-table3 th,
.p-front-company .txt .c-table3 td {
  padding: 1.2rem 3rem;
}
@media (max-width: 768px) {
  .p-front-company .txt .c-table3 th,
  .p-front-company .txt .c-table3 td {
    padding: 1rem 1.5rem;
  }
}

.p-front-gmap .l-container {
  width: 100%;
  max-width: none;
  min-width: auto;
  padding: 0;
}
.p-front-gmap iframe {
  width: 100%;
}
@media (max-width: 768px) {
  .p-front-gmap iframe {
    height: 250px;
  }
}

.p-front-greet > .l-container > .cards .pic {
  width: 200px;
}
@media (max-width: 768px) {
  .p-front-greet > .l-container > .cards .pic {
    width: 70%;
    margin: 0 auto 2rem;
  }
}
.p-front-greet > .l-container > .cards .pic .p {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 1rem;
  line-height: 0.5;
}
.p-front-greet > .l-container > .cards .txt {
  width: calc(100% - 200px - 50px);
}
@media (max-width: 768px) {
  .p-front-greet > .l-container > .cards .txt {
    width: 100%;
  }
}
.p-front-greet > .l-container > .cards .txt p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.p-front-greet > .l-container > .cards .txt .name {
  text-align: right;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-front-greet > .l-container > .cards .txt .name {
    font-size: 1.6rem;
  }
}

.p-front-yurai .cards {
  align-items: center;
}
.p-front-yurai .cards .pic {
  width: 500px;
  overflow: hidden;
  border-radius: 1rem;
  line-height: 0.5;
}
@media (max-width: 768px) {
  .p-front-yurai .cards .pic {
    width: 70%;
    margin: 0 auto 2rem;
  }
}
.p-front-yurai .cards .pic img {
  vertical-align: top;
}
.p-front-yurai .cards .txt {
  width: calc(100% - 500px - 3rem);
}
@media (max-width: 768px) {
  .p-front-yurai .cards .txt {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-front-yurai .cards .txt .name {
    font-size: 1.4rem;
  }
}

.p-front-staff article {
  margin-bottom: 6rem;
}
.p-front-staff article > .cards .pic {
  width: 200px;
}
@media (max-width: 768px) {
  .p-front-staff article > .cards .pic {
    width: 70%;
    margin: 0 auto 2rem;
  }
}
.p-front-staff article > .cards .pic .p {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 1rem;
  line-height: 0.5;
}
.p-front-staff article > .cards .txt {
  width: calc(100% - 200px - 50px);
}
@media (max-width: 768px) {
  .p-front-staff article > .cards .txt {
    width: 100%;
  }
}
.p-front-staff article > .cards .txt h3 {
  font-size: 2.3rem;
  color: #ff9800;
}
@media (max-width: 768px) {
  .p-front-staff article > .cards .txt h3 {
    font-size: 1.8rem;
  }
}
.p-front-staff article > .cards .txt p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.p-front-contact .form-wrap h2 {
  font-size: 2.5rem;
  color: #ff9800;
}
@media (max-width: 768px) {
  .p-front-contact .form-wrap h2 {
    font-size: 1.8rem;
  }
}

.p-front-banner .l-container {
  width: 1000px;
  max-width: none;
  min-width: auto;
}
@media (max-width: 768px) {
  .p-front-banner .l-container {
    width: 80%;
  }
}
.p-front-banner > .l-container > .cards {
  align-items: center;
}
.p-front-banner > .l-container > .cards article {
  width: calc(33.3333333333% - 1.5rem);
}
@media (max-width: 768px) {
  .p-front-banner > .l-container > .cards article {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.p-front-banner > .l-container > .cards article a {
  padding: 1.5rem 2.5rem;
  display: block;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-front-banner > .l-container > .cards article a {
    padding: 0.5rem 3.5rem;
  }
}

.l-wrapper.news .post-head {
  margin-bottom: 2.5rem;
}
.l-wrapper.news .post-head .post-title {
  display: block;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.l-wrapper.news .post-head .post-date {
  display: inline-block;
}
.l-wrapper.news .post-head .post-cat {
  display: inline-block;
  margin-left: 1rem;
  background: #ff9800;
  line-height: 1;
  color: #ffffff;
  padding: 0.5rem 2rem;
  border-radius: 7rem;
  font-size: 1.3rem;
}
.l-wrapper.news .more_btn {
  text-align: right;
}
.l-wrapper.news .more_btn .c-btn1 {
  font-size: 1.5rem;
}
.l-wrapper.news #news-list > article {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.l-wrapper.news #news-detail > article {
  border-bottom: 1px solid #f4f4f4;
  padding: 3rem 0;
}

#main-content img.size-full {
  margin-bottom: 2.5rem;
}

#primary article[class^=post-] > .content table {
  width: 100%;
  margin-bottom: 3rem;
}
#primary article[class^=post-] > .content table tr th,
#primary article[class^=post-] > .content table tr td {
  border: 1px solid #9f9f9f;
  line-height: 1;
  padding: 15px 23px;
  font-size: 1.5rem;
}
#primary article[class^=post-] > .content table tr th {
  background: #f4f4f4;
  width: 30%;
  font-weight: 700;
  text-align: center;
}
#primary article[class^=post-] > .content table tr td {
  line-height: 1.5em;
}
#primary article[class^=post-] > .content table tr td > p {
  margin: 0;
}
#primary article[class^=post-] > .content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: 700;
}
#primary article[class^=post-] > .content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-left: 1.5rem;
  border-left: 0.5rem solid #ff9800;
  font-weight: 700;
}
#primary article[class^=post-] > .content h3 {
  color: #ff9800;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
  background: #ffffff;
}
#primary article[class^=post-] > .content h4 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #ff9800;
}
#primary article[class^=post-] > .content h5 {
  color: #ff9800;
  background: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #ff9800;
}
#primary article[class^=post-] > .content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#primary article[class^=post-] > .content a {
  text-decoration: underline;
  color: #ff9800;
}
#primary article[class^=post-] > .content h2.caption {
  box-sizing: border-box;
  color: #000000;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 2rem;
  border-bottom: 2px solid #fff3ea;
  border-left: 0;
  border-radius: 0;
  margin-bottom: 4rem;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
#primary article[class^=post-] > .content h2.caption::before {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 2rem;
  color: #ff9800;
}
#primary article[class^=post-] > .content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 4rem;
}
#primary article[class^=post-] > .content ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}
#primary article[class^=post-] > .content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
#primary article[class^=post-] > .content .btn > a {
  text-decoration: none;
  min-width: 250px;
  font-size: 1.8rem;
}

#buy-section .l-container {
  width: 100%;
  max-width: 1300px;
  position: relative;
}
@media (max-width: 768px) {
  #buy-section .l-container {
    max-width: none;
    width: 90%;
  }
}
#buy-section .feeds {
  justify-content: flex-start;
}
#buy-section .feeds article {
  width: calc(33.3333333333% - 3rem);
  margin: 0 1.5rem 3rem;
  background: #ffffff;
}
@media (max-width: 768px) {
  #buy-section .feeds article {
    width: 100%;
    margin: 0 0 3rem;
  }
}
#buy-section .feeds article .thumb {
  line-height: 0.5;
  position: relative;
}
#buy-section .feeds article .thumb h2 {
  font-size: 2rem;
  letter-spacing: 0.3rem;
}
#buy-section .feeds article .thumb img {
  width: 100%;
  height: 238px;
  object-fit: cover;
}
#buy-section .feeds article .thumb a {
  display: block;
  line-height: 0.5;
}
#buy-section .feeds article .thumb > .type {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  line-height: 1;
  padding: 1rem 1.5rem;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 700;
  background: #ff9800;
}
#buy-section .feeds article .txt {
  padding: 1rem 0;
}
#buy-section .feeds article .txt .table table {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}
#buy-section .feeds article .txt .table table tr th,
#buy-section .feeds article .txt .table table tr td {
  line-height: 1.3;
  padding: 0;
  font-weight: 700;
}
#buy-section .feeds article .txt .table table tr th {
  border-radius: 5px;
  text-align: center;
  background: #ff9800;
  color: #ffffff;
  padding: 0.8rem;
}
#buy-section .feeds article .txt .btn a {
  width: 100%;
  margin: 0;
}
#buy-section .feeds article .txt .btn a > strong {
  font-size: 2rem;
}
#buy-section .feeds > .btn {
  position: absolute;
  top: 10rem;
  right: 1rem;
}

#buy-detail {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #buy-detail {
    width: 100%;
  }
}
#buy-detail .buy_head {
  text-align: center;
  margin-bottom: 50px;
}
#buy-detail .buy_head .buy_title {
  font-size: 30px;
  display: block;
  margin-bottom: 15px;
  color: #ff9800;
  letter-spacing: 0.3rem;
  line-height: 1.5;
}
#buy-detail .buy_head .buy_cat {
  color: #ffffff;
  font-size: 2rem;
  background: #ff9800;
  display: inline-block;
  padding: 0 15px;
}
#buy-detail .buy_content .vi {
  margin-bottom: 70px;
}
#buy-detail .buy_content .vi img {
  width: 100%;
  height: auto;
}
#buy-detail .buy_content .point_cont {
  background-color: #fff3ea;
  padding: 4rem 5rem;
  margin-bottom: 3rem;
}
#buy-detail .buy_content .point_cont h2 {
  font-size: 2.5rem;
  color: #ff9800;
}
#buy-detail .buy_content .point_cont h3 {
  font-size: 2rem;
}
#buy-detail .buy_content .buy_detail_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  justify-content: space-between;
  margin-bottom: 70px;
}
#buy-detail .buy_content .buy_detail_list article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  justify-content: space-between;
  width: calc(50% - 15px);
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  #buy-detail .buy_content .buy_detail_list article {
    width: 100%;
  }
}
#buy-detail .buy_content .buy_detail_list article .h,
#buy-detail .buy_content .buy_detail_list article .c {
  padding: 15px 15px;
  line-height: 1.5;
}
#buy-detail .buy_content .buy_detail_list article .h {
  width: 120px;
  border-bottom: 3px solid #ff9800;
  text-align: center;
  font-weight: 700;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
#buy-detail .buy_content .buy_detail_list article .c {
  width: calc(100% - 120px);
}
#buy-detail .buy_content .btn_pdf a {
  font-size: 25px;
}
#buy-detail .buy_content .btn_pdf a::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 25px;
  font-size: 30px;
  line-height: 1;
  vertical-align: top;
}

.p-buy-detail__thumbs {
  margin-top: 10px;
}
.p-buy-detail__thumbs .splide__slide {
  opacity: 0.5;
}
.p-buy-detail__thumbs .splide__slide.is-active {
  opacity: 1;
}
.p-buy-detail__thumbs .splide__slide img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-buy-detail__thumbs .splide__slide img {
    height: 49px;
  }
}

#page-souzoku .l-container {
  text-align: center;
}
#page-souzoku h2 {
  color: #ff9800;
  font-size: 3rem;
}
@media (max-width: 768px) {
  #page-souzoku h2 {
    font-size: 2.2rem;
  }
}
#page-souzoku p {
  font-size: 1.7rem;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-pc-only {
  display: block;
}
@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

.cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  justify-content: space-between;
}

/*# sourceMappingURL=style.css.map */
