@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

h1,
h2 {
  font-weight: normal;
}

body {
  font-family: sans-serif;
  font-size: min(3.5vw, 1.125rem);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body,
a {
  color: #000;
  text-decoration: none;
}

a {
  transition: all 0.15s;
}
a:hover {
  opacity: 0.5;
}

ul {
  list-style: none;
}

.wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
}

img {
  width: 100%;
}

.no-articles {
  margin-top: 3%;
}

main .sec-space {
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  main .sec-space {
    margin-bottom: 7%;
  }
}

main .space {
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  main .space {
    margin-bottom: 4%;
  }
}

.yellow-line {
  width: 100%;
  border-right: 32px solid #feefbe;
  border-left: 32px solid #feefbe;
  padding: 0 3%;
}

@media screen and (max-width: 768px) {
  main .yellow-line {
    border-right: none;
    border-left: none;
  }
}

main .banner-4 {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.25rem, -0.107rem + 1.79vw, 0.75rem) 1%;
  margin-bottom: 3%;
}
main .banner-4__img {
  width: 24%;
}
@media screen and (max-width: 768px) {
  main .banner-4__img {
    width: 49%;
  }
}

.ttl__bold {
  margin-bottom: 2%;
  background-color: #feb04d;
  font-weight: bold;
  font-size: min(5vw, 1.5rem);
  letter-spacing: 0.08rem;
  padding: clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(1rem, 0.464rem + 2.68vw, 1.75rem);
  border-radius: 4px;
  line-height: 1.2;
  position: relative;
}
.ttl__bold::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #f85406;
  height: clamp(1.125rem, 0.589rem + 2.68vw, 1.875rem);
  width: clamp(0.25rem, 0.161rem + 0.45vw, 0.375rem);
  border-radius: 4px;
  top: clamp(0.438rem, 0.037rem + 2vw, 0.563rem);
  left: clamp(0.438rem, 0.304rem + 0.67vw, 0.625rem);
}

.ttl__normal {
  margin-bottom: 2%;
  background-color: #feefbe;
  font-weight: bold;
  line-height: 1.2;
  font-size: min(4vw, 1.2rem);
  letter-spacing: 0.08rem;
  padding: clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(1rem, 0.464rem + 2.68vw, 1.75rem);
  border-radius: 4px;
  position: relative;
}
.ttl__normal::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #fe8e01;
  height: clamp(1rem, 0.554rem + 2.23vw, 1.625rem);
  width: clamp(0.25rem, 0.161rem + 0.45vw, 0.375rem);
  border-radius: 4px;
  top: clamp(0.313rem, -0.088rem + 2vw, 0.438rem);
  left: clamp(0.438rem, 0.304rem + 0.67vw, 0.625rem);
}

.normal-txt {
  font-size: min(4vw, 1rem);
  letter-spacing: 0.03rem;
  line-height: 1.6;
  margin-bottom: 2%;
  margin-left: 2%;
}
.normal-txt span {
  color: #f80606;
  font-weight: bold;
}

.button {
  text-align: center;
}
.button__a {
  display: inline-block;
  padding: 16px 26px;
  background-color: #feb04d;
  font-weight: bold;
  color: #fff;
  font-size: min(4.5vw, 1.125rem);
  border-radius: 10px;
  min-width: 200px;
}

.breadcrumbs {
  padding: 16px 0;
  line-height: 1.6;
}

body .company__box {
  background-color: #fff;
  border-radius: 16px;
  padding: 3% 3% 1.5% 3%;
  display: inline-block;
  position: relative;
}
body .company__box::after {
  position: absolute;
  content: "";
  top: 8%;
  right: 10px;
  background-image: url(../img/header_fukidashi.webp);
  width: clamp(5.125rem, 0.873rem + 7.12vw, 6.75rem);
  height: 37px;
  background-repeat: no-repeat;
  background-size: contain;
}
body .company__box__top {
  text-align: left;
  font-size: min(2.8vw, 0.75rem);
  margin-bottom: 1%;
}
body .company__box__txt1 {
  font-family: "Kosugi Maru", sans-serif;
  background-color: #feefbe;
  display: inline-block;
  padding: clamp(0.125rem, 0.036rem + 0.45vw, 0.25rem) clamp(0.375rem, 0.107rem + 1.34vw, 0.75rem);
  border-radius: 20px;
  line-height: 1rem;
  font-size: min(2.5vw, 0.875rem);
}
body .company__box__txt1 span {
  font-weight: bold;
  font-size: min(3vw, 1rem);
  color: #f85406;
}
body .company__box__ttl {
  font-family: "Kosugi Maru", sans-serif;
  color: #663300;
  -webkit-text-stroke: 0.5px #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  font-weight: 300;
  line-height: 1.4rem;
  margin-bottom: 4px;
  font-size: clamp(1.4rem, -0.17rem + 2.63vw, 2rem);
  padding: clamp(0.375rem, -0.279rem + 1.1vw, 0.625rem) 0;
}
@media screen and (max-width: 480px) {
  body .company__box {
    padding: 3% 3% 2.5% 3%;
  }
  body .company__box::after {
    top: 5%;
  }
  body .company__box__ttl {
    font-size: min(5vw, 2rem);
    padding: clamp(0rem, -0.75rem + 3.75vw, 0.375rem) 0;
  }
}

.post-title-loop {
  display: flex;
  flex-wrap: wrap;
}
.post-title-loop__item {
  width: 45%;
  color: #fe8e01;
  line-height: 2;
}
.post-title-loop__item a {
  color: #fe8e01;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  main .post-title-loop {
    flex-direction: column;
  }
  main .post-title-loop__item {
    width: 100%;
  }
}

.nav {
  text-align: center;
}
.nav a,
.nav span {
  display: inline-block;
  width: clamp(2.125rem, 0.925rem + 6vw, 2.5rem);
  height: clamp(2.125rem, 0.925rem + 6vw, 2.5rem);
  border-radius: 50%;
  font-weight: bold;
  margin: 0 3px;
  line-height: clamp(1.938rem, 0.738rem + 6vw, 2.313rem);
  border: 1px solid #fe8e01;
  color: #fe8e01;
}
.nav .current {
  background-color: #fe8e01;
  color: #fff;
}

