@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;
  cursor: pointer;
}

/* 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-style: italic;
  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;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

/* --------------------------- */
html {
  font-size: clamp(0.75rem, 0.211rem + 0.84vw, 1rem);
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 80%;
  }
}
@media screen and (max-width: 820px) {
  html {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 2.75vw;
  }
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.65;
  letter-spacing: 1px;
  word-break: break-all;
  background-color: #fff;
  color: #333;
  margin: auto;
  overflow-x: hidden !important;
}

a,
button {
  transition: all 0.3s;
  cursor: pointer !important;
}
a:hover,
button:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  .__pc_pc {
    display: inline-block;
  }

  .__pc {
    display: none;
  }

  .__tab {
    display: none;
  }

  .__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .__pc_pc {
    display: none;
  }

  .__pc {
    display: inline-block;
  }

  .__tab {
    display: none;
  }

  .__sp {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .__pc_pc {
    display: none;
  }

  .__pc {
    display: none;
  }

  .__tab {
    display: inline-block;
  }

  .__sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .__pc_pc {
    display: none;
  }

  .__pc {
    display: none;
  }

  .__tab {
    display: none;
  }

  .__sp {
    display: inline-block;
  }
}
.u_top {
  background: #1c4370;
  background: linear-gradient(45deg, #1c4370 0%, #3477ae 100%);
  height: 40vh;
}
@media screen and (max-width: 600px) {
  .u_top {
    padding-top: 5.5rem;
  }
}
.u_top-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.u_top-wrap h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
}

.breadcrumb-wrap {
  padding: 2.5% 0 0 !important;
  width: 80% !important;
  max-width: 1300px !important;
}
@media screen and (max-width: 1024px) {
  .breadcrumb-wrap {
    width: 95% !important;
  }
}

.breadcrumb-wrap__nav__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb-wrap__nav__list__item:nth-of-type(1)::after {
  content: "›";
  margin: 0 10px;
  color: #333;
}

.breadcrumb-wrap__nav__list__item a {
  color: #333;
  text-decoration: none;
  font-weight: 400;
}

.breadcrumb-wrap__nav__list__item:nth-last-of-type(1) a {
  color: #3477ae;
  font-size: 1rem;
}

.u_txt-wrap {
  width: 70%;
  padding-top: 2.5%;
}
.u_txt-wrap p {
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .u_txt-wrap p {
    font-size: 1.35rem;
  }
}

.pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: rem(20);
}
@media screen and (max-width: 600px) {
  .pagination {
    margin-bottom: 2.5rem;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  width: 3rem;
  height: 3rem;
  background-color: #e3e2e2;
  border-radius: 50%;
}

.page-numbers li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.current {
  color: #fff;
  background-color: #1c4370;
}

.page-numbers.dots {
  color: #fff;
  background-color: unset;
  pointer-events: none;
}

.page-numbers.prev,
.page-numbers.next,
.page-numbers.prev,
.page-numbers.next {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: unset;
  border: none;
}

.single-pagination {
  margin-top: 2.5rem;
}

.single-pagination__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-pagination__wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  padding: 1.5% 3.5%;
  border: 0.15rem solid #3477ae;
  color: #3477ae;
  background-color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .single-pagination__wrap a {
    padding: 3% 5% !important;
  }
}
.single-pagination__wrap a i {
  font-size: 1.25rem;
}

.--prev,
.--next {
  background-color: #3477ae !important;
  color: #fff !important;
  padding: 1.5% 5% !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .--prev,
  .--next {
    padding: 3% 5% !important;
  }
}
.--prev i,
.--next i {
  font-size: 1.25rem;
  color: #fff;
}

.--back {
  background-color: #3477ae;
  color: #fff;
}

/* article===================== */
.wp__ttl h1 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 600px) {
  .wp__ttl h1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .__mt-single_guide {
    padding-top: 5rem;
  }
}

.wp__ttl h2 {
  margin: 1.25rem 0;
  width: 100%;
  padding: 1rem 0 1rem 1.5rem;
  background-color: #3477ae;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .wp__ttl h2 {
    font-size: 1.7rem;
  }
}

.wp__ttl h3 {
  position: relative;
  margin: 1rem 0;
  width: 100%;
  padding: 0.75rem 0 0.75rem 1.25rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.wp__ttl h3::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 100%;
  background-color: #3477ae;
  top: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  .wp__ttl h3 {
    font-size: 1.6rem;
  }
}
.wp__ttl h4 {
  position: relative;
  margin: 1rem 0;
  width: 100%;
  padding: 1rem 0 1rem 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.wp__ttl h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #3477ae;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  .wp__ttl h4 {
    font-size: 1.5rem;
  }
}
.wp__ttl h5 {
  margin: 0.5rem 0;
  width: 100%;
  padding: 1rem 0 1rem 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .wp__ttl h5 {
    font-size: 1.4rem;
  }
}
.wp__ttl h6 {
  font-size: 1.1rem;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .wp__ttl h6 {
    font-size: 1.4rem;
  }
}
.wp__ttl p {
  font-size: 1rem;
  margin: 1rem 0;
  padding-left: 1.5%;
}

@media screen and (max-width: 600px) {
  .wp__ttl p {
    font-size: 1.35rem;
  }
}

.wp__ttl p img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .lwptoc_itemWrap {
    font-size: 1.25rem !important;
  }
}

.wp-block-button__link {
  display: inline-block;
  margin: 1rem 0;
}

@media screen and (max-width: 600px) {
  .wp-block-button__link {
    font-size: 1.25rem !important;
  }
}

.wp__ttl ul {
  border: solid #ccc 0.15rem;
  padding: 2.5rem !important;
  padding-left: 5.5rem !important;
  list-style: none;
  margin: 2rem 0;
}

.wp__ttl ul li {
  position: relative;
  border-bottom: 0.15rem #3477ae dotted;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.wp__ttl ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .wp__ttl ul li {
    font-size: 1.35rem;
  }
}
.wp__ttl ul li::before {
  content: "\f00c";
  /* Font Awesome のチェックマーク */
  font-family: "Font Awesome 6 Free";
  /* FAのフォントファミリー */
  font-weight: 900;
  /* 太字 */
  position: absolute;
  left: -3rem;
  top: -0.25rem;
  font-size: 1.5rem;
  color: #3477ae;
  /* お好みの色 */
}

.wp__ttl ol {
  border: solid #ccc 0.15rem;
  padding: 2.5rem !important;
  padding-left: 5.5rem !important;
  counter-reset: number;
  list-style: none;
  margin: 2rem 0;
}

.wp__ttl ol li {
  counter-increment: number;
  position: relative;
  border-bottom: 0.15rem #3477ae dotted;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.wp__ttl ol li:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .wp__ttl ol li {
    font-size: 1.35rem;
  }
}
.wp__ttl ol li::before {
  content: counter(number);
  position: absolute;
  left: -3rem;
  top: -0.25rem;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #3477ae;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.liquid-speech-balloon-wrap {
  margin: 2rem 0;
}

.wp__img {
  margin: 2rem 0;
  width: 100%;
}

.wp__img img {
  display: block;
  width: 100%;
  height: auto;
}

#wp-article .single-article__inner {
  flex-direction: column;
}

#wp-article .main-content {
  max-width: unset;
}

.__cta2-article .cta2-wrap {
  width: 90%;
}
@media screen and (max-width: 600px) {
  .__cta2-article .cta2-wrap {
    width: 97%;
    padding: 15px 0;
  }
}
.__cta2-article span {
  font-size: 1.75rem;
}
.__cta2-article .cta2-wrap__block__item span {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 600px) {
  .__cta2-article .cta2-wrap__block__item span {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
  }
}
.__cta2-article .cta2-wrap__block__item i {
  font-size: 3.25rem;
}
@media screen and (max-width: 600px) {
  .__cta2-article .cta2-wrap__block__item i {
    font-size: 2.5rem;
  }
}
.__cta2-article .cta2-wrap__block__item .__btn {
  margin-top: 1.25rem;
}
@media screen and (max-width: 600px) {
  .__cta2-article .cta2-wrap__block__item .__btn {
    margin-top: 0.75rem;
  }
}
.__cta2-article .__btn a {
  font-size: 1rem;
}
.__cta2-article .cta2-wrap__block__item .__btn {
  width: 90%;
}
.__cta2-article .__btn a::before {
  font-size: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
}

