/*
 Theme Name: inspire Child staging
 Template: inspire
*/

.head01 {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

/*.head01::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    background: #f00;
}*/

@media screen and (max-width: 768px) {
  .head01 {
    font-size: 20px;
  }
}

.mainVisual {
  width: 100%;
  min-width: 1200px;
  background: #000;
  text-align: center;
}

.mainVisual img {
  width: 100%;
  height: auto;
}

.mainVisual_top {
  width: 100%;
  min-width: 1200px;
  background: #000;
}

.mainVisual_top img {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 768px) {
  .mainVisual img {
    width: 100%;
    max-width: 768px;
    object-fit: cover;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  [class^="mainVisual--"] {
    display: flex;
    width: 100%;
    height: 400px;
    min-width: 1200px;
    font-size: 40px;
    font-weight: normal;
    align-items: center;
    justify-content: center;
  }
}

[class^="mainVisual---"] {
  display: flex;
  width: 100%;
  /* height: 90vh; */
  height: 550px;
  min-width: 1200px;
  font-size: 40px;
  font-weight: normal;
  align-items: center;
  justify-content: center;
}

.mainVisual---top {
  background: url(assets/img/top_img_001.jpeg) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}

@media screen and (min-width:769px) {
  .mainVisual--seminar {
    background: #000 url(assets/img/seminar_top.jpeg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: right 0% bottom 84%;
    color: #fff;
  }
}

@media screen and (max-width:768px) {
  .mainVisual--seminar {
    background: #000 url(assets/img/seminar_top.jpeg) center center no-repeat;
    background-size: cover;
    background-position: left 30% top 10%;
    object-fit: cover;
    color: #fff;
  }
}

.mainVisual--company {
  background: #000 url(assets/img/company_main.jpg) center center no-repeat;
  background-size: cover;
}

.mainVisual--service {
  background: #000 url(assets/img/service_main.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.mainVisual--goods {
  background: #000 url(assets/img/top_main2.jpeg) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.mainVisual--seminarRoom {
  background: #000 url(assets/img/seminar_head.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

@media screen and (min-width: 769px) {
  .mainVisual--tool {
    background: url(assets/img/top_tool.jpeg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    min-width: auto;
  }

  [class^="mainVisual--"] {
    display: flex;
    width: 100%;
    height: 150px;
    font-size: 35px;
    font-weight: normal;
    align-items: center;
    justify-content: center;
  }

  [class^="mainVisual---"] {
    min-width: auto;
    height: 90vh;
    background-size: cover;
    font-size: 20px;
  }

  .mainVisual--tool {
    background: url(assets/img/home_main1.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
  }

  .mainVisual--tool span {
    font-size: 17.5px;
  }
}

.homeMailmagazine {
  padding: 30px 0;
  background: #eee;
}

.homeMailmagazine__content {
  /*display: flex;*/
  display: block;
}

.homeMailmagazine__text, .homeMailmagazine__form {
  flex-basis: 50%;
  padding: 40px 0;
  width: 100%;
}

.homeMailmagazine__form img {
  width: 100%;
  height: auto;
}

.homeMailmagazine__text {
  padding-right: 50px;
}

.homeMailmagazine__text h2 {
  margin-bottom: 40px;
  font-size: 30px;
}

.homeMailmagazine__text p:not(:last-child) {
  margin-bottom: 1em;
}

.homeMailmagazine__form {
  padding-left: 50px;
  /*border-left: 1px solid #fff; */
}

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

.homeMailmagazine__form dl dt {
  flex-basis: 100px;
  margin-right: 5px;
}

.homeMailmagazine__form dl dd {
  flex-basis: calc(100% - 105px);
}

.homeMailmagazine__form dl dt:nth-of-type(n+2), .homeMailmagazine__form dl dd:nth-of-type(n+2) {
  margin-top: 30px;
}

.homeMailmagazine__form dt {
  padding: 20px 10px;
  background: #626262;
  color: #fff;
  text-align: center;
}

.homeMailmagazine__form dd input[type=text] {
  padding: 20px 10px;
  background: #fff;
}

.homeMailmagazine__form dt.name+dd {
  display: flex;
}

.homeMailmagazine__form dt.name+dd input {
  flex-basis: calc((100% - 5px) / 2);
}

.homeMailmagazine__form dt.name+dd input+input {
  margin-left: 5px;
}

.homeMailmagazine__form dt.mail+dd input {
  width: 100%;
}

.homeMailmagazine__form dt.pref+dd {
  display: flex;
}

.homeMailmagazine__form dt.pref+dd select, .homeMailmagazine__form dt.pref+dd input {
  flex: 1;
}

.homeMailmagazine__form dt.pref+dd select {
  padding: 20px 10px;
  background: #fff;
}

.homeMailmagazine__form dt.pref+dd input[type=submit] {
  margin-left: 30px;
  background: #f00;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .homeMailmagazine__text, .homeMailmagazine__form {
    flex-basis: 50%;
    padding: 20px 0;
    width: 100%;
  }

  .homeMailmagazine__form {
    padding: 0;
    border-left: none;
  }

  .homeMailmagazine__form dl dt:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .homeMailmagazine__form dl dd:nth-of-type(n+2) {
    margin-top: 0;
  }

  .homeMailmagazine__form dl dt {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px;
  }

  .homeMailmagazine__form dl dd {
    flex-basis: 100%;
  }

  .homeMailmagazine__form dl dd input {
    box-sizing: border-box;
  }

  .homeMailmagazine__form dd input[type=text] {
    padding: 10px;
  }

  .homeMailmagazine__form dt.name+dd {
    justify-content: space-between;
  }

  .homeMailmagazine__form dt.name+dd input {
    flex-basis: auto;
    width: calc((100% - 5px) / 2);
    flex: 1;
  }

  .homeMailmagazine__form dt.name+dd input+input {
    margin-left: 5px;
  }

  .homeMailmagazine__form dt.pref+dd select {
    flex-basis: 100%;
  }

  .homeMailmagazine__form dt.pref+dd {
    flex-wrap: wrap;
  }

  .homeMailmagazine__form dt.pref+dd input[type=submit] {
    margin-left: 0;
    margin-top: 10px;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .homeMailmagazine__content {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .homeMailmagazine__content img {
    width: 100%;
    height: auto;
  }

  .homeMailmagazine__text h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
  }

  .homeMailmagazine__text {
    margin-bottom: 20px;
    padding: 15px 0 20px;
    border-bottom: 1px solid #fff;
  }
}

.homeInformation {
  padding: 60px 0;
  background: url(assets/img/home_img01.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.homeInformation__table {
  width: 100%;
  border-collapse: collapse;
}

.homeInformation__table thead th {
  background: #b7010e;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.homeInformation__table th, .homeInformation__table td {
  padding: 20px;
  text-align: left;
}

.homeInformation__table th+th {
  border-left: 1px solid white;
}

.homeInformation__table td+td {
  border-left: 1px solid #1b1b1b;
}

.homeInformation__table tr:nth-of-type(odd) td {
  background: white;
}

.homeInformation__table tr:nth-of-type(even) td {
  background: #e7e7e7;
}

.homeInformation__btn a {
  display: block;
  width: 320px;
  margin: 70px auto 0;
  padding: 20px 0;
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .homeInformation {
    padding: 30px 0;
  }

  .homeInformation__table {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .homeInformation__table th, .homeInformation__table td {
    padding: 10px;
  }

  .homeInformation__table tbody tr td:nth-of-type(1) {
    width: 30%;
  }

  .homeInformation__table tbody tr td:nth-of-type(2) {
    width: 50%;
  }

  .homeInformation__table tbody tr td:nth-of-type(3) {
    width: 20%;
  }

  .homeInformation__btn a {
    margin: 0 auto;
  }
}

.homeInformation__table tbody {
  border-bottom: 3px solid #b7010e;
}

.homeMaterial {
  padding: 60px 0;
}

.homeMaterial #goods-pickup2 {
  margin-top: 37px;
}

.homeMaterial #goods-pickup2>ul {
  display: flex;
  list-style: none;
}

.homeMaterial #goods-pickup2>ul>li {
  position: relative;
  flex: 1;
  padding-bottom: 55px;
}

.homeMaterial #goods-pickup2>ul>li+li {
  margin-left: 75px;
}

.homeMaterial #goods-pickup2>ul>li figure {
  text-align: center;
}

.homeMaterial #goods-pickup2>ul>li figure a.main {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 31px 27px;
  border: 1px solid #e7e7e7;
  text-align: center;
}

.homeMaterial #goods-pickup2>ul>li figure a.main>img {
  width: auto;
  height: 206px;
}

.homeMaterial #goods-pickup2>ul>li figure a.main .icon {
  position: absolute;
  top: -17px;
  left: 0;
  line-height: 1;
}