.header {
  border-bottom: 12px solid #feefbe;
  position: relative;
}
.header::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: clamp(0.375rem, 0.176rem + 0.93vw, 0.625rem);
  background-color: #fe8e01;
  top: 0;
  left: 0;
}
.header-wrap {
  padding: clamp(0.5rem, 0.054rem + 2.23vw, 1.125rem) 0 clamp(0.25rem, 0.071rem + 0.89vw, 0.5rem) 0;
}
.header-wrap__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrap__flex__left__txt1 {
  font-size: min(4vw, 0.75rem);
  line-height: 1.8;
}
.header-wrap__flex__left__txt2 {
  font-family: "Kosugi Maru", sans-serif;
  background-color: #feefbe;
  display: inline-block;
  padding: clamp(0rem, -0.179rem + 0.89vw, 0.25rem) clamp(0.5rem, 0.143rem + 1.79vw, 1rem);
  border-radius: 20px;
  line-height: 1.4;
  font-size: min(4vw, 0.875rem);
}
.header-wrap__flex__left__txt2 span {
  font-weight: bold;
  font-size: min(4vw, 1rem);
  color: #f85406;
}
.header-wrap__flex__left__h1 {
  position: relative;
}
.header-wrap__flex__left__h1::before {
  position: absolute;
  content: "";
  top: -51px;
  right: 0;
  background-image: url(../img/header_fukidashi.webp);
  width: clamp(9.125rem, 6.018rem + 5.21vw, 10.313rem);
  height: 56px;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-wrap__flex__left__h1 a {
  display: inline-block;
  font-family: "Kosugi Maru", sans-serif;
  font-size: min(3.8vw, 3rem);
  color: #663300;
  -webkit-text-stroke: 0.8px #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  line-height: 2rem;
  padding: clamp(0.5rem, -0.196rem + 1.45vw, 1rem) 0;
  margin-bottom: 4px;
}
.header-wrap__flex__left__h1 a:hover {
  opacity: 1;
}
.header-wrap__flex__left__txt3 {
  font-size: min(4vw, 0.95rem);
  font-weight: bold;
}
.header-wrap__flex__right {
  width: 37%;
}
.header-under {
  background-color: #fe8e01;
}
.header-under__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header-under__list__item {
  text-align: center;
  height: clamp(2.125rem, 0.125rem + 4.17vw, 3.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.header-under__list__item::before {
  position: relative;
  display: inline-block;
  content: "";
  height: 20px;
  width: 1px;
  background-color: #fff;
  right: 8.5px;
}
.header-under__list__item::after {
  position: relative;
  display: inline-block;
  content: "";
  height: 20px;
  width: 1px;
  background-color: #fff;
  left: 8.5px;
}
.header-under__list__item a {
  font-size: min(1.5vw, 1rem);
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 955px) {
  body .header-wrap__flex__left__h1::before {
    top: -32px;
    width: clamp(5.625rem, 4.286rem + 6.7vw, 7.5rem);
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  body .header {
    border-bottom: 6px solid #feefbe;
    margin-top: clamp(2.5rem, 2.054rem + 2.23vw, 3.125rem);
  }
  body .header-wrap__flex__left {
    width: 100%;
  }
  body .header-wrap__flex__left__txt1 {
    font-size: min(3vw, 0.75rem);
  }
  body .header-wrap__flex__left__txt2 {
    font-size: min(3vw, 0.875rem);
  }
  body .header-wrap__flex__left__txt2 span {
    font-size: min(3.5vw, 1rem);
  }
  body .header-wrap__flex__left__h1 {
    text-align: center;
  }
  body .header-wrap__flex__left__h1 a {
    font-size: min(5.8vw, 2.8rem);
    padding: clamp(0rem, -0.536rem + 2.68vw, 0.75rem) 0;
    margin: clamp(0rem, -0.179rem + 0.89vw, 0.25rem);
  }
  body .header-wrap__flex__left__txt3 {
    text-align: center;
    font-size: min(3.2vw, 0.95rem);
  }
  body .header-wrap__flex__right {
    display: none;
  }
  body .header-under {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body .header-wrap__flex__left__h1::before {
    top: -18px;
    width: 70px;
  }
}

.globalMenuSp {
  display: none;
  position: fixed;
  z-index: 98;
  top: 0;
  right: 0;
  color: #000;
  background: #fe8e01;
  width: 100%;
  height: 100vh;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
  display: block;
}
.globalMenuSp .company__box {
  margin-top: clamp(1.25rem, 0.147rem + 4.9vw, 2.5rem);
  text-align: left;
  max-width: 405px;
}
.globalMenuSp .company__box::after {
  top: 23%;
  width: clamp(4.375rem, 3.661rem + 3.57vw, 5.375rem);
}
.globalMenuSp .menu {
  padding: clamp(1rem, 0.228rem + 3.43vw, 1.875rem) 0;
  max-width: 405px;
  margin-inline: auto;
}
.globalMenuSp .menu-wrap {
  display: flex;
  justify-content: center;
}
.globalMenuSp .menu-wrap__box {
  margin-right: 16px;
}
.globalMenuSp .menu-wrap__box:last-child {
  margin-right: unset;
}
.globalMenuSp .menu-wrap__box__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.globalMenuSp .menu-wrap__box__list__item {
  text-align: left;
}
.globalMenuSp .menu-wrap__box__list__item a {
  display: inline-block;
  width: 100%;
  padding: 8.4px 0;
  font-weight: bold;
  color: #fff;
}

.header__tel {
  max-width: clamp(18.125rem, 1.875rem + 81.25vw, 26.25rem);
  margin-inline: auto;
  background-color: #fe8e01;
}
.header__tel__box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1% 0;
  background-color: #fff;
  border-radius: 10px;
  height: clamp(2.5rem, 2.054rem + 2.23vw, 3.125rem);
}
.header__tel__box .header-sp__left__txt {
  white-space: nowrap;
}
.header__tel__box .header-sp__left__flex__reception {
  white-space: nowrap;
}
.header__tel__box .header-sp__left__flex__txt {
  white-space: nowrap;
}
.header__tel__box .header-sp__right a {
  white-space: nowrap;
}

.fv__img {
  text-align: center;
}
.fv__img img {
  max-width: 1200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.choice-5 {
  padding-top: 8px;
}
.choice-5__ttl {
  background-color: #41be9e;
  color: #fff;
  font-weight: bold;
  font-size: min(4.5vw, 1.875rem);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3%;
}
.choice-5__ttl span {
  display: inline-block;
}
.choice-5__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.75rem, -0.491rem + 2.59vw, 1.125rem) 2%;
  margin-bottom: 4%;
}
.choice-5__list__item {
  width: 31%;
  font-weight: bold;
  line-height: 1.2;
}
.choice-5__list__item__txt {
  color: #fff;
  text-align: center;
  padding: 0 1.5% 1.5% 1.5%;
}
.choice-5__list__item__txt__ttl {
  font-size: min(2.8vw, 1.75rem);
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
.choice-5__list__item__txt__area {
  font-size: min(1.8vw, 1.23rem);
  line-height: 1.2;
}
.choice-5__list__item__txt__area span {
  display: inline-block;
}
.choice-5__list__item__link {
  padding: 8px;
  text-align: center;
}
.choice-5__list__item__link__ttl {
  margin-bottom: 8px;
  color: #fff;
  font-size: min(2.3vw, 1.75rem);
  letter-spacing: 0.2rem;
  display: block;
  padding: 4px 0;
  border-radius: 10px;
  line-height: 1.4;
}
.choice-5__list__item__link__ttl span {
  display: block;
  color: #fefb13;
  font-size: min(1.8vw, 1.25rem);
}
.choice-5__list__item__link__tel {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fefb13;
  border-radius: 10px;
  font-size: min(2.4vw, 1.75rem);
  margin-inline: auto;
  padding: 2px 0;
  line-height: 1.4;
}
.choice-5__list__item__link__tel img {
  width: 40px;
  width: clamp(1.5rem, 0.109rem + 2.9vw, 2.5rem);
  margin-right: 2%;
}
.choice-5__list__item__link__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fefb13;
  border-radius: 10px;
  font-size: min(2.4vw, 1.75rem);
  max-width: 260px;
  margin-inline: auto;
  padding: 2px 0;
  letter-spacing: 2rem;
  line-height: 1.4;
}
.choice-5__list__item__link__mail p {
  margin-right: -2rem;
}
.choice-5__list__item__link__mail img {
  width: clamp(1rem, 0.143rem + 2.86vw, 2.5rem);
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  main .choice-5__list__item {
    width: 44%;
  }
  main .choice-5__list__item__link__mail {
    letter-spacing: 1rem;
  }
  main .choice-5__list__item__link__mail p {
    margin-right: -1rem;
  }
}
@media screen and (max-width: 480px) {
  main .choice-5__list__item {
    width: 80%;
    margin-inline: auto;
  }
  main .choice-5__list__item__txt {
    text-align: left;
  }
  main .choice-5__list__item__txt__ttl {
    font-size: min(4.5vw, 1.75rem);
  }
  main .choice-5__list__item__txt__area {
    font-size: min(3vw, 1.25rem);
  }
  main .choice-5__list__item__link {
    padding: 4px;
    text-align: left;
  }
  main .choice-5__list__item__link__ttl {
    margin-bottom: 4px;
    padding-left: 2%;
    border-radius: 4px;
    font-size: min(4vw, 1.75rem);
  }
  main .choice-5__list__item__link__ttl span {
    font-size: min(3vw, 1.25rem);
  }
  main .choice-5__list__item__link__tel {
    margin-bottom: 4px;
    padding-left: 2%;
    border-radius: 4px;
    justify-content: flex-start;
    max-width: 100%;
    font-size: min(4.5vw, 1.75rem);
  }
  main .choice-5__list__item__link__mail {
    padding-left: 2%;
    border-radius: 4px;
    justify-content: flex-start;
    max-width: 100%;
    font-size: min(4.5vw, 1.75rem);
  }
}
@media screen and (max-width: 420px) {
  main .choice-5__list__item {
    width: 100%;
  }
}

.blue {
  border: 8px solid #0a53e4;
}
.blue__txt {
  background-color: #0a53e4;
}
.blue__link__ttl {
  background-color: #0a53e4;
}
.blue__link__tel {
  background-color: #0a53e4;
}
.blue__link__mail {
  background-color: #0a53e4;
}

.orange {
  border: 8px solid #ff7f4f;
}
.orange__txt {
  background-color: #ff7f4f;
}
.orange__link__ttl {
  background-color: #ff7f4f;
}
.orange__link__tel {
  background-color: #ff7f4f;
}
.orange__link__mail {
  background-color: #ff7f4f;
}

.green {
  border: 8px solid #04a178;
}
.green__txt {
  background-color: #04a178;
}
.green__link__ttl {
  background-color: #04a178;
}
.green__link__tel {
  background-color: #04a178;
}
.green__link__mail {
  background-color: #04a178;
}

.pink {
  border: 8px solid #e342e3;
}
.pink__txt {
  background-color: #e342e3;
}
.pink__link__ttl {
  background-color: #e342e3;
}
.pink__link__tel {
  background-color: #e342e3;
}
.pink__link__mail {
  background-color: #e342e3;
}

.brown {
  border: 8px solid #c09001;
}
.brown__txt {
  background-color: #c09001;
}
.brown__link__ttl {
  background-color: #c09001;
  padding: clamp(0.5rem, -0.196rem + 1.45vw, 1rem) 0;
}
.brown__link__tel {
  background-color: #c09001;
}
.brown__link__mail {
  background-color: #c09001;
}

@media screen and (max-width: 480px) {
  main .blue {
    border: 4px solid #0a53e4;
  }
  main .orange {
    border: 4px solid #ff7f4f;
  }
  main .green {
    border: 4px solid #04a178;
  }
  main .pink {
    border: 4px solid #e342e3;
  }
  main .brown {
    border: 4px solid #c09001;
  }
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.container__aside {
  width: 19%;
}
.container__main {
  width: 79%;
}
.container__main__cam {
  margin-bottom: 3%;
}
.container__main__manga {
  margin-bottom: 3%;
}

@media screen and (max-width: 955px) {
  main .container__aside {
    display: none;
  }
  main .container__main {
    width: 100%;
  }
}

.container__main__slider {
  margin: 20px 0 8px 0;
}
.container__main__slider .slick-track {
  display: flex;
  align-items: center;
}

.slider {
  display: flex;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 2% 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 40px; /*ドットボタンのサイズ*/
  height: 6px; /*ドットボタンのサイズ*/
  display: block;
  border: unset;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #999;
}

.slider .slick-slide {
  margin: 0 10px;
}

.container__main__news .ttl__bold {
  margin-bottom: unset;
}
.container__main__news__list__item__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: clamp(0.625rem, 3.13vw, 1.5rem) 0;
  width: 94%;
  letter-spacing: 0.03rem;
  margin-inline: auto;
  border-bottom: 1px dashed #000;
}
.container__main__news__list__item__link__flex {
  display: flex;
  align-items: center;
}
.container__main__news__list__item__link__flex .news__time {
  margin-right: 16px;
  text-align: center;
}
.container__main__news__list__item__link__flex .news__cat {
  white-space: nowrap;
  margin-right: 16px;
  text-align: center;
  background-color: #feb04d;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  border-radius: 8px;
  line-height: 1.4;
}
.container__main__news__list__item__link .news__ttl {
  width: 72%;
  line-height: 1.4;
}
.container__main__news__list__item__link p {
  margin-bottom: unset !important;
  margin-left: unset !important;
}

@media screen and (max-width: 768px) {
  main .container__main__news__list__item__link {
    flex-direction: column;
    align-items: flex-start;
  }
  main .container__main__news__list__item__link__flex {
    margin-bottom: 1%;
  }
  main .container__main__news__list__item__link__flex .news__time {
    margin-right: clamp(0.25rem, -0.107rem + 1.79vw, 0.75rem);
  }
  main .container__main__news__list__item__link .news__ttl {
    width: 100%;
  }
}

.container__main__case-study__search {
  margin-bottom: 4%;
}
.container__main__case-study__search form {
  display: flex;
  align-items: center;
}
.container__main__case-study__search form .search-box {
  width: calc(80% - 100px);
  margin-right: 2%;
  position: relative;
}
.container__main__case-study__search form .search-box::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../img/icon_search_box.svg) no-repeat center center/auto 100%;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 8px;
}
.container__main__case-study__search form .search-box input {
  width: 100%;
  height: 36px;
  padding: 0 8px 0 2.5em;
}
.container__main__case-study__search form button {
  all: unset;
  width: 100px;
  height: 36px;
  background-color: #feb04d;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.container__main__case-study__search form button:hover {
  opacity: 0.5;
  cursor: pointer;
}
.container__main__case-study__cat__box {
  margin-bottom: clamp(0.625rem, 0.179rem + 2.23vw, 1.25rem);
}
.container__main__case-study__cat__box__ttl-box {
  margin-bottom: 8px;
}
.container__main__case-study__cat__box__ttl-box__ttl {
  background-color: #30b9d7;
  display: inline-block;
  color: #fff;
  font-size: min(5vw, 1.125rem);
  font-weight: bold;
  line-height: clamp(2rem, 1.643rem + 1.79vw, 2.5rem);
  padding: 0 8px;
  border-radius: 4px;
  text-align: center;
}
.container__main__case-study__cat__box__ttl-box__line {
  width: 100%;
  height: 6px;
  background-color: #30b9d7;
  position: relative;
  bottom: 6px;
}
.container__main__case-study__tag {
  margin-bottom: 20px;
}

.container__main .container__main__case-study__cat__box__ttl-box__ttl {
  line-height: clamp(2rem, 1.643rem + 1.79vw, 2.5rem);
  margin-bottom: unset;
  margin-left: unset;
}
.container__main .art-box {
  margin-bottom: clamp(1.25rem, 0.357rem + 4.46vw, 2.5rem);
  display: flex;
  flex-direction: column;
}
.container__main .art-box h3 {
  margin-bottom: 1% !important;
}
.container__main .art-box__tag .tag__box__list {
  margin-bottom: 0.5%;
}
.container__main .art-box__txt {
  line-height: 1.6;
}
.container__main .art-box .cont {
  align-self: flex-end;
  width: clamp(6.25rem, 4.241rem + 10.04vw, 9.063rem);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fe8e01;
  border-radius: 8px;
}

.cat__box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.cat__box__list__item {
  width: 48%;
  margin-bottom: 10px;
}
.cat__box__list__item a {
  border: 1px solid #30b9d7;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  position: relative;
  padding: 8px 8px 10px 28px;
  font-size: min(4vw, 1.125rem);
  line-height: 1.2;
}
.cat__box__list__item a::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #30b9d7;
  height: 30px;
  width: 6px;
  border-radius: 4px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.tag__box__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.tag__box__list__item {
  margin-right: 4px;
}
.tag__box__list__item a {
  display: inline-block;
  color: #fff;
  padding: clamp(0.25rem, 0.17rem + 0.4vw, 0.5rem) clamp(0.5rem, 0.34rem + 0.8vw, 1rem);
  background-color: #fe8e01;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: min(3.5vw, 1rem);
}

.container__main__basic-knowledge__box {
  background-color: #fffea7;
}
.container__main__basic-knowledge__box__ttl {
  background-color: #663300;
  color: #fff;
  font-size: min(5vw, 1.875rem);
  font-weight: bold;
  text-align: center;
  padding: clamp(0.5rem, 0.143rem + 1.79vw, 1rem) 8px;
  line-height: 1.4;
}
.container__main__basic-knowledge__box__ttl .kochira {
  color: #fbc625;
}
.container__main__basic-knowledge__box__ttl .br {
  display: inline-block;
}
.container__main__basic-knowledge__box__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3% 5%;
}
.container__main__basic-knowledge__box__flex__con {
  width: 78%;
}
.container__main__basic-knowledge__box__flex__con__item {
  margin-bottom: 3%;
  padding: 12px 16px;
  border-radius: 20px;
  background-color: #fff;
}
.container__main__basic-knowledge__box__flex__con__item:last-child {
  margin-bottom: unset;
}
.container__main__basic-knowledge__box__flex__con__item__ttl {
  color: #fe8e01;
  font-weight: bold;
  font-size: min(4.7vw, 1.25rem);
  line-height: 1.3;
  margin-bottom: 1%;
}
.container__main__basic-knowledge__box__flex__con__item__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 97%;
  margin-left: auto;
}
.container__main__basic-knowledge__box__flex__con__item__flex__dtl {
  line-height: 1.4;
}
.container__main__basic-knowledge__box__flex__con__item__flex a {
  display: inline-block;
  background-color: #d4c490;
  text-align: center;
  padding: 8px 4%;
  border-radius: 20px;
  border: #673301 solid 1px;
  white-space: nowrap;
  margin-left: 2%;
}
.container__main__basic-knowledge__box__flex__img {
  width: 18%;
}
.container__main__basic-knowledge__box__flex__img img {
  max-width: 140px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  main .container__main__basic-knowledge__box__flex {
    flex-direction: column;
  }
  main .container__main__basic-knowledge__box__flex__con {
    width: 100%;
    margin-bottom: 2%;
  }
  main .container__main__basic-knowledge__box__flex__img {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  main .container__main__basic-knowledge__box__flex__con__item__flex {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  main .container__main__basic-knowledge__box__flex__con__item__flex__dtl {
    margin-bottom: 1%;
  }
  main .container__main__basic-knowledge__box__flex__con__item__flex a {
    margin-left: unset;
  }
  main .container__main__basic-knowledge__box__flex__img img {
    max-width: 100px;
  }
}

.container__main__reason__box {
  margin-bottom: 2%;
}
.container__main__reason__box__top-flex {
  display: flex;
  align-items: center;
  margin-bottom: 1%;
}
.container__main__reason__box__top-flex__number {
  padding: 8px 0;
  background-color: #f85406;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 1.5%;
  width: clamp(5rem, 3.661rem + 6.7vw, 6.875rem);
  text-align: center;
}
.container__main__reason__box__top-flex__ttl {
  font-weight: bold;
  font-size: min(4vw, 1.25rem);
  line-height: 1.2;
  width: calc(98% - 110px);
}
.container__main__reason__box__un-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container__main__reason__box__un-flex__img {
  width: 28%;
}
.container__main__reason__box__un-flex__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.container__main__reason__box__un-flex__txt {
  width: 70%;
}

@media screen and (max-width: 768px) {
  main .container__main__reason__box__top-flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2%;
  }
  main .container__main__reason__box__top-flex__number {
    margin-bottom: 1%;
  }
  main .container__main__reason__box__top-flex__ttl {
    width: 100%;
  }
  main .container__main__reason__box__un-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  main .container__main__reason__box__un-flex__img {
    width: 100%;
    margin-bottom: 1%;
  }
  main .container__main__reason__box__un-flex__txt {
    width: 100%;
  }
  main .container__main__reason__box__un-flex__txt .normal-txt {
    margin-left: unset;
  }
}

.container__main__voice__img {
  margin-bottom: 4%;
}

.container__main__faq__list {
  list-style: none;
  margin-bottom: 4%;
}
.container__main__faq__list__item {
  margin-bottom: clamp(0.625rem, 0.179rem + 2.23vw, 1.25rem);
}
.container__main__faq__list__item .item-q {
  background-color: #feefbe;
  padding: 14px clamp(0.5rem, 0.143rem + 1.79vw, 1rem);
  border-radius: 5px;
  display: flex;
  margin-bottom: 1%;
  line-height: 0.9;
}
.container__main__faq__list__item .item-q__number {
  font-size: min(5.5vw, 1.9rem);
  color: #000;
  font-weight: 600;
  margin-right: clamp(0.625rem, 0.179rem + 2.23vw, 1.25rem);
}
.container__main__faq__list__item .item-q__txt {
  line-height: 1.7;
  padding-right: 34px;
}
.container__main__faq__list__item .item-a {
  display: flex;
  padding: 8px clamp(0.5rem, 0.143rem + 1.79vw, 1rem);
}
.container__main__faq__list__item .item-a__number {
  font-size: min(5.5vw, 2rem);
  color: #f85406;
  font-weight: 600;
  margin-right: clamp(0.625rem, 0.179rem + 2.23vw, 1.25rem);
}
.container__main__faq__list__item .item-a__txt p {
  line-height: 1.6;
  margin-bottom: 2%;
}

.container__main__faq__list .item-q {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  transition: all 0.5s ease;
}
.container__main__faq__list .item-q::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
  top: 48%;
  right: 20px;
  transform: rotate(0deg);
}
.container__main__faq__list .item-q::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
  top: 48%;
  right: 20px;
  transform: rotate(90deg);
}
.container__main__faq__list .item-q.close::before {
  transform: rotate(180deg);
}
.container__main__faq__list .item-q.close::after {
  display: none;
}
.container__main__faq__list .item-q:hover {
  opacity: 0.5;
}