.has-fixed-layout {
  margin: 1rem 0;
}

.writer-wrap {
  display: flex;
  align-items: center;
  gap: 5%;
  border: solid #3477ae 0.2rem;
  border-radius: 10px;
  padding: 1.5rem !important;
  margin-bottom: 5% !important;
}
.writer-wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  width: 10rem;
  object-fit: cover;
}
.writer-wrap__txt span {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 0.2rem solid #ddd;
  display: block;
  margin-bottom: 1%;
  padding-bottom: 1%;
}
@media screen and (max-width: 600px) {
  .writer-wrap__txt span {
    font-size: 1.35rem;
  }
}
.writer-wrap__txt p {
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .writer-wrap__txt p {
    font-size: 1.25rem;
  }
}

.single-article__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 600px) {
  .single-article__inner {
    flex-direction: column;
    padding-bottom: 0 !important;
  }
}

.main-content {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .main-content {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.article__category span {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  background-color: #3477ae;
  color: #fff;
  padding: 0.15rem 0.75rem;
  border-radius: 1000px;
  margin-right: 0.25rem;
}

.article__date {
  font-size: 1rem;
  font-weight: 400;
  color: #c2c2c2;
}

.side-bar__wrap .article__category span {
  font-size: 0.75rem;
}
@media screen and (max-width: 600px) {
  .side-bar__wrap .article__category span {
    font-size: 1rem;
  }
}
.side-bar__wrap .article__date {
  font-size: 0.75rem;
}
@media screen and (max-width: 600px) {
  .side-bar__wrap .article__date {
    font-size: 1rem;
  }
}

.side-bar {
  width: 30%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .side-bar {
    width: 100%;
  }
}

.side-bar__wrap {
  margin-bottom: 2.5rem;
}

.side-bar__category h3 {
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #1c4370;
  color: #fff;
  padding: 0.5rem 1rem;
}

.side-bar__list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.side-bar__item a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5%;
}

.side-bar__img {
  position: relative;
  width: 30%;
  height: auto;
  aspect-ratio: 1/1;
}
.side-bar__img img {
  display: block;
  width: 100%;
  height: auto;
  height: 100%;
  object-fit: cover;
}

.side-bar__label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 0.85rem;
  color: #fff;
  background-color: #f5d940;
  padding: 0 5%;
}
@media screen and (max-width: 600px) {
  .side-bar__label {
    font-size: 1rem;
  }
}

.side-bar__body {
  flex: 1;
}

.side-bar__ttl h4 {
  font-size: 1rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 行数制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  /* 1行の高さ */
  max-height: 3em;
}
@media screen and (max-width: 600px) {
  .side-bar__ttl h4 {
    font-size: 1.35rem;
  }
}

.side-bar .article__category {
  margin-top: 2.5%;
}

.side-bar__label.--new {
  background-color: rgba(51, 51, 51, 0.7);
}

.__connect {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  place-items: center;
  grid-auto-rows: 1fr;
  align-items: stretch;
  place-items: baseline;
}
@media screen and (max-width: 600px) {
  .__connect {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-content: center;
    place-items: center;
    grid-auto-rows: 1fr;
    align-items: stretch;
    place-items: baseline;
  }
}
@media screen and (max-width: 600px) {
  .__connect .side-bar__item:nth-last-of-type(1) {
    display: none;
  }
}

