@charset "UTF-8";
html {
  background: #fff;
  color: #1B224C;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.8;
}

body {
  padding: 0;
  min-height: 100%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  overflow-x: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #1B224C;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

pre {
  white-space: pre-wrap;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
}

.sm_only {
  display: inherit;
}

.md_only {
  display: none;
}

@media screen and (min-width: 769px) {
  .md_only {
    display: inherit;
  }
  .sm_only {
    display: none;
  }
}
/* ======================
    グーテンベルク用調整
======================= */
.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.wp-block-image {
  margin: 1em 0;
}

.wp-caption {
  max-width: 100%;
}

.wp-block-quote {
  background-color: #F8F8F8;
  border: none;
  position: relative;
  margin: 3em 0 2em;
  padding: 1.5em 1.7em 2.125em 4.265em;
}
.wp-block-quote ::before {
  display: inline-block;
  content: "";
  background-image: url("../img/quote.png");
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 1rem;
  left: 1.1875rem;
}
.wp-block-quote p {
  margin: 0;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
  text-align: center;
}

.mycontainer {
  margin-right: 3%;
  margin-left: 3%;
}

.alignfull {
  margin-left: -10px;
  margin-right: -10px;
  max-width: none;
  width: auto;
}

@media screen and (min-width: 1280px) {
  .mycontainer {
    max-width: none;
    margin-left: calc((100vw - 900px) / 2);
    margin-right: calc((100vw - 900px) / 2);
  }
  .alignfull {
    margin-left: calc((100vw - 900px) / 2 * -1);
    margin-right: calc((100vw - 900px) / 2 * -1);
  }
  .alignwide {
    max-width: none;
    width: auto;
    margin-left: calc((100vw - 900px) / 4 * -1);
    margin-right: calc((100vw - 900px) / 4 * -1);
  }
}
/* ======================
    共通
======================= */
.hp_bgAccent {
  background: #F5A623;
}

.hp_cAccent {
  color: #F5A623;
}

.hp_bgBase {
  background-color: #1B224C;
}

.hp_cBase {
  color: #1B224C;
}

.hp_bold {
  font-weight: bold;
}

.hp_marker {
  background: linear-gradient(transparent 70%, #F5A623 70%);
}

.btnSq {
  padding: 1em;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  width: 8.75rem;
  font-size: 0.875rem;
  font-weight: bold;
}
.btnSq:hover {
  opacity: 0.7;
}

.btnRo {
  padding: 1.25em 1em;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  max-width: 100%;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  line-height: 1;
  font-weight: bold;
  border: 2px solid transparent;
  width: 11.25rem;
}
@media screen and (min-width: 769px) {
  .btnRo {
    width: 17.5rem;
  }
}
.btnRo:hover {
  background-color: #fff;
  color: #F5A623;
  border: 2px solid currentColor;
}

/* ======================
    header
======================= */
.header {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}
.header_inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header_inner {
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .header_inner {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    max-width: 1600px;
  }
}
.header_main {
  display: flex;
  align-items: center;
}
.header_ttl {
  margin: 0 0.3125rem;
  font-size: 1;
}
.headerLogo {
  display: inline-block;
  width: 8.75rem;
  line-height: 0;
  margin-right: 1rem;
}
.headerLogo_img {
  width: 100%;
}
.header_sub {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header_sub {
    display: flex;
    align-items: flex-end;
  }
}
.header_information {
  margin-right: 0.9375rem;
}
.header_btn {
  margin-left: 0.5625rem;
}

.information {
  display: flex;
  margin-bottom: -10px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .information {
    align-items: flex-end;
  }
}
.information > * {
  margin-bottom: 0.5625rem;
  line-height: 1;
}
.information_work {
  font-size: 0.75rem;
}
.information-header {
  color: #1B224C;
  flex-direction: column;
}
.information-footer {
  color: #fff;
  flex-direction: column-reverse;
}

.tel_link {
  color: inherit;
}
.tel_link:hover {
  opacity: 0.7;
}
.tel_img {
  width: 0.625rem;
  margin-right: 0.3125rem;
}

@media screen and (max-width: 1023px) {
  .gnav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .gnav_list {
    border-top: 1px solid #1B224C;
  }
  .gnav_list .menu-item {
    border-bottom: 1px solid #1B224C;
    font-size: clamp(1rem, 0.8977272727rem + 0.2840909091vw, 1.125rem);
  }
  .gnav_list a {
    display: inline-block;
    padding: 15px 20px;
  }
  .gnav_list a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  .gnav {
    display: block;
    position: static;
    width: auto;
    height: auto;
  }
  .gnav_list {
    display: flex;
  }
  .gnav_list .menu-item a {
    font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
    padding: 0 0.9375rem;
    font-weight: bold;
  }
}

.ham {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  width: 50px;
  height: 50px;
  background: #fff;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .ham {
    display: none;
  }
}
.ham_line {
  position: relative;
  width: 25px;
  height: 2px;
  background: #1B224C;
}
.ham_line::before, .ham_line::after {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #1B224C;
  transition: transform 0.3s;
}
.ham_line::before {
  top: -8px;
}
.ham_line::after {
  bottom: -8px;
}
.ham[aria-expanded=true] .ham_line {
  background: transparent;
}
.ham[aria-expanded=true] .ham_line::before {
  top: 0;
  transform: rotate(45deg);
}
.ham[aria-expanded=true] .ham_line::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* ======================
    breadcrumbs
======================= */
.breadcrumbs {
  background-color: #F8F8F8;
  padding: 1.0625rem 0;
  font-size: clamp(0.625rem, 0.5227272727rem + 0.2840909091vw, 0.75rem);
}
.breadcrumbs a {
  text-decoration: underline;
}

/* ======================
    pagination
======================= */
.pagination {
  text-align: center;
}

ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 1.1em;
}