.footer {
  background-color: #fe8e01;
  padding: 5% 5% calc(4% + clamp(3rem, 1.571rem + 7.14vw, 5rem)) 5%;
}
.footer-wrap__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3%;
}
.footer-wrap__top__left {
  width: 49%;
}
.footer-wrap__top__right {
  width: 50%;
}
.footer-wrap__top__right__img-flex {
  display: flex;
  align-items: center;
}
.footer-wrap__top__right__img-flex img {
  width: auto;
  height: clamp(3.75rem, 0.479rem + 5.48vw, 5rem);
}
.footer-wrap__top__right__img-flex__img-manga {
  margin-right: 3%;
}
.footer-wrap__top__right__img-flex__img-manga img {
  width: auto;
  height: clamp(4.25rem, 0.652rem + 6.03vw, 5.625rem);
}
.footer-wrap__under {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-wrap__under__left {
  width: 49%;
}
.footer-wrap__under__left__item {
  color: #fff;
  border-left: 5px solid #f85406;
  list-style: none;
  padding-left: 3%;
  margin-bottom: 3%;
}
.footer-wrap__under__left__item p {
  line-height: 1.4;
}
.footer-wrap__under__left__item p a {
  color: #fff;
  text-decoration: underline;
}
.footer-wrap__under__left__item p:first-child {
  font-weight: bold;
}
.footer-wrap__under__right {
  width: 49%;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 300px;
}
.footer-wrap__under__right__item {
  margin-bottom: 5%;
}
.footer-wrap__under__right__item a {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 955px) {
  body .footer-wrap__top {
    flex-direction: column;
    align-items: flex-start;
  }
  body .footer-wrap__top__left {
    width: 60%;
    margin-bottom: 2%;
  }
  body .footer-wrap__top__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body .footer-wrap__top__left {
    width: 100%;
  }
  body .footer-wrap__top__right {
    display: none;
  }
  body .footer-wrap__under__left {
    width: 100%;
  }
  body .footer-wrap__under__right {
    display: none;
  }
}

.container__aside {
  margin-bottom: 2%;
}
.container__aside__soudan {
  margin-bottom: 2%;
}
.container__aside__pdf {
  margin-bottom: 2%;
}
.container__aside__menu {
  margin-bottom: 2%;
}
.container__aside__menu__ttl {
  text-align: center;
  padding: 4px 0;
  width: 100%;
  background-color: #ffd384;
  border-radius: 16px;
  font-size: 1.25rem;
  margin-bottom: 2%;
}
.container__aside__menu__list {
  list-style: none;
  border: 6px solid #ffd384;
}
.container__aside__menu__list__item {
  width: 100%;
  border-bottom: 4px solid #ffd384;
  padding-left: clamp(1.125rem, 0.052rem + 1.8vw, 1.625rem);
}
.container__aside__menu__list__item:last-child {
  border-bottom: unset;
}
.container__aside__menu__list__item a {
  display: inline-block;
  width: 100%;
  line-height: 1.4;
  padding: 16px 1%;
  font-size: 0.875rem;
  position: relative;
}
.container__aside__menu__list__item a::before {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  left: -14px;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 8px solid transparent;
  border-left: 10px solid #f85406; /* 好みで色を変えてください */
}
.container__aside__hp {
  margin-bottom: 2%;
}
.container__aside__blog__ttl {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.pdf-name a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 72px;
  background-image: url(../img/aside-pdf.gif);
  background-size: contain;
  background-repeat: no-repeat;
}

.fixed-menu {
  position: fixed;
  z-index: 10;
  top: 30%;
  right: 0;
  width: 160px;
}
.fixed-menu__main {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #feb04d;
}
.fixed-menu__main__ttl {
  background-color: #feb04d;
  color: #663300;
  font-weight: bold;
  line-height: 2;
  font-size: min(4vw, 1.25rem);
  margin-bottom: 8px;
  border-radius: 8px 8px 0px 0px;
  text-align: center;
}
.fixed-menu__main a {
  display: block;
  font-size: min(4vw, 1.1rem);
  font-weight: bold;
  color: #f85406;
  margin: 0 8px 10px 8px;
  text-align: center;
}
.fixed-menu__main__reception {
  font-size: 0.75rem;
  background-color: #feb04d;
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  padding: 0 8px;
  line-height: 1.4;
  margin: 0 8px 6px 8px;
}
.fixed-menu__main__txt {
  font-size: 0.6rem;
  margin: 0 8px 6px 8px;
  line-height: 1.4;
}
.fixed-menu__box {
  padding: 3%;
  border-radius: 8px;
  border: 6px solid #feb04d;
  background-color: #fff;
  width: 100%;
}
.fixed-menu__box:nth-child(3) {
  margin-top: -6px;
}
.fixed-menu__box:nth-child(4) {
  margin-top: -6px;
}
.fixed-menu__box__item {
  display: flex;
  align-items: center;
  width: 100%;
}
.fixed-menu__box__item__img {
  margin-right: 6px;
}
.fixed-menu__box__item__img img {
  width: 32px;
  height: auto;
}
.fixed-menu__box__item__ttl {
  font-weight: bold;
  color: #663300;
}
.fixed-menu .line {
  background-color: #06c755;
  border: 6px solid #06c755;
}
.fixed-menu .line .fixed-menu__box__item__ttl {
  color: #fff;
}

@media screen and (max-width: 768px) {
  body .fixed-menu {
    display: none;
  }
}

.fixed-menu-under {
  display: none;
}

@media screen and (max-width: 768px) {
  body .fixed-menu-under {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    z-index: 99;
  }
  body .fixed-menu-under__list {
    display: flex;
    list-style: none;
    width: 100%;
  }
  body .fixed-menu-under__list__item {
    width: 20%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  }
  body .fixed-menu-under__list__item__link {
    display: inline-block;
    background-color: #fff;
    width: 100%;
    border: 5px solid #fe8e01;
    border-radius: 5px;
    padding: 5%;
  }
  body .fixed-menu-under__list__item__link__img {
    padding: 0 6px;
    margin-bottom: 1%;
    text-align: center;
  }
  body .fixed-menu-under__list__item__link__img img {
    width: 80%;
  }
  body .fixed-menu-under__list__item__link__ttl {
    font-size: min(1.7vw, 1rem);
    letter-spacing: 0rem;
    text-align: center;
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  body .fixed-menu-under {
    width: 100%;
  }
  body .fixed-menu-under__list__item__link__ttl {
    font-size: min(2.4vw, 1rem);
  }
}

.header-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  body .header-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1% 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 20;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    height: clamp(2.5rem, 2.054rem + 2.23vw, 3.125rem);
  }
  body .header-sp__left {
    margin-right: clamp(0.375rem, 0.107rem + 1.34vw, 0.75rem);
  }
  body .header-sp__left__txt {
    display: inline-block;
    font-size: min(2.3vw, 0.75rem);
    color: #663300;
    background-color: #feefbe;
    border-radius: 8px;
    line-height: 1.2;
    padding: 2px 4px;
    font-weight: bold;
    margin-bottom: 0.2rem;
    line-height: 1.2;
  }
  body .header-sp__left__flex {
    display: flex;
    align-items: center;
  }
  body .header-sp__left__flex__reception {
    font-size: min(2.3vw, 0.75rem);
    font-weight: bold;
    color: #fff;
    background-color: #fe8e01;
    border-radius: 8px;
    display: inline-block;
    padding: 2px 6px;
    line-height: 1.2;
  }
  body .header-sp__left__flex__txt {
    font-weight: bold;
    font-size: min(2.3vw, 0.75rem);
    margin-left: 4px;
  }
  body .header-sp__right {
    display: flex;
    align-items: center;
  }
  body .header-sp__right__img {
    margin-right: clamp(0.25rem, -0.107rem + 1.79vw, 0.75rem);
  }
  body .header-sp__right__img img {
    width: clamp(1.25rem, 0.357rem + 4.46vw, 2.5rem);
    height: auto;
  }
  body .header-sp__right a {
    font-size: min(5vw, 1.2rem);
    font-weight: bold;
    color: #fe8e01;
  }
}