.header {
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 1000000;
  }
}
.header-wrap {
  width: 95%;
  max-width: 1400px;
  padding: 1.5% 0;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .header-wrap {
    padding: 15px 0;
  }
}
.header-wrap__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 820px) {
  .header-wrap__top {
    margin-bottom: 0;
  }
}
.header-wrap__top__logo {
  width: fit-content;
}
.header-wrap__top__logo h1 {
  font-size: 1.5rem;
  font-weight: 600;
}
.header-wrap__top__cta {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  gap: 2.5%;
}
@media screen and (max-width: 820px) {
  .header-wrap__top__cta {
    display: none;
  }
}
.header-wrap__top__cta__tel {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.header-wrap__top__cta__tel__left {
  border: solid #333333 0.15rem;
  width: 4rem;
  height: 4rem;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  font-weight: 500;
}
.header-wrap__top__cta__tel__left small {
  font-size: 1rem;
}
.header-wrap__top__cta__tel__right {
  width: fit-content;
}
.header-wrap__top__cta__tel__right span {
  background-color: #1c4370;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 1000px;
  font-weight: 500;
}
.header-wrap__top__cta__tel__right i {
  font-size: 1.75rem;
}
.header-wrap__top__cta__tel__right p {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 600;
}
.header-wrap__top__cta__btn {
  width: 17.25rem;
  height: fit-content;
  padding: 1.5% 0;
  background-color: #de3700;
  box-shadow: 3px 5px 0px 0px #888888;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5%;
}
.header-wrap__top__cta__btn i {
  font-size: 1.75rem;
  color: #fff;
}
.header-wrap__top__cta__btn span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
.header-wrap__menu {
  display: flex;
  align-items: center;
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .header-wrap__menu {
    width: 85%;
  }
}
@media screen and (max-width: 820px) {
  .header-wrap__menu {
    display: none;
  }
}
.header-wrap__menu__item {
  list-style-type: none;
  color: #000;
  flex-grow: 1;
  text-align: center;
}
.header-wrap__menu__item + .header-wrap__menu__item {
  border-left: 2px solid #c7c3c3;
}
.header-wrap__menu__item a {
  font-size: 1.1rem;
  font-weight: 500;
}

.sp_header {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_header {
    display: block;
    background-color: #1c4370;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 1000px;
    padding: 0.75rem 1.25rem;
    margin-right: 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  .sp_header span {
    font-weight: 500;
    font-size: 1.35rem;
  }
}

.footer-wrap {
  padding-bottom: 2.5% !important;
}
@media screen and (max-width: 600px) {
  .footer-wrap {
    padding-bottom: 5% !important;
  }
}
.footer-wrap__top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .footer-wrap__top {
    flex-direction: column;
  }
}
.footer-wrap__top__left {
  width: 35%;
}
@media screen and (max-width: 600px) {
  .footer-wrap__top__left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.footer-wrap__top__left h1 {
  font-size: 1.5rem;
}
.footer-wrap__top__left p {
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .footer-wrap__top__left p {
    font-size: 1.25rem;
  }
}
.footer-wrap__top__right {
  width: 55%;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
  .footer-wrap__top__right {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}
.footer-wrap__top__right__list {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .footer-wrap__top__right__list {
    width: 100%;
  }
}
.footer-wrap__top__right__list li {
  margin-bottom: 1rem;
}
.footer-wrap__top__right__list li a {
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .footer-wrap__top__right__list li a {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 600px) {
  .footer-wrap__top__right__list li ul {
    width: 100%;
  }
}
.footer-wrap__top__right__list li ul li {
  margin: 1% !important;
}
.footer-wrap__top__right__list li ul li small {
  color: #3477ae;
  margin-right: 1.5%;
  margin-left: 3%;
}
.footer-wrap__top__right__list li ul li a {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .footer-wrap__top__right__list li ul li a {
    font-size: 1.35rem;
  }
}
.footer-wrap__bot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5%;
  margin-top: 2.5%;
}
.footer-wrap__bot li a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .footer-wrap__bot li a {
    font-size: 1.25rem;
  }
}
.footer-copy {
  background-color: #333333;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 0.85rem;
}
@media screen and (max-width: 600px) {
  .footer-copy {
    font-size: 1rem;
  }
}

.dropdown {
  position: relative;
}
.dropdown > .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: -12%;
  top: 42%;
  transform: rotate(135deg);
  width: 0.375rem;
  height: 0.375rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: transform 0.5s ease;
}
.dropdown:hover > .dropdown-menu,
.dropdown.is-active > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.dropdown:hover > .dropdown-toggle::after,
.dropdown.is-active > .dropdown-toggle::after {
  transform: rotate(-45deg);
}

.dropdown-toggle {
  position: relative;
  left: -10%;
}

.dropdown-menu {
  position: absolute;
  top: 40px;
  left: 40px;
  width: max-content;
  background-color: #fff;
  border: solid 0.2rem #3477ae;
  border-radius: 10px;
  padding: 5% 20% 5% 15%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.dropdown__menu-item {
  text-align: left;
  border-bottom: solid 1px #3477ae;
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
}
.dropdown__menu-item:nth-last-of-type(1) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.dropdown__menu-item a {
  position: relative;
  font-size: 1rem;
  color: #333;
  text-transform: none;
}
.dropdown__menu-item a::before {
  content: "";
  position: absolute;
  top: 37.25%;
  left: -13.25px;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #3477ae;
  border-right: 1px solid #3477ae;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.slick-list {
  padding-bottom: 1%;
}

/* 各スライドの余白調整 */
.slider .slick-slide {
  margin: 0 10px;
}

/* 矢印の位置 */
.slick-prev,
.slick-next {
  position: absolute;
  top: 40%;
  cursor: pointer;
  /* マウスカーソルを指マークに */
  outline: none;
  /* クリックをしたら出てくる枠線を消す */
  width: 3rem;
  height: 3rem;
  background-color: #3477ae;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  z-index: 10;
}

.slick-prev small,
.slick-next small {
  position: absolute;
  top: 55%;
  left: 45%;
  transform: translate(-50%, -50%);
  border-top: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
  height: 1rem;
  width: 1rem;
}

.slick-prev {
  /* 戻る矢印のスタイル*/
  left: -5%;
  transform: rotate(-135deg);
}
@media screen and (max-width: 600px) {
  .slick-prev {
    left: -3%;
  }
}

.slick-next {
  /* 次へ矢印のスタイル */
  right: -5%;
  transform: rotate(45deg);
}
@media screen and (max-width: 600px) {
  .slick-next {
    right: -3%;
  }
}

/* ドットナビゲーションの設定 */
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 1.5%;
}

.slick-dots button {
  color: transparent;
  background: #e3e2e2;
  border-radius: 50%;
  outline: none;
  display: block;
  border: none;
  padding: 2.5px;
  width: 0.85rem;
  height: 0.85rem;
}

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

.faq {
  background-color: #f2f2f2;
}
.faq-wrap {
  width: 70% !important;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .faq-wrap {
    width: 85% !important;
  }
}

/* アコーディオンのスタイル */
.accordion-area {
  width: 100%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .accordion-area {
    width: 100%;
  }
}

.accordion-area li {
  margin: 15px 0;
}

/* タイトル設定 */
.title {
  background-color: #3477ae;
  color: #fff;
  border: solid 0.2rem #3477ae;
  display: block;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  padding: 0.75rem;
  position: relative;
  cursor: pointer;
  gap: 0.5rem;
}

.title p {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  width: 80%;
}
@media screen and (max-width: 600px) {
  .title p {
    width: 70%;
    font-size: 1.35rem;
  }
}

@media screen and (max-width: 820px) {
  .title p {
    padding: 1.5% 5% 1.5% 0;
  }
}
@media screen and (max-width: 600px) {
  .title p {
    width: 75%;
  }
}
.title b {
  background-color: #ffff;
  font-size: 2rem;
  color: #3477ae;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1000px;
  font-weight: 500;
  margin-right: 2.5%;
  line-height: 1;
}

/* ＋・×の設定 */
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .title::before,
  .title::after {
    width: 15px;
    height: 2px;
  }
}
.title::before {
  top: 50%;
  right: 1.5%;
  transform: rotate(0deg);
}
@media screen and (max-width: 600px) {
  .title::before {
    right: 2.5%;
  }
}

.title::after {
  top: 50%;
  right: 1.5%;
  transform: rotate(90deg);
}
@media screen and (max-width: 600px) {
  .title::after {
    right: 2.5%;
  }
}

/* closeクラスがついたら形状変化 */
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/* 表示されるエリア */
.box {
  display: none;
  padding: 2rem 0.75rem;
  background-color: #fff;
  border: solid 0.2rem #3477ae;
  border-top: none;
}

.box span {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 45px;
  gap: 0.5rem;
}

.box span p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
  width: 80%;
}
@media screen and (max-width: 600px) {
  .box span p {
    font-size: 1.35rem;
  }
}

@media screen and (max-width: 600px) {
  .box span p {
    width: 85%;
  }
}
.box span b {
  font-size: 2rem;
  color: #fff;
  background-color: #3477ae;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1000px;
  font-weight: 500;
  margin-right: 2.5%;
  line-height: 1;
}

.box span a {
  color: blue;
  text-decoration: underline;
}

.hamburger {
  display: none;
  position: fixed;
  top: 3px;
  right: 0px;
  width: 5rem;
  height: 5rem;
  background-color: transparent;
  cursor: pointer;
  z-index: 200;
  pointer-events: auto;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 0px;
}
@media screen and (max-width: 820px) {
  .hamburger {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
  }
}

.hamburger span {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 3rem;
  height: 0.25rem;
  background-color: #333;
  transition: transform 0.3s ease;
}

.hamburger span:nth-of-type(1) {
  top: -0.45rem;
}

.hamburger span:nth-of-type(2) {
  top: 0;
}

.hamburger span:nth-of-type(3) {
  top: 0.45rem;
}

.hamburger.is-open span:nth-of-type(1) {
  top: 0.225rem;
  transform: translateX(-50%) rotate(45deg);
}

.hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-of-type(3) {
  top: -0.275rem;
  transform: translateX(-50%) rotate(-45deg);
}

.drawer__nav {
  position: fixed;
  top: 0;
  right: -120%;
  max-width: 32.5rem;
  width: 40%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  z-index: 150;
  overflow: auto;
  pointer-events: auto;
}
@media screen and (max-width: 820px) {
  .drawer__nav {
    width: 80%;
  }
}

.drawer__nav.is-open {
  right: 0;
}

.drawer__nav.is-open .drawer__nav-list {
  opacity: 1;
  visibility: visible;
}

.drawer__nav-list {
  position: absolute;
  z-index: 160;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 20rem;
  width: 80%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s ease, visibility 2s ease;
}

.drawer__nav-item a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  border-bottom: 0.125rem solid #3477ae;
  padding: 1rem 0;
}

.accordion.is-open .accordion-menu {
  max-height: 31.25rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-bottom: 1rem;
}
.accordion.is-open p::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion-toggle {
  position: relative;
  border-bottom: none;
}
.accordion-toggle::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 1rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  transition: transform 0.5s ease;
}

.accordion-menu {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transform: translateY(0.3125rem);
  padding-bottom: 0;
  transition: max-height 0.5s ease, transform 0.5s ease,
    padding-bottom 0.5s ease;
}
.accordion-menu li:nth-of-type(1) a {
  margin-top: 1rem;
}
.accordion-menu a {
  position: relative;
  display: block;
  font-size: 1.25rem;
  border-bottom: none;
  padding: 0.5rem 0 0.5rem 1.875rem;
}
.accordion-menu a:before {
  content: "";
  position: absolute;
  top: 44%;
  left: 0;
  transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #3477ae;
  border-right: 0.125rem solid #3477ae;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.accordion-menu:before {
  display: none;
}