.homeMaterial #goods-pickup2>ul>li figcaption {
  text-align: left;
}

.homeMaterial #goods-pickup2>ul>li figcaption h3 {
  color: #313131;
  font-size: 18px;
  font-weight: normal;
}

.homeMaterial #goods-pickup2>ul>li figcaption h3 a {
  color: #313131;
  text-decoration: none;
}

.homeMaterial #goods-pickup2>ul>li figcaption h3+h3 {
  font-size: 16px;
}

.homeMaterial #goods-pickup2>ul>li figcaption .more {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 200px;
  margin-left: -100px;
}

.homeMaterial #goods-pickup2>ul>li figcaption .more a {
  display: block;
  border: 1px solid #1b1b1b;
  color: #313131;
  text-decoration: none;
  text-align: center;
}

.homeMaterial #goods-pickup2>ul>li figcaption .more a:hover {
  background: #1b1b1b;
  color: #fff;
}

.homeMaterial__btn a {
  display: block;
  width: 320px;
  margin: 70px auto 0;
  padding: 20px 0;
  background: #1b1b1b;
  border: 1px solid white;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.homeMaterial__btn a:hover {
  color: #1b1b1b;
  background: #fff;
  border: 1px solid #1b1b1b;
}

@media screen and (max-width: 768px) {
  .homeMaterial #goods-pickup2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .homeMaterial #goods-pickup2>ul {
    flex-wrap: wrap;
  }

  .homeMaterial #goods-pickup2>ul>li {
    flex-basis: 100%;
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  .homeMaterial #goods-pickup2>ul>li+li {
    margin-left: 0;
  }

  .homeMaterial #goods-pickup2>ul>li figure {
    display: flex;
  }

  .homeMaterial #goods-pickup2>ul>li figure a.main {
    margin-right: 10px;
    margin-bottom: 0;
    padding: 10px;
  }

  .homeMaterial #goods-pickup2>ul>li figure a.main>img {
    width: 70px;
    height: auto;
  }

  .homeMaterial #goods-pickup2>ul>li figcaption h3, .homeMaterial #goods-pickup2>ul>li figcaption h3+h3 {
    font-size: 12px;
  }

  .homeMaterial #goods-pickup2>ul>li figure a.main .icon {
    top: 0;
    left: 104px;
    display: flex;
  }

  .homeMaterial #goods-pickup2>ul>li figcaption {
    padding-top: 25px;
  }

  .homeMaterial #goods-pickup2>ul>li figcaption .more {
    position: static;
    margin-top: 10px;
    margin-left: 0;
  }

  .homeMaterial__btn a {
    margin-top: 15px;
  }
}

.homeMonthly {
  padding: 60px 0;
}