.container__main {
  margin-bottom: 3%;
}
.container__main__fixed-page {
  margin-bottom: 8%;
}
.container__main__fixed-page strong {
  color: #f85406;
}
.container__main__fixed-page p {
  line-height: 1.6;
  margin-bottom: 2%;
  margin-left: 2%;
}
.container__main__fixed-page ul,
.container__main__fixed-page ol {
  letter-spacing: 0.03rem;
  line-height: 1.6;
  margin-bottom: 2%;
  margin-left: 2%;
  list-style-position: inside;
}
.container__main__fixed-page h2 {
  margin: 5% 0 2% 0;
  background-color: #feb04d;
  font-weight: bold;
  font-size: min(5vw, 1.5rem);
  letter-spacing: 0.08rem;
  padding: clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(1rem, 0.464rem + 2.68vw, 1.75rem);
  border-radius: 4px;
  line-height: 1.2;
  position: relative;
}
.container__main__fixed-page h2:first-child {
  margin: 0 0 2% 0;
}
.container__main__fixed-page h2:nth-child(2) {
  margin: 0 0 2% 0;
}
.container__main__fixed-page h2::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #f85406;
  height: clamp(1.125rem, 0.589rem + 2.68vw, 1.875rem);
  width: clamp(0.25rem, 0.161rem + 0.45vw, 0.375rem);
  border-radius: 4px;
  top: clamp(0.438rem, 0.037rem + 2vw, 0.563rem);
  left: clamp(0.438rem, 0.304rem + 0.67vw, 0.625rem);
}
.container__main__fixed-page h2.bold-black {
  font-size: min(4vw, 1.875rem);
  font-weight: bold;
}
.container__main__fixed-page h3 {
  margin: 5% 0 2% 0;
  background-color: #feefbe;
  font-weight: bold;
  line-height: 1.2;
  font-size: min(4vw, 1.2rem);
  letter-spacing: 0.08rem;
  padding: clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(1rem, 0.464rem + 2.68vw, 1.75rem);
  border-radius: 4px;
  position: relative;
}
.container__main__fixed-page h3:first-child {
  margin: 0 0 2% 0;
}
.container__main__fixed-page h3::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #fe8e01;
  height: clamp(1rem, 0.554rem + 2.23vw, 1.625rem);
  width: clamp(0.25rem, 0.161rem + 0.45vw, 0.375rem);
  border-radius: 4px;
  top: clamp(0.313rem, -0.088rem + 2vw, 0.438rem);
  left: clamp(0.438rem, 0.304rem + 0.67vw, 0.625rem);
}
.container__main__fixed-page h4 {
  margin: 5% 0 2% 0;
  color: #000;
  font-size: min(4vw, 1.25rem);
  font-weight: bold;
}
.container__main__fixed-page .container__main__news__list {
  margin-left: unset;
}
.container__main__fixed-page iframe {
  width: 100%;
  height: 50vh;
  margin-bottom: 3%;
}
.container__main__fixed-page .tel {
  font-size: min(4vw, 1.25rem);
  color: #f85406;
  font-weight: bold;
  text-decoration: underline;
}

