@charset "UTF-8";
/* 日本語指定 */
/**********************

Theme Name: juseitheme_2025

**********************/
/**********************

   base

**********************/
html {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  scroll-behavior: smooth;
  background-color: #fff;
  scroll-padding-top: 150px;
}

* {
  box-sizing: border-box;
  color: #231815;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}
img.img {
  width: 100%;
}
img.vab {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
a.disabled {
  pointer-events: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a,
p,
li,
th,
td,
dt,
dd {
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (max-width : 1300px) {
  a,
p,
li,
th,
td,
dt,
dd {
    font-size: 1.5rem;
  }
}
@media screen and (max-width : 1024px) {
  a,
p,
li,
th,
td,
dt,
dd {
    font-size: 1.4rem;
  }
}

p {
  padding: 1% 0;
}

h2,
h3,
h4 {
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
}

h2 {
  padding: 12px 0;
  font-size: clamp(2.3rem, 1.864rem + 2.18vw, 3.5rem);
}

h3 {
  font-size: clamp(2.2rem, 1.909rem + 1.45vw, 3rem);
  padding: 40px 0 10px;
}

h4 {
  font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
  letter-spacing: 0;
  padding: 20px 0 10px;
}

/**********************

title

**********************/
.ttl01::after {
  content: attr(data-label);
  display: block;
  color: #8D8D8D;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
}
.ttl01.white::after {
  color: #fff;
}

.ttl_makimono::before, .ttl_comment::before, .ttl_house::before, .ttl_search::before, .ttl_logo::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.ttl_logo::before {
  background-image: url(../img/logo/icon_logo.svg);
  width: 39px;
  height: 39px;
  padding-bottom: 5px;
}

.ttl_search::before {
  background-image: url(../img/icon/icon_search.svg);
  width: 36px;
  height: 36px;
  padding-bottom: 4px;
}

.ttl_house::before {
  background-image: url(../img/icon/icon_house.svg);
  width: 48px;
  height: 36px;
  padding-bottom: 4px;
}

.ttl_comment::before {
  background-image: url(../img/icon/icon_comment.svg);
  width: 38px;
  height: 36px;
  padding-bottom: 4px;
}

.ttl_makimono::before {
  background-image: url(../img/icon/icon_makimono.svg);
  width: 38px;
  height: 36px;
  padding-bottom: 4px;
}

.top_ttl > p {
  background-image: radial-gradient(circle, #8D8D8D 1px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 2px;
  display: inline-block;
}
.top_ttl > p.white {
  background-image: radial-gradient(circle, #fff 1px, transparent 2px);
}
.top_ttl > p span {
  display: inline-block;
  padding: 0 13px;
  font-weight: bold;
}

.ttl_octagon {
  padding: 0;
  display: grid;
  align-items: center;
  grid-template-columns: 32px 1fr;
  gap: 17px;
  font-size: clamp(2.2rem, 1.909rem + 1.45vw, 3rem);
}
@media screen and (max-width : 798px) {
  .ttl_octagon {
    align-items: baseline;
    grid-template-columns: 24px 1fr;
    gap: 7px;
  }
}
.ttl_octagon .oct_number {
  display: inline-block;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  background-color: #EC1234;
  color: #fff;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  padding-bottom: 1px;
}
@media screen and (max-width : 798px) {
  .ttl_octagon .oct_number {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
}

.h3_ttl {
  border-left: 6px solid #EC1234;
  padding: 0 17px;
}

.h3_ttl02 {
  background-color: #FFDFE1;
  border-left: 6px solid #EC1234;
  border-bottom: 1px solid #EC1234;
  padding: 10px 28px;
  font-size: 2rem;
}

/**********************

display none

**********************/
@media screen and (min-width: 601px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .tb_sp {
    display: none;
  }
}
@media screen and (max-width : 600px) {
  .pc {
    display: none;
  }
}
/**********************

display
flex,grid,inline-block

**********************/
.dib {
  display: inline-block;
}

.dit {
  display: table;
  margin: 0 auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex_cc, .pager_allpost, .table dt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_column_c {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aic {
  align-items: center;
}

.ais {
  align-items: stretch;
}

.aife {
  align-items: flex-end;
}

.jcsb {
  justify-content: space-between;
}

.jcsa {
  justify-content: space-around;
}

.jcc {
  justify-content: center;
}

.jcfe {
  justify-content: flex-end;
}

.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width : 600px) {
  .reverse {
    flex-direction: unset;
  }
}

/* front-page,category */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 22px;
}
@media screen and (max-width : 1024px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 12px;
  }
}
@media screen and (max-width : 460px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.grid.border_bk {
  gap: 24px 14px;
}
@media screen and (max-width : 460px) {
  .grid.border_bk {
    gap: 14px;
  }
}
.grid.border_bk .post_item {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 12px;
}

/**********************

button

**********************/
.more_btn02 a, .more_btn_bold a, .more_btn a {
  font-weight: bold;
  padding: 15px 62px 15px 30px;
  border-radius: 50vh;
  position: relative;
  display: inline-block;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width : 600px) {
  .more_btn02 a, .more_btn_bold a, .more_btn a {
    display: block;
  }
}
.more_btn02 a:after, .more_btn_bold a:after, .more_btn a:after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 25px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.more_btn a {
  background-color: #EC1234;
  color: #fff;
}
.more_btn a:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.more_btn_bold a {
  background-color: #EC1234;
  box-shadow: 0 4px 0 #85111e;
  border: 2px solid #85111e;
  color: #fff;
}
.more_btn_bold a:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.more_btn.og a {
  background-color: #FF6500 !important;
  color: #fff !important;
  padding: 20px 62px 20px 40px !important;
  box-shadow: 0 4px 0 #ca1c30;
  border: 2px solid #ca1c30;
}

.more_btn02 a {
  background: linear-gradient(116deg, rgb(255, 134, 145) 0%, rgb(236, 18, 52) 100%);
  color: #fff;
}
.more_btn02 a:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.more_btn03 a {
  background-color: #fff;
  border: 1px solid #EC1234;
  border-radius: 50vh;
  color: #EC1234;
  padding: 7px 29px;
  display: inline-block;
  letter-spacing: 0;
}
@media screen and (max-width : 600px) {
  .more_btn03 a {
    display: block;
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
}

.download_btn a {
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
  color: #EC1234;
}
.download_btn a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 21px;
  margin-right: 7px;
  vertical-align: middle;
}

.out_btn a {
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
  color: #4B4B4B;
}
.out_btn a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/out.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 29px;
  margin-right: 7px;
  vertical-align: middle;
}

/**********************

container
margin

**********************/
.container {
  width: 88%;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width : 460px) {
  .container {
    width: 90%;
  }
}

.container02 {
  width: 80%;
  max-width: 970px;
  margin: 0 auto;
}
@media screen and (max-width : 600px) {
  .container02 {
    width: 88%;
  }
}

.m0auto {
  margin: 0 auto;
}

.m1 {
  margin: 1rem;
}

.m2 {
  margin: 2rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt2_change {
  margin-top: 2rem;
}
@media screen and (max-width : 600px) {
  .mt2_change {
    margin-top: 1rem;
  }
}

.mt3 {
  margin-top: 3rem;
}
@media screen and (max-width : 600px) {
  .mt3 {
    margin-top: 2rem;
  }
}

.mt5 {
  margin-top: 5rem;
}
@media screen and (max-width : 600px) {
  .mt5 {
    margin-top: 3rem;
  }
}

.mt7 {
  margin-top: 7rem;
}
@media screen and (max-width : 900px) {
  .mt7 {
    margin-top: 5rem;
  }
}
@media screen and (max-width : 900px) {
  .mt7 {
    margin-top: 4rem;
  }
}

.mt10 {
  margin-top: 10rem;
}
@media screen and (max-width : 900px) {
  .mt10 {
    margin-top: 7rem;
  }
}
@media screen and (max-width : 600px) {
  .mt10 {
    margin-top: 5rem;
  }
}

.mt12 {
  margin-top: 12rem;
}
@media screen and (max-width : 900px) {
  .mt12 {
    margin-top: 9rem;
  }
}
@media screen and (max-width : 600px) {
  .mt12 {
    margin-top: 7rem;
  }
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}
@media screen and (max-width : 600px) {
  .mb3 {
    margin-bottom: 2rem;
  }
}

.mb5 {
  margin-bottom: 5rem;
}
@media screen and (max-width : 600px) {
  .mb5 {
    margin-bottom: 3rem;
  }
}

.mb7 {
  margin-bottom: 7rem;
}
@media screen and (max-width : 900px) {
  .mb7 {
    margin-bottom: 5rem;
  }
}

.mb10 {
  margin-bottom: 10rem;
}
@media screen and (max-width : 900px) {
  .mb10 {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width : 600px) {
  .mb10 {
    margin-bottom: 4rem;
  }
}

.mb12 {
  margin-bottom: 12rem;
}
@media screen and (max-width : 900px) {
  .mb12 {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width : 600px) {
  .mb12 {
    margin-bottom: 7rem;
  }
}

.pt3 {
  padding-top: 3rem;
}
@media screen and (max-width : 600px) {
  .pt3 {
    padding-top: 2rem;
  }
}

.pt5 {
  padding-top: 5rem;
}
@media screen and (max-width : 900px) {
  .pt5 {
    padding-top: 3rem;
  }
}

.pt7 {
  padding-top: 7rem;
}
@media screen and (max-width : 900px) {
  .pt7 {
    padding-top: 5rem;
  }
}

.pb3 {
  padding-bottom: 3rem;
}
@media screen and (max-width : 600px) {
  .pb3 {
    padding-bottom: 2rem;
  }
}

.pb5 {
  padding-bottom: 5rem;
}
@media screen and (max-width : 900px) {
  .pb5 {
    padding-bottom: 3rem;
  }
}

.pb7 {
  padding-bottom: 7rem;
}
@media screen and (max-width : 900px) {
  .pb7 {
    padding-bottom: 5rem;
  }
}

.pl0 {
  padding-left: 0;
}

.pr5 {
  padding-right: 5rem;
}

/**********************

header

**********************/
#top-head {
  width: 100%;
  height: 134px;
  display: flex;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.5s;
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #DFDFDF;
}
@media screen and (max-width : 900px) {
  #top-head {
    height: 65px;
  }
}
#top-head .inner {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width : 900px) {
  #top-head .inner {
    width: 100%;
  }
}
#top-head .inner .div_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width : 900px) {
  #top-head .inner .div_logo {
    margin-bottom: 0;
    padding: 0 20px;
  }
}
#top-head .inner .div_logo .h1_a {
  display: block;
  width: 220px;
}
@media screen and (max-width : 900px) {
  #top-head .inner .div_logo .h1_a {
    width: 145px;
  }
}
#top-head .inner .div_logo ul {
  display: flex;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width : 900px) {
  #top-head .inner .div_logo ul {
    display: none;
  }
}
#top-head .inner .div_logo ul .tel_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-head .inner .div_logo ul .tel_btn a {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
#top-head .inner .div_logo ul .tel_btn a::before {
  content: "";
  background-image: url(../img/icon/icon_phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 21px;
  display: inline-block;
}
#top-head .inner .div_logo ul .contact_btn a {
  background-color: #FF6500;
  box-shadow: 0 4px 0 #ca1c30;
  border: 2px solid #ca1c30;
  border-radius: 50vh;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5px 23px 5px 14px;
  gap: 4px;
}
#top-head .inner .div_logo ul .contact_btn a::before {
  content: "";
  background-image: url(../img/icon/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  display: inline-block;
}
#top-head .inner .div_logo ul .line_btn a {
  background-color: #06C755;
  box-shadow: 0 4px 0 #298c5f;
  border: 2px solid #298c5f;
  border-radius: 50vh;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5px 23px 5px 14px;
  gap: 8px;
}
#top-head .inner .div_logo ul .line_btn a::before {
  content: "";
  background-image: url(../img/icon/logo_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  display: inline-block;
}
#top-head .inner .div_logo p.sp_tel_btn {
  display: none;
}
@media screen and (max-width : 900px) {
  #top-head .inner .div_logo p.sp_tel_btn {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top-head .inner .div_logo p.sp_tel_btn a {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #top-head .inner .div_logo p.sp_tel_btn a::before {
    content: "";
    background-image: url(../img/icon/icon_phone.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 20px;
    display: inline-block;
  }
}
#top-head .inner #nav_toggle {
  display: none;
}
@media screen and (max-width : 900px) {
  #top-head .inner #nav_toggle {
    display: block;
    width: 28px;
    height: 28px;
    position: relative;
    top: 0;
    right: 0;
    z-index: 100;
    border: 1px solid #FF8691;
    border-radius: 2px;
    padding: 0 3px;
    background-color: #FF8691;
  }
}
@media screen and (max-width : 900px) {
  #top-head .inner #nav_toggle div {
    position: relative;
  }
}
@media screen and (max-width : 900px) {
  #top-head .inner #nav_toggle div span {
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out;
  }
  #top-head .inner #nav_toggle div span:nth-child(1) {
    top: 6px;
  }
  #top-head .inner #nav_toggle div span:nth-child(2) {
    top: 12px;
  }
  #top-head .inner #nav_toggle div span:nth-child(3) {
    top: 18px;
  }
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_in_toggle {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    padding-top: 80px;
    padding-bottom: 70px;
    overflow-y: auto;
  }
}
#top-head .inner nav.nav_in_toggle > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_in_toggle > ul {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
#top-head .inner nav.nav_in_toggle > ul > li {
  position: relative;
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_in_toggle > ul > li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
  #top-head .inner nav.nav_in_toggle > ul > li:last-child {
    border: none;
  }
}
#top-head .inner nav.nav_in_toggle > ul > li > a {
  font-weight: bold;
  font-size: 15px;
  color: #231815;
  padding: 0 13px 10px 13px;
  display: inline-block;
}
@media screen and (max-width : 1300px) {
  #top-head .inner nav.nav_in_toggle > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width : 1024px) {
  #top-head .inner nav.nav_in_toggle > ul > li > a {
    font-size: 12px;
    padding: 0 7px 10px 7px;
  }
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_in_toggle > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    position: relative;
  }
}
#top-head .inner nav.nav_in_toggle > ul > li > a span {
  display: none;
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_in_toggle > ul > li > a span {
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    transform: rotate(45deg);
    transition: transform 0.3s;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -6px;
  }
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_in_toggle > ul > li > a[aria-expanded=true] span {
    transform: rotate(-135deg);
    margin-top: -2px;
  }
}
#top-head .inner nav.nav_in_toggle > ul > li .dropdown_lists {
  display: none;
  width: 180px;
  position: absolute;
  top: 33px;
  left: 0;
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_in_toggle > ul > li .dropdown_lists {
    position: static;
    width: 100%;
  }
}
#top-head .inner nav.nav_in_toggle > ul > li:hover .dropdown_lists {
  display: block;
  border: 1px solid #e9e9e9;
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_in_toggle > ul > li:hover .dropdown_lists {
    display: none;
  }
}
#top-head .inner nav.nav_in_toggle > ul > li .dropdown_list {
  background-color: #fff;
  height: 60px;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_in_toggle > ul > li .dropdown_list {
    height: auto;
    background-color: #f5f5f5;
    border-top: 1px solid #dcdcdc;
  }
}
#top-head .inner nav.nav_in_toggle > ul > li .dropdown_list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_in_toggle > ul > li .dropdown_list:not(:first-child)::before {
    display: none;
  }
}
#top-head .inner nav.nav_in_toggle > ul > li .dropdown_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #231815;
  position: relative;
  height: 60px;
  font-size: 14px;
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_in_toggle > ul > li .dropdown_list a {
    height: auto;
    padding: 1.2rem 1rem;
    font-size: 13px;
    font-weight: normal;
  }
}
#top-head .inner nav.nav_out_sp {
  display: none;
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_out_sp {
    display: block;
    border-top: 1px solid #DFDFDF;
    padding-top: 10px;
  }
}
#top-head .inner nav.nav_out_sp ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 5px;
  padding: 0 4%;
}
@media screen and (max-width : 900px) {
  #top-head .inner nav.nav_out_sp ul li.sp_none {
    display: none;
  }
}
#top-head .inner nav.nav_out_sp ul li a {
  display: block;
  font-size: 12px;
}