.homeMonthly__sectionWrap {
  display: flex;
  margin-bottom: 60px;
}

.homeMonthly__section {
  flex-basis: calc((100% - 150px) / 3);
}

.homeMonthly__section+.homeMonthly__section {
  margin-left: 75px;
}

.homeMonthly__section>a {
  color: inherit;
  text-decoration: none;
}

.homeMonthly__title {
  margin: 20px 0;
  text-align: center;
  color: #f00;
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .homeMonthly__btn1 {
    width: 90%;
    max-width: 600px;
    background-color: #b7010e;
    font-size: 3.8vw;
    margin-left: auto;
    margin-right: auto;
  }

  .homeMonthly__btn1 a {
    display: block;
    margin: 70px auto 0;
    padding: 10px 12px;
    background: #b7010e;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
  }
}

@media screen and (min-width:769px) {
  .homeMonthly__btn1 a {
    display: block;
    width: 400px;
    margin: 70px auto 0;
    padding: 20px 12px;
    background: #b7010e;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
  }
}

.homeMonthly__btn1 a:hover {
  background: #fff;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
}

.homeMonthly__btn2 a {
  display: block;
  width: 320px;
  margin: 20px auto 0;
  padding: 20px 0;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  text-align: center;
  text-decoration: none;
}

.homeMonthly__btn2 a:hover {
  background: #1b1b1b;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .homeMonthly__sectionWrap {
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
  }

  .homeMonthly__section {
    flex-basis: 100%;
  }

  .homeMonthly__section+.homeMonthly__section {
    margin-left: 0;
    margin-top: 25px;
  }

  .homeMonthly__section>a {
    display: flex;
    flex-wrap: wrap;
  }

  .homeMonthly__picture {
    flex-basis: 100px;
  }

  .homeMonthly__picture img {
    width: 100px;
    height: auto;
  }

  .homeMonthly__title {
    display: flex;
    align-items: center;
    flex-basis: calc(100% - 110px);
    margin-left: 10px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .homeMonthly__title+p {
    flex-basis: 100%;
    margin-top: 10px;
  }

  .homeMonthly__btn1 a {
    margin-top: 30px;
  }

  .homeMonthly__btn1 a.lettersp {
    letter-spacing: -0.15em;
  }
}

.seminarList {
  margin-bottom: 90px;
  padding-top: 80px;
}

.seminarList__seminar .picture img {
  width: 180px;
  height: 220px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .seminarList {
    padding-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .seminarList__seminar a {
    display: flex;
    padding: 60px 0;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 768px) {
  .seminarList__seminar a {
    padding: 10px;
  }

  .seminarList__seminar .picture {
    width: 29%;
    max-width: 768px;
  }

  .seminarList__seminar .picture img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }

  .seminarList__seminar {
    position: relative;
  }

  .right h3 {
    position: absolute;
    top: 0;
    left: 35%;
    border-top: 3px solid #e6e6e6;
  }
}

.seminarList__seminar a:hover {
  background: #f5f5f5;
}

.seminarList__seminar a .right h3 {
  display: inline-block;
  margin-bottom: 20px;
  color: #b7010e;
  font-size: 20px;
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .seminarList__seminar {
    width: 100%;
    max-width: 768px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  .seminarList__seminar a {
    display: block;
  }

  .seminarList {
    margin-bottom: clamp(50px, 15%, 100px);
  }

  .seminarList__seminar a .right h3 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .seminarList__seminar a .right h3 {
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 500px;
    color: #b7010e;
    font-size: 17px;
    margin-top: 10px;
    padding-top: 10px;
  }

  .seminarList__seminar a .right ul li span {
    font-weight: bold;
    background-color: black;
    color: #fff;
    width: 60px;
    height: 25px;
    text-align: center;
  }

  .seminarList__seminar a {
    text-decoration: none;
    color: #000;
  }

  .seminarList__seminar a .right ul {
    margin-top: clamp(25px, 7%, 50px);
  }

  .seminarList__seminar a .right ul li span {
    display: block;
    margin-bottom: clamp(10px, 3%, 20px);
  }

  .seminarList__seminar a .right ul .price {
    margin-top: clamp(18px, 4%, 37px);
  }

  .seminarList__seminar a .right ul .place {
    margin-top: clamp(18px, 4%, 37px);
  }

  .seminarList__seminar a .right ul .teachar {
    margin-top: clamp(18px, 4%, 37px);
  }

  .seminarList__seminar a .right ul li p {
    display: block;
    text-decoration: none;
    color: #000;
  }

  .seminarList__seminar a .right ul li {
    list-style: none;
    display: flex;
    flex-flow: column;
  }

  .seminarList__seminar a .right ul .teachar {
    color: #000;
  }

  .seminarList__seminar a .right ul .price {
    color: #000;
  }
}

@media screen and (min-width:769px) {
  .seminarList__seminar a .right ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    border-top: 3px solid #d4d4d4;
  }

  .seminarList__seminar a .right {
    flex: 1;
    margin-left: 50px;
    border-top: 3px solid #d4d4d4;
  }

  .seminarList__seminar a .right ul li span {
    position: absolute;
    left: 0;
    font-weight: bold;
    background-color: black;
    color: #fff;
    width: 60px;
    height: 22px;
    text-align: center;
  }

  .seminarList__seminar a .right ul li {
    position: relative;
    flex-basis: 50%;
    margin-top: 29px;
    margin-bottom: 10px;
    padding-left: 80px;
  }
}

.seminarList__seminar a .right ul li .degree {
  font-size: 11px;
  margin-top: 10px
}

@media screen and (max-width: 768px) {
  .seminarList__seminar a .right ul li {
    flex-basis: 100%;
  }
}

.seminarArchive__list {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
}

.seminarArchive__list a {
  text-decoration: none;
  color: #000;
}

/* .seminarArchive__list a::before {
  content: '> ';
  display: inline-block;
} */

@media screen and (max-width: 768px) {
  .seminarArchive__list {
    flex-wrap: wrap;
    justify-content: left;
    padding-right: 10px;
    padding-left: 10px;
  }

  .seminarArchive__list li {
    white-space: nowrap;
    margin-right: 15px;
  }

  .seminarArchive__list a {
    text-decoration: none;
    color: inherit;
  }

  .seminarArchive__list a::before {
    margin-right: 5px;
  }
}

.serviceList {
  padding-top: 80px;
}

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

.serviceList__list>section {
  flex-basis: calc((100% - (60px * 2)) / 3);
  position: relative;
  margin-bottom: 55px;
  padding-bottom: 45px;
}

.serviceList__list>section:nth-of-type(3n+2), .serviceList__list>section:nth-of-type(3n+3) {
  margin-left: 60px;
}

.serviceList__list>section p {
  margin-bottom: 1em;
  font-size: 16px;
}

.serviceList__list>section .button {
  font-size: 14px;
}

.serviceList__list>section .button a {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 200px;
  margin-left: -90px;
  border: 1px solid #313131;
  color: #313131;
  text-decoration: none;
  text-align: center;
}

.serviceList__list>section .button a:hover {
  color: #fff;
  background: #313131;
}

.serviceList__head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f00;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .serviceList {
    padding-top: 30px;
  }

  .serviceList__content {
    margin-right: 10px;
    margin-left: 10px;
  }

  .serviceList__list>section {
    flex-basis: 100%;
  }

  .serviceList__list>section:nth-of-type(3n+2), .serviceList__list>section:nth-of-type(3n+3) {
    margin-left: 0;
  }

  .serviceList__image {
    text-align: center;
  }

  .serviceList__image img {
    width: 100%;
    height: auto;
  }
}