.wp-block-columns {
  margin-bottom: 2%;
  margin-left: 2%;
}

.wp-block-table {
  margin-bottom: 2%;
}
.wp-block-table td {
  vertical-align: middle;
}

.wp-block-image {
  margin-bottom: 2%;
}

tr {
  letter-spacing: 0.03rem;
  line-height: 1.6;
  margin-bottom: 2%;
}

.wp-element-caption {
  line-height: 1.4;
}

.container__main__faq__list__item .item-a__txt p {
  margin-left: unset;
}
.container__main__faq__list__item .item-q__txt {
  margin-bottom: unset;
  margin-left: unset;
}
.container__main__faq__list__item .item-q__number,
.container__main__faq__list__item .item-a__number {
  line-height: unset;
  margin-bottom: unset;
  margin-left: unset;
}

.news-list .news__cat {
  margin-bottom: 8px;
}
.news-list .news__cat a {
  white-space: nowrap;
  margin-right: 16px;
  text-align: center;
  background-color: #feb04d;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  border-radius: 8px;
  line-height: 1.4;
}

.acccess-parts-four {
  margin-left: 2%;
  display: flex;
}
.acccess-parts-four a {
  margin-right: 8px;
}

.yellow-bg {
  display: inline-block;
  background-color: #feefbe;
  padding: 2%;
}