/* when nav open */
@media screen and (max-width : 900px) {
  #top-head.open .inner #nav_toggle div span:nth-child(1) {
    top: 12px;
    transform: rotate(135deg);
  }
  #top-head.open .inner #nav_toggle div span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #top-head.open .inner #nav_toggle div span:nth-child(3) {
    top: 12px;
    transform: rotate(-135deg);
  }
}

.top_main {
  margin-top: calc(134px + 5rem);
}
@media screen and (max-width : 900px) {
  .top_main {
    margin-top: calc(98px + 3rem);
  }
}
@media screen and (max-width : 600px) {
  .top_main {
    margin-top: 65px;
  }
}

.main {
  margin-top: 134px;
}
@media screen and (max-width : 900px) {
  .main {
    margin-top: 65px;
  }
}

/**********************

common

**********************/
.base_sec {
  padding: 9rem 0 14rem;
}
@media screen and (max-width : 900px) {
  .base_sec {
    padding: 7rem 0;
  }
}
@media screen and (max-width : 600px) {
  .base_sec {
    padding: 6rem 0;
  }
}

.por {
  position: relative;
}

.lh16 {
  line-height: 1.6;
}

.lh18 {
  line-height: 1.8;
}

.lh2 {
  line-height: 2;
}
@media screen and (max-width : 600px) {
  .lh2 {
    line-height: 1.8;
  }
}

.lh22 {
  line-height: 2.2;
}
@media screen and (max-width : 600px) {
  .lh22 {
    line-height: 2;
  }
}

.fz11 {
  font-size: 1.1rem;
}
@media screen and (max-width : 600px) {
  .fz11 {
    font-size: 0.9rem;
  }
}

.fz12 {
  font-size: 1.2rem;
}
@media screen and (max-width : 600px) {
  .fz12 {
    font-size: 1rem;
  }
}

.fz13 {
  font-size: 1.3rem;
}
@media screen and (max-width : 600px) {
  .fz13 {
    font-size: 1.1rem;
  }
}

.fz14 {
  font-size: 1.4rem;
}
@media screen and (max-width : 600px) {
  .fz14 {
    font-size: 1.2rem;
  }
}

.fz16, .table06 dt {
  font-size: 1.6rem;
}
@media screen and (max-width : 600px) {
  .fz16, .table06 dt {
    font-size: 1.3rem;
  }
}

.fz18, .table dt {
  font-size: 1.8rem;
}
@media screen and (max-width : 600px) {
  .fz18, .table dt {
    font-size: 1.5rem;
  }
}

.fz22 {
  font-size: 2.2rem;
}
@media screen and (max-width : 1300px) {
  .fz22 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width : 600px) {
  .fz22 {
    font-size: 1.6rem;
  }
}

.fz25 {
  font-size: 2.5rem;
}
@media screen and (max-width : 1300px) {
  .fz25 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width : 600px) {
  .fz25 {
    font-size: 1.8rem;
  }
}

.fz30 {
  font-size: 3rem;
}
@media screen and (max-width : 1300px) {
  .fz30 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width : 900px) {
  .fz30 {
    font-size: 2rem;
  }
}
@media screen and (max-width : 600px) {
  .fz30 {
    font-size: 1.6rem;
  }
}

.fz36 {
  font-size: 3.6rem;
}
@media screen and (max-width : 1300px) {
  .fz36 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width : 1024px) {
  .fz36 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width : 798px) {
  .fz36 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width : 460px) {
  .fz36 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 398px) {
  .fz36 {
    font-size: 2.1rem;
  }
}

.fz42 {
  font-size: 4.2rem;
}
@media screen and (max-width : 1300px) {
  .fz42 {
    font-size: 3.7rem;
  }
}
@media screen and (max-width : 900px) {
  .fz42 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width : 600px) {
  .fz42 {
    font-size: 2.8rem;
  }
}

.fz45 {
  font-size: 4.5rem;
}
@media screen and (max-width : 1300px) {
  .fz45 {
    font-size: 4rem;
  }
}
@media screen and (max-width : 900px) {
  .fz45 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width : 600px) {
  .fz45 {
    font-size: 3rem;
  }
}

.fz55 {
  font-size: 5.5rem;
}
@media screen and (max-width : 1300px) {
  .fz55 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width : 798px) {
  .fz55 {
    font-size: 4rem;
  }
}
@media screen and (max-width : 600px) {
  .fz55 {
    font-size: 3rem;
  }
}

.fz12em {
  font-size: 1.2em;
}

.fz13em {
  font-size: 1.3em;
  letter-spacing: 0;
}

.tdu {
  text-decoration: underline;
}

.yl_marker {
  background-color: #fbff01;
}