.contact__btn a {
  height: inherit;
}

.drawer__btn {
  width: 100%;
  height: 4.75rem;
}
.drawer__btn .cta-wrap__block__left__btn__flex__mail {
  width: 100%;
  margin-top: 7.5%;
  padding: 0.5rem 0;
}
.drawer__btn .cta-wrap__block__left__btn__flex__mail i {
  font-size: 2.25rem;
}
.drawer__btn .cta-wrap__block__left__btn__flex__mail span {
  font-size: 1.5rem;
}
.drawer__btn .cta-wrap__block__left__btn__flex__tel {
  width: 100%;
  margin-top: 7.5%;
}
.drawer__btn .cta-wrap__block__left__btn__flex__tel__left {
  width: 3rem;
  height: 3rem;
}
.drawer__btn .cta-wrap__block__left__btn__flex__tel__left small {
  font-size: 1rem;
}
.drawer__btn .cta-wrap__block__left__btn__flex__tel__right span {
  font-size: 1rem;
}
.drawer__btn .cta-wrap__block__left__btn__flex__tel__right i {
  font-size: 1.5rem;
}
.drawer__btn .cta-wrap__block__left__btn__flex__tel__right p {
  font-size: 1.5rem;
}

body.modal-open {
  overflow: hidden !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 100%;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.modal-content img {
  max-width: 100%;
  height: 80vh;
  object-fit: contain;
  top: 6%;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  z-index: 99999;
}

.current-cat {
  background-color: #3477ae !important;
}
.current-cat a {
  color: #fff !important;
}

.top {
  background: #3477ae;
  background: linear-gradient(45deg, #3477ae 0%, #d9d9d9 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .top {
    height: 100vh;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .top {
    padding-top: 5rem;
  }
}
.top-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  gap: 2.5%;
  max-width: 1200px;
  width: 90%;
  padding-top: 2.5%;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .top-wrap {
    padding: 5% 0;
  }
}
@media screen and (max-width: 820px) {
  .top-wrap {
    flex-direction: column;
    width: 90%;
    padding: 15% 0 0;
    position: relative;
    z-index: 2;
  }
}
.top-wrap__left {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .top-wrap__left {
    width: 65%;
  }
}
@media screen and (max-width: 820px) {
  .top-wrap__left {
    width: 100%;
  }
}
.top-wrap__left h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.5%;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .top-wrap__left h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 820px) {
  .top-wrap__left h2 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 600px) {
  .top-wrap__left h2 {
    font-size: 2.5rem;
  }
}
.top-wrap__left p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .top-wrap__left p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  .top-wrap__left p {
    font-size: 1.5rem;
  }
}
.top-wrap__left__cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
  margin-top: 7.25%;
}
@media screen and (max-width: 820px) {
  .top-wrap__left__cta {
    display: block;
  }
}
.top-wrap__left__cta__per {
  background-color: #f5d940;
  width: 12rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 1000px;
  position: relative;
}
.top-wrap__left__cta__per::after {
  position: absolute;
  content: "";
  border: solid #fff 0.2rem;
  width: 92.5%;
  aspect-ratio: 1/1;
  border-radius: 1000px;
}
.top-wrap__left__cta__per p {
  font-size: 1.15rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .top-wrap__left__cta__per p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 820px) {
  .top-wrap__left__cta__per p {
    font-size: 1.35rem;
  }
}
.top-wrap__left__cta__per span {
  font-size: 4.5rem;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .top-wrap__left__cta__per span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 820px) {
  .top-wrap__left__cta__per span {
    font-size: 5.5rem;
  }
}
.top-wrap__left__cta__per span small {
  font-size: 2.5rem;
}
.top-wrap__left__cta__btn {
  display: block;
  width: 27.5rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .top-wrap__left__cta__btn {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.top-wrap__left__cta__btn small {
  font-size: 1rem;
  font-weight: 600;
  padding: 2.5px 15px;
  background-color: #fff;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  text-align: center;
  border-radius: 1000px;
}
.top-wrap__left__cta__btn__bg {
  background-color: #de3700;
  border-radius: 0.5rem;
  padding: 6% 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.top-wrap__left__cta__btn__bg i {
  font-size: 2rem;
  color: #fff;
}
.top-wrap__left__cta__btn__bg span {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}
.top-wrap__right {
  width: 35%;
}
@media screen and (max-width: 820px) {
  .top-wrap__right {
    position: relative;
    width: 33rem;
    position: absolute;
    bottom: -36%;
    left: 68%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.top-wrap__right img {
  display: block;
  width: 100%;
  height: auto;
}

.achi {
  background-image: url("../img/achi_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.achi-wrap__ttl h3 {
  display: inline-block;
  position: relative;
  padding: 0.5rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 3px solid;
}
.achi-wrap__ttl h3::before,
.achi-wrap__ttl h3 ::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.achi-wrap__ttl h3::before {
  border: 1.5rem solid;
  border-color: transparent;
  border-top-color: #1c4370;
  margin-left: -1.5rem;
}
.achi-wrap__ttl h3::after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -10px;
}
.achi-wrap__slider__block {
  background-color: #fff;
  margin: 0 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 3px 3px 5px 0px rgba(136, 136, 136, 0.7);
}
.achi-wrap__slider__block span {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2.5%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 600px) {
  .achi-wrap__slider__block span {
    font-size: 1.35rem;
  }
}
.achi-wrap__slider__block img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: contain;
  cursor: pointer;
}
.achi-wrap .achi-note {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  .achi-wrap .achi-note {
    font-size: 1.35rem;
  }
}

.__ttl {
  margin-bottom: 2.5rem;
  text-align: center;
}
.__ttl span {
  font-size: 1.25rem;
  color: #1c4370;
  font-weight: 500;
}
.__ttl h3 {
  color: #1c4370;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.35;
}

.__inner {
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5% 0;
}
@media screen and (max-width: 1024px) {
  .__inner {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  .__inner {
    width: 90%;
    padding: 10% 0;
  }
}

.banner-wrap {
  display: block;
}
.banner-wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .banner-wrap img {
    width: 100%;
  }
}

.rea {
  background-color: #f2f2f2;
}
.rea-wrap__block__one {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  .rea-wrap__block__one {
    flex-direction: column;
  }
}
.rea-wrap__block__one:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .rea-wrap__block__one:nth-of-type(odd) {
    flex-direction: column;
  }
}
.rea-wrap__block__one__left {
  width: 57.5%;
}
@media screen and (max-width: 600px) {
  .rea-wrap__block__one__left {
    width: 100%;
  }
}
.rea-wrap__block__one__left small {
  display: block;
  color: #3477ae;
  font-weight: 500;
  margin-bottom: 1.5%;
  font-size: 1.25rem;
}
.rea-wrap__block__one__left span {
  display: inline-block;
  background-color: #3477ae;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1% 2%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 820px) {
  .rea-wrap__block__one__left span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .rea-wrap__block__one__left span {
    font-size: 1.75rem;
    text-align: center;
    display: block;
  }
}
.rea-wrap__block__one__left p {
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  .rea-wrap__block__one__left p {
    font-size: 1.35rem;
  }
}
.rea-wrap__block__one__left p b {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #f4d93f 60%);
}
.rea-wrap__block__one__right {
  width: 35%;
}
@media screen and (max-width: 600px) {
  .rea-wrap__block__one__right {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.rea-wrap__block__one__right img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .rea-wrap__block__one__right img {
    aspect-ratio: 16/9;
  }
}

.__btn {
  width: fit-content;
  margin: 2.5rem auto 0;
}
.__btn a {
  position: relative;
  display: block;
  text-decoration: unset;
  text-align: center;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  background-color: #de3700;
  border: solid 0.2rem #de3700;
  border-radius: 50px;
  color: #fff;
  line-height: 3.75;
  transition: all 0.3s;
  padding: 0 4.25rem;
}
@media screen and (max-width: 600px) {
  .__btn a {
    font-weight: 600;
    font-size: 1.35rem;
  }
}
.__btn a:hover {
  background-color: #fff;
  color: #de3700;
  border: solid 0.2rem #de3700;
}
.__btn a:hover::before {
  color: #fff;
  background-color: #de3700;
}
.__btn a::before {
  position: absolute;
  content: "→";
  font-size: 1.25rem;
  color: #de3700;
  background-color: #fff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  top: 50%;
  right: -0.5rem;
  transform: translate(-50%, -50%);
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .__btn a::before {
    right: -0.3rem;
  }
}

.inv-wrap__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  place-items: center;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 1.5rem;
}
@media screen and (max-width: 600px) {
  .inv-wrap__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-content: center;
    place-items: center;
    grid-auto-rows: 1fr;
    align-items: stretch;
  }
}
.inv-wrap__list__item {
  width: 100%;
  padding: 1rem;
  border: solid 0.2rem #3477ae;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  gap: 5%;
  position: relative;
}
.inv-wrap__list__item::after {
  position: absolute;
  content: "→";
  bottom: -0.5rem;
  right: -0.5rem;
  transform: translate(-50%, -50%);
  background-color: #3477ae;
  color: #fff;
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 600;
}
.inv-wrap__list__item__icon {
  background-color: #f2f2f2;
  border-radius: 1000px;
  width: 20%;
  padding: 2.5%;
}
.inv-wrap__list__item__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.inv-wrap__list__item span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3477ae;
  line-height: 1.5;
}

.area {
  background: #f2f2f2 url("../img/area_bg.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .area {
    background-position: bottom;
  }
}
.area-wrap__list {
  display: flex;
  gap: 3.25%;
}
.area-wrap__list__side {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .area-wrap__list__side {
    width: 50%;
  }
}
.area-wrap__list__side__item {
  margin-bottom: 5%;
}
.area-wrap__list__side__item b {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .area-wrap__list__side__item b {
    font-size: 1.35rem;
  }
}
.area-wrap__list__side__item p {
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .area-wrap__list__side__item p {
    font-size: 1.25rem;
  }
}