.container__main h2 {
  margin: 5% 0 2% 0;
  background-color: #feb04d;
  font-weight: bold;
  font-size: min(5vw, 1.5rem);
  letter-spacing: 0.08rem;
  padding: clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(0.375rem, 0.286rem + 0.45vw, 0.5rem) clamp(1rem, 0.464rem + 2.68vw, 1.75rem);
  border-radius: 4px;
  line-height: 1.2;
  position: relative;
  font-size: min(4vw, 1.875rem);
  font-weight: bold;
}
.container__main h2::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #f85406;
  height: clamp(1.125rem, 0.589rem + 2.68vw, 1.875rem);
  width: clamp(0.25rem, 0.161rem + 0.45vw, 0.375rem);
  border-radius: 4px;
  top: clamp(0.438rem, 0.037rem + 2vw, 0.563rem);
  left: clamp(0.438rem, 0.304rem + 0.67vw, 0.625rem);
}
.container__main strong {
  color: #f85406;
}

.contact-parts {
  max-width: 500px;
  margin-left: 2%;
}
.contact-parts .contact-parts__box {
  margin-bottom: 3%;
}
.contact-parts .contact-parts__box__txt {
  margin-left: unset;
  margin-bottom: 1%;
}
.contact-parts .contact-parts__box__box {
  display: flex;
  align-items: center;
}
.contact-parts .contact-parts__box__box__number {
  margin-bottom: unset;
  font-size: min(5vw, 2rem);
  font-weight: bold;
  color: #f85406;
  line-height: 1;
}
.contact-parts .contact-parts__box__box__img img {
  max-width: 35px;
  height: auto;
}