.presidentProfile {
  margin-bottom: 70px;
  padding-top: 80px;
}

.presidentProfile__works {
  text-align: center;
}

.presidentProfile__wrap {
  display: flex;
  width: 680px;
  margin: 0 auto 40px;
}

.presidentProfile__text {
  flex: 1;
  margin-left: 30px;
}

.presidentProfile__text>* {
  list-style: none;
  margin-bottom: 20px;
}

.presidentProfile__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.presidentProfile__name span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .presidentProfile {
    padding-top: 30px;
  }

  .presidentProfile__content {
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .presidentProfile__wrap {
    display: block;
    width: auto;
  }

  .presidentProfile__picture {
    margin-bottom: 15px;
    text-align: center;
  }

  .presidentProfile__picture img {
    width: 120px;
    height: auto;
  }

  .presidentProfile__text {
    margin-left: 0;
  }

  .presidentProfile__name {
    text-align: center;
    font-size: 17px;
  }

  .presidentProfile__name span {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    font-weight: normal;
  }

  .presidentProfile__career {
    text-align: center;
  }
}

.companyProfile {
  padding: 80px 0;
  background: #f6f6f6;
}

.companyProfile+.companyProfile {
  margin-top: -80px;
}

.companyProfile__wrap {
  display: flex;
}

.companyProfile__table {
  flex: 1;
  text-align: left;
}

.companyProfile__table+.companyProfile__table {
  margin-left: 50px;
}

.companyProfile__table th, .companyProfile__table td {
  border-bottom: 1px solid #e1e1e1;
}

.companyProfile__table th {
  width: 1%;
  vertical-align: top;
  padding: 25px 20px 5px;
  white-space: nowrap;
}

.companyProfile__table td {
  padding: 25px 5px 5px;
}

@media screen and (max-width: 768px) {
  .companyProfile {
    padding: 30px 0;
  }

  .companyProfile__wrap {
    display: block;
  }

  .companyProfile__table {
    width: 100%;
  }

  .companyProfile__table+.companyProfile__table {
    margin-left: 0;
  }

  .companyProfile__table th {
    width: 120px;
  }
}

.accessMap {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .accessMap {
    height: 200px;
  }

  .accessMap iframe {
    height: 200px;
  }
}

.pickupMaterial {
  margin-bottom: 70px;
  padding-top: 60px;
  background: whitesmoke;
}

.pickupMaterial__list {
  list-style: none;
  display: flex;
}

.pickupMaterial__list li {
  position: relative;
  flex-basis: calc(100% / 3);
  text-align: center;
}

.pickupMaterial__list li a {
  display: block;
  height: 100%;
  padding: 52px 35px 35px;
  text-decoration: none;
  color: inherit;
}

.pickupMaterial__list li a:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.pickupMaterial__list li figure {
  height: 100%;
}

.pickupMaterial__list figcaption {
  text-align: left;
}

.pickupMaterial__list figcaption h3 {
  font-size: 18px;
}

.pickupMaterial__list figcaption h3+h3 {
  font-size: 16px;
  font-weight: normal;
}

.pickupMaterial__list .picture {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 28px;
  background: #fff;
}

.pickupMaterial__list .picture>img {
  width: auto;
  height: 206px;
}

.pickupMaterial__list .picture .icon {
  position: absolute;
  top: -17px;
  left: 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .pickupMaterial {
    padding-top: 30px;
    margin-bottom: 0;
  }

  .pickupMaterial__list {
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 10px;
  }

  .pickupMaterial__list li {
    flex-basis: 100%;
  }

  .pickupMaterial__list li a {
    display: flex;
    padding: 0;
  }

  .pickupMaterial__list li a:hover::before {
    display: none;
  }

  .pickupMaterial__list li a figcaption {
    flex: 1;
    margin-left: 10px;
    padding-top: 25px;
  }

  .pickupMaterial__list .picture {
    padding: 10px;
  }

  .pickupMaterial__list .picture .icon {
    top: 0;
    left: 106px;
    display: flex;
  }

  .pickupMaterial__list .picture .icon img+img {
    margin-left: 10px;
  }

  .pickupMaterial__list .picture>img {
    display: inline-block;
    max-width: 75px;
    height: auto;
  }
}