.mes-wrap__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .mes-wrap__block {
    flex-direction: column-reverse;
  }
}
.mes-wrap__block__txt {
  width: 55%;
}
@media screen and (max-width: 600px) {
  .mes-wrap__block__txt {
    width: 100%;
  }
}
.mes-wrap__block__txt p {
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .mes-wrap__block__txt p {
    font-size: 1.35rem;
  }
}
.mes-wrap__block__img {
  width: 35%;
}
@media screen and (max-width: 600px) {
  .mes-wrap__block__img {
    width: 40%;
    margin-bottom: 2.5rem;
  }
}
.mes-wrap__block__img img {
  display: block;
  width: 100%;
  height: auto;
}

.cta {
  background-color: #3477ae;
  padding: 5% 0;
}
.cta-wrap {
  background-color: #fff;
  padding: 2.5% 5%;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .cta-wrap {
    width: 75%;
    padding: 5%;
  }
}
@media screen and (max-width: 600px) {
  .cta-wrap {
    width: 90%;
  }
}
.cta-wrap__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .cta-wrap__block {
    flex-direction: column;
  }
}
.cta-wrap__block__left {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .cta-wrap__block__left {
    width: 100%;
  }
}
.cta-wrap__block__left h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 3.5%;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .cta-wrap__block__left h3 {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .cta-wrap__block__left h3 {
    font-size: 1.6rem;
  }
}
.cta-wrap__block__left__btn {
  text-align: center;
  border: solid 0.2rem #3477ae;
  border-radius: 0.5rem;
  position: relative;
}
.cta-wrap__block__left__btn strong {
  color: #fff;
  background-color: #3477ae;
  font-size: 1rem;
  font-weight: 600;
  padding: 1% 5%;
  border-radius: 0.15rem 0.15rem 0 0;
  display: block;
}
@media screen and (max-width: 600px) {
  .cta-wrap__block__left__btn strong {
    font-size: 1.2rem;
  }
}
.cta-wrap__block__left__btn__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
  grid-auto-rows: 1fr;
  align-items: stretch;
  align-items: stretch;
  gap: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 600px) {
  .cta-wrap__block__left__btn__flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-content: center;
    place-items: center;
    grid-auto-rows: 1fr;
    align-items: stretch;
  }
}
.cta-wrap__block__left__btn__flex__mail {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #de3700;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5%;
}
@media screen and (max-width: 600px) {
  .cta-wrap__block__left__btn__flex__mail {
    width: 90%;
  }
}
.cta-wrap__block__left__btn__flex__mail i {
  font-size: 1.75rem;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .cta-wrap__block__left__btn__flex__mail i {
    font-size: 2.5rem;
  }
}
.cta-wrap__block__left__btn__flex__mail span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .cta-wrap__block__left__btn__flex__mail span {
    font-size: 1.5rem;
  }
}
.cta-wrap__block__left__btn__flex__tel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5%;
  background-color: #1c4370;
  border-radius: 1000px;
  padding: 0.5rem 0;
}
@media screen and (max-width: 600px) {
  .cta-wrap__block__left__btn__flex__tel {
    width: 90%;
  }
}
.cta-wrap__block__left__btn__flex__tel__left {
  background-color: #fff;
  color: #1c4370;
  width: 3rem;
  height: 3rem;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  padding: 1.5%;
}
@media screen and (max-width: 600px) {
  .cta-wrap__block__left__btn__flex__tel__left {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.cta-wrap__block__left__btn__flex__tel__left small {
  font-size: 0.85rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .cta-wrap__block__left__btn__flex__tel__left small {
    font-size: 1rem;
  }
}
.cta-wrap__block__left__btn__flex__tel__right span {
  background-color: #fff;
  border-radius: 1000px;
  color: #1c4370;
  font-size: 0.85rem;
  line-height: 1.25;
  font-weight: 500;
  display: block;
  text-align: center;
  width: 97.25%;
}
@media screen and (max-width: 600px) {
  .cta-wrap__block__left__btn__flex__tel__right span {
    font-size: 1rem;
  }
}
.cta-wrap__block__left__btn__flex__tel__right i {
  font-size: 1.35rem;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .cta-wrap__block__left__btn__flex__tel__right i {
    font-size: 1.75rem;
  }
}
.cta-wrap__block__left__btn__flex__tel__right p {
  display: inline-block;
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .cta-wrap__block__left__btn__flex__tel__right p {
    font-size: 1.75rem;
  }
}
.cta-wrap__block__right {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .cta-wrap__block__right {
    display: none;
  }
}
.cta-wrap__block__right img {
  display: block;
  width: 100%;
  height: auto;
}

.gui-wrap__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  place-items: center;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 2.5%;
}
@media screen and (max-width: 600px) {
  .gui-wrap__block {
    display: block;
    place-content: unset;
    place-items: unset;
  }
}
.gui-wrap__block__item {
  display: block;
  box-shadow: 3px 3px 5px 0px rgba(136, 136, 136, 0.7);
  border-radius: 0.5rem;
}
@media screen and (max-width: 600px) {
  .gui-wrap__block__item {
    margin: 0 1rem;
  }
}
.gui-wrap__block__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 0.5rem 0.5rem 0 0;
}
.gui-wrap__block__item__txt {
  padding: 5%;
}
.gui-wrap__block__item__txt time {
  font-size: 0.85rem;
  font-weight: 400;
  color: #c2c2c2;
}
@media screen and (max-width: 600px) {
  .gui-wrap__block__item__txt time {
    font-size: 1rem;
  }
}
.gui-wrap__block__item__txt h2 {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3.5%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 表示したい最大行数 */
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .gui-wrap__block__item__txt h2 {
    font-size: 1.5rem;
  }
}