.contact-form {
  margin: 6% 0 6% 2%;
  max-width: 736px;
  background-color: #feefbe;
  padding: clamp(1.875rem, 0.761rem + 5.57vw, 4.625rem) clamp(1.25rem, -0.472rem + 8.61vw, 5.5rem);
}
.contact-form .wpcf7-form-control-wrap {
  margin-top: 1%;
  display: block;
}
.contact-form label {
  display: block;
  margin-top: 20px;
}
.contact-form input {
  height: 36px;
  border: none;
  width: 100%;
  border-radius: 3px;
  padding: 0 8px;
}
.contact-form textarea {
  height: 200px;
  border: none;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 8px;
}
.contact-form input.button__a {
  width: unset;
  height: unset;
  border-radius: 12px;
  padding: 16px 26px;
}
.contact-form input.button__a:hover {
  cursor: pointer;
  opacity: 0.5;
}
.contact-form .select-box {
  margin-top: 1%;
  position: relative;
  display: inline-block;
}
.contact-form .select-box::after {
  pointer-events: none; /*矢印部分をクリックを可能にする*/
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/icon_select_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  right: 8px;
  top: 56%;
  transform: translateY(-50%); /*▼を上に移動*/
}
.contact-form .select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 140px;
  height: 36px;
  border: none;
  padding: 0 8px;
}
.contact-form .question {
  margin: 30px 0;
}
.contact-form .question p {
  margin-left: unset;
  margin-bottom: unset;
}
.contact-form .question input[type=radio] {
  width: auto;
  height: auto;
  margin: 0 3px 0 0;
}
.contact-form .question .wpcf7-radio label {
  margin-top: 0px;
  display: flex;
  align-items: center;
}
.contact-form .wpcf7-spinner {
  position: absolute;
}