.teachingMaterial__searchbox {
  width: 100%;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

.teachingMaterial__searchbox form {
  display: flex;
}

.teachingMaterial__searchbox input[type=text] {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  color: #313131;
}

.teachingMaterial__searchbox input[type=submit] {
  padding: 10px 20px;
  background: #f00;
  color: #fff;
}

.cf-res {
  display: none;
}

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

  .cf_res {
    display: block;
    width: 100%;
    max-width: 768px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .teachingMaterial__list {
    margin-right: 0;
    margin-left: 0;
  }

  .icon_res {
    width: 100%;
    max-width: 500px;
    margin-left: clamp(15px, 5%, 30px);
  }

  .picture_res img {
    width: 100%;
    max-width: 180px;
    height: auto;
    object-fit: cover;
  }

  .picture_res img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }

  .cf__res--box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .cf__res--text h3 {
    text-decoration: none;
    color: #000;
    font-size: clamp(16px, 5vw, 34px);
    font-weight: normal;
  }

  .icon__res--img {
    width: 110px;
    height: auto;
  }

  .teachingMaterial__list li a {
    text-decoration: none;
  }

  .new_number {
    display: inline-block;
    border: 1px solid #000;
    padding: 2px 10px;
    margin-left: 20px;
    font-size: 16px;
    margin-bottom: 26px;
    cursor: pointer;
  }

  .teachingMaterial__pagination {
    margin-bottom: clamp(50px, 15%, 100px);
  }

  .teachingMateial_text {
    text-align: center;
    margin-top: clamp(50px, 15%, 100px);
  }

  .head01_teaching {
    font-family: 'Noto Serif', serif;
    font-size: 25px;
    font-weight: 500;
  }

  .teachingMateial_text p {
    font-size: 12.5px;
  }
}

@media screen and (min-width:769px) {
  .teachingMaterial__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
  }

  .teachingMaterial__list:before {
    content: "";
    position: relative;
    width: calc(100% / 4);
    height: 0;
    display: block;
    order: 1;
  }

  .teachingMaterial__list:after {
    content: "";
    position: relative;
    width: calc(100% / 4);
    height: 0;
    display: block;
  }

  .teachingMateial_text {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 29px;
  }

  .head01_teaching {
    font-size: 40px;
    font-family: 'Noto Serif', serif;
  }

  .teachingMateial_text p {
    font-size: 16px;
  }

  .text__new--number {
    text-align: right;
  }

  .new_number {
    display: inline-block;
    border: 1px solid #000;
    cursor: pointer;
    position: relative;
    cursor: pointer;
  }

  .new_number select {
    padding: 8px 20px 8px 11px;
    cursor: pointer;
  }

  .new_number::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    z-index: -1;
  }

  .teachingMaterial__list li {
    position: relative;
    flex-basis: calc(100% / 4);
    max-width: 231px;
    margin-bottom: 43px;
  }

  .teachingMaterial__list li figure {
    height: 100%;
  }

  .teachingMaterial__list figcaption {
    text-align: left;
    margin-top: 10px;
  }

  .teachingMaterial__list figcaption h3 {
    font-size: 16px;
  }

  .teachingMaterial__list figcaption h3+h3 {
    font-size: 16px;
    font-weight: normal;
  }

  .cf_res {
    display: none;
  }
}

.teachingMaterial__list li a:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.teachingMaterial__list li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.teachingMaterial__list .picture {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  /* border: 1px solid #e7e7e7; */
  max-width: 231px;
  height: 330px;
}

.teachingMaterial__list .picture>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.teachingMaterial__list .picture .icon {
  /* position: absolute; */
  /* top: -17px;
  left: 0; */
  /* line-height: 1; */
  margin: 10px 0;
}

.teachingMaterial__pagination {
  display: flex;
  justify-content: center;
}

.teachingMaterial__pagination>* {
  display: block;
  margin: 0 10px;
  padding: 10px 15px;
  border: 1px solid #000;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}

.teachingMaterial__pagination>.current {
  background: #000;
  color: #fff;
}

.teachingMaterial__pagination>.dots {
  padding-right: 0;
  padding-left: 0;
  border: none;
}

.teachingMaterial__nav {
  list-style: none;
  display: flex;
  border-left: 1px solid #dddddd;
  font-size: 18px;
}

.teachingMaterial__nav>li {
  position: relative;
  flex-basis: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #313131;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.teachingMaterial__nav>li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 38px;
  border-right: 1px solid #fff;
}

.teachingMaterial__nav>li.active {
  color: #313131;
  background: #f6f6f6;
}

.teachingMaterial__nav>li a {
  display: block;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  color: inherit;
}

.teachingMaterial__navDetail {
  display: none;
  position: absolute;
  width: 1050px;
  padding: 20px;
  background: rgba(245, 245, 245, 0.9);
  z-index: 10;
}

.teachingMaterial__navDetail>ul {
  display: none;
}

.teachingMaterial__navDetail ul {
  list-style: none;
}

.teachingMaterial__navDetail>ul ul, .teachingMaterial__navDetail li {
  display: inline-block;
}

.teachingMaterial__navDetail li {
  margin-right: 20px;
}

.teachingMaterial__navDetail li ul {
  margin-left: 20px;
}

.teachingMaterial__navDetail li a {
  display: inline-block;
  position: relative;
  padding: 5px 5px 5px 15px;
  color: inherit;
  text-decoration: none;
}

.teachingMaterial__navDetail li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 9px;
  height: 7px;
  margin-top: -3px;
  background: url(assets/img/ico-arrow01.png) no-repeat;
}