span.page-numbers,
a.page-numbers {
  display: inline-block;
  border: 1px solid #1B224C;
  padding: 1em 1.1em;
  line-height: 1;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  background: #fff;
}

span.page-numbers.current {
  background: #1B224C;
  color: #fff;
  border: 1px solid transparent;
}
span.page-numbers.dots {
  border: none;
}

a.page-numbers:hover {
  opacity: 0.7;
  transition: 0.3s all;
}

/* ======================
    cta
======================= */
.cta_jumbotron {
  background-image: url(../img/cta.png);
}
.cta_info {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 769px) {
  .cta_info {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    padding-top: 1.25rem;
    padding-bottom: 1.4375rem;
  }
  .cta_info > * {
    padding: 0 0.625rem;
    margin: 0;
    line-height: 1;
  }
}
.cta_txt {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
}
.cta_tel {
  font-weight: bold;
  font-size: clamp(1.5rem, 1.0909090909rem + 1.1363636364vw, 2rem);
}
.cta_tel:hover {
  opacity: 0.7;
}

.jumbotron {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
.jumbotron_body {
  padding: 3.875rem 0.625rem 2.375rem 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jumbotron_head {
  margin-bottom: 1.0625rem;
  font-size: clamp(1.5rem, 1.0909090909rem + 1.1363636364vw, 2rem);
}
.jumbotron_btn {
  margin-bottom: 1.0625rem;
  padding: 0.95em;
}
.jumbotron_link {
  color: inherit;
  text-decoration: underline;
}
.jumbotron_link:hover {
  opacity: 0.7;
}

/* ======================
    footer
======================= */
.footer {
  background-color: #1B224C;
}
.footer_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .footer_inner {
    max-width: 900px;
  }
}
.footer_inner-top {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 769px) {
  .footer_inner-top {
    padding-top: 2.8125rem;
    padding-bottom: 4.5625rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
  }
}
.footer_inner-bottom {
  text-align: right;
}
.footerNav_list {
  display: flex;
}
.footerNav_list .menu-item {
  border-right: 1px solid #fff;
  padding: 0 0.5rem;
}
@media screen and (min-width: 769px) {
  .footerNav_list .menu-item {
    padding: 0 1.25rem;
  }
}
.footerNav_list .menu-item:last-of-type {
  border-right: none;
}
.footerNav_list .menu-item a {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  font-weight: bold;
  color: #fff;
}
.footer_logo {
  margin-top: 1.5625rem;
  margin-bottom: 1.6875rem;
}
@media screen and (min-width: 769px) {
  .footer_logo {
    margin-top: -0.625rem;
  }
}
.footerLogo {
  background-color: #fff;
  padding: 0.8125rem 1rem;
}
.footerLogo_img {
  width: 10rem;
}
.footer_bottom {
  background-color: #fff;
  padding: 0.3125rem 0;
}
.footer_copyright {
  font-size: clamp(0.625rem, 0.5227272727rem + 0.2840909091vw, 0.75rem);
  font-weight: bold;
}

/* ======================
    front-page.php(ホーム）
======================= */
/* ======================
    MV
======================= */
.MV {
  background-image: url(../img/fv.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
.MV_body {
  padding-top: 5.3125rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .MV_body {
    padding-top: 6.5625rem;
  }
}
.MV_ttl {
  margin-bottom: 0.625rem;
  font-size: clamp(2rem, 1.1818181818rem + 2.2727272727vw, 3rem);
}
.MV_txt {
  font-size: clamp(1rem, 0.8977272727rem + 0.2840909091vw, 1.125rem);
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 576px) {
  .MV_txt {
    margin-bottom: 2.75rem;
  }
}
.MV_btn {
  margin-bottom: 1.1875rem;
  max-width: 11.25rem;
}
@media screen and (min-width: 576px) {
  .MV_btn {
    max-width: 16.25rem;
  }
}
.MV_link {
  color: inherit;
  text-decoration: underline;
}
.MV_link:hover {
  opacity: 0.7;
}

/* ======================
    intro
======================= */
.intro {
  background-color: #1B224C;
  padding: 3.375rem 0;
  color: #fff;
  text-align: center;
}
.intro_ttl {
  line-height: 1.7;
  font-size: clamp(1.75rem, 1.3409090909rem + 1.1363636364vw, 2.25rem);
}
.intro_list {
  width: 100%;
  margin-top: 2.5rem;
  padding: 0;
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .intro_list {
    gap: 3.4375rem;
    flex-direction: row;
    justify-content: center;
  }
}
.intro_txt {
  font-weight: bold;
  font-size: clamp(1rem, 0.8977272727rem + 0.2840909091vw, 1.125rem);
  line-height: 2.1;
}
.intro_lead {
  width: 100%;
  max-width: 56.25rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.5rem;
}

.leadbox {
  background: #fff;
  padding: 0.6875rem 1rem;
}
.leadbox_wrap {
  border: 5px solid #1B224C;
  color: #1B224C;
  padding: 1.25rem 0.625rem;
}
@media screen and (min-width: 576px) {
  .leadbox_wrap {
    padding: 1.25rem 1.875rem;
  }
}
@media screen and (min-width: 769px) {
  .leadbox_wrap {
    padding: 0.5625rem 0.9375rem 1.5625rem;
  }
}
.leadbox_ttl {
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(1.75rem, 1.3409090909rem + 1.1363636364vw, 2.25rem);
}
.leadbox_txt {
  margin-top: 1.25rem;
  line-height: 1.7;
  font-size: clamp(1rem, 0.8977272727rem + 0.2840909091vw, 1.125rem);
}

/* ======================
    features
======================= */
.features {
  padding-top: 2.9375rem;
  padding-bottom: 2.4375rem;
}
.features_inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 56.25rem;
}
.features_ttl {
  line-height: 1.7;
  text-align: center;
  font-size: clamp(1.75rem, 1.3409090909rem + 1.1363636364vw, 2.25rem);
}
.features_mediaList {
  margin-top: 2.75rem;
  padding: 0;
}
.features_cta {
  margin-top: 2.5rem;
}
@media screen and (min-width: 576px) {
  .features_cta {
    margin-top: 5.625rem;
  }
}

.media {
  display: flex;
  flex-direction: column;
}
.media + .media {
  margin-top: 1.875rem;
}
@media screen and (min-width: 576px) {
  .media + .media {
    margin-top: 3.4375rem;
  }
}
.media_body {
  padding: 0.9375rem 0;
  word-break: break-all;
}
.media_ttl {
  font-size: clamp(1.25rem, 0.9431818182rem + 0.8522727273vw, 1.625rem);
  margin: 0.5em 0;
  line-height: 1.56;
}
.media_txt {
  margin: 1em 0;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  line-height: 1.7;
}
.media_imgWrap {
  aspect-ratio: 350/240;
  width: 100%;
  overflow: hidden;
}
.media_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media_label {
  display: inline-block;
  text-align: center;
  font-size: clamp(0.625rem, 0.5227272727rem + 0.2840909091vw, 0.75rem);
  color: #fff;
  background-color: #F5A623;
  line-height: 1;
  padding: 0.75em 1em;
  width: 5.625rem;
}
@media screen and (min-width: 769px) {
  .media {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .media.media-rev {
    flex-direction: row;
  }
  .media_body {
    padding: 0;
    max-width: 55.555%;
  }
  .media_ttl {
    margin: 1em 0;
  }
  .media_txt {
    margin: 0;
  }
  .media_imgWrap {
    max-width: 38.888%;
    margin-bottom: 0;
  }
}

.subCta {
  background-image: url(../img/price.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
.subCta_body {
  text-align: center;
  color: #fff;
}
.subCta_ttl {
  font-size: clamp(1.25rem, 0.9431818182rem + 0.8522727273vw, 1.625rem);
  line-height: 1.7;
  margin: 1em 0;
}
.subCta_btn {
  padding: 1em;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  width: 12.5rem;
  max-width: 100%;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  line-height: 1;
  font-weight: normal;
  border: 1px solid #fff;
}
.subCta_btn:hover {
  background-color: #fff;
  color: #F5A623;
  border: 1px solid currentColor;
}

/* ======================
    interview
======================= */
.interview {
  background-color: #1B224C;
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .interview {
    padding-bottom: 3.75rem;
  }
}
.interview_ttl {
  text-align: center;
  font-size: clamp(1.75rem, 1.3409090909rem + 1.1363636364vw, 2.25rem);
}
.interview_list {
  padding: 0;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  margin-top: 1.875rem;
  width: 92%;
}
@media screen and (min-width: 576px) {
  .interview_list {
    margin-top: 2.8125rem;
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .interview_list {
    width: 100%;
    max-width: 56.25rem;
    margin-top: 7.5rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .interview_item {
    width: calc((100% - 3.75rem) / 3);
  }
}
.interview_item + .interview_item {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 769px) {
  .interview_item + .interview_item {
    margin-top: 0;
  }
}

.profile_lead {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  line-height: 1.7;
  font-weight: bold;
}
.profile_imgWrap {
  position: relative;
  background-color: #fff;
  aspect-ratio: 280/170;
  overflow: hidden;
  width: 100%;
  margin-top: 0.5625rem;
}
.profile_img {
  width: 45%;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.profile_descWrap {
  margin: 1.0625rem 0;
  color: #1B224C;
}
.profile_desc {
  padding: 0;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  line-height: 2;
  display: flex;
  justify-content: space-between;
}
.profile_status {
  width: 35.72%;
  padding: 0 0.625em;
  background-color: #fff;
}
.profile_name {
  width: 60.72%;
  padding: 0 0.625em;
  background-color: #fff;
}
.profile_score {
  width: 100%;
  margin-top: 0.625rem;
  background-color: #fff;
  padding: 0.25em 0.625em;
}

/* ======================
    flow
======================= */
.flow {
  padding-top: 3.125rem;
  padding-bottom: 2.8125rem;
}
.flow_inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 56.25rem;
}
.flow_ttl {
  text-align: center;
  font-size: clamp(1.75rem, 1.3409090909rem + 1.1363636364vw, 2.25rem);
}
.flow_list {
  margin-top: 2.5rem;
}
.flow_item + .flow_item {
  margin-top: 0.5rem;
}
.flowItem {
  display: flex;
  position: relative;
  width: 100%;
  background: #F8F8F8;
  padding: 1.125rem 0;
  height: 4rem;
}
.flowItem_num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5A623;
  color: #fff;
  padding: 0 0.3125rem;
  height: 4.0625rem;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
}
@media screen and (min-width: 769px) {
  .flowItem_num {
    width: 4rem;
  }
}
.flowItem_body {
  display: flex;
  align-items: center;
  width: 100%;
}
.flowItem_term {
  width: 34%;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.6477272727rem + 0.2840909091vw, 0.875rem);
  padding-left: 2.1875rem;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 576px) {
  .flowItem_term {
    font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  }
}
@media screen and (min-width: 769px) {
  .flowItem_term {
    font-size: clamp(1rem, 0.8977272727rem + 0.2840909091vw, 1.125rem);
    padding-left: 5.3125rem;
    width: 31.111%;
  }
}
.flowItem_desc {
  width: 65%;
  border-left: 1px solid #c3c3c3;
  padding-right: 0.3125rem;
  padding-left: 0.625rem;
  font-size: clamp(0.75rem, 0.6477272727rem + 0.2840909091vw, 0.875rem);
}
@media screen and (min-width: 576px) {
  .flowItem_desc {
    font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  }
}
@media screen and (min-width: 769px) {
  .flowItem_desc {
    width: 68.888%;
    padding-left: 3.4375rem;
    font-size: clamp(1rem, 0.8977272727rem + 0.2840909091vw, 1.125rem);
  }
}

/* ======================
    FAQ
======================= */
.faq {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
.faq_ttl {
  text-align: center;
  font-size: clamp(1.75rem, 1.3409090909rem + 1.1363636364vw, 2.25rem);
}
.faq_inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 56.25rem;
}
.faq_accordion {
  margin-top: 1.375rem;
}

.accordion_item {
  padding: 0;
  border-bottom: #1B224C solid 1px;
}
.accordion_item:first-of-type {
  border-top: solid 1px #1B224C;
}
.accordion_ttl {
  padding: 0.75rem 0;
}
@media screen and (min-width: 576px) {
  .accordion_ttl {
    padding: 1.375rem 0;
  }
}
.accordion_btn {
  background-color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  text-align: left;
  color: inherit;
  border: none;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 10%;
}
.accordion_btn::before, .accordion_btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: currentColor;
  transition: 0.5s;
}
@media screen and (min-width: 576px) {
  .accordion_btn::before, .accordion_btn::after {
    width: 25px;
  }
}
.accordion_btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.accordion_btn.is-close::before {
  transform: rotate(180deg);
}
.accordion_btn.is-close::after {
  transform: rotate(0deg);
}
.accordion_desc {
  display: none;
  margin: 0 0 0.875rem;
  background-color: #F8F8F8;
  padding: 0.625rem 0.9375rem;
}
@media screen and (min-width: 576px) {
  .accordion_desc {
    padding: 1.25rem 1.5625rem;
  }
}
.accordion_txt {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  line-height: 1.7;
}

/* ======================
    posts
======================= */
.posts {
  padding-top: 2.5rem;
  padding-bottom: 7.6875rem;
}
.posts_inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 56.25rem;
}
.posts_ttl {
  margin: 0.8em 0;
  text-align: center;
  font-size: clamp(1.5rem, 1.0909090909rem + 1.1363636364vw, 2rem);
}
@media screen and (min-width: 769px) {
  .posts_ttl {
    text-align: left;
  }
}
.posts_list {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  width: 94%;
}
@media screen and (min-width: 576px) {
  .posts_list {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .posts_list {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.posts_item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .posts_item {
    width: 47.777%;
  }
}
.posts_item + .posts_item {
  margin-top: 3.75rem;
}
@media screen and (min-width: 769px) {
  .posts_item + .posts_item {
    margin-top: 0;
  }
}

.frontPost + .frontPost {
  margin-top: 1.875rem;
}
.frontPost_link {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .frontPost_link {
    flex-direction: row;
    justify-content: space-between;
  }
}
.frontPost_link:hover {
  opacity: 0.7;
  transform: translate(-2px, -2px);
  transition: 0.3s ease;
}
.frontPost_imgWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 769px) {
  .frontPost_imgWrap {
    aspect-ratio: 150/110;
    width: 34.9%;
  }
}
.frontPost_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frontPost_label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1B224C;
  color: #fff;
  font-size: clamp(0.625rem, 0.5227272727rem + 0.2840909091vw, 0.75rem);
  padding: 0.35em 0.75em;
}
.frontPost_body {
  width: 100%;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .frontPost_body {
    width: 60%;
    padding: 0;
  }
}
.frontPost_ttl {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  font-weight: bold;
  text-decoration: underline;
}
.frontPost_time {
  margin: 0.625rem 0;
  font-size: clamp(0.625rem, 0.5227272727rem + 0.2840909091vw, 0.75rem);
  line-height: 1;
}

.frontInfo + .frontInfo {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 576px) {
  .frontInfo + .frontInfo {
    margin-top: 2.8125rem;
  }
}
.frontInfo_link:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.frontInfo_time {
  font-size: clamp(0.625rem, 0.5227272727rem + 0.2840909091vw, 0.75rem);
}
.frontInfo_ttl {
  margin: 0.5rem 0;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  font-weight: normal;
  text-decoration: underline;
}

/* ======================
    ヘッダー画像(タイトル)
======================= */
.firstview {
  padding-top: 5.5625rem;
  padding-bottom: 5.3125rem;
  display: block;
  background-size: cover;
  background-position: center top;
}
.firstview_ttl {
  text-align: center;
  font-size: clamp(1.5rem, 1.0909090909rem + 1.1363636364vw, 2rem);
  color: #fff;
}

.noview_ttl {
  text-align: center;
  font-size: clamp(1.5rem, 1.0909090909rem + 1.1363636364vw, 2rem);
  margin: 1.5em 0 2em;
}

/* ======================
    single.php
======================= */
.container {
  padding-top: 3.6875rem;
  padding-bottom: 4.0625rem;
}
.container .blogPost_article {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container .blogPost_article {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .container .blogPost_article {
    width: 100%;
  }
}
.container .blogPost_cats {
  margin: 1em 0;
}
.container .blogPost_ttl {
  font-size: clamp(1.375rem, 1.0681818182rem + 0.8522727273vw, 1.75rem);
  margin: 0.5em 0;
}
.container .blogPost_time {
  line-height: 1;
}
.container .blogPost_body {
  margin-bottom: 3.75rem;
  max-width: 100%;
}
.container .blogPost_body h2 {
  font-size: clamp(1.25rem, 0.9431818182rem + 0.8522727273vw, 1.625rem);
  margin: 0.5em 0;
}
.container .blogPost_body h3 {
  font-size: clamp(1.125rem, 0.9204545455rem + 0.5681818182vw, 1.375rem);
  margin: 0.75em 0;
  border-left: 4px solid #1B224C;
  padding: 0 0.5em;
}
.container .blogPost_body p {
  margin: 1em 0;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  line-height: 1.8;
}
.container .blogPost_body ul {
  padding: 0;
  margin-top: 1.5625rem;
  margin-bottom: 3.3125rem;
}
.container .blogPost_body li {
  position: relative;
  padding-left: 2.9375rem;
  margin: 0.5em 0;
}
.container .blogPost_body li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #F5A623;
  left: 0.875rem;
  top: 0.6875rem;
  transform: translateY(-50%);
}
.container .blogPost_body a {
  padding-left: 1em;
  text-decoration: underline;
  color: #F5A623;
}
.container .blogPost_body a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
@media screen and (min-width: 1280px) {
  .container {
    display: flex;
    margin: 0 calc((100vw - 900px) / 2);
    justify-content: space-between;
  }
  .container .mycontainer,
  .container .alignwide,
  .container .alignfull {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .container .blogPost {
    width: 65.555%;
  }
  .container .blogPost .wp-block-image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .container .sidebar {
    display: block;
    width: 30.6%;
  }
}

.catList {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.catList_item {
  display: inline-block;
  background: #1B224C;
  margin-right: 0.5em;
}
.catList_item:last-of-type {
  margin-right: 0;
}
.catList_link {
  padding: 0.8em 1.5em;
  font-size: clamp(0.625rem, 0.5227272727rem + 0.2840909091vw, 0.75rem);
  line-height: 1;
  color: #fff;
}

.postHead_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

/* ======================
    snsShare
======================= */
.snsShare {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-left: -0.5rem;
}

.twShare {
  transition: 0.3s ease-in-out;
  background-color: #1da1f2;
  border-radius: 3px;
  position: relative;
  height: 1.25rem;
  width: 4.375rem;
}
.twShare a {
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.375rem;
}
.twShare a:hover {
  opacity: 0.7;
}

.shareIcon {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  font-size: 0.625rem;
  transform: translateY(-50%);
  display: inline-block;
  color: #fff;
}

/* ======================
    recommend.php(おすすめの記事）
======================= */
.recommends {
  margin-bottom: 5.625rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .recommends {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .recommends {
    width: 100%;
    margin: 0;
  }
}
.recommends_ttl {
  font-size: clamp(1.25rem, 0.9431818182rem + 0.8522727273vw, 1.625rem);
  margin: 0.85em 0;
}

.pickupItem + .pickupItem {
  padding-top: 2.5rem;
}
.pickupItem_link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pickupItem_link:hover {
  opacity: 0.7;
  transform: translate(-2px, -2px);
  transition: 0.3s ease;
}
.pickupItem_imgWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 769px) {
  .pickupItem_imgWrap {
    aspect-ratio: 210/130;
  }
}
.pickupItem_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pickupItem_label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1B224C;
  color: #fff;
  font-size: clamp(0.625rem, 0.5227272727rem + 0.2840909091vw, 0.75rem);
  padding: 0.5em 1em;
}
.pickupItem_body {
  padding: 0.625rem 0;
  width: 100%;
}
.pickupItem_time {
  display: inline-block;
  font-size: clamp(1rem, 0.8977272727rem + 0.2840909091vw, 1.125rem);
  margin: 0.5em 0;
}
.pickupItem_ttl {
  font-size: clamp(1.125rem, 0.9204545455rem + 0.5681818182vw, 1.375rem);
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .pickupItem + .pickupItem {
    padding-top: 1.6875rem;
  }
  .pickupItem_link {
    flex-direction: row;
    justify-content: space-between;
  }
  .pickupItem_imgWrap {
    width: 35.593%;
    padding: 0;
  }
  .pickupItem_img {
    max-width: 100%;
    object-fit: cover;
  }
  .pickupItem_body {
    width: 59.322%;
    padding: 0;
  }
  .pickupItem_time {
    font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
    margin: 0 0 1em;
  }
  .pickupItem_ttl {
    font-size: clamp(1rem, 0.8977272727rem + 0.2840909091vw, 1.125rem);
  }
}

/* ======================
    sidebar
======================= */
.sidebar {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .sidebar {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .sidebar {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .sidebar_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .sidebar_wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .sidebar_block {
    width: 47%;
  }
}
@media screen and (min-width: 1280px) {
  .sidebar_block {
    width: 100%;
  }
}
.sidebar_block + .sidebar_block {
  padding-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .sidebar_block + .sidebar_block {
    padding-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .sidebar_block + .sidebar_block {
    padding-top: 3.125rem;
  }
}
.sidebar_ttl {
  width: 100%;
  color: #fff;
  font-weight: bold;
  background-color: #1B224C;
  text-align: center;
  padding: 0.9375rem 0.625rem;
  margin-block-start: 0;
  margin-block-end: 1.5625rem;
  font-size: clamp(1.125rem, 0.9204545455rem + 0.5681818182vw, 1.375rem);
}

.sideArticle + .sideArticle {
  padding-top: 2.5rem;
}
.sideArticle_link {
  display: flex;
  justify-content: space-between;
}
.sideArticle_link:hover {
  opacity: 0.7;
  transform: translate(-2px, -2px);
  transition: 0.3s ease;
}
.sideArticle_imgWrap {
  aspect-ratio: 100/70;
  width: 37.037%;
  overflow: hidden;
}
.sideArticle_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sideArticle_body {
  width: 55.555%;
}
.sideArticle_ttl {
  text-decoration: underline;
  line-height: 2;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
}
@media screen and (min-width: 1280px) {
  .sideArticle_ttl {
    font-size: 0.75rem;
  }
}

.widget_categories ul {
  padding-inline-start: 1.25rem;
}
.widget_categories li {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  font-weight: bold;
  list-style: disc;
  line-height: 1;
  margin: 1em 0;
}
.widget_categories a {
  display: inline-block;
}
.widget_categories a:hover {
  opacity: 0.7;
}

/* ======================
    single-info.php
======================= */
.infoArticle {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  margin: 0 auto;
}
.infoArticle_head {
  margin-bottom: 3.125rem;
}
.infoArticle_ttl {
  font-size: clamp(1.375rem, 1.0681818182rem + 0.8522727273vw, 1.75rem);
  line-height: 1.7;
  margin: 1.25em 0;
}
.infoArticle_time {
  display: block;
  text-align: right;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
}
.infoArticle_body h2 {
  font-size: clamp(1.25rem, 0.9431818182rem + 0.8522727273vw, 1.625rem);
  margin: 0.5em 0;
}
.infoArticle_body h3 {
  font-size: clamp(1.125rem, 0.9204545455rem + 0.5681818182vw, 1.375rem);
  margin: 0.75em 0;
  border-left: 4px solid #1B224C;
  padding: 0 0.5em;
}
.infoArticle_body p {
  margin: 1em 0;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  line-height: 1.8;
}
.infoArticle_body ul {
  padding: 0;
  margin-bottom: 3.25rem;
}
.infoArticle_body li {
  position: relative;
  padding-left: 2.9375rem;
  margin: 0.5em 0;
}
.infoArticle_body li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #F5A623;
  left: 0.875rem;
  top: 0.6875rem;
  transform: translateY(-50%);
}
.infoArticle_body a {
  padding-left: 1em;
  text-decoration: underline;
  color: #F5A623;
}
.infoArticle_body a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}

/* ======================
    home.php(archive.php)
======================= */
.postArchive {
  padding-top: 3rem;
  padding-bottom: 2.875rem;
}
.postArchive_head {
  text-align: center;
}
.postArchive_ttl {
  font-size: clamp(1.5rem, 1.0909090909rem + 1.1363636364vw, 2rem);
}

.listItem + .listItem {
  padding-top: 2.8125rem;
}
@media screen and (min-width: 576px) {
  .listItem + .listItem {
    padding-top: 3.75rem;
  }
}
.listItem_wrap {
  margin: 2.5rem auto 5rem;
}
@media screen and (min-width: 576px) {
  .listItem_wrap {
    margin: 3.375rem auto 6.75rem;
  }
}
.listItem_link {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .listItem_link {
    width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .listItem_link {
    width: 100%;
  }
}
.listItem_link:hover {
  opacity: 0.7;
  transform: translate(-3px, -3px);
  transition: 0.3s ease;
}
.listItem_imgWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 576px) {
  .listItem_imgWrap {
    aspect-ratio: 240/180;
  }
}
.listItem_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listItem_label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1B224C;
  color: #fff;
  font-size: clamp(0.625rem, 0.5227272727rem + 0.2840909091vw, 0.75rem);
  padding: 0.5em 1.1em;
}
.listItem_body {
  width: 100%;
  padding: 0.625rem;
}
.listItem_time {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  margin: 0.5em 0;
  line-height: 1;
  display: inline-block;
}
.listItem_ttl {
  text-decoration: underline;
  margin-bottom: 0.5em;
  font-size: clamp(1.125rem, 0.9204545455rem + 0.5681818182vw, 1.375rem);
}
@media screen and (min-width: 576px) {
  .listItem_ttl {
    font-size: clamp(1.25rem, 0.9431818182rem + 0.8522727273vw, 1.625rem);
  }
}
.listItem_txt {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  line-height: 1.7;
}
@media screen and (min-width: 576px) {
  .listItem_txt {
    line-height: normal;
  }
}
@media screen and (min-width: 769px) {
  .listItem_link {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .listItem_imgWrap {
    width: 26.666%;
  }
  .listItem_body {
    width: 67.777%;
    padding: 0;
  }
}

/* ======================
    archive-info.php
======================= */
.infoArchive {
  padding-top: 3rem;
  padding-bottom: 2.875rem;
}
.infoArchive_head {
  text-align: center;
}
.infoArchive_ttl {
  font-size: clamp(1.5rem, 1.0909090909rem + 1.1363636364vw, 2rem);
}

.infoItem {
  display: flex;
  padding: 0.9375rem 0;
  flex-direction: column;
  border-bottom: 1px solid #e2e8f0;
}
.infoItem_wrap {
  margin: 2.5rem auto 4.375rem;
}
.infoItem:first-of-type {
  border-top: 1px solid #e2e8f0;
}
.infoItem_link {
  display: inline-block;
}
.infoItem_link:hover {
  opacity: 0.7;
}
.infoItem_time {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
}
.infoItem_ttl {
  text-decoration: underline;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
}
@media screen and (min-width: 1024px) {
  .infoItem {
    max-width: 56.25rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1.25em 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .infoItem_time {
    width: 12%;
  }
  .infoItem_link {
    width: 85%;
  }
}

/* ======================
    contactform(page.php)
======================= */
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  width: 100%;
  padding: 0.75rem 0.9375rem;
  border: 1px solid #1B224C;
  background: #fff;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  font-family: inherit;
  resize: none;
  appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}

input[type=checkbox] + span,
input[type=radio] + span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.3125rem 0.3125rem 0.3125rem 2.5rem;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
}

input[type=checkbox]:focus + span,
input[type=radio]:focus + span {
  outline: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

input[type=radio] + span:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #707070;
  border-radius: 50%;
  line-height: 1;
  background: #fff;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
}

input[type=radio] + span:after {
  content: "";
  display: none;
}

input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  width: 0.835em;
  height: 0.835em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #b4b4b4;
  line-height: 1;
}

input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  transform: translateY(-50%);
  border: 1px solid #1B224C;
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}

input[type=checkbox] + span:after {
  display: none;
  content: "";
}

input[type=checkbox]:checked + span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  transform: rotate(45deg);
  width: 0.5em;
  height: 1em;
  border-right: 3px solid #1B224C;
  border-bottom: 3px solid #1B224C;
}

.form {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.form_head {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  line-height: 1.7;
  margin-bottom: 2.625rem;
}
.form_item {
  margin-bottom: 0.9375rem;
}
.form_item:last-of-type {
  margin-bottom: 0;
}
.form_ttl {
  display: inline-block;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  margin-bottom: 0.625rem;
}
.form_input {
  display: inline-block;
  width: 100%;
}
.form_check {
  margin-top: 1.25rem;
}
.form_btn {
  padding: 0.75em;
  border-radius: 5px;
  color: #fff;
  background-color: #1B224C;
  display: inline-block;
  width: 12.5rem;
  max-width: 100%;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  font-weight: bold;
  border: 2px solid transparent;
}
.form_btn:hover {
  background-color: #fff;
  color: #1B224C;
  border: 2px solid currentColor;
  transition: 0.3s all;
}
.form_btnWrap {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .form {
    width: 78%;
  }
}

.mw_wp_form .vertical-item + .vertical-item {
  padding-top: 0.1875rem;
}

.privacyBox {
  text-align: center;
}
.privacyBox_txt {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
}
.privacyBox_body {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
}
.privacyBox_link {
  text-decoration: underline;
  color: #F5A623;
}

/* ==========
    completion-page
============ */
.completion_txt {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  line-height: 1.8;
}

.completion_link {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  text-decoration: underline;
  transition: 0.3s all;
}
.completion_link:hover {
  opacity: 0.7;
  transition: 0.3s all;
}

/* ======================
    page
======================= */
.type-page {
  padding-top: 3rem;
  padding-bottom: 3.875rem;
}

/* ======================
    course
======================= */
.course_ttl {
  text-align: center;
  font-size: clamp(1.5rem, 1.0909090909rem + 1.1363636364vw, 2rem);
}
.course_block + .course_block {
  padding-top: 5.625rem;
}
.course_base {
  margin-top: 2.5rem;
}
@media screen and (min-width: 576px) {
  .course_base {
    margin-top: 3.375rem;
  }
}
.course_list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 576px) {
  .course_list {
    margin-top: 3.875rem;
  }
}

.baseList {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 576px) {
  .baseList {
    flex-direction: row;
  }
}
.baseList_block {
  width: 17.5rem;
  max-width: 100%;
  text-align: center;
  color: #fff;
  background-color: #1B224C;
  font-size: clamp(1.125rem, 0.9204545455rem + 0.5681818182vw, 1.375rem);
  padding: 0.9em 0.45em;
}
@media screen and (min-width: 576px) {
  .baseList_block {
    padding: 0.8em 0.45em;
  }
}
.baseList_plus {
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  .baseList_plus {
    width: 6.125rem;
    height: 5.625rem;
  }
}
.baseList_plus::before, .baseList_plus::after {
  content: "";
  display: inline-block;
  background-color: #1B224C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.baseList_plus::before {
  height: 0.125rem;
  width: 1.625rem;
}
.baseList_plus::after {
  width: 0.125rem;
  height: 1.625rem;
}
.baseList_txt {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .baseList_txt {
    width: 100%;
    max-width: 56.25rem;
  }
}

.priceTable_list {
  display: flex;
  width: 100%;
  align-items: flex-end;
  padding: 0;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .priceTable_list {
    width: 56.25rem;
    margin: 0 auto;
  }
}

.priceItem {
  text-align: center;
  width: calc((100% - 0.9375rem) / 4);
}
.priceItem_ttl {
  color: #fff;
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  line-height: 2.15;
  padding: 0.9em 0.625em;
  background-color: #1B224C;
}
.priceItem_price {
  font-size: clamp(1.375rem, 1.2215909091rem + 0.4261363636vw, 1.5625rem);
  margin: 0.2em 0;
}
.priceItem_note {
  font-size: 1rem;
  margin: 0.4em 0;
}
.priceItem_body {
  padding: 1.375rem 0.75rem;
  border-right: 0.5px solid #1B224C;
  border-bottom: 0.5px solid #1B224C;
  border-left: 0.5px solid #1B224C;
  min-height: 25.9375rem;
}
.priceItem_desc {
  padding: 2.5rem 0 0 0;
}
.priceItem_desc i {
  margin-right: 0.6875rem;
}
.priceItem_txt {
  font-size: 1rem;
}
.priceItem_txt + .priceItem_txt {
  margin: 0.8em 0;
}
.priceItem-pickup .priceItem_ttl {
  background-color: #F5A623;
}
.priceItem-pickup .priceItem_price {
  color: #F5A623;
}

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