.container__main__case-study__cat__box .mental-disorder p {
  background-color: #42bccd;
}
.container__main__case-study__cat__box .mental-disorder div {
  background-color: #42bccd;
}
.container__main__case-study__cat__box .limb-disability p {
  background-color: #12ab97;
}
.container__main__case-study__cat__box .limb-disability div {
  background-color: #12ab97;
}
.container__main__case-study__cat__box .heart-disorder p {
  background-color: #1079AF;
}
.container__main__case-study__cat__box .heart-disorder div {
  background-color: #1079AF;
}
.container__main__case-study__cat__box .organ-disorder p {
  background-color: #FF6965;
}
.container__main__case-study__cat__box .organ-disorder div {
  background-color: #FF6965;
}
.container__main__case-study__cat__box .cancer p {
  background-color: #24980E;
}
.container__main__case-study__cat__box .cancer div {
  background-color: #24980E;
}
.container__main__case-study__cat__box .visual-impairment p {
  background-color: #FC3F07;
}
.container__main__case-study__cat__box .visual-impairment div {
  background-color: #FC3F07;
}
.container__main__case-study__cat__box .hearing-impairment p {
  background-color: #dda439;
}
.container__main__case-study__cat__box .hearing-impairment div {
  background-color: #dda439;
}
.container__main__case-study__cat__box .incurable-diseases_others p {
  background-color: #9a51be;
}
.container__main__case-study__cat__box .incurable-diseases_others div {
  background-color: #9a51be;
}

.mental-disorder li a {
  border: 1px solid #42bccd;
}
.mental-disorder li a::before {
  background-color: #42bccd;
}

.limb-disability li a {
  border: 1px solid #12ab97;
}
.limb-disability li a::before {
  background-color: #12ab97;
}

.heart-disorder li a {
  border: 1px solid #1079AF;
}
.heart-disorder li a::before {
  background-color: #1079AF;
}

.organ-disorder li a {
  border: 1px solid #FF6965;
}
.organ-disorder li a::before {
  background-color: #FF6965;
}

.cancer li a {
  border: 1px solid #24980E;
}
.cancer li a::before {
  background-color: #24980E;
}

.visual-impairment li a {
  border: 1px solid #FC3F07;
}
.visual-impairment li a::before {
  background-color: #FC3F07;
}

.hearing-impairment li a {
  border: 1px solid #dda439;
}
.hearing-impairment li a::before {
  background-color: #dda439;
}

.incurable-diseases_others li a {
  border: 1px solid #9a51be;
}
.incurable-diseases_others li a::before {
  background-color: #9a51be;
}
/*# sourceMappingURL=style.css.map */