.teachingMaterial__spNavWrap {
  display: none;
}

@media screen and (max-width: 768px) {
  .teachingMaterial__searchbox {
    width: auto;
    margin: 0 10px 30px;
  }

  .teachingMaterial__searchbox form {
    overflow: hidden;
  }

  .teachingMaterial__searchbox input[type=submit] {
    margin-left: -30px;
  }

  .teachingMaterial__navWrap {
    display: none;
  }

  .teachingMaterial__list {
    margin-right: 10px;
    margin-left: 10px;
  }

  .teachingMaterial__list li {
    flex-basis: 100%;
  }

  .teachingMaterial__list li a {
    display: flex;
    padding: 0;
  }

  .teachingMaterial__list li a:hover::before {
    display: none;
  }

  .teachingMaterial__list li a figcaption {
    flex: 1;
    padding-top: 30px;
  }

  .teachingMaterial__list li a figcaption h3:last-child {
    font-weight: normal;
  }

  .teachingMaterial__list .picture {
    padding: 10px;
    height: 120px;
    width: 100px;
  }

  .teachingMaterial__list .picture .icon {
    position: absolute;
    top: 0;
    left: 100px;
    display: flex;
  }

  .teachingMaterial__list .picture .icon img+img {
    margin-left: 10px;
  }

  .teachingMaterial__list .picture>img {
    display: inline-block;
    max-width: 75px;
  }

  .teachingMaterial__pagination>* {
    display: none;
  }

  .teachingMaterial__pagination>a.next, .teachingMaterial__pagination>a.prev {
    display: block;
  }

  .teachingMaterial__spNavWrap {
    display: block;
    margin-bottom: 20px;
  }

  .teachingMaterial__spNav {
    border-bottom: 1px solid #929191;
  }

  .teachingMaterial__spNav li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #929191;
    text-decoration: none;
    color: inherit;
  }

  .teachingMaterial__spNav li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-top: 3px solid #929191;
    border-right: 3px solid #929191;
    transform: rotate(45deg);
  }

  .teachingMaterial__spNav li.js_close>a::after {
    transform: rotate(135deg);
  }

  .teachingMaterial__spNav li.js_open>a::after {
    transform: rotate(-45deg);
  }

  .teachingMaterial__spNav li li a {
    padding-left: 30px;
  }

  .teachingMaterial__spNav li.js_close li {
    display: none;
  }
}

.page-id-18464 #room-guide .row.room {
  display: block;
  justify-content: space-between;
  text-align: center;
  margin-right: 25%;
  margin-left: 25%;
}

@media screen and (max-width: 768px) {
  .page-id-18464 #room-guide .row.room {
    margin-right: 0;
    margin-left: 0;
  }
}

.page-id-18464 #room-guide .row.room .col-md-6.col-sm-6 {
  flex-basis: calc((100% - 20px) / 2);
}

@media screen and (max-width: 768px) {
  .page-id-18464 #room-guide .row.room {
    display: block;
  }
}

.page-id-18464 #flow .container p.text-center {
  text-align: center;
}

.page-id-18464 #flow .container .row {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .page-id-18464 #flow .container .row {
    display: block;
  }
}

.page-id-18464 #flow .container .row .col-md-6.col-sm-6 {
  flex-basis: calc((100% - 20px) / 2);
}

.page-id-18464 #fee .container {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  .page-id-18464 #fee .container {
    width: auto;
  }
}

.page-id-18464 #cancel .container {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .page-id-18464 #cancel .container {
    width: auto;
  }
}

.page-id-18464 #cancel .container p.text-center {
  text-align: center;
}

.page-id-18464 #cancel .container .col-md-6.col-sm-6 ul {
  padding-left: 1.4em;
}

.page-id-18464 #vacancy .container {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .page-id-18464 #vacancy .container {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  #seminar-room {
    margin-right: 10px;
    margin-left: 10px;
  }

  #seminar-room #reserve-last {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*-------------------------------------------------front-page(front-page/php) 文字サイズ------------------------------------------------------------*/

.title__english {
  margin-top: 100px;
}

.kinds__title {
  font-size: 40px;
  margin-bottom: 50px;
}

.explanation__text {
  font-size: 16px;
  line-height: 1.875;
}

.title__english {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: red;
}

/*----------------------------------------------------------front-page(front-page/php)-----------------------------------------------------------*/