.marker_half {
  background: linear-gradient(transparent 60%, #fbff01 60%);
}

.border_gray {
  border: 1px solid #c7c7c7;
}

.white {
  color: #fff;
}

.red {
  color: #EC1234;
}

.gray {
  color: #8D8D8D;
}

.pink {
  color: #FF8691;
}

.bg_white {
  background-color: #fff;
}

.bg_yl {
  background-color: #FEF9E9;
}

.bg_redgrad {
  background: linear-gradient(116deg, rgb(255, 134, 145) 0%, rgb(236, 18, 52) 100%);
}

.bg_pink {
  background: #FFEFF0;
}

.bg_pink02 {
  background: #FF8691;
}

.bg_gray {
  background: #f3f3f3;
}

.tac {
  text-align: center;
}

.tac_change {
  text-align: center;
}
@media screen and (max-width : 600px) {
  .tac_change {
    text-align: justify;
  }
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.bold_normal {
  font-weight: bold;
}
@media screen and (max-width : 600px) {
  .bold_normal {
    font-weight: normal;
  }
}

.r19 {
  border-radius: 19px;
}

.breadcrumbs {
  margin: 0 auto;
  padding: 1rem 5rem;
  color: #231815;
}
@media screen and (max-width : 600px) {
  .breadcrumbs {
    padding: 0 2rem;
  }
}
.breadcrumbs a {
  color: #231815;
}
.breadcrumbs a span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #231815;
  letter-spacing: 0;
}
@media screen and (max-width : 600px) {
  .breadcrumbs a span {
    font-size: 1.2rem;
  }
}
.breadcrumbs span {
  font-size: 1.4rem;
  color: #8D8D8D;
  letter-spacing: 0;
}
@media screen and (max-width : 600px) {
  .breadcrumbs span {
    font-size: 1.2rem;
  }
}

time .pl {
  padding-left: 1em;
}

time span {
  color: #8D8D8D;
}

.ofh {
  overflow: hidden;
}

/**********************

front-page
mv

**********************/
.holder p {
  background-color: #EC1234;
}
.holder p a {
  display: block;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.holder p a span {
  display: inline-block;
  background-color: #fff;
  color: #EC1234;
  padding: 2px 15px;
  margin-left: 5px;
  letter-spacing: 0;
  border-radius: 50vh;
}

.slick-slide {
  padding: 0 15px;
}
@media screen and (max-width : 798px) {
  .slick-slide {
    padding: 0 7px;
  }
}

.dots-wrap {
  display: flex;
  justify-content: center;
  margin: 28px auto 0;
}

.dots-wrap li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background: #c7c7c7;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #EC1234;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-prev,
.slick-next {
  display: block;
  width: 38px;
  height: 38px;
  background: #B0B0B0;
  border-radius: 50%;
  transition: all 0.3s ease;
  outline: none;
  border: none;
}
@media screen and (max-width : 798px) {
  .slick-prev,
.slick-next {
    width: 26px;
    height: 26px;
  }
}

.slick-prev {
  transform: rotate(180deg);
  margin-left: -20px;
  z-index: 2;
}
@media screen and (max-width : 798px) {
  .slick-prev {
    margin-left: 0;
  }
}
@media screen and (max-width : 460px) {
  .slick-prev {
    margin-left: 10px;
  }
}

.slick-next {
  margin-right: -20px;
}
@media screen and (max-width : 798px) {
  .slick-next {
    margin-right: 0;
  }
}
@media screen and (max-width : 460px) {
  .slick-next {
    margin-right: 10px;
  }
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: -4px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: unset !important;
  background: #B0B0B0 !important;
  outline: none !important;
}

.slick-prev:focus::before,
.slick-next:focus::before {
  opacity: 1 !important;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.5 !important;
}

.seminar_post_item a {
  display: block;
  height: 100%;
  padding: 20px;
  border: 2px solid #FF8691;
  border-radius: 19px;
}
.seminar_post_item a .seminar_post_item_main {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 11px;
  padding-bottom: 10px;
}
@media screen and (max-width : 798px) {
  .seminar_post_item a .seminar_post_item_main {
    grid-template-columns: 1fr;
  }
}
.seminar_post_item a .seminar_post_item_main ul li {
  border-radius: 50vh;
  border: 1px solid #FF8691;
  color: #FF8691;
  padding: 3px 15px;
  margin-right: 4px;
  display: inline-block;
  font-size: 12px;
}
.seminar_post_item a .seminar_post_item_main h3 {
  font-size: 1.5rem;
  padding: 15px 0 30px;
}
@media screen and (max-width : 798px) {
  .seminar_post_item a .seminar_post_item_main h3 {
    padding: 15px 0 5px;
  }
}
.seminar_post_item a .seminar_post_item_details {
  border-top: 1px dotted #FF8691;
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 10px;
  padding-top: 10px;
}
@media screen and (max-width : 798px) {
  .seminar_post_item a .seminar_post_item_details {
    grid-template-columns: 1fr;
  }
}
.seminar_post_item a .seminar_post_item_details li {
  font-size: 13px;
}
.seminar_post_item a .seminar_post_item_details p {
  background-color: #FF8691;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50vh;
}
@media screen and (max-width : 798px) {
  .seminar_post_item a .seminar_post_item_details p {
    margin-left: 50%;
    padding: 7px;
  }
}

.search_form_inuki {
  background-color: #FFEFF0;
  padding: 3.8em 8em;
  border-radius: 19px;
}
@media screen and (max-width : 798px) {
  .search_form_inuki {
    padding: 3em;
  }
}
.search_form_inuki .search_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em;
}
@media screen and (max-width : 798px) {
  .search_form_inuki .search_grid {
    gap: 2em;
  }
}
.search_form_inuki select.feas_term_dropdown, .search_form_inuki select.feas_meta_dropdown {
  padding: 10px 12px;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  margin-bottom: 12px;
  width: 100%;
}
.search_form_inuki label span {
  font-size: 15px;
}
.search_form_inuki .feas_clevel_01 {
  margin-right: 10px;
}
.search_form_inuki input[type=checkbox i] {
  margin: 3px 5px 3px;
  transform: scale(1.3);
}
.search_form_inuki .search_btn {
  margin-top: 2em;
}
.search_form_inuki input.feas-submit-button {
  background-color: #EC1234;
  padding: 10px 44px;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 17px;
  width: 300px;
}
@media screen and (max-width : 798px) {
  .search_form_inuki input.feas-submit-button {
    width: 90%;
  }
}
.search_form_inuki input.feas_archive_freeword {
  padding: 10px 12px;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  margin-bottom: 12px;
  width: 43%;
}
@media screen and (max-width : 798px) {
  .search_form_inuki input.feas_archive_freeword {
    width: 100%;
  }
}

.search_ttl {
  color: #EC1234;
  margin-bottom: 3px;
}
.search_ttl::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.search_ttl.search_area::before {
  background-image: url(../img/icon/icon_pin.svg);
  width: 17px;
  height: 23px;
}
.search_ttl.search_price::before {
  background-image: url(../img/icon/icon_yen.svg);
  width: 14px;
  height: 18px;
}
.search_ttl.search_key::before {
  background-image: url(../img/icon/icon_key.svg);
  width: 18px;
  height: 20px;
}
.search_ttl.search_kodawari::before {
  background-image: url(../img/icon/icon_redcheck.svg);
  width: 18px;
  height: 20px;
}

.inuki_post_item > a {
  display: block;
  height: 100%;
  padding: 20px;
  border: 2px solid #FF8691;
  border-radius: 19px;
}
.inuki_post_item > a h3 {
  font-size: 1.5rem;
  padding: 15px 0 10px;
  margin: 0;
  transition: all 0.3s;
}
@media screen and (max-width : 798px) {
  .inuki_post_item > a h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width : 600px) {
  .inuki_post_item > a h3 {
    text-align: justify;
  }
}
.inuki_post_item > a .inuki_tag {
  letter-spacing: 0;
  margin-top: 4px;
}
.inuki_post_item > a .inuki_btn {
  background-color: #FF8691;
  color: #fff;
  border-radius: 50vh;
  padding: 7px 23px;
  display: inline-block;
}

.inuki_list .inuki_area::before {
  content: "";
  background-image: url(../img/icon/icon_pinkpin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
}
.inuki_list .inuki_due {
  margin-top: 4px;
}
.inuki_list .inuki_due::before {
  content: "";
  background-image: url(../img/icon/icon_watch.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

@media (min-width: 769px) {
  .taiken_post_item {
    width: 50% !important; /* 横2列 */
  }
}
@media (max-width: 768px) {
  .taiken_post_item {
    width: 100% !important; /* 横1列 */
  }
}
.taiken_post_item a {
  display: block;
  height: 100%;
  background-color: #fff;
  border: 2px solid #FF8691;
  border-radius: 19px;
  padding: 20px;
  margin: 10px;
}
.taiken_post_item a .taiken_post_item_in {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 13px;
}
@media screen and (max-width : 600px) {
  .taiken_post_item a .taiken_post_item_in {
    gap: 11px;
  }
}
.taiken_post_item a .taiken_post_item_in .taiken_post_item_img {
  max-height: 120px;
  overflow: hidden;
}
.taiken_post_item a .taiken_post_item_in h3 {
  font-size: 15px;
  padding: 10px 0;
}
.taiken_post_item .taiken_btn {
  font-size: 12px;
  margin-top: auto;
  color: #fff;
  background-color: #FF8691;
  border-radius: 50vh;
  padding: 7px 30px;
  display: inline-block;
}

.taiken_list .open_date::before {
  content: "";
  background-image: url(../img/icon/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 13px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.taiken_list .open_area::before {
  content: "";
  background-image: url(../img/icon/icon_pinkpin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

.box_grid {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width : 600px) {
  .box_grid {
    grid-template-columns: 1fr;
  }
}

.box_grid02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px 29px;
}
@media screen and (max-width : 1024px) {
  .box_grid02 {
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width : 600px) {
  .box_grid02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.box_grid02 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width : 600px) {
  .box_grid02 li {
    text-align: left;
  }
}
.box_grid02 li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #EC1234;
  border-right: 3px solid #EC1234;
  transform: rotate(45deg);
  position: absolute;
  right: 22px;
  bottom: 23px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width : 600px) {
  .box_grid02 li:after {
    bottom: unset;
    right: 10px;
  }
}
.box_grid02 li:hover::after {
  transition: all 0.3s;
  right: 18px;
}
.box_grid02 li a {
  display: block;
  background-color: #fff;
  border: 1px solid #FF8691;
  padding: 38px 20px;
  width: 100%;
  height: 100%;
  border-radius: 28px;
}
@media screen and (max-width : 600px) {
  .box_grid02 li a {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 14px;
  }
}
.box_grid02 li a span.pink {
  font-size: 0.9em;
}
.box_grid02 li a p {
  margin-top: 1em;
}
@media screen and (max-width : 600px) {
  .box_grid02 li a p {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.box_grid02 li a img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width : 600px) {
  .box_grid02 li a img {
    max-width: 35px;
    max-height: 35px;
  }
}

.tora_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5em 2em;
}
@media screen and (max-width : 798px) {
  .tora_grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.tora_post_item {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 12px;
  margin-top: 1.2em;
}
.tora_post_item h3 {
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 0;
}

.news_grid {
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1fr 77%;
  gap: 2em;
  padding: 4em 8em;
}
@media screen and (max-width : 1024px) {
  .news_grid {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
@media screen and (max-width : 600px) {
  .news_grid {
    padding: 3em 4em;
    gap: 0;
  }
}

.news_ttl_box h2 {
  padding: 0;
}
.news_ttl_box .news_btn {
  margin-top: 10px;
}
.news_ttl_box .news_btn a {
  background-color: #EC1234;
  border-radius: 50vh;
  color: #fff;
  display: inline-block;
  padding: 6px 30px;
  font-size: 12px;
}

.news_post_item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px;
}
.news_post_item:not(:last-of-type) {
  border-bottom: 1px solid #8D8D8D;
}
@media screen and (max-width : 1024px) {
  .news_post_item {
    gap: 12px;
    padding: 14px 0;
  }
}
@media screen and (max-width : 600px) {
  .news_post_item {
    display: block;
  }
}
.news_post_item h3 {
  padding: 0;
  font-size: 1.7rem;
}

/**********************

parts btnlist

**********************/
.cv_btnlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1em;
}
@media screen and (max-width : 460px) {
  .cv_btnlist {
    grid-template-columns: 1fr;
  }
}
.cv_btnlist li {
  background-color: #fff;
  border: 2px solid #EC1234;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.cv_btnlist li::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cv_btnlist li.btn_flow::before {
  background-image: url(../img/icon/btnlist01.svg);
  width: 38px;
  height: 38px;
  left: 26px;
}
.cv_btnlist li.btn_service::before {
  background-image: url(../img/icon/btnlist02.svg);
  width: 54px;
  height: 40px;
  left: 27px;
}
.cv_btnlist li.btn_seminar::before {
  background-image: url(../img/icon/btnlist03.svg);
  width: 51px;
  height: 42px;
  left: 26px;
}
.cv_btnlist li a {
  display: flex;
  align-items: center;
  padding: 2em 2em 2em 90px;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 1.3em;
}
.cv_btnlist li a::before {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #EC1234;
  border-radius: 50vh;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.cv_btnlist li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 27px;
  bottom: 25px;
  border-radius: 1px;
}

.cv_btnlist_line a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8em 2em;
  border-radius: 50vh;
  border: 2px solid #fff;
  background: #06C755;
  color: #fff;
  width: 400px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width : 600px) {
  .cv_btnlist_line a {
    width: 100%;
    justify-content: unset;
  }
}
.cv_btnlist_line a::before {
  content: "";
  background-image: url(../img/icon/logo_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.cv_btnlist_line a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 22px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

/**********************

parts cv

**********************/
.bg_cv {
  background-color: #EC1234;
}
.bg_cv .bg_white {
  border-radius: 28px;
  padding: 5em 6em;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 6em;
  align-items: center;
}
@media screen and (max-width : 900px) {
  .bg_cv .bg_white {
    gap: 2em;
    padding: 3.6em 4.2em;
  }
}
@media screen and (max-width : 798px) {
  .bg_cv .bg_white {
    padding: 3.6em 2.8em;
    grid-template-columns: 1fr;
  }
}

.bg_cv02 {
  background-color: #EC1234;
}
.bg_cv02 .bg_white {
  border-radius: 28px;
  padding: 5em 6em;
}
@media screen and (max-width : 900px) {
  .bg_cv02 .bg_white {
    padding: 3.6em 4.2em;
  }
}
@media screen and (max-width : 798px) {
  .bg_cv02 .bg_white {
    padding: 3.6em 2.8em;
  }
}
.bg_cv02 .bg_white .bg_cv02_btn {
  display: flex;
  justify-content: center;
}
.bg_cv02 .bg_white .bg_cv02_btn a {
  display: block;
  padding: 15px 30px;
  background-color: #EC1234;
  color: #fff;
  text-align: center;
  border-radius: 50vh;
  box-shadow: 0 4px 0 #9b0e1e;
  border: 2px solid #9b0e1e;
  width: 350px;
}
@media screen and (max-width : 460px) {
  .bg_cv02 .bg_white .bg_cv02_btn a {
    width: 100%;
  }
}

/**********************

page共通

**********************/
h2.page_ttl {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.3rem;
  text-align: center;
  padding: 7rem 3rem 13rem;
}
@media screen and (max-width : 798px) {
  h2.page_ttl {
    padding: 7rem 3rem;
    font-size: 3.8rem;
  }
}
@media screen and (max-width : 600px) {
  h2.page_ttl {
    padding: 8rem 1.2rem 3rem;
    font-size: 3.6rem;
  }
}
@media screen and (max-width : 460px) {
  h2.page_ttl {
    padding: 8rem 1.2rem 2rem;
    font-size: 2.8rem;
  }
}
h2.page_ttl > span {
  line-height: 1;
  display: inline-block;
}
h2.page_ttl::after {
  content: attr(data-label);
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  color: #EC1234;
  margin-top: 7px;
}
@media screen and (max-width : 600px) {
  h2.page_ttl::after {
    font-size: 15px;
    font-weight: 700;
  }
}

.bnr_link {
  padding: 0;
}
.bnr_link a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.bnr_link a picture {
  display: block;
}
.bnr_link a img {
  display: block;
  width: 92%;
}
@media screen and (max-width : 600px) {
  .bnr_link a img {
    width: 100%;
  }
}

.page_grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 4.2em;
  align-items: center;
}
@media screen and (max-width : 798px) {
  .page_grid {
    grid-template-columns: 1fr;
    gap: 3em;
  }
}

.page_grid02 {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 4.2em;
  align-items: center;
}
@media screen and (max-width : 798px) {
  .page_grid02 {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}

.page_grid02_reverse {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 4.2em;
  align-items: center;
}
@media screen and (max-width : 798px) {
  .page_grid02_reverse {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
@media screen and (max-width : 798px) {
  .page_grid02_reverse > div {
    order: 2;
  }
}
@media screen and (max-width : 798px) {
  .page_grid02_reverse dl {
    order: 1;
  }
}

.page_grid03 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
}
@media screen and (max-width : 798px) {
  .page_grid03 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}

.page_grid04 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media screen and (max-width : 798px) {
  .page_grid04 {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.page_grid04 > div {
  border: 1px solid #c7c7c7;
  border-radius: 12px;
  background-color: #fff;
  padding: 2.2em 3em;
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
  gap: 17px;
}
.page_grid04 > div dt {
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 7px;
}
@media screen and (max-width : 798px) {
  .page_grid04 > div dt {
    font-size: 2em;
  }
}

.page_grid05 {
  display: grid;
  grid-template-columns: 32% 1fr;
  align-items: center;
  gap: 5em;
}
@media screen and (max-width : 798px) {
  .page_grid05 {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}

.page_dllist {
  background-color: #FFEFF0;
  border-radius: 19px;
  padding: 3.2em 4em;
}
@media screen and (max-width : 798px) {
  .page_dllist {
    padding: 2em 3em;
  }
}
.page_dllist dt {
  color: #FF8691;
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 10px;
}
@media screen and (max-width : 798px) {
  .page_dllist dt {
    font-size: 2em;
  }
}
.page_dllist dd {
  line-height: 2;
  display: grid;
  align-items: center;
  grid-template-columns: 24px 1fr;
  gap: 3px;
}
@media screen and (max-width : 798px) {
  .page_dllist dd {
    line-height: 1.7;
    grid-template-columns: 20px 1fr;
  }
}
.page_dllist dd::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/check_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width : 798px) {
  .page_dllist dd::before {
    width: 16px;
    height: 17px;
  }
}

.page_dllist02 dt {
  padding: 0;
  display: grid;
  align-items: baseline;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  font-size: 2em;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
@media screen and (max-width : 798px) {
  .page_dllist02 dt {
    grid-template-columns: 24px 1fr;
  }
}
.page_dllist02 dt span.page_dllist02_number {
  display: inline-block;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  background-color: #000;
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  padding-bottom: 1px;
}
@media screen and (max-width : 798px) {
  .page_dllist02 dt span.page_dllist02_number {
    width: 24px;
    height: 24px;
    font-size: 17px;
  }
}
.page_dllist02 dd {
  margin-top: 1.2em;
  line-height: 1.8;
}
@media screen and (max-width : 798px) {
  .page_dllist02 dd {
    margin-top: 8px;
  }
}

.bnr_jj {
  display: block;
}
.bnr_jj img {
  border-radius: 19px;
  border: 3px solid #245193;
}

.page_dllist03 {
  background-color: #f3f3f3;
  padding: 3.6em 6em;
}
@media screen and (max-width : 798px) {
  .page_dllist03 {
    padding: 2em 3em;
  }
}
.page_dllist03 dt {
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 10px;
}
@media screen and (max-width : 798px) {
  .page_dllist03 dt {
    font-size: 2em;
  }
}

.page_ullist {
  background-color: #FFEFF0;
  border-radius: 19px;
  padding: 3.2em 4em;
}
@media screen and (max-width : 798px) {
  .page_ullist {
    padding: 2em 3em;
  }
}
.page_ullist.bg_white {
  background-color: #fff;
  border: 1px solid #c7c7c7;
}
.page_ullist li {
  line-height: 2;
  display: grid;
  align-items: start;
  grid-template-columns: 24px 1fr;
  gap: 3px;
}
@media screen and (max-width : 798px) {
  .page_ullist li {
    line-height: 1.7;
    grid-template-columns: 20px 1fr;
  }
}
.page_ullist li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/check_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: 0.4em;
}
@media screen and (max-width : 798px) {
  .page_ullist li::before {
    width: 16px;
    height: 17px;
  }
}

.page_ullist_2line {
  background-color: #FFEFF0;
  border-radius: 19px;
  padding: 3.2em 4em;
}
@media screen and (max-width : 798px) {
  .page_ullist_2line {
    padding: 2em 3em;
  }
}
.page_ullist_2line.bg_white {
  background-color: #fff;
  border: 1px solid #c7c7c7;
}
.page_ullist_2line li {
  line-height: 2;
  display: grid;
  align-items: start;
  grid-template-columns: 24px 1fr;
  gap: 3px;
}
@media screen and (max-width : 798px) {
  .page_ullist_2line li {
    line-height: 1.7;
    grid-template-columns: 20px 1fr;
  }
}
.page_ullist_2line li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/check_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: 0.8em;
}
@media screen and (max-width : 798px) {
  .page_ullist_2line li::before {
    width: 16px;
    height: 17px;
  }
}

.page_ullist02 li {
  line-height: 2;
  display: grid;
  align-items: center;
  grid-template-columns: 24px 1fr;
  gap: 3px;
}
@media screen and (max-width : 798px) {
  .page_ullist02 li {
    line-height: 1.7;
    grid-template-columns: 20px 1fr;
  }
}
.page_ullist02 li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/check_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width : 798px) {
  .page_ullist02 li::before {
    width: 16px;
    height: 17px;
  }
}

.page_ullist04 li {
  line-height: 2;
  display: grid;
  align-items: start;
  grid-template-columns: 24px 1fr;
  gap: 3px;
}
@media screen and (max-width : 798px) {
  .page_ullist04 li {
    line-height: 1.7;
    grid-template-columns: 20px 1fr;
  }
}
.page_ullist04 li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/check_bl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: 0.4em;
}
@media screen and (max-width : 798px) {
  .page_ullist04 li::before {
    width: 16px;
    height: 17px;
    margin-top: 0.5em;
  }
}

.page_ollist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5em 2em;
}
@media screen and (max-width : 798px) {
  .page_ollist {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em 1.6em;
  }
}
@media screen and (max-width : 600px) {
  .page_ollist {
    grid-template-columns: 1fr;
    gap: 5.4em 1.6em;
  }
}
.page_ollist .plan_category {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width : 798px) {
  .page_ollist .plan_category {
    gap: 6px;
  }
}
.page_ollist .plan_category li {
  border-radius: 50vh;
  padding: 2px 16px;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width : 798px) {
  .page_ollist .plan_category li {
    padding: 2px 10px;
    font-size: 10px;
  }
}
.page_ollist .plan_category li.basic_cat {
  border: 1px solid #FFB300;
  background-color: #FFB300;
  color: #fff;
}
.page_ollist .plan_category li.specialized_cat {
  border: 1px solid #31c931;
  background-color: #31c931;
  color: #fff;
}
.page_ollist .plan_category li.other_cat {
  border: 1px solid #4793f6;
  background-color: #4793f6;
  color: #fff;
}
.page_ollist .plan_details {
  margin-top: 10px;
}
.page_ollist .plan_details dt {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.page_ollist .plan_details dd {
  font-size: 1.5rem;
  line-height: 1.7;
}

.page_box01 {
  background-color: #fff;
  padding: 2.8em 3.5em;
  border-radius: 19px;
}
@media screen and (max-width : 798px) {
  .page_box01 {
    padding: 2em 1em;
  }
}
.page_box01.bg_yl {
  background-color: #FEF9E9;
  border: 1px solid pink;
}
.page_box01 ul li {
  line-height: 2;
}
.page_box01 .u_line {
  border-bottom: 2px solid #c7c7c7;
}
.page_box01 h3 {
  padding: 10px 0;
}
.page_box01.border {
  border: 3px solid #EC1234;
}

.p_batu {
  line-height: 2;
  display: grid;
  align-items: start;
  grid-template-columns: 24px 1fr;
  gap: 3px;
}
@media screen and (max-width : 798px) {
  .p_batu {
    line-height: 1.7;
    grid-template-columns: 20px 1fr;
  }
}
.p_batu::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/basu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: 0.4em;
}
@media screen and (max-width : 798px) {
  .p_batu::before {
    width: 16px;
    height: 17px;
    margin-top: 0.2em;
  }
}

.p_check_pink {
  background-color: #FFEFF0;
}
.p_check_pink p {
  line-height: 2;
  display: grid;
  align-items: start;
  grid-template-columns: 24px 1fr;
  gap: 3px;
  padding: 2%;
}
@media screen and (max-width : 798px) {
  .p_check_pink p {
    line-height: 1.7;
    grid-template-columns: 20px 1fr;
  }
}
.p_check_pink p::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/check_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: 0.4em;
}
@media screen and (max-width : 798px) {
  .p_check_pink p::before {
    width: 16px;
    height: 17px;
  }
}

.table {
  width: 87%;
  margin: 5rem auto 0;
}
@media screen and (max-width : 900px) {
  .table {
    width: 100%;
    margin: 3rem auto;
  }
}
.table dt {
  width: 30%;
  font-weight: bold;
  padding: 1.8rem;
}
.table dt:nth-of-type(even) {
  background-color: #FFEFF0;
}
@media screen and (max-width : 600px) {
  .table dt {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid;
    background-color: unset;
  }
}
.table dd {
  width: 70%;
  text-align: left;
  padding: 2.4rem;
}
.table dd:nth-of-type(even) {
  background-color: #FFEFF0;
}
@media screen and (max-width : 600px) {
  .table dd {
    margin-bottom: 10px;
    width: 100%;
    padding: 1rem;
  }
}
.table dd a {
  text-decoration: underline;
  color: #EC1234;
}

.table02 dt, .table02 dd {
  padding: 2.4rem;
}
@media screen and (max-width : 600px) {
  .table02 dt, .table02 dd {
    padding: 1rem;
  }
}
.table02 dt {
  width: 30%;
  border-left: 1px solid #FF8691;
  border-right: 1px solid #FF8691;
  border-bottom: 1px solid #FF8691;
}
.table02 dt.bg_pink02 {
  border-right: 1px solid #fff;
}
@media screen and (max-width : 600px) {
  .table02 dt.bg_pink02 {
    display: none;
  }
}
@media screen and (max-width : 600px) {
  .table02 dt {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: unset;
    border-right: unset;
    border-left: unset;
    background-color: #FF8691;
    color: #fff;
    font-weight: bold;
  }
}
.table02 dd {
  width: 70%;
  text-align: left;
  border-bottom: 1px solid #FF8691;
  border-right: 1px solid #FF8691;
}
@media screen and (max-width : 600px) {
  .table02 dd {
    width: 100%;
    border-bottom: unset;
    border-right: unset;
  }
}
@media screen and (max-width : 600px) {
  .table02 dd.bg_pink02 {
    display: none;
  }
}

.table02_normal dt, .table02_normal dd {
  padding: 2.4rem;
}
@media screen and (max-width : 600px) {
  .table02_normal dt, .table02_normal dd {
    padding: 1rem;
  }
}
.table02_normal dt {
  width: 30%;
  border-left: 1px solid #FF8691;
  border-right: 1px solid #FF8691;
  border-bottom: 1px solid #FF8691;
}
.table02_normal dt.bg_pink02 {
  border-right: 1px solid #fff;
}
.table02_normal dd {
  width: 70%;
  text-align: left;
  border-bottom: 1px solid #FF8691;
  border-right: 1px solid #FF8691;
}

.table03 {
  table-layout: fixed;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width : 600px) {
  .table03 {
    text-align: left;
  }
}
.table03 th, .table03 td {
  border: 2px solid #FF8691;
  padding: 1em;
  vertical-align: middle;
}
@media screen and (max-width : 600px) {
  .table03 th, .table03 td {
    display: flex;
    border: 0;
    border-bottom: 2px solid #FF8691;
    align-items: center;
  }
}
@media screen and (max-width : 600px) {
  .table03 thead {
    display: none;
  }
}
.table03 thead th {
  background-color: #FF8691;
  color: #fff;
  border: 2px solid #FF8691;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table03 thead th:last-of-type {
  border-right: 2px solid #FF8691;
}
.table03 tbody th {
  color: #FF8691;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width : 600px) {
  .table03 tbody th {
    background: #FF8691;
    color: #fff;
  }
}
@media screen and (max-width : 600px) {
  .table03 td::before {
    content: attr(data-label);
    color: #FF8691;
    font-weight: bold;
    display: inline-block;
    width: 25%;
    min-width: 4em;
    margin-right: 2em;
  }
}

.table03_normal {
  table-layout: fixed;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.table03_normal th, .table03_normal td {
  border: 2px solid #FF8691;
  padding: 1em;
  vertical-align: middle;
}
@media screen and (max-width : 600px) {
  .table03_normal th, .table03_normal td {
    padding: 1em 7px;
    font-size: 1.3rem;
  }
}
.table03_normal thead th {
  background-color: #FF8691;
  color: #fff;
  border: 2px solid #FF8691;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table03_normal thead th:last-of-type {
  border-right: 2px solid #FF8691;
}
.table03_normal tbody th {
  color: #FF8691;
  font-weight: bold;
  text-align: center;
}

.table04 {
  border-collapse: collapse;
  width: 100%;
}
.table04 th, .table04 td {
  border: 2px solid #fff;
  background-color: #FFEFF0;
  padding: 1em;
  vertical-align: middle;
}
.table04 th {
  background-color: #FF8691;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.table05 {
  table-layout: fixed;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.table05 th, .table05 td {
  border: 2px solid #979797;
  padding: 1em;
  vertical-align: middle;
}
@media screen and (max-width : 600px) {
  .table05 th, .table05 td {
    padding: 1em 7px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width : 600px) {
  .table05 .table_with {
    width: 140px;
  }
}
@media screen and (max-width : 460px) {
  .table05 .table_with {
    width: 110px;
  }
}
.table05 thead th {
  background-color: #979797;
  color: #fff;
  border: 2px solid #979797;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table05 thead th:last-of-type {
  border-right: 2px solid #979797;
}
.table05 thead th.table05_bg_og {
  background-color: #FFB300;
  border-top: 1px solid #FFB300;
}
.table05 thead th.table05_bg_gr {
  background-color: #31c931;
  border-top: 1px solid #31c931;
}
.table05 thead th.table05_bg_bl {
  background-color: #4793f6;
  border-top: 1px solid #4793f6;
}
.table05 tbody th {
  color: #231815;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width : 600px) {
  .table05 td img {
    width: 22px;
  }
}

.table06 dt {
  width: 150px;
  font-weight: bold;
  padding: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width : 600px) {
  .table06 dt {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid;
    background-color: unset;
    text-align: left;
  }
}
.table06 dd {
  width: calc(100% - 150px);
  text-align: left;
  padding: 2.4rem;
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width : 600px) {
  .table06 dd {
    border-bottom: none;
  }
}
@media screen and (max-width : 600px) {
  .table06 dd {
    margin-bottom: 10px;
    width: 100%;
    padding: 1rem;
  }
}
.table06 dd a {
  text-decoration: underline;
  color: #EC1234;
}

.acc_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media screen and (max-width : 600px) {
  .acc_grid {
    grid-template-columns: 1fr;
    gap: 1.2em;
  }
}

.accordion01 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.4em 2em;
  font-weight: 600;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #FEF9E9;
}
@media screen and (max-width : 600px) {
  .accordion01 summary {
    padding: 1em 1.2em;
  }
}
.accordion01 summary > span {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width : 600px) {
  .accordion01 summary > span {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.accordion01 summary::-webkit-details-marker {
  display: none;
}
.accordion01 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border-bottom: 2px solid #EC1234;
  border-right: 2px solid #EC1234;
  content: "";
  transition: transform 0.3s;
}
.accordion01 summary span.red {
  display: inline-block;
  background: #EC1234;
  color: #fff;
  padding: 5px 12px;
  border-radius: 50vh;
  width: 70px;
  text-align: center;
}
@media screen and (max-width : 600px) {
  .accordion01 summary span.red {
    padding: 1px 12px;
  }
}
.accordion01[open] summary::after {
  transform: rotate(225deg);
}
.accordion01 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 1.5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
}
.accordion01[open] p {
  transform: none;
  opacity: 1;
}

.accordion02 {
  position: relative;
}
.accordion02 label {
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion02 input:checked + label {
  background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion02 label:after {
  content: "続きをよむ";
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  background-color: #000;
  width: 18.75rem;
  border-radius: 50vh;
  padding: 7px;
}
.accordion02 input {
  display: none;
}
.accordion02 .accordion-container {
  overflow: hidden;
  height: 140px; /* 開く前に見えている部分の高さ */
  transition: all 0.1s;
}
.accordion02 input:checked + label:after {
  content: "閉じる";
}
.accordion02 input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.1s;
}

.accordion03 {
  margin-bottom: 1.2em;
}
@media screen and (max-width : 600px) {
  .accordion03 {
    margin-bottom: 1em;
  }
}
.accordion03 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.4em 2em;
  cursor: pointer;
  background-color: #FFEFF0;
}
.accordion03 summary > span {
  line-height: 1.4;
  flex: 1;
  min-width: 0;
  color: #FF8691;
  font-weight: 600;
  font-size: 1.8em;
}
@media screen and (max-width : 600px) {
  .accordion03 summary > span {
    font-size: 1.5em;
  }
}
.accordion03 summary::-webkit-details-marker {
  display: none;
}
.accordion03 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border-bottom: 2px solid #FF8691;
  border-right: 2px solid #FF8691;
  content: "";
  transition: transform 0.3s;
}
.accordion03[open] summary::after {
  transform: rotate(225deg);
}
.accordion03 ul {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 1.5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
}
.accordion03 ul li {
  line-height: 2;
  display: grid;
  align-items: center;
  grid-template-columns: 24px 1fr;
  gap: 3px;
}
@media screen and (max-width : 798px) {
  .accordion03 ul li {
    line-height: 1.7;
    grid-template-columns: 20px 1fr;
  }
}
.accordion03 ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/check_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width : 798px) {
  .accordion03 ul li::before {
    width: 16px;
    height: 17px;
  }
}
.accordion03[open] ul {
  transform: none;
  opacity: 1;
}

@media (min-width: 769px) {
  .works_post_item {
    width: 50% !important; /* 横2列 */
  }
}
@media (max-width: 768px) {
  .works_post_item {
    width: 100% !important; /* 横1列 */
  }
}
.works_post_item.slick-slide {
  padding: 0 7px;
}
.works_post_item a {
  display: block;
  height: 100%;
  background-color: #fff;
  border: 2px solid #FF8691;
  border-radius: 19px;
  padding: 30px 30px 50px;
}
.works_post_item a .works_post_item_in .works_post_item_img {
  max-height: 220px;
  overflow: hidden;
}
.works_post_item a .works_post_item_in h3 {
  font-size: 16px;
  padding: 10px 0;
}

.page_btnlist2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  max-width: 600px;
}
.page_btnlist2 li a {
  display: block;
  padding: 12px;
  background-color: #EC1234;
  color: #fff;
  text-align: center;
  border-radius: 50vh;
}

.page_btnlist2_bold {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  max-width: 600px;
}
.page_btnlist2_bold li a {
  display: block;
  padding: 15px 12px;
  background-color: #EC1234;
  color: #fff;
  text-align: center;
  border-radius: 50vh;
  box-shadow: 0 4px 0 #9b0e1e;
  border: 2px solid #9b0e1e;
}

.page_bnrbtnlist2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
@media screen and (max-width : 600px) {
  .page_bnrbtnlist2 {
    grid-template-columns: 1fr;
  }
}
.page_bnrbtnlist2 li a {
  display: block;
}

.flow_nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  justify-content: center;
}
@media screen and (max-width : 798px) {
  .flow_nav {
    gap: 7px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.flow_nav li a {
  display: block;
  background: #ffbdc3;
  -webkit-clip-path: polygon(87% 0, 100% 50%, 87% 100%, 0 100%, 0 0);
          clip-path: polygon(87% 0, 100% 50%, 87% 100%, 0 100%, 0 0);
  padding: 7px 20px;
}
.flow_nav li a .flow_nav_list_step {
  font-size: 12px;
}
.flow_nav li a .flow_nav_list_txt {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width : 798px) {
  .flow_nav li a .flow_nav_list_txt {
    font-size: 12px;
  }
}
.flow_nav li a .flow_nav_list_txt .arrow_down {
  display: inline-block;
  vertical-align: middle;
  color: #EC1234;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 10px;
}
.flow_nav li a.flow_nav_list_open {
  background: linear-gradient(228deg, rgb(255, 134, 145) 0%, rgb(236, 18, 52) 100%);
}
.flow_nav li a.flow_nav_list_open .flow_nav_list_step {
  color: #fff;
}
.flow_nav li a.flow_nav_list_open .flow_nav_list_txt {
  color: #fff;
}
.flow_nav li a.flow_nav_list_open .flow_nav_list_txt .arrow_down {
  color: #fff;
}

.flow_list li {
  display: grid;
  grid-template-columns: 220px 1fr;
}
@media screen and (max-width : 900px) {
  .flow_list li {
    grid-template-columns: 140px 1fr;
  }
}
@media screen and (max-width : 798px) {
  .flow_list li {
    grid-template-columns: 80px 1fr;
  }
}
.flow_list li:not(:last-of-type) {
  border-bottom: 1px solid #fb4160;
  padding-bottom: 5em;
  margin-bottom: 5em;
}
@media screen and (max-width : 600px) {
  .flow_list li:not(:last-of-type) {
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
}
.flow_list li .flow_list_head > div {
  border: 1px solid #fb4160;
  background-color: #fff;
  border-radius: 50vh;
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 0 23px #ffccd5;
}
@media screen and (max-width : 900px) {
  .flow_list li .flow_list_head > div {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width : 798px) {
  .flow_list li .flow_list_head > div {
    width: 70px;
    height: 70px;
    box-shadow: none;
  }
}
.flow_list li .flow_list_head > div p {
  color: #fb4160;
  padding: 0;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width : 798px) {
  .flow_list li .flow_list_head > div p {
    font-size: 11px;
  }
}
.flow_list li .flow_list_head > div img {
  width: 43px;
}
@media screen and (max-width : 900px) {
  .flow_list li .flow_list_head > div img {
    width: 35px;
  }
}
@media screen and (max-width : 798px) {
  .flow_list li .flow_list_head > div img {
    width: 28px;
  }
}
.flow_list li .flow_list_head > div.flow_list_open {
  background: linear-gradient(137deg, rgb(255, 134, 145) 0%, rgb(236, 18, 52) 100%);
}
.flow_list li .flow_list_head > div.flow_list_open p {
  color: #fff;
}
.flow_list li .flow_list_body .flow_list_grid {
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 3em;
}
@media screen and (max-width : 798px) {
  .flow_list li .flow_list_body .flow_list_grid {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.flow_list li .flow_list_body .flow_list_grid img {
  border-radius: 19px;
}
@media screen and (max-width : 798px) {
  .flow_list li .flow_list_body .flow_list_grid h3 {
    padding: 20px 0 10px;
  }
}
.flow_list li .flow_list_body dl {
  background-color: #fff;
  padding: 2em 3em;
  border-radius: 19px;
  margin-top: 1.2em;
}
@media screen and (max-width : 798px) {
  .flow_list li .flow_list_body dl {
    padding: 2em;
  }
}
.flow_list li .flow_list_body dl dt {
  color: #590f16;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2;
  display: grid;
  align-items: center;
  grid-template-columns: 24px 1fr;
  gap: 3px;
}
@media screen and (max-width : 798px) {
  .flow_list li .flow_list_body dl dt {
    line-height: 1.7;
    grid-template-columns: 20px 1fr;
  }
}
.flow_list li .flow_list_body dl dt::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/check_brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width : 798px) {
  .flow_list li .flow_list_body dl dt::before {
    width: 16px;
    height: 17px;
  }
}
@media screen and (max-width : 798px) {
  .flow_list li .flow_list_body dl dt {
    line-height: 1.7;
    grid-template-columns: 20px 1fr;
  }
}
.flow_list li .flow_list_body dl dd {
  margin: 10px 10px 30px;
}
.flow_list li .flow_list_body dl dd a {
  color: #EC1234;
  text-decoration: underline;
}

.point_list > li:first-of-type {
  border-top: 1px solid #fb4160;
  padding-top: 5em;
}
@media screen and (max-width : 600px) {
  .point_list > li:first-of-type {
    padding-top: 3em;
  }
}
.point_list > li:not(:last-of-type) {
  border-bottom: 1px solid #fb4160;
  padding-bottom: 5em;
  margin-bottom: 5em;
}
@media screen and (max-width : 600px) {
  .point_list > li:not(:last-of-type) {
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
}
.point_list > li > div.point_list_main {
  display: grid;
  grid-template-columns: 220px 1fr;
}
@media screen and (max-width : 900px) {
  .point_list > li > div.point_list_main {
    grid-template-columns: 140px 1fr;
  }
}
@media screen and (max-width : 798px) {
  .point_list > li > div.point_list_main {
    grid-template-columns: 80px 1fr;
  }
}
.point_list > li > div.point_list_main .point_list_head > div {
  border: 1px solid pink;
  background-color: #fff;
  border-radius: 50vh;
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 0 23px #ffccd5;
}
@media screen and (max-width : 900px) {
  .point_list > li > div.point_list_main .point_list_head > div {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width : 798px) {
  .point_list > li > div.point_list_main .point_list_head > div {
    width: 70px;
    height: 70px;
    box-shadow: none;
  }
}
.point_list > li > div.point_list_main .point_list_head > div p {
  color: #FF8691;
  padding: 0;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width : 798px) {
  .point_list > li > div.point_list_main .point_list_head > div p {
    font-size: 11px;
  }
}
.point_list > li > div.point_list_main .point_list_head > div p:last-of-type {
  font-size: 2em;
  font-weight: bold;
  color: #fb4160;
}
@media screen and (max-width : 798px) {
  .point_list > li > div.point_list_main .point_list_head > div p:last-of-type {
    font-size: 1.8em;
  }
}
@media screen and (max-width : 798px) {
  .point_list > li > div.point_list_main .point_list_body h3 {
    padding: 20px 0 10px;
  }
}

.chart_yuushi {
  width: 45%;
}
@media screen and (max-width : 798px) {
  .chart_yuushi {
    width: 90%;
  }
}

.flow_list02_wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
  overscroll-behavior-x: contain;
  /* Chrome / Safari / Edge */
}
@media screen and (max-width : 798px) {
  .flow_list02_wrap {
    padding-bottom: 18px;
    position: relative;
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #c94d72 #e8e8e8;
  }
}
.flow_list02_wrap::-webkit-scrollbar {
  height: 8px;
}
.flow_list02_wrap::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 999px;
}
.flow_list02_wrap::-webkit-scrollbar-thumb {
  background: #c94d72;
  border-radius: 999px;
}
.flow_list02_wrap::-webkit-scrollbar-thumb:hover {
  background: #b94266;
}
@media screen and (max-width : 798px) {
  .flow_list02_wrap::after {
    content: "← 横にスクロールできます →";
    display: block;
    font-size: 12px;
    color: #c94d72;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
  }
}

.flow_list02 {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 2.5em;
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  min-width: auto;
}
.flow_list02 > li {
  flex: 0 0 420px;
  width: 420px;
  min-width: 420px;
  position: relative;
  margin-bottom: 0;
  padding: 2em 1.5em;
  border-radius: 19px;
  background-color: #FFEFF0;
  box-sizing: border-box;
}
@media screen and (max-width : 900px) {
  .flow_list02 > li {
    flex: 0 0 360px;
    width: 360px;
    min-width: 360px;
  }
}
@media screen and (max-width : 798px) {
  .flow_list02 > li {
    flex: 0 0 85vw;
    width: 85vw;
    min-width: 85vw;
    padding: 1.5em 1.2em;
  }
}
.flow_list02 > li:not(:last-child)::after {
  content: "";
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
          clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  display: inline-block;
  background-color: #FF8691;
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
  pointer-events: none;
}

.page_plan_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media screen and (max-width : 600px) {
  .page_plan_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
@media screen and (max-width : 460px) {
  .page_plan_list {
    grid-template-columns: 1fr;
  }
}
.page_plan_list > dl {
  padding: 4em 3em;
  border-radius: 19px;
}
@media screen and (max-width : 600px) {
  .page_plan_list > dl {
    padding: 1.6em 2em;
  }
}
.page_plan_list > dl dt {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width : 600px) {
  .page_plan_list > dl dt {
    font-size: 1.7em;
  }
}
.page_plan_list > dl.basic_plan {
  border: 3px solid #FFB300;
  background-color: #fff7e7;
}
.page_plan_list > dl.basic_plan dt {
  color: #FFB300;
}
.page_plan_list > dl.specialized_plan {
  border: 3px solid #31c931;
  background-color: #f0fff0;
}
.page_plan_list > dl.specialized_plan dt {
  color: #31c931;
}
.page_plan_list > dl.other_plan {
  border: 3px solid #4793f6;
  background-color: aliceblue;
}
.page_plan_list > dl.other_plan dt {
  color: #4793f6;
}

.scroll_img {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
}
@media screen and (max-width : 600px) {
  .scroll_img {
    position: relative;
    padding-bottom: 18px;
    scrollbar-width: thin;
    scrollbar-color: #c94d72 #e8e8e8;
  }
}
.scroll_img::-webkit-scrollbar {
  height: 8px;
}
.scroll_img::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 999px;
}
.scroll_img::-webkit-scrollbar-thumb {
  background: #c94d72;
  border-radius: 999px;
}
@media screen and (max-width : 600px) {
  .scroll_img::after {
    content: "← 横にスクロールできます →";
    display: block;
    font-size: 12px;
    color: #c94d72;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
    white-space: normal;
  }
}
.scroll_img img {
  display: inline-block;
  max-width: 1000px;
}
@media screen and (max-width : 600px) {
  .scroll_img img {
    max-width: 790px;
  }
}

/**********************

カテゴリー名取得

**********************/
ul.post-categories {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}
ul.post-categories li {
  display: inline-block;
  margin: 3px;
}
ul.post-categories li a {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2px 8px;
  display: inline-block;
  color: #fff;
  background-color: #FF8691;
  border: 1px solid #FF8691;
  border-radius: 50vh;
  transition: all 0.3s;
}
@media screen and (max-width : 900px) {
  ul.post-categories li a {
    font-size: 1rem;
  }
}
@media screen and (max-width : 600px) {
  ul.post-categories li a {
    padding: 3px 10px;
  }
}

/**********************

footer

**********************/
.float_btn {
  display: none;
  position: fixed;
  align-items: flex-end;
  z-index: 9999;
  bottom: 0;
  right: 0;
}
@media screen and (max-width : 798px) {
  .float_btn {
    display: flex;
    left: 0;
  }
}
@media screen and (max-width : 798px) {
  .float_btn li {
    width: 50%;
  }
}
.float_btn li a {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  letter-spacing: 0;
  color: #fff;
  width: 200px;
  border: 2px solid #fff;
  border-radius: 16px 16px 0 0;
  padding: 11px 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width : 798px) {
  .float_btn li a {
    width: 100%;
  }
}
.float_btn li.float_contact a {
  background-color: #FF6500;
}
.float_btn li.float_contact a::before {
  content: "";
  background-image: url(../img/icon/icon_mail_og.svg);
  width: 26px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.float_btn li.float_contact a:hover {
  opacity: 1;
  padding: 11px 27px 20px 27px;
  transition: all 0.3s;
}
.float_btn li.float_line a {
  background-color: #06C755;
}
.float_btn li.float_line a:hover {
  opacity: 1;
  padding: 11px 27px 20px 27px;
  transition: all 0.3s;
}

.float_btn_pc {
  display: none;
  position: fixed;
  z-index: 99998;
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width : 798px) {
  .float_btn_pc {
    bottom: 46px;
  }
}
.float_btn_pc a {
  display: block;
  max-width: 220px;
}
@media screen and (max-width : 798px) {
  .float_btn_pc a {
    max-width: 190px;
  }
}
.float_btn_pc .bnr_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  background: #d0d0d0;
}

footer .foot_grid {
  display: grid;
  grid-template-columns: 24% 1fr;
  gap: 3em;
}
@media screen and (max-width : 900px) {
  footer .foot_grid {
    grid-template-columns: 1fr;
  }
}
footer .foot_grid .footer_logo {
  width: 165px;
}
@media screen and (max-width : 900px) {
  footer .foot_grid .footer_logo {
    order: 2;
    margin: 0 auto;
  }
}
footer .foot_grid .foot_navbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
}
@media screen and (max-width : 798px) {
  footer .foot_grid .foot_navbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}
@media screen and (max-width : 460px) {
  footer .foot_grid .foot_navbox {
    grid-template-columns: 1fr;
  }
}
footer .foot_grid .foot_navbox h3 {
  font-size: 15px;
  padding: 7px 0;
}
footer .foot_grid .foot_navbox ul li {
  padding: 5px 0;
}
footer .foot_navbox02 {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 3em;
  flex-wrap: wrap;
}
@media screen and (max-width : 798px) {
  footer .foot_navbox02 {
    gap: 1em 2em;
  }
}
footer .foot_navbox02 li a {
  display: block;
  font-size: 13px;
}
footer .copyright {
  font-size: 11px;
  letter-spacing: 0;
}
@media screen and (max-width : 798px) {
  footer .copyright {
    margin-bottom: 52px;
  }
}

/**********************

404.php

**********************/
.error_404 {
  padding-top: 180px;
  margin-bottom: 100px;
}

/**********************

category
archive
カテゴリーページ
アーカイブページ

**********************/
.cat_nav {
  background-color: #f3f3f3;
  padding: 12px;
  margin-bottom: 4em;
}
.cat_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.cat_nav ul li {
  display: flex;
}
.cat_nav ul li a {
  border: 1px solid #EC1234;
  color: #EC1234;
  padding: 6px 24px;
  margin: 4px;
  background-color: #fff;
  border-radius: 50vh;
}

.post_item .post_item_in a {
  display: block;
}
.post_item .post_item_in a h3 {
  padding: 10px 0;
  font-size: 1.1em;
}
.post_item .post_item_in a .inuki_info_btn {
  background-color: #FF8691;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  border-radius: 50vh;
  padding: 7px;
  margin-top: 10px;
  margin-left: 50%;
}
.post_item .post_item_in a .seminar_post_item_details li {
  font-size: 13px;
}

/**********************

single.php
投稿ページ

**********************/
.archive_container {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 70% 28%;
  gap: 2%;
}
@media screen and (max-width : 798px) {
  .archive_container {
    width: 90%;
    display: block;
  }
}

h1.article_detail__ttl {
  font-size: 3rem;
  font-weight: 600;
  padding: 2rem;
  margin: 1rem 0 4rem;
  display: block;
  text-align: left;
  line-height: 1.6;
  border-bottom: 3px solid #2b3139;
}
@media screen and (max-width : 900px) {
  h1.article_detail__ttl {
    font-size: 2.4rem;
    padding: 1rem;
    margin: 1rem 0 3rem;
  }
}
@media screen and (max-width : 600px) {
  h1.article_detail__ttl {
    font-size: 2rem;
  }
}
h1.article_detail__ttl:after, h1.article_detail__ttl:before {
  content: none;
  text-align: left;
}

.article__thumb {
  width: 100%;
}

.box_round {
  background: #fff;
  border-radius: 19px;
  padding: 3em 4em;
  margin-top: 2em;
}

/* 目次 */
.page_nav {
  background: #f3f3f3;
  width: 88%;
  padding: 3rem 2rem 3rem 6rem;
  margin: 3rem auto 6rem;
}
@media screen and (max-width : 600px) {
  .page_nav {
    padding: 2rem;
  }
}
@media screen and (max-width : 460px) {
  .page_nav {
    width: 100%;
  }
}
.page_nav .Label {
  margin-bottom: 0;
  text-align: left;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width : 600px) {
  .page_nav .Label {
    font-size: 1.8rem;
  }
}
.page_nav #toc > ol li {
  list-style-type: decimal;
  line-height: 1.8;
  margin: 4px 0;
}
.page_nav #toc > ol li a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
}
@media screen and (max-width : 600px) {
  .page_nav #toc > ol li a {
    font-size: 1.4rem;
  }
}
.page_nav #toc > ol li a:hover {
  font-weight: bold;
  opacity: 1;
}
.page_nav #toc > ol li a span:hover {
  font-weight: bold;
}
.page_nav #toc > ol li a br {
  display: none;
}
.page_nav #toc > ol > ol > li {
  list-style: none;
}
.page_nav #toc > ol > ol > li a::before {
  content: "- ";
}

/* single用pager */
.post__pagination .post__pagination__right, .post__pagination .post__pagination__left {
  width: 330px;
}
@media screen and (max-width : 600px) {
  .post__pagination .post__pagination__right, .post__pagination .post__pagination__left {
    width: 100%;
  }
}
.post__pagination .post__pagination__right::before, .post__pagination .post__pagination__left::before {
  content: attr(data-label);
  display: block;
  color: font-gray;
  font-weight: normal;
  padding-bottom: 5px;
}

.post__pagination .post__pagination__right a, .post__pagination .post__pagination__left a {
  display: block;
  transition: all 0.5s;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.post__pagination .post__pagination__right a:hover, .post__pagination .post__pagination__left a:hover {
  opacity: 1;
  background: #efefef;
}

.post__pagination .post__pagination__right a::after, .post__pagination .post__pagination__left a::after {
  position: absolute;
  content: "";
  bottom: calc(50% - 5px);
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}

.post__pagination {
  margin-bottom: 5rem;
  padding: 3rem 5rem 7rem;
  overflow: hidden;
}
.post__pagination .post__pagination__left {
  float: left;
  margin-top: 12px;
}
.post__pagination .post__pagination__left a {
  padding: 2rem 2rem 2rem 4rem;
}
.post__pagination .post__pagination__left a::after {
  left: 10px;
  transform: rotate(225deg);
}
.post__pagination .post__pagination__right {
  float: right;
  text-align: right;
  margin-top: 12px;
}
.post__pagination .post__pagination__right a {
  padding: 2rem 4rem 2rem 2rem;
}
.post__pagination .post__pagination__right a::after {
  right: 10px;
  transform: rotate(45deg);
}

.works_gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
.works_gallery > div img {
  width: 100%;
}

.article_detail .article__date,
.article_detail .article__cat {
  display: inline-block;
  margin: 10px 0 24px;
}

.article_detail h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 56px;
  margin-bottom: 28px;
}

.article_detail h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 56px;
  margin-bottom: 28px;
}