.cta2 {
  background-color: #3477ae;
}
.cta2-wrap h3 {
  display: block;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 5%;
}
.cta2-wrap span {
  display: block;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 5%;
}
.cta2-wrap__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  place-items: center;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 2.5%;
}
.cta2-wrap__block__item {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  text-align: center;
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-content: center;
  place-items: center;
  align-items: stretch;
}
.cta2-wrap__block__item span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  color: #3477ae;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 820px) {
  .cta2-wrap__block__item span {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .cta2-wrap__block__item span {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
  }
}
.cta2-wrap__block__item i {
  display: inline-block;
  display: block;
  font-size: 4.25rem;
  color: #3477ae;
}
@media screen and (max-width: 600px) {
  .cta2-wrap__block__item i {
    font-size: 2.5rem;
  }
}
.cta2-wrap__block__item .__btn {
  display: flex;
  width: 80%;
  margin-top: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .cta2-wrap__block__item .__btn {
    width: 90%;
  }
}
@media screen and (max-width: 820px) {
  .cta2-wrap__block__item .__btn {
    margin-top: 1rem;
  }
}
.cta2-wrap__block__item .__btn a {
  background-color: #3477ae;
  border: solid #3477ae 0.2rem;
  line-height: 3;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .cta2-wrap__block__item .__btn a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .cta2-wrap__block__item .__btn a {
    line-height: 2.25;
    font-size: 0.85rem;
    letter-spacing: 0.25px;
  }
}
.cta2-wrap__block__item .__btn a:hover {
  background-color: #fff;
  color: #3477ae;
  border: solid 0.2rem #3477ae;
}
.cta2-wrap__block__item .__btn a:hover::before {
  color: #fff;
  background-color: #3477ae;
}
.cta2-wrap__block__item .__btn a::before {
  color: #3477ae;
}
@media screen and (max-width: 600px) {
  .cta2-wrap__block__item .__btn a::before {
    font-size: 0.75rem;
    width: 1rem;
    height: 1rem;
  }
}

.leg-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 2.5%;
  border-bottom: 0.2rem solid #cecece;
}
.leg-wrap__block {
  width: 100%;
  box-shadow: 3px 3px 5px 0px rgba(136, 136, 136, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.leg-wrap__block span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  background-color: #1c4370;
  padding: 1.5% 0;
}
.leg-wrap__block img {
  display: block;
  width: 100%;
  height: auto;
  width: 55%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5% 0;
}

.u_ser {
  background-color: #f2f2f2;
}
.u_ser-wrap__txt {
  margin-bottom: 7.5%;
}
.u_ser-wrap__txt p {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .u_ser-wrap__txt p {
    font-size: 1.35rem;
  }
}
.u_ser-wrap__block {
  background-color: #fff;
  position: relative;
  padding: 3rem 2rem 2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 600px) {
  .u_ser-wrap__block {
    padding: 3rem 1rem 2rem;
  }
}
.u_ser-wrap__block span {
  background-color: #3477ae;
  color: #fff;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  border-radius: 1000px;
  text-align: center;
  padding: 0.5rem 2.5rem;
  font-size: 1.35rem;
  font-weight: 500;
}
.u_ser-wrap__block ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  place-items: center;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 1.5rem;
}
@media screen and (max-width: 600px) {
  .u_ser-wrap__block ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-content: center;
    place-items: center;
    grid-auto-rows: 1fr;
    align-items: stretch;
  }
}
.u_ser-wrap__block ul li {
  width: 100%;
  border: solid #3477ae 0.2rem;
  color: #3477ae;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 0.5rem;
  display: inline-block;
  padding: 1.5% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u_ser-wrap__block__pra {
  margin-top: 2.5%;
}
.u_ser-wrap__block__pra p {
  font-size: 0.9rem;
  text-align: right;
}
.u_ser-wrap__num {
  margin-top: 2.5rem;
  background-color: #fff;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
}
@media screen and (max-width: 600px) {
  .u_ser-wrap__num {
    flex-direction: column;
  }
}
.u_ser-wrap__num__left {
  width: 55%;
}
@media screen and (max-width: 600px) {
  .u_ser-wrap__num__left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.u_ser-wrap__num__left p {
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .u_ser-wrap__num__left p {
    font-size: 1.35rem;
  }
}
.u_ser-wrap__num__right {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .u_ser-wrap__num__right {
    width: 100%;
  }
}
.u_ser-wrap__num__right small {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #3477ae;
}
@media screen and (max-width: 600px) {
  .u_ser-wrap__num__right small {
    font-size: 1.35rem;
  }
}
.u_ser-wrap__num__right b {
  font-size: 2.5rem;
  font-weight: 600;
}

.u_def-wrap__block__one {
  background-color: #fff;
  box-shadow: 3px 3px 5px 0px rgba(136, 136, 136, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 3.25%;
}
@media screen and (max-width: 600px) {
  .u_def-wrap__block__one {
    flex-direction: column;
  }
}
.u_def-wrap__block__one:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .u_def-wrap__block__one:nth-of-type(odd) {
    flex-direction: column;
  }
}
.u_def-wrap__block__one__left {
  width: 57.5%;
}
@media screen and (max-width: 600px) {
  .u_def-wrap__block__one__left {
    width: 100%;
  }
}
.u_def-wrap__block__one__left small {
  display: block;
  color: #3477ae;
  font-weight: 500;
  margin-bottom: 1.5%;
  font-size: 1.25rem;
}
.u_def-wrap__block__one__left span {
  display: inline-block;
  background-color: #3477ae;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1% 2%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 820px) {
  .u_def-wrap__block__one__left span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .u_def-wrap__block__one__left span {
    font-size: 1.75rem;
    display: block;
    text-align: center;
  }
}
.u_def-wrap__block__one__left p {
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  .u_def-wrap__block__one__left p {
    font-size: 1.35rem;
  }
}
.u_def-wrap__block__one__left p b {
  font-weight: 600;
}
.u_def-wrap__block__one__right {
  width: 35%;
}
@media screen and (max-width: 600px) {
  .u_def-wrap__block__one__right {
    margin-top: 1.25rem;
    width: 100%;
  }
}
.u_def-wrap__block__one__right img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .u_def-wrap__block__one__right img {
    aspect-ratio: 16/9;
  }
}

.u_flow-wrap__slider__block {
  background-color: #fff;
  margin: 0 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  box-shadow: 3px 3px 5px 0px rgba(136, 136, 136, 0.7);
}
.u_flow-wrap__slider__block small {
  color: #3477ae;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 600px) {
  .u_flow-wrap__slider__block small {
    font-weight: 600;
    font-size: 1.5rem;
  }
}
.u_flow-wrap__slider__block span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5%;
}
@media screen and (max-width: 600px) {
  .u_flow-wrap__slider__block span {
    font-size: 1.75rem;
  }
}
.u_flow-wrap__slider__block i {
  width: 10rem;
  height: 10rem;
  font-size: 5.25rem;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  color: #333;
  margin-bottom: 5%;
}
.u_flow-wrap__slider__block p {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .u_flow-wrap__slider__block p {
    font-size: 1.35rem;
  }
}
.u_flow-wrap__slider__block p b {
  background: linear-gradient(transparent 60%, #f4d93f 60%);
}

.u_phi-wrap__txt {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .u_phi-wrap__txt {
    width: 100%;
  }
}
.u_phi-wrap__txt p {
  font-size: 1.1rem;
}
@media screen and (max-width: 600px) {
  .u_phi-wrap__txt p {
    font-size: 1.35rem;
  }
}

.u_ove {
  background-color: #f2f2f2;
}
.u_ove-wrap {
  width: 70% !important;
}
@media screen and (max-width: 600px) {
  .u_ove-wrap {
    width: 90% !important;
  }
}
.u_ove-wrap__list li {
  border-bottom: 1px solid #bbb;
  padding-bottom: 1.5%;
  margin-bottom: 1.5%;
  display: flex;
  gap: 1rem;
}
.u_ove-wrap__list li:nth-last-of-type(1) {
  border-bottom: 0;
}
.u_ove-wrap__list li span {
  font-size: 1.1rem;
  width: 30%;
}
@media screen and (max-width: 600px) {
  .u_ove-wrap__list li span {
    font-size: 1.25rem;
  }
}
.u_ove-wrap__list li p {
  font-size: 1.1rem;
  width: 65%;
}
@media screen and (max-width: 600px) {
  .u_ove-wrap__list li p {
    font-size: 1.25rem;
  }
}
.u_ove-wrap__list li p img {
  display: block;
  width: 100%;
  height: auto;
  width: 50%;
  margin-top: 2.5%;
}

.u_pri-wrap__txt p {
  font-size: 1.1rem;
}
@media screen and (max-width: 600px) {
  .u_pri-wrap__txt p {
    font-size: 1.25rem;
  }
}
.u_pri-wrap__txt p a {
  text-decoration: underline;
  color: #3477ae;
}

.u_inv-wrap {
  padding-top: 0;
}
.u_inv-wrap__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  place-items: center;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 25px;
}
.u_inv-wrap__list__item {
  width: 97%;
  padding: 1.5%;
  border: solid 0.2rem #3477ae;
  display: flex;
  align-items: center;
  border-radius: 5px;
  gap: 5%;
  position: relative;
}
.u_inv-wrap__list__item::after {
  position: absolute;
  content: "→";
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  background-color: #3477ae;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 600;
}
.u_inv-wrap__list__item__icon {
  background-color: #f2f2f2;
  border-radius: 1000px;
  width: 20%;
  padding: 2.5%;
}
.u_inv-wrap__list__item__icon img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.u_inv-wrap__list__item span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #3477ae;
}