.top__container {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.top__img--box {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  /* height: 80vh; */
  padding-left: 20px;
  padding-right: 20px;
  /* padding-top: 53px;
  padding-bottom: 83px; */
}

.top__coment {
  width: 100%;
  max-width: 630px;
  height: auto;
}

.top__coment img {
  width: 100%;
  max-width: 630px;
}

@media screen and (max-width: 768px) {
  .top__coment {
    width: 100%;
    max-width: 720px;
    height: auto;
  }

  .top__coment img {
    width: 100%;
    max-width: 720px;
  }

  .top__img--box {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12%;
    padding-bottom: 15%;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .top__number_1 {
    display: none;
  }
}

.top__number {
  width: 100%;
  max-width: 710px;
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
}

.top__number-item {
  background: rgba(183, 1, 14, 0.8);
  border-radius: 50%;
  display: flex;
  margin: 0 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 25px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
}

.top__number-item:nth-child(2) {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .top__number-item {
    width: 125px;
    height: 125px;
    font-size: 16px;
    margin: 0;
  }
}

.top__about {
  width: 100%;
  margin-top: 56px;
  margin-bottom: 56px;
  height: auto;
  text-align: center;
}

.about__text {
  font-size: 16px;
}

.top__bana1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bana__logo1 {
  width: 90%;
  max-width: 800px;
  position: relative;
}

.bana__logo1 img {
  width: 100%;
  height: auto;
}

.bana__link {
  width: 100%;
  max-width: 220px;
  position: absolute;
  bottom: 15%;
  right: 3%;
}

.res_logo {
  position: relative;
}

.bana__link__res {
  width: 56.2vw;
  position: absolute;
  bottom: 3vw;
  right: 15vw;
}

@media screen and (max-width:600px) {
  .bana__link__res {
    position: absolute;
    right: 12vw;
  }
}

.bana__link__res img {
  width: 100%;
  height: auto;
}

.seminar {
  width: 100%;
}

.seminar__box {
  width: 100%;
  text-align: center;
}

.seminar__table {
  margin-top: 31px;
}

.teaching__box {
  width: 100%;
  text-align: center;
}

.teaching__box__slider {
  margin: 50px auto 0;
  position: relative;
  padding: 0 65px;
}

@media screen and (max-width: 768px) {
  .teaching__box__slider {
    margin-bottom: 20px;
  }
}

.teaching__box__slider a {
  text-decoration: none;
  color: #000;
  text-align: left;
}

.teaching__box-img {
  width: 100%;
  height: 295px;
  margin-bottom: 10px;
}

.teaching__box-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.teaching__box-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.service_text {
  text-align: center;
}

.tool__container, .tool__container--service {
  width: 100%;
  max-width: 1050px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tool__container--service::after {
  display: block;
  content: "";
  max-width: 240px;
  width: 100%;
}

.tool__container {
  margin-top: 41px;
}

.tool__container::after {
  display: block;
  content: "";
  max-width: 240px;
  width: 100%;
}

.tool__box {
  width: 100%;
  max-width: 240px;
  height: auto;
  margin-bottom: 30px;
}

.tool__box a {
  text-decoration: none;
  color: #000;
}

.tool__box a img {
  width: 100%;
}

.tool_text {
  padding-top: 5%;
  padding-bottom: 10%;
  font-size: 15px;
  line-height: 1.6;
}

.tool img {
  width: 100%;
}

.sns {
  width: 100%;
  margin: 120px 0;
}

@media screen and (min-width:769px) {
  .sns__box {
    display: flex;
    justify-content: space-between;
  }
}

.line__box, .facebook__box {
  width: 48%;
}

.line__box img, .facebook__box img {
  width: 100%;
}

.introduction_1 {
  width: 100%;
  /* max-width: 800px; */
  height: auto;
  margin: 0 auto;
}

.introduction_2 {
  width: 100%;
  max-width: 470px;
  height: auto;
  margin: 0 auto;
}

.introduction__box_1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.introduction__box_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.introduction__img {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin-bottom: 30px;
  margin: 0 15px 30px;
}

.introduction__img img {
  width: 100%;
}

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

.logo__img2-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  margin-top: 70px;
}

.logo__img2-box img {
  width: 100%;
  height: auto;
}

.res_logo {
  display: none;
}

.br {
  display: block;
}

.br_res {
  display: none;
}

.introduction_3 {
  display: none;
}

@media screen and (max-width: 768px) {
  .top__container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kinds__title {
    font-size: clamp(25px, 6vw, 50px);
    font-family: 'Noto Serif', serif;
    margin-bottom: clamp(23px, 7%, 53px);
  }

  .title__english {
    font-size: clamp(12px, 3.5vw, 25px);
    margin-top: clamp(50px, 15%, 100px);
  }

  .logo__img2-box {
    margin-top: clamp(50px, 15%, 100px);
    margin-bottom: clamp(50px, 15%, 100px);
  }

  .tool__service--box {
    margin-top: clamp(50px, 15%, 100px);
    padding-bottom: clamp(50px, 15%, 100px);
  }

  .about__text, .explanation__text, .tool_text {
    font-size: 3.9vw;
  }

  .br {
    display: none;
  }

  .br_res {
    display: block;
  }

  .top__bana1 {
    display: none;
  }

  .res_logo {
    display: block;
    width: 100%;
    padding: 0 10%;
  }

  .res_logo img {
    width: 100%;
  }

  .tool__box {
    width: 48%;
    max-width: 330px;
  }

  .tool__box img {
    width: 100%;
    max-width: 330px;
    height: auto;
  }

  .sns {
    width: 100%;
    margin: 50px 0 0;
  }

  .line__box, .facebook__box {
    width: 70%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .line__box {
    margin-top: 5%;
  }

  .line__box img .facebook img {
    width: 100%;
    max-width: 480px;
    height: auto;
  }

  .introduction__box_1 {
    justify-content: space-between;
    padding-bottom: 30px;
    margin-top: 50px;
  }

  .introduction__img {
    width: 48%;
    max-width: 320px;
    margin: 10px 0;
  }

  .introduction__img img {
    width: 100%;
    max-width: 320px;
  }
}

/*----------------------------------------------------------税理士向けサービス・ツール(page-tool/php)-----------------------------------------------------------*/

@media screen and (min-width:769px) {
  .tool__container--service {
    margin-top: 92px;
  }

  .tool__service--box {
    padding-top: 100px;
  }
}

.tool__service--box h2 {
  text-align: center;
}

@media screen and (max-width:768px) {
  .homeInformation__table--top {
    border-collapse: collapse;
  }

  .homeInformation__table--top thead th {
    background: #b7010e;
    color: #fff;
    font-weight: normal;
  }
}

.homeInformation__table th {
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
}

.homeInformation__table-icon span {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  /* display: none; */
}

.homeInformation__table-icon span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
}

.homeInformation__table-icon span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0;
  border-top: 8px solid #b7010e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.homeInformation__table-icon.ascend, .homeInformation__table-icon.descend {
  background: rgba(183, 1, 14, 0.8);
}

.homeInformation__table-icon.ascend span, .homeInformation__table-icon.descend span {
  display: block;
}

.homeInformation__table-icon.ascend span::after {
  border-top: 0;
  border-bottom: 8px solid #b7010e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.homeInformation__table-icon.descend span::after {
  border-top: 8px solid #b7010e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.homeInformation__table td {
  padding: 20px;
  font-size: 16px;
  border-bottom: 1px solid #f1cccf;
  vertical-align: top;
}

.homeInformation__table th a, .homeInformation__table td a {
  /* text-decoration: none; */
  /* color: #000; */
}

@media screen and (max-width:768px) {
  .homeInformation__table th a, .homeInformation__table td a {
    font-size: 12.5px;
  }

  .homeInformation__table-icon::before {
    right: 10px;
    width: 11px;
    height: 11px;
  }

  .homeInformation__table-icon::after {
    right: 12px;
    border-top: 5px solid #b7010e;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
  }
}

.homeInformation__table th+th {
  border-left: 1px solid #f1cccf;
}

.homeInformation__table td+td {
  border-left: 1px solid #f1cccf;
}

.homeInformation__table tr:nth-of-type(odd) td {
  background: white;
}

.homeInformation__table tr:nth-of-type(even) td {
  background: #eff0f2;
}

@media screen and (max-width:768px) {}

.homeInformation__btn a {
  display: block;
  width: 320px;
  margin: 70px auto 0;
  padding: 20px 0;
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
  text-align: center;
  text-decoration: none;
}

.fadeInDown {
  /* font-family: 'Noto Serif', serif; */
  font-weight: bolder;
  color: #000;
  font-size: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fadeInDown {
    font-size: 17.5px;
  }
}

@media screen and (max-width: 768px) {
  .homeInformation {
    padding: 30px 0;
  }

  .homeInformation__table {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .homeInformation__table th, .homeInformation__table td {
    padding: 10px;
  }

  .homeInformation__table tbody tr td:nth-of-type(1) {
    width: 30.986%;
  }

  .homeInformation__table tbody tr td:nth-of-type(2) {
    width: 30.986%;
  }

  .homeInformation__table tbody tr td:nth-of-type(3) {
    width: 38.028%;
  }

  #table_top tbody tr td:nth-of-type(1) {
    width: 35.2%;
    font-size: clamp(12px, 3vw, 25px);
  }

  #table_top tbody tr td:nth-of-type(2) {
    width: 42.2%;
    font-size: clamp(12px, 3vw, 25px);
  }

  #table_top tbody tr td:nth-of-type(3) {
    width: 22.6%;
    font-size: clamp(12px, 3vw, 25px);
  }

  .homeInformation__table thead th {
    font-size: clamp(12px, 3vw, 25px);
  }

  #table_top td {
    padding: 10px;
    text-align: left;
  }

  .homeInformation__btn a {
    margin: 0 auto;
  }
}

/*----------------------------------------------------------税理士向け教材(page-tool/php)-----------------------------------------------------------*/

.slick-box .slide {
  padding: 20px;
  background-color: #EAE6E5;
  border: 1px solid #ffffff;
  border-right: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.slick-box .titles {
  margin-bottom: 10px;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 1pt;
  text-align: center;
}

/*----------------------------------------------------------税理士向け教材(archive/php)-----------------------------------------------------------*/

.search__wrapper {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:769px) {
  .search__wrapper--box {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
    padding: 44px 41px;
    margin-bottom: 58px;
  }

  .icon {
    width: 100px;
    margin-bottom: 15px;
  }
}

.searchfrom__box .search-submit {
  width: 250px;
  background-color: black;
  color: white;
}

.search__term--box, .search__instructor--box, .search__form--box, .searchform__word--box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.search_menu {
  width: 75%;
}

label {
  padding-right: 5%;
}

.search__instructor--box:nth-child(2n) {
  padding: 20px 0;
}

.searchform__word--box {
  padding: 20px 0;
}

.search-submit {
  margin-top: 14px;
  padding: 2% 0;
}

.searchfrom__box {
  text-align: center;
}

.search-field {
  width: 100%;
  max-width: 400px;
  border: 1px solid black;
  background-color: #fff;
  height: 40px;
  padding: 0 10px;
}

.screen-reader-text {
  padding: 1% 0;
  width: 130px;
}

.search__form--res {
  display: none;
}

.goodselect {
  width: 100%;
  max-width: 120px;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #000;
  margin-right: 9px;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .goodselect {
    max-width: 95px;
  }
}

@media screen and (max-width:768px) {
  #and_or {
    width: clamp(90px, 40%, 220px);
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #000;
    margin-right: 9px;
  }

  .search__form--res {
    display: block;
    display: flex;
    justify-content: space-between;
  }

  /* .search__form--box {
    display: none;
  } */
  .search__wrapper--box {
    width: 100%;
    max-width: 768px;
    background-color: #f5f5f5;
    padding: 15px;
    margin-top: 29px;
    margin-bottom: clamp(40px, 12%, 80px);
  }

  .search__wrapper {
    padding: 0 20px;
  }

  .search_menu {
    width: 100%;
    max-width: 480px;
  }

  .search__form--res .search_menu {
    width: 100%;
    max-width: 480px;
  }
}

.mainVisual--seminar .fadeInDown {
  color: #000;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 5px 5px 30px;
  position: relative;
  width: auto;
}

.checkbox01::before {
  background: #fff;
  border: 1px solid #000;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  border-radius: 50%;
}

.checkbox01::after {
  content: '';
  background: #000;
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  border-radius: 50%;
  opacity: 0;
}

.radiochecked:checked+.checkbox01::after, .radiochecked:checked+.checkbox01::after {
  opacity: 1;
}

.hitbox {
  background: #b7010e;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 58px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .hitbox {
    margin: 0 20px 50px;
    padding: 5px;
    width: auto;
    font-size: 20px;
  }
}