.article_detail h2 span {
  font-weight: bold !important;
}

@media screen and (min-width: 600px) {
  .article_detail h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/* .article_detail h2:first-of-type {
    margin-top: 0;
} */
.article_detail h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.16667;
  margin-top: 34px;
  margin-bottom: 20px;
}

.article_detail h3 span {
  font-weight: bold !important;
}

@media screen and (min-width: 600px) {
  .article_detail h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.article_detail h3:first-of-type {
  margin-top: 0;
}

.article_detail h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.55556;
  margin-top: 28px;
  margin-bottom: 0;
}

.article_detail h4 span {
  font-weight: bold !important;
}

@media screen and (min-width: 600px) {
  .article_detail h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.article_detail h4:first-of-type {
  margin-top: 0;
}

.article_detail p,
.article_detail ul {
  margin: 0 0 14px;
  text-align: justify;
}

.article_detail li {
  padding-left: 1em;
  list-style: disc;
  list-style-position: inside;
}

@media screen and (min-width: 900px) {
  .article_detail p,
.article_detail ul {
    margin: 0 0 22px;
  }
}
.article_seminar__cat_ttl {
  padding: 4px 12px;
  color: #fff;
  background: #2b3139;
  border-radius: 2.5em;
  font-weight: bold;
  line-height: 1.2;
}

.article_seminar__cat span {
  margin-right: 1em;
}

.table_common {
  width: 100%;
  max-width: 866px;
  margin: 24px auto;
  border-collapse: collapse;
  background: #f7f7f7;
}

.table_common th {
  width: 20%;
  font-weight: bold;
}

.table_common th,
.table_common td {
  padding: 8px 12px;
  vertical-align: middle;
}

.table_common.table_link th {
  width: 35%;
}

.table_common.table_template th {
  width: 80%;
}

.table_common.table_template tbody td:nth-of-type(2) {
  text-align: center;
}

.table_common thead th {
  color: #fff;
  background: #2b3139;
  font-size: 1.6rem;
  text-align: center;
}

.table_common tbody tr:nth-of-type(odd) {
  background: #ececec;
}

.table_common td {
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (min-width: 900px) {
  .table_common th,
.table_common td {
    padding: 12px 24px;
  }
}
.seminar_movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 80%;
  margin: 0px auto 40px auto;
}

.seminar_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 投稿id1581 */
.postid-1581 h2,
.postid-1581 p,
.postid-1581 .table_common,
.postid-1581 .article_seminar_contact {
  display: none;
}

.jihikatu-img {
  margin-bottom: 24px;
}

/*sato*/
.card-container {
  background: #fff;
  color: #333;
  display: flex;
  margin: 20px auto;
  width: 100%;
  box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.25);
}