.u_con-wrap {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  margin-top: 5rem;
  padding: 0;
}
.u_con-wrap__block {
  position: relative;
  padding: 5%;
}
@media screen and (max-width: 600px) {
  .u_con-wrap__block {
    padding: 4rem 2rem 2rem;
  }
}
.u_con-wrap__block__ttl {
  background-color: #3477ae;
  color: #fff;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  border-radius: 1000px;
  text-align: center;
  padding: 0.5rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .u_con-wrap__block__ttl {
    line-height: 1.35;
    font-weight: 600;
    font-size: 1.35rem;
    padding: 0.75rem 4rem;
  }
}
.u_con-wrap__block ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  place-items: center;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 2.5rem;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 600px) {
  .u_con-wrap__block ul {
    gap: 1rem;
  }
}
.u_con-wrap__block ul li {
  width: 100%;
  border: solid #3477ae 0.2rem;
  color: #3477ae;
  background-color: #fff;
  font-size: 1.35rem;
  font-weight: 500;
  border-radius: 0.5rem;
  display: inline-block;
  padding: 5% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .u_con-wrap__block ul li {
    font-size: 1.25rem;
  }
}
.u_con-wrap__block__txt {
  margin-bottom: 5%;
}
@media screen and (max-width: 600px) {
  .u_con-wrap__block__txt {
    margin-bottom: 2rem;
  }
}
.u_con-wrap__block__txt b {
  display: block;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2.5%;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .u_con-wrap__block__txt b {
    font-size: 1.6rem;
    margin: 1.5rem 0;
  }
}
.u_con-wrap__block__txt p {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .u_con-wrap__block__txt p {
    font-size: 1.35rem;
  }
}
.u_con-wrap__block .cta2-wrap__block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.u_con-wrap__block .cta2-wrap__block__item {
  width: 35%;
}
@media screen and (max-width: 600px) {
  .u_con-wrap__block .cta2-wrap__block__item {
    width: 50%;
  }
}
.u_con-wrap__block .cta2-wrap__block__item span {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .u_con-wrap__block .cta2-wrap__block__item span {
    font-size: 1.5rem;
  }
}
.u_con-wrap__block .cta2-wrap__block__item i {
  font-size: 4.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .u_con-wrap__block .cta2-wrap__block__item i {
    font-size: 3.5rem;
  }
}
.u_con-wrap__block .cta2-wrap__block__item .__btn a {
  font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
  .u_con-wrap__block .cta2-wrap__block__item .__btn a {
    font-size: 1rem;
  }
}
.u_con-wrap__block .cta2-wrap__block__item .__btn a::before {
  font-size: 1.25rem;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 600px) {
  .u_con-wrap__block .cta2-wrap__block__item .__btn a::before {
    font-size: 1rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.u_form {
  background-color: #f2f2f2;
}
.u_form-wrap {
  margin: 5% auto 0;
  width: 60%;
}
@media screen and (max-width: 820px) {
  .u_form-wrap {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  .u_form-wrap {
    width: 90%;
  }
}
.u_form-wrap__txt {
  border-bottom: 2px solid #d3d3d3;
  padding-bottom: 2.5%;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .u_form-wrap__txt {
    font-size: 1.25rem;
  }
}
.u_form-wrap__area__box {
  margin: 2.5% auto;
  width: 100%;
}
.u_form-wrap__area__box__ttl {
  display: inline-block;
  position: relative;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 1% 0;
}
@media screen and (max-width: 600px) {
  .u_form-wrap__area__box__ttl {
    font-size: 1.25rem;
  }
}
.u_form-wrap__area__box__ttl small {
  font-size: 0.85rem;
  color: #fff;
  background-color: #dd3434;
  border-radius: 2px;
  padding: 0.2rem 0.75rem;
  margin-left: 10px;
}
.u_form-wrap__area__box__ttl span {
  font-size: 0.85rem;
  color: #fff;
  background-color: #b7b7b7;
  border-radius: 2px;
  padding: 3px 10px;
  margin-left: 10px;
}
.u_form-wrap__area__box__input {
  width: 97%;
  height: 4.25rem;
  font-size: 1rem;
  display: block;
  background-color: #fff;
  border: none;
  padding: 0 1.5%;
}
@media screen and (max-width: 600px) {
  .u_form-wrap__area__box__input {
    font-size: 1.25rem;
  }
}
.u_form-wrap__area__box__select {
  width: 25%;
  height: 4.25rem;
  font-size: 1rem;
  display: block;
  background-color: #fff;
  border: none;
  padding: 0 1.5%;
}
@media screen and (max-width: 600px) {
  .u_form-wrap__area__box__select {
    width: 50%;
    font-size: 1.25rem;
  }
}
.u_form-wrap__area__box__radio {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .u_form-wrap__area__box__radio {
    font-size: 1.25rem;
  }
}
.u_form-wrap__area__box__radio .wpcf7-radio {
  display: flex;
  gap: 0.5rem;
}
.u_form-wrap__area__box__radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.u_form-wrap__area__box__radio input {
  width: 1rem;
  height: 1rem;
}
.u_form-wrap__area__box__area {
  display: block;
  width: 97%;
  height: 15rem;
  padding: 1.5%;
  border: none;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .u_form-wrap__area__box__area {
    font-size: 1.25rem;
  }
}
.u_form-wrap__area__por {
  text-align: center;
  border-top: 2px solid #d3d3d3;
  margin-top: 5%;
  padding-top: 2.5%;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .u_form-wrap__area__por {
    font-size: 1.25rem;
  }
}
.u_form-wrap__area__por input {
  width: 1rem;
  height: 1rem;
}
.u_form-wrap__area__por a {
  text-decoration: underline;
}

.__u_btn {
  display: block;
  width: 35%;
  margin-top: 2.5rem;
  margin: auto;
  margin-top: 3.5%;
  border: none;
  background-color: unset;
}
@media screen and (max-width: 1024px) {
  .__u_btn {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .__u_btn {
    width: 65%;
  }
}
.__u_btn p {
  position: relative;
}
.__u_btn p input {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: unset;
  text-align: center;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #de3700;
  border: solid 0.2rem #de3700;
  border-radius: 50px;
  color: #fff;
  line-height: 3.75;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .__u_btn p input {
    font-size: 1.35rem;
  }
}
.__u_btn p input:hover {
  background-color: #fff;
  color: #de3700;
  border: solid 0.2rem #de3700;
}
.__u_btn p input:hover::before {
  color: #fff;
  background-color: #de3700;
}

.contact {
  background-color: #f2f2f2;
  padding: 3.75rem 0;
}
@media screen and (max-width: 820px) {
  .contact {
    padding: 2.5rem 0;
  }
}

.__con_bg {
  background-color: #f2f2f2;
}

.contact__inner {
  max-width: 61.25rem;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .contact__inner {
    max-width: 37.5rem;
  }
}

.contact__con {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem;
}
@media screen and (max-width: 820px) {
  .contact__con {
    padding: 1.25rem;
  }
}

.contact-status__wrap {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .contact-status__wrap {
    margin-top: 1.25rem;
  }
}

.contact-status__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 25rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .contact-status__list {
    max-width: 18.75rem;
  }
}
.contact-status__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.125rem;
  background-color: #a6a6a6;
}

.contact-status__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #a6a6a6;
  background-color: #fff;
  border: 0.125rem solid #a6a6a6;
  border-radius: 50%;
  z-index: 3;
}
@media screen and (max-width: 820px) {
  .contact-status__item {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }
}
.contact-status__item p {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.contact-status__item:before {
  content: "";
}

.contact-status__item.--current {
  font-weight: 700;
  background-color: #3477ae;
  border: 0.125rem solid #3477ae;
}
.contact-status__item.--current span {
  color: #fff;
}
.contact-status__item.--current p {
  color: #3477ae;
}

.contact__txt {
  max-width: fit-content;
  text-align: left;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 820px) {
  .contact__txt {
    margin: 3rem auto 0;
  }
}
.contact__txt p {
  font-size: 1.125rem;
}
@media screen and (max-width: 820px) {
  .contact__txt p {
    font-size: 0.875rem;
  }
}

.contact__form,
.contact__confirm {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .contact__form,
  .contact__confirm {
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
}

.form__wrap {
  display: block;
  gap: 1.25rem;
}
@media screen and (max-width: 820px) {
  .form__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.form__wrap.--textarea {
  align-items: flex-start;
}

.form__wrap.--textarea .form__label {
  margin-top: 0.875rem;
}
@media screen and (max-width: 820px) {
  .form__wrap.--textarea .form__label {
    margin-top: 0;
  }
}

.form__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 14rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .form__label {
    font-size: 1rem;
    width: fit-content;
    gap: 0.75rem;
  }
}
.form__label span {
  font-size: 0.75rem;
  color: #fff;
  background-color: #dd3434;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 820px) {
  .form__label span {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 820px) {
  #contact-confirm .form__wrap {
    flex-direction: column;
  }
}

#contact-confirm .form__input {
  font-weight: 500;
  text-align: left;
  border-bottom: 0.0625rem solid #d5d5d5;
  padding-bottom: 0.75rem;
}

#contact-confirm .form__wrap.--textarea .form__label {
  margin-top: 0;
  border-bottom: 0.0625rem solid #d5d5d5;
}

#contact-complete .contact__ttl {
  margin: 3.75rem auto 0;
}
#contact-complete .contact__ttl h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

#contact-complete .contact__txt {
  font-size: 1rem;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 820px) {
  #contact-complete .contact__txt {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

#contact-complete .form__btn {
  margin-top: 2.5rem;
}

.u_gui-wrap {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 600px) {
  .u_gui-wrap {
    flex-direction: column;
  }
}
.u_gui-wrap__left {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .u_gui-wrap__left {
    width: 100%;
  }
}
.u_gui-wrap__left__cat {
  position: relative;
}
.u_gui-wrap__left__cat__ttl {
  background-color: #1c4370;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 50%;
  border-radius: 1000px;
  text-align: center;
  padding: 0.75% 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.u_gui-wrap__left__cat ul {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2.5rem 1.25rem 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  place-items: center;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 1rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .u_gui-wrap__left__cat ul {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  .u_gui-wrap__left__cat ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-content: center;
    place-items: center;
    grid-auto-rows: 1fr;
    align-items: stretch;
  }
}
.u_gui-wrap__left__cat ul li {
  display: block;
  background-color: #fff;
  width: 100%;
  border-radius: 1000px;
}
.u_gui-wrap__left__cat ul a {
  display: block;
  width: 100%;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 0.5rem 0;
}
@media screen and (max-width: 600px) {
  .u_gui-wrap__left__cat ul a {
    margin: 0;
    font-size: 1.35rem;
  }
}
.u_gui-wrap__left__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
  grid-auto-rows: 1fr;
  align-items: stretch;
  margin-top: 2.5rem;
  gap: 2.5rem;
}
@media screen and (max-width: 820px) {
  .u_gui-wrap__left__block {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .u_gui-wrap__left__block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-content: center;
    place-items: center;
    grid-auto-rows: 1fr;
    align-items: stretch;
  }
}
@media screen and (max-width: 600px) {
  .u_gui-wrap__left__block .gui-wrap__block__item {
    margin: 0;
  }
}
.u_gui-wrap .side-bar {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .u_gui-wrap .side-bar {
    width: 100%;
  }
}

/* ========================================
   執筆者ページ専用CSS - プロフィール部分のみ
   ======================================== */

/* Author Profile Section */
.author-profile-section {
  padding: 5% 0;
}

.author-profile-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.author-profile-image {
  flex: 0 0 300px;
}

.author-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #3477ae;
  box-shadow: 0 8px 24px rgba(52, 119, 174, 0.2);
}

.author-profile-info {
  flex: 1;
}

.author-profile-header {
  margin-bottom: 30px;
}

.author-name {
  font-size: 36px !important;
  color: #1c4370 !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  line-height: 1.2 !important;
}

.author-title {
  font-size: 18px !important;
  color: #3477ae !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

.author-profile-description h3 {
  font-size: 24px !important;
  color: #1c4370 !important;
  font-weight: 700 !important;
  margin: 30px 0 15px 0 !important;
  border-bottom: 3px solid #3477ae !important;
  padding-bottom: 8px !important;
}

.author-profile-description p {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #333 !important;
  margin-bottom: 20px !important;
}

.expertise-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  gap: 12px !important;
  margin: 20px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.expertise-list li {
  background: linear-gradient(135deg, #3477ae, #1c4370) !important;
  color: white !important;
  padding: 12px 20px !important;
  border-radius: 25px !important;
  text-align: center !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  box-shadow: 0 4px 12px rgba(52, 119, 174, 0.3) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.expertise-list li:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(52, 119, 174, 0.4) !important;
}

.writer-wrap__txt a {
  display: block;
  color: #3477ae;
  text-decoration: underline;
  font-weight: 500;
  margin-top: 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 480px) {
  .writer-wrap__txt a {
    font-size: 1.25rem;
  }
}

/* レスポンシブデザイン */
@media screen and (max-width: 1024px) {
  .author-profile-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .author-profile-image {
    flex: none;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .author-profile-image {
    flex: 0 0 250px;
  }

  .author-image {
    height: 250px;
  }

  .author-name {
    font-size: 28px !important;
  }

  .expertise-list {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 480px) {
  .author-profile-image {
    flex: 0 0 200px;
  }

  .author-image {
    height: 200px;
  }

  .author-name {
    font-size: 24px !important;
  }

  .author-profile-description h3 {
    font-size: 20px !important;
  }
}