.card-text {
  width: 100%;
  margin: 10px 20px;
}

.card-text h2 {
  padding-top: 10px;
  font-size: 2em;
  color: #e7a51c;
}

.card-text p {
  font-size: 1.6em;
}

.card-img {
  width: 80%;
  vertical-align: bottom;
}

/*PCサイズ*/
@media screen and (min-width: 650px) {
  .card-container {
    max-width: 750px;
    height: auto;
  }
  .card-text h2 {
    font-size: 2.2em;
  }
  .card-text p {
    font-size: 1em;
  }
}
/***************
side bar
***************/
#sidebar h3 {
  font-size: 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid;
}
#sidebar h4 {
  font-size: 15px;
  padding: 10px 0;
}
#sidebar .sidebar_popular_thumb {
  position: relative;
  max-height: 140px;
  overflow: hidden;
}
#sidebar .sidebar_popular_list {
  margin-top: 10px;
}
#sidebar .sidebar_category_list {
  margin-top: 10px;
}
#sidebar .sidebar_category_list li a {
  display: block;
  line-height: 2;
}

/***************
parts post
***************/
dl.parts_post dt {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  padding: 12px;
}
@media screen and (max-width : 600px) {
  dl.parts_post dt {
    font-size: 2rem;
  }
}

dl.parts_post dt {
  padding: 20px 0 12px;
  position: relative;
  border-bottom: 2px solid #000;
  color: #000;
}
dl.parts_post dd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
  margin-bottom: 7rem;
}
dl.parts_post dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width : 1024px) {
  dl.parts_post dd {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media screen and (max-width : 600px) {
  dl.parts_post dd {
    gap: 12px;
  }
}
dl.parts_post dd > div {
  display: flex;
  flex-direction: column;
  text-align: right;
}
dl.parts_post dd > div > p {
  padding: 0;
}
dl.parts_post dd > div > p a {
  display: flex;
  align-items: center;
}
dl.parts_post dd > div > div {
  height: 100%;
}
dl.parts_post dd > div > div > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width : 600px) {
  dl.parts_post dd > div > div > a {
    padding: 1rem 0 1.5rem;
  }
}
dl.parts_post dd > div > div > a p {
  transition: all 0.3s;
  line-height: 1.6;
  text-align: left;
}

/***************
pager
***************/
.pager {
  margin-top: 5rem;
}
.pager .posts-navigation {
  border-top: 1px solid #231815;
  padding: 20px 0;
  margin: 3.5rem auto;
}
.pager .nav-links {
  display: flex;
  justify-content: space-between;
}
.pager .nav-previous,
.pager .nav-next {
  display: inline-block;
}
.pager .nav-previous a,
.pager .nav-next a {
  font-weight: bold;
}

.pager_allpost .page-numbers {
  padding: 3px 6px;
  margin: 0 2px;
}
.pager_allpost .page-numbers.prev, .pager_allpost .page-numbers.next {
  font-size: 1.5rem;
}
.pager_allpost span.page-numbers.current {
  font-size: 1.7rem;
  padding: 4px 6px;
  background-color: #231815;
  color: #fff;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/**********************

contact

**********************/
.box-scroll {
  height: 12em;
  overflow: auto;
  padding: 10px;
  border: solid 1px #b1b1b1;
}
.box-scroll p {
  font-size: 14px;
}

/* フォームのテンプレート template01 */
.form__wrap {
  width: 90%;
  max-width: 900px;
  /*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width : 600px) {
  .form__wrap {
    width: 100%;
  }
}

.wpcf7 .template01 {
  color: #333;
  font-size: 1.6rem;
}
.wpcf7 .template01 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity 0.25s;
}
.wpcf7 .template01 a:hover {
  opacity: 0.5;
  transition: opacity 0.25s;
}
.wpcf7 .template01 div.form__row {
  margin: 2em 2em 1.5em;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width : 600px) {
  .wpcf7 .template01 div.form__row {
    display: block;
    margin: 1.5em;
  }
}
.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: 2%;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label {
  width: 40%;
  text-align: right;
}
@media screen and (max-width : 600px) {
  .wpcf7 .template01 p.form__label {
    width: 100%;
    text-align: left;
  }
}
.wpcf7 .template01 p.form__body {
  width: 60%;
}
@media screen and (max-width : 600px) {
  .wpcf7 .template01 p.form__body {
    width: 100%;
  }
}
.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label.is-optional label::after, .wpcf7 .template01 p.form__label.is-required label::after {
  width: 36px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 3px 5px;
  margin: 0 15px 0 4px;
  vertical-align: middle;
  display: inline-block;
}

.wpcf7 .template01 p.form__label.is-required label::after {
  content: "必須";
  background: #f00;
}
.wpcf7 .template01 p.form__label.is-optional label::after {
  content: "任意";
  background: #5c5c5c;
}
.wpcf7 .template01 p.form__zip {
  width: 140px;
}
.wpcf7 .template01 p.form__short {
  width: 50%;
}
@media screen and (max-width : 600px) {
  .wpcf7 .template01 p.form__short {
    width: 100%;
  }
}
.wpcf7 .template01 p.form__short span {
  display: inline-block;
  width: 50%;
}
.wpcf7 .template01 div.form__row.form__kind p.form__label {
  width: 45%;
}
@media screen and (max-width : 600px) {
  .wpcf7 .template01 div.form__row.form__kind p.form__label {
    width: 100%;
  }
}
.wpcf7 .template01 div.form__row.form__kind p.form__body {
  width: 55%;
  padding-left: 2rem;
}
@media screen and (max-width : 600px) {
  .wpcf7 .template01 div.form__row.form__kind p.form__body {
    width: 100%;
    padding-left: 0;
  }
}
.wpcf7 .template01 div.form__row.form__kind p.form__body span {
  display: block;
}

/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::-moz-placeholder, .wpcf7 .template01 input[type=tel]::-moz-placeholder, .wpcf7 .template01 input[type=email]::-moz-placeholder, .wpcf7 .template01 input[type=url]::-moz-placeholder, .wpcf7 .template01 input[type=date]::-moz-placeholder, .wpcf7 .template01 input[type=number]::-moz-placeholder, .wpcf7 .template01 textarea::-moz-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #080808 solid;
}

/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
  display: none;
}
.wpcf7 .template01 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  line-height: 1.5;
}
.wpcf7 .template01 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  z-index: 1;
}
.wpcf7 .template01 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
  z-index: 10;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 2px solid #306ad4;
  border-right: 2px solid #306ad4;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}
.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  transition: opacity 0.25s ease;
}
.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0.2em;
  left: 0.2em;
  width: 0.6em;
  height: 0.6em;
  background-color: #306ad4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .template01 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}
.wpcf7 .template01 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 1.5em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .template01 select {
  cursor: pointer;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 2.5em 0.5em 1em;
  border: 1px solid #ccc;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
}

.wpcf7 .template01 select:focus {
  outline: 0;
  border: 1px #080808 solid;
}

.wpcf7 .template01 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}

/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .template01 input[type=submit] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template01 input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #999 !important;
}

.wpcf7 .template01 input[type=submit]:hover {
  background-color: #fff;
  color: #000;
  transition: opacity 0.25s, background-color 0.25s;
}

.wpcf7 .template01 input[type=submit]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}

.wpcf7 .template01 span.wpcf7-list-item {
  margin: 0 1em 0.2em 0;
}

.wpcf7 .template01 .ajax-loader {
  display: block;
}

@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */