@charset "UTF-8";
/*!============================
	sub_visual
============================*/
.sub-kv {
  display: block;
  position: relative;
  width: 100%;
  height: 10vw;
  margin-top: 120px;
  background: rgb(15, 49, 98);
  background: linear-gradient(90deg, rgb(15, 49, 98) 0%, rgb(37, 94, 149) 100%);
}
@media screen and (max-width: 1280px) {
  .sub-kv {
    margin-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .sub-kv {
    height: 30vw;
  }
}
.sub-kv__box {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0%, -50%);
}
.sub-kv__ttl .jp {
  color: #fff;
  display: block;
  font-size: 4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sub-kv__ttl .jp {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.sub-kv__ttl .en {
  color: #fff;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sub-kv__ttl .en {
    font-size: 1.4rem;
  }
}
.sub-kv__copy {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  margin-top: 35px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  margin-top: 30px;
  text-align: center;
  background: url(../img/cmn/s_cp_f.png) no-repeat top left, url(../img/cmn/s_cp_e.png) no-repeat bottom right;
}

/*============================
	基本設定
============================*/
.sub_container {
  padding: 60px 0 120px;
  background: #eff3f9;
}
@media screen and (max-width: 767px) {
  .sub_container {
    padding: 30px 0 80px;
  }
}
.sub_container.bg_f {
  background: #fff;
}

.ps-r {
  position: relative;
}

.f-item {
  flex-basis: 10%;
}

.w25 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .w25 {
    width: 100%;
  }
}

.w30 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .w30 {
    width: 100%;
  }
}

.w50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .w50 {
    width: 100%;
  }
}

.w70 {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .w70 {
    width: 100%;
  }
}

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

.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .mb130 {
    margin-bottom: 70px;
  }
}

.mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .mb150 {
    margin-bottom: 70px;
  }
}

.sp_block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_block {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc_block {
    display: none !important;
  }
}

.section__h3 {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .section__h3 {
    font-size: 2rem;
  }
}
.section__h3 .jp {
  color: #0f3162;
}
.section__h3 .en {
  font-size: 1.8rem;
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .section__h3 .en {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.section__h4 {
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section__h4 {
    font-size: 1.8rem;
  }
}

.section__h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.btn-01 {
  position: relative;
}
.btn-01 a {
  width: 250px;
  position: relative;
  display: block;
  border: 1px solid #8e7b6d;
  max-width: 100%;
  text-align: center;
  font-family: "Raleway", sans-serif;
  padding: 10px 5px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
  z-index: 4;
}
.btn-01 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #8e7b6d;
  transition: all 0.5s;
  z-index: 3;
}
.btn-01::after {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #8e7b6d; /*背景色*/
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn-01:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn-01:hover a {
  opacity: 1;
  color: #fff;
}
.btn-01:hover a::before {
  background-color: #fff;
}

.sticky {
  position: sticky;
  top: 150px;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .sticky {
    position: static;
  }
}

.category__list {
  width: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .category__list {
    width: 100%;
  }
}
.category__list--ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-left: -17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .category__list--ttl {
    font-size: 1.6rem;
    margin-left: 0;
  }
}

/*============================
	bread_crumb_list
============================*/
.bread_crumb_list {
  font-size: 14px;
  position: relative;
  background: #eff3f9;
}
@media screen and (max-width: 767px) {
  .bread_crumb_list {
    font-size: 12px;
  }
}

.bread_crumb {
  position: relative;
  text-align: right;
  max-width: calc(1200px + 2%);
  margin: 0 auto;
  padding: 15px 1%;
}
@media screen and (max-width: 767px) {
  .bread_crumb {
    text-align: left;
    padding: 15px 3%;
    margin: 0px auto 0px;
  }
}
.bread_crumb li {
  display: inline;
  text-transform: uppercase;
}
.bread_crumb li:last-child:after {
  content: "";
}
.bread_crumb li a {
  text-decoration: underline;
  text-decoration: none;
  color: #8e7b6d;
}
.bread_crumb li:after {
  content: "ー";
  padding-left: 5px;
}

/*============================
	about
============================*/
@media screen and (max-width: 767px) {
  .s_greeting__flex {
    display: block;
  }
}
.s_greeting__img {
  flex-basis: 35%;
}
@media screen and (max-width: 767px) {
  .s_greeting__img {
    margin-bottom: 15px;
  }
}
.s_greeting__img img {
  max-width: 400px;
}
.s_greeting__box {
  flex-basis: 60%;
}
.s_greeting__cp {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .s_greeting__cp {
    font-size: 1.7rem;
    margin-bottom: 14px;
  }
}
.s_greeting__cp span {
  background: linear-gradient(transparent 70%, #ffc200 70%);
}
.s_greeting__txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .s_greeting__txt {
    margin-bottom: 14px;
  }
}
.s_greeting__name {
  font-size: 2rem;
  font-weight: 700;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .s_greeting__name {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .s_profile__flex {
    display: block;
  }
}
.s_profile__box {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .s_profile__box {
    margin-bottom: 50px;
  }
}

.career__ul {
  margin-left: 8px;
  position: relative;
}
.career__li {
  padding: 13px 0 13px 25px;
  position: relative;
  display: flex;
}
.career__li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.career__li::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #0f3162;
  position: absolute;
  top: 21px;
  left: -4px;
}
.career__li .year {
  flex-basis: 80px;
}
.career__li .txt {
  flex-basis: calc(100% - 100px);
}

.achievement__ttl {
  font-weight: 600;
  font-size: 1.7rem;
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.achievement__ttl::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #0f3162;
  position: absolute;
  top: 10px;
  left: 0px;
}
.achievement__txt {
  padding-left: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .achievement__txt {
    font-size: 1.4rem;
  }
}
.s_about__ul {
  display: block;
}
@media screen and (max-width: 767px) {
  .s_about__ul {
    display: block;
  }
}
.s_about__li {
  flex-basis: 30%;
  padding: 30px;
  position: relative;
  background: #fff;
  border: 1px solid #ababab;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .s_about__li {
    display: block;
    margin-bottom: 30px;
  }
}
.s_about__img {
  margin-bottom: 15px;
  flex-basis: 30%;
}
.s_about__ttl {
  font-weight: 600;
  font-size: 1.7rem;
  padding-left: 15px;
  margin-bottom: 8px;
  position: relative;
}
.s_about__ttl::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #0f3162;
  position: absolute;
  top: 10px;
  left: 0px;
}
.s_about__box {
  flex-basis: 70%;
  padding: 4rem 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .s_about__box {
    padding: 0;
  }
}
.s_about__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .s_about__txt {
    font-size: 1.4rem;
  }
}

/*============================
	business
============================*/
.s_business__tbl {
  overflow-x: auto;
  overflow-y: auto;
}
.s_business__tbl::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.s_business__tbl::-webkit-scrollbar-track {
  background: #ddd;
}
.s_business__tbl::-webkit-scrollbar-thumb {
  background: #8e7b6d;
  border-radius: 5px;
}
.s_business__tbl table {
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  .s_business__tbl table {
    min-width: 650px;
  }
}

.s_bus__flex {
  position: relative;
  height: 410px;
}
@media screen and (max-width: 767px) {
  .s_bus__flex {
    display: block;
  }
}
.s_bus__flex::before {
  content: "";
  display: block;
  width: 55%;
  height: 100%;
  background: #eff3f9;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s_bus__flex::before {
    display: none;
  }
}
.s_bus__left {
  flex-basis: 50%;
  position: relative;
  z-index: 2;
}
.s_bus__right {
  flex-basis: 50%;
  padding: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .s_bus__right {
    padding: 1rem 1rem 2rem;
  }
}
.s_bus__li {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #ababab;
}
@media screen and (max-width: 767px) {
  .s_bus__li {
    padding: 1rem 0;
  }
}
.s_bus__num {
  font-size: 5rem;
  line-height: 1;
  color: rgba(15, 49, 98, 0.8);
  letter-spacing: 0.1rem;
  flex-basis: 80px;
}
@media screen and (max-width: 767px) {
  .s_bus__num {
    font-size: 2.4rem;
    flex-basis: 40px;
  }
}
.s_bus__ttl {
  flex-basis: calc(100% - 80px);
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .s_bus__ttl {
    font-size: 1.6rem;
    flex-basis: calc(100% - 40px);
  }
}

.flex-type-b {
  padding: 41px 35px 31px;
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}
@media screen and (max-width: 767px) {
  .flex-type-b {
    display: block;
    padding: 31px 25px 40px;
  }
}

.type-b__left {
  flex-basis: 20%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .type-b__left {
    display: block;
    margin-bottom: 15px;
  }
}
.type-b__left .txt {
  font-weight: 600;
  font-size: 2rem;
  display: flex;
}
.type-b__right {
  flex-basis: 75%;
  position: relative;
}
.table-type-d {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-type-d caption {
  margin-bottom: 5px;
  caption-side: top;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .table-type-d caption {
    display: none;
  }
}
.table-type-d thead th {
  text-align: center;
  font-size: 1.7rem;
  padding: 23px 0px;
  vertical-align: middle;
  background: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .table-type-d thead th {
    padding: 8px 0;
    font-size: 1.5rem;
  }
}
.table-type-d thead th.bg_bl {
  background: #0f3162;
  color: #fff;
}
.table-type-d thead th.bg_cen {
  background: rgb(29, 81, 142);
  color: #fff;
}
.table-type-d thead th.bg_bt {
  background: #154387;
  color: #fff;
}
.table-type-d thead th.bg_mi {
  background: #eff3f9;
}
@media screen and (max-width: 767px) {
  .table-type-d thead th.bg_mi {
    font-size: 1.3rem;
  }
}
.table-type-d tbody th,
.table-type-d tbody td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .table-type-d tbody th,
  .table-type-d tbody td {
    font-size: 1.4rem;
    padding: 16px 0;
    vertical-align: middle;
  }
}
.table-type-d tbody th {
  width: 200px;
  font-weight: 600;
  text-align: left;
  background: #fff;
  padding: 23px 16px 23px 6px;
}
@media screen and (max-width: 1200px) {
  .table-type-d tbody th {
    width: 150px;
  }
}
.table-type-d tbody tr.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .table-type-d tbody tr.pc {
    display: none;
  }
  .table-type-d tbody tr.sp {
    display: table-row;
  }
  .table-type-d tbody th {
    padding: 16px 16px 16px 6px;
    width: 50px;
  }
}
.table-type-d tbody td {
  padding: 23px 16px;
  font-size: 1.5rem;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .table-type-d tbody td {
    padding: 16px;
    font-size: 1.3rem;
  }
}
.arw_txt {
  text-align: center;
  margin: 2.5rem 2rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .arw_txt {
    position: sticky;
    left: 0;
    right: 0;
    font-size: 1.8rem;
    margin: 3.5rem 2rem;
  }
}
.table-type-d tbody .t_cen {
  text-align: center !important;
}
.table-type-d.exc {
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-type-d.exc {
    table-layout: auto;
  }
}
.table-type-d tr.tbl_arw td {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  border-right: 0px;
}
@media screen and (max-width: 1200px) {
}
.table-type-d tr.pickup {
  position: relative;
  border: #ffc200 5px solid;
  border-radius: 5px;
}
.table-type-d tr.pickup th span {
  background: linear-gradient(transparent 60%, #f3a9a9 40%);
}
.table-type-d tr.pickup th {
  /* background-color: #f3a9a9; */
}
.table-type-d tr.pickup td {
  /* background-color: #f3a9a9; */
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .table-type-d .sp_sticky {
    position: sticky;
    left: 0;
  }
  .table-type-d .sp_sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table-type-d tr.pickup {
    border-left: #fff 1px double;
  }
  .table-type-d .pickup .sp_sticky {
    left: 4px;
  }
  .table-type-d .pickup .sp_sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    right: -1px;
    height: 100%;
    border-left: #ffc200 5px solid;
    border-right: 1px solid #ddd;
    background: #fff;
  }
  .table-type-d tr.pickup th span {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .table-type-d .sp_sticky span {
    writing-mode: vertical-rl;
    white-space: pre;
    display: inline-block;
  }
  .table-type-d tr.pickup th span {
    background: #f3a9a9;
    padding: 3px 0;
  }
}
.table-type-d tr.font_strong td {
  font-size: 3rem;
}
.table-type-d tr.font_strong td.yellow {
  color: #ffc200;
}

@media screen and (max-width: 767px) {
  .table-type-d .sp_w_small {
    width: 90px !important;
  }
}

.caption__sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .caption__sp {
    display: block;
    margin-top: 5px;
  }
}

.flow {
  position: relative;
}
.flow__ul {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .flow__ul {
    display: block;
  }
}
.flow__li {
  flex-basis: 32%;
}
@media screen and (max-width: 767px) {
  .flow__li {
    margin-bottom: 35px;
  }
}
.flow__year {
  color: #fff;
  padding: 10px;
  background: #255e95;
  background: linear-gradient(to right, #154387 0%, #255e95 100%);
  margin-bottom: 20px;
}
.flow__box {
  display: flex;
  justify-content: space-between;
}
.flow__box--li {
  flex-basis: 30%;
  padding: 20px 6px;
  background: #fff;
  border: 1px solid #ababab;
}
.flow__num {
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}
.flow__num::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #8e7b6d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.flow__ttl {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .s_service__flex {
    display: block;
  }
}
.s_service__left {
  flex-basis: 48%;
}
.s_service__right {
  padding-top: 150px;
  flex-basis: 48%;
}
@media screen and (max-width: 767px) {
  .s_service__right {
    padding: 15px;
  }
}
.s_service__num {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #0f3162;
  border-radius: 50%;
  background: #0f3162;
  position: absolute;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .s_service__num {
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    left: -20px;
  }
}
.s_service__ttl {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 30px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .s_service__ttl {
    padding-top: 8px;
    padding-left: 12px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.s_service__ttl span {
  background: linear-gradient(transparent 70%, #ffc200 70%);
}
.s_service__ttl small {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .s_service__ttl small {
    font-size: 1.5rem;
  }
}
.s_service__item {
  padding: 55px 50px 80px;
  border-bottom: 1px solid #ababab;
  position: relative;
}
.s_service__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .s_service__item {
    padding: 15px 15px 20px;
  }
  .s_service__txt {
    font-size: 1.4rem;
  }
}
.s_service__item:first-child {
  padding: 0px 50px 60px;
}
@media screen and (max-width: 767px) {
  .s_service__item:first-child {
    padding: 0 15px 20px;
  }
}
.s_service__item:nth-child(even) {
  border-right: 1px solid #ababab;
}
.s_service__item:nth-child(even) .s_service__num {
  left: auto;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .s_service__item:nth-child(even) .s_service__num {
    left: -20px;
    right: auto;
  }
}
.s_service__item:nth-child(even) .s_service__ttl,
.s_service__item:nth-child(even) .s_service__txt {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .s_service__item:nth-child(even) .s_service__ttl,
  .s_service__item:nth-child(even) .s_service__txt {
    text-align: left;
  }
}
.s_service__item:nth-child(odd) {
  border-left: 1px solid #ababab;
}
.s_service__item:last-child {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .s_service__item:last-child {
    margin-bottom: 0;
  }
}

/*============================
	works
============================*/
.works__ul {
  flex-direction: column;
  position: relative;
  padding: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .works__ul {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
}
.works__ul::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% + 5px);
  background-color: #333;
  position: absolute;
  top: 0;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .works__ul::before {
    display: none;
  }
}
.works__li {
  font-size: 1.5rem;
  padding-left: 16px;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .works__li {
    flex-basis: 48%;
  }
}
.works__li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #8e7b6d;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
}
.works__li:hover::before {
  width: 15px;
}

@media screen and (max-width: 767px) {
  .s_works__flex {
    display: block;
  }
}
.s_works__archive {
  flex-basis: calc(100% - 170px);
}
.s_works__li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 20px 25px 30px;
  background-color: #fff;
  box-shadow: 2px 2px 4px 1px rgba(1, 37, 67, 0.1);
}
@media screen and (max-width: 767px) {
  .s_works__li {
    display: block;
  }
}
.s_works__img {
  flex-basis: 25%;
  position: relative;
}
.s_works__box {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s_works .cat {
  background: #0f3162;
  padding: 0 10px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.s_works__ttl {
  position: relative;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .s_works__ttl {
    font-size: 1.5rem;
  }
}
.s_works__ttl::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #4a4141;
  left: 0;
  bottom: 5px;
}
.s_works__txt {
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dtl__flex {
  display: flex;
  margin-bottom: 20px;
}
.dtl__flex--img {
  flex-basis: 40px;
}
.dtl__flex--cat {
  font-size: 1.4rem;
  line-height: 30px;
  background: #0f3162;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin-left: 10px;
  padding: 0 10px;
}
.dtl__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  text-align: center;
  background: #4a4141;
  font-size: 1.5rem;
  color: #fff;
}
.dtl__btn a img {
  max-width: 24px;
  margin-right: 8px;
}

/*============================
	download
============================*/
.s_download__con {
  padding: 40px 10px;
  background: #fff;
  box-shadow: 2px 2px 4px 1px rgba(1, 37, 67, 0.1);
}
.s_download__con--txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s_download__ul {
    display: block;
  }
}
.s_download__ul::after {
  content: "";
  display: block;
  flex-basis: 32%;
}
.s_download__li {
  flex-basis: 32%;
  box-shadow: 2px 2px 4px 1px rgba(1, 37, 67, 0.1);
  margin-bottom: 50px;
}
.s_download__li.pickup {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
}
.s_download__target {
  background: #154387;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 5px 10px;
}
.s_download__box {
  padding: 0 20px 20px;
  background: #fff;
}
.s_download__ttl {
  position: relative;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .s_download__ttl {
    font-size: 1.5rem;
  }
}
.s_download__ttl::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #4a4141;
  left: 0;
  bottom: 5px;
}
.s_download__txt {
  margin-bottom: 16px;
}
.s_download__btn a {
  background: rgb(15, 49, 98);
  background: linear-gradient(0deg, rgb(15, 49, 98) 0%, rgb(37, 94, 149) 100%);
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.s_download__tbl {
  background: #eff3f9;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .s_download__tbl {
    padding: 30px 11px;
  }
}
.s_download__tbl .defTable01 input {
  background: #fff;
}
.s_download__ul.pickup {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.s_download__li.pickup {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s_download__li.pickup {
    display: block;
  }
}
.s_download__li.pickup .s_download__target {
  flex-basis: 100%;
}
.s_download__li.pickup .s_download__img {
  flex-basis: 50%;
}
.s_download__li.pickup .s_download__box {
  flex-basis: 50%;
}
.s_download__li.pickup .s_download__ttl {
  font-size: 2.4rem;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .s_download__li.pickup .s_download__ttl {
    font-size: 1.7rem;
    padding-top: 15px;
  }
}
.detail__swiper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.detail__swiper .swiper-button-prev::after,
.detail__swiper .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.detail__swiper .swiper-button-prev::after {
  border-bottom: 20px solid transparent;
  border-right: 30px solid #0f3162;
  border-top: 20px solid transparent;
}
.detail__swiper .swiper-button-next::after {
  border-bottom: 20px solid transparent;
  border-left: 30px solid #0f3162;
  border-top: 20px solid transparent;
}
.detail__swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.detail__img img {
  height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}
/*============================
	news
============================*/
@media screen and (max-width: 767px) {
  .s_news__flex {
    display: block;
  }
}
.s_news__archive {
  flex-basis: calc(100% - 600px);
}
@media screen and (max-width: 767px) {
  .s_news__archive {
    display: block;
  }
}
.s_news__side {
  flex-basis: 400px;
}
.s_news__li {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ababab;
}
.s_news__img {
  flex-basis: 25%;
}
.s_news__box {
  flex-basis: 75%;
  padding-left: 30px;
}
.s_news__ttl {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.s_news__ttl a {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .s_news__ttl a {
    font-size: 1.5rem;
  }
}
.s_news__ttl::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #4a4141;
  left: 0;
  bottom: 5px;
}
.s_news__cat {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.s_news__cat .cate {
  background: #0f3162;
  padding: 0 10px;
  margin-right: 8px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #fff;
}
.s_news__txt {
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.s_news__bnr {
  margin-bottom: 2rem;
}
.s_news__pickup {
  background: #fff;
}
.s_news__pickup--ttl {
  background: #0f3162;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.s_news__pickup .s_news__ul {
  padding: 0 2rem;
  counter-reset: number 0;
}
.s_news__pickup .s_news__li {
  position: relative;
  align-items: center;
}
.s_news__pickup .s_news__li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: #d1b467;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.s_news__pickup .s_news__li:nth-child(2)::before {
  background-color: #89aec2;
}
.s_news__pickup .s_news__li:nth-child(3)::before {
  background-color: #b48654;
}

.taxonomy__list {
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .taxonomy__list {
    display: block;
    margin-bottom: 20px;
  }
}
.taxonomy__list li {
  flex-basis: 32%;
}
.taxonomy__list li a {
  width: 100%;
  text-align: center;
  background-color: #333;
  display: inline-block;
  line-height: 75px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  border: 1px solid #333;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .taxonomy__list li a {
    display: block;
    margin: 0 auto 15px;
    line-height: 45px;
    font-size: 16px;
  }
}
.taxonomy__list li a:hover {
  opacity: 1;
  background-color: #fff;
  color: #333;
}
.taxonomy__list li.current a {
  background-color: #fff;
  color: #333;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi a {
    padding: 5px 5px;
  }
}
.wp-pagenavi a:hover {
  border-bottom: 1px solid #8e7b6d;
}
.wp-pagenavi span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi span {
    padding: 5px 5px;
  }
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  font-weight: 600;
  border-bottom: 1px solid #8e7b6d;
}

/*============================
	company
============================*/
.s_company__cp {
  font-weight: 700;
  font-size: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .s_company__cp {
    font-size: 1.8rem;
  }
}
.s_company__cp span {
  background: linear-gradient(transparent 70%, #ffc200 70%);
}
.table-type-a {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-type-a th {
  background: #f5f6f8;
  background: #0f3162;
  color: #fff;
  border-top: solid 1px #e8eaf1;
  border-bottom: solid 1px #e8eaf1;
  padding: 20px 20px;
  text-align: left;
  font-weight: 500;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .table-type-a th {
    display: block;
    width: 100%;
    padding: 11px 20px;
    border-top: none;
    border-bottom: none;
  }
}
.table-type-a td {
  border-top: solid 1px #e8eaf1;
  border-right: solid 1px #e8eaf1;
  border-bottom: solid 1px #e8eaf1;
  padding: 20px 20px;
  line-height: 1.2;
  background: #fff;
}
.table-type-a td:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .table-type-a td {
    display: block;
    width: 100%;
    padding: 20px 20px;
    border-top: none;
    border-bottom: none;
  }
}

.s_access iframe {
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .s_access iframe {
    height: 300px;
  }
}

/*============================
	contact
  ===========================*/
.defTable01 {
  width: 100%;
}
.defTable01 th,
.defTable01 td {
  padding: 23px 0;
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .defTable01 th,
  .defTable01 td {
    font-size: 1.4rem;
    padding: 16px 0;
    display: block;
  }
}
.defTable01 th {
  width: 200px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .defTable01 th {
    border-bottom: none;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .defTable01 td {
    padding-top: 0;
  }
}
.defTable01 tr:first-child th,
.defTable01 tr:first-child td {
  padding-top: 0;
}
.defTable01 .clrred {
  font-size: 18px;
  color: #d30000;
  font-style: normal;
  text-align: center;
  display: inline-block;
}
.defTable01 input {
  padding: 8px 10px;
  background: #eee;
  border: none;
  width: 100%;
}
.defTable01 input[type="file"] {
  background: none;
}
.defTable01 input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.defTable01 input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.defTable01 input[type="submit"] {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 280px;
  line-height: 60px;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;
  letter-spacing: 0.1em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .defTable01 input[type="submit"] {
    margin-top: 23px;
    width: 240px;
    line-height: 50px;
    font-size: 1.6rem;
  }
}
.defTable01 textarea {
  padding: 8px 10px;
  background: #eee;
  border: none;
  font-weight: 500;
  width: 100%;
  resize: vertical;
}
.defTable01 .bbn th,
.defTable01 .bbn td {
  border-bottom: none;
}
.defTable01 .privacyBox {
  padding: 0px 20px 30px;
  width: calc(100% - 0px);
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
  background: #eee;
  font-size: 90%;
  box-sizing: border-box;
}
.defTable01 .privacyBox .sub_ttl {
  margin: 20px 0px 15px 0px;
  font-size: 15px;
  padding: 2px 0px 2px 8px;
  border-left: 5px solid #0f3162;
  line-height: 120%;
}
.defTable01 .privacyBox p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
.defTable01 .privacyBox ul.ulbox li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 5px;
  font-size: 13px;
  line-height: 1.6;
}
.defTable01 .privacyBox::-webkit-scrollbar {
  width: 3px;
}
.defTable01 .privacyBox::-webkit-scrollbar-track {
  background: #ddd;
}
.defTable01 .privacyBox::-webkit-scrollbar-thumb {
  background: #0f3162;
  border-radius: 5px;
}

.form_btn {
  display: flex;
  justify-content: space-evenly;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/cmn/check_icon.png") no-repeat center;
  background-size: contain;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-radio {
    flex-wrap: wrap;
  }
}
.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    display: block;
    flex-basis: 50%;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  background: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #0f3162;
  box-shadow: inset 0 0 0 2px #fff;
}

.wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/cmn/check_icon.png") no-repeat center;
  background-size: contain;
}

.demo__txt {
  text-align: center;
  font-weight: 700;
  color: #0f3162;
} /*# sourceMappingURL=subpage.css.map */

.issue__flex {
  display: flex;
  justify-content: space-between;
  padding: 7rem;
  background: #eaf1fa;
}
@media screen and (max-width: 767px) {
  .issue__flex {
    padding: 3rem;
    flex-direction: column-reverse;
  }
}
.issue__box {
  flex-basis: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .issue__box {
    margin-bottom: 20px;
  }
}
.issue__box .section__h3 {
  flex-basis: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .issue__box {
    margin-bottom: 20px;
  }
}
.issue__img {
  /* position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/business/issue01.jpg) center center no-repeat;
  width: 960px;
  height: 640px;
  z-index: 2; */
}
/* .issue__img.business02 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/business/issue02.jpg) center center no-repeat;
  width: 960px;
  height: 450px;
  z-index: 2;
}
.issue__img.business03 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/business/issue03.jpg) center center no-repeat;
  width: 960px;
  height: 350px;
  z-index: 2;
}
.issue__img.business04 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/business/issue04.jpg) center center no-repeat;
  width: 960px;
  height: 350px;
  z-index: 2;
} */

@media screen and (max-width: 767px) {
  .issue__img,
  .issue__img.business02,
  .issue__img.business03,
  .issue__img.business04 {
    width: 100%;
    height: 100%;
    position: static;
  }
}
.issue__ul {
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .issue__ul {
    padding: 0;
  }
}
.issue__li {
  background: url(../img/business/icon_check.png) no-repeat;
  padding-left: 35px;
  padding-right: 2%;
  margin-bottom: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .issue__li {
    background: url(../img/business/icon_check.png) left top 8px no-repeat;
    background-size: 20px;
  }
}
.issue__li strong {
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .issue__li strong {
    font-size: 2rem;
  }
}
.issue__txtwrap {
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .issue__txtwrap {
    padding: 0;
  }
}
.issue__cp {
  font-size: 2.7rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .issue__cp {
    font-size: 1.7rem;
  }
}
.issue__cp span {
  background: linear-gradient(transparent 60%, #fad44a 60%);
}
.issue__txt {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .s_acd {
    padding-bottom: 40px;
  }
  /* ボタン */
  .accordion-btn {
    top: 100%;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    left: 0;
    margin: auto;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    text-align: right;
    transition: all 0.2s;
    width: fit-content;
    z-index: 1;
  }

  /* 続きを読むボタンの表記 */
  .accordion-btn::after {
    content: "続きを読む";
  }
  /* ボタンhover時のスタイル */
  .accordion-btn:hover {
  }
  .accordion-text {
    overflow: hidden; /* テキストを隠す */
    position: relative;
  }
  /* 最初に見えてるテキストエリアの高さ */
  .accordion-text.is-hide {
    height: 40px;
  }
  /* テキストをグラデーションで隠す */
  .accordion-text::before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(239, 243, 249, 0.9) 80%, rgba(239, 243, 249, 0.9) 20%, #eff3f9 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(239, 243, 249, 0.9) 80%, rgba(239, 243, 249, 0.9) 20%, #eff3f9 100%);
    bottom: 0;
    content: "";
    height: 48px;
    position: absolute;
    width: 100%;
  }
  /* 閉じるボタンの位置 */
  .accordion-btn.is-show {
    bottom: -3em;
  }
  /* 閉じるボタンの表記 */
  .accordion-btn.is-show::after {
    content: "閉じる";
  }
  /* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
  .accordion-btn.is-show + .accordion-text::before {
    display: none;
  }
  /* レイアウトの為のスタイル */
  .accordion {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 300px;
  }
  .accordion:not(:first-of-type) {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .accordion-text p {
    line-height: 1.3;
  }
}


/*
Wordpress 
__________________________*/

/* single-page*/
.sgl-cts strong{font-weight:bold;}
.sgl-cts cite,.sgl-cts em,.sgl-cts i{font-style:italic;}
.sgl-cts big{font-size:131.25%;}
.sgl-cts ins{background:#ffc;text-decoration:none;}
.sgl-cts blockquote{font-style:italic;padding:0.3em;}
.sgl-cts blockquotecite,.sgl-cts blockquoteem,.sgl-cts blockquotei{font-style:normal;}
.sgl-cts pre{background:#f7f7f7;color:#222;line-height:18px;margin-bottom:18px;overflow:auto;padding:1.5em;}
.sgl-cts abbr,.sgl-cts acronym{border-bottom:1px dotted #666;cursor:help;}
.sgl-cts sup,.sgl-cts sub{height:0;line-height:1;position:relative;vertical-align:baseline;}
.sgl-cts sup{bottom:1ex;}
.sgl-cts sub{top:.5ex;}
.sgl-cts p {display: block;margin-bottom: 1em;}
.sgl-cts table,	.sgl-cts th,	.sgl-cts td{border: 1px solid #000;}
.sgl-cts table{
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
}

.sgl-cts table th,	.sgl-cts table caption {	border-width: 0 1px 1px 0;	padding: 7px;	text-align: left;	vertical-align: baseline;}
.sgl-cts table td {	border-width: 0 1px 1px 0;	padding: 7px;	vertical-align: baseline;}
.sgl-cts ol{ list-style: decimal outside;}
.sgl-cts ul{list-style: disc outside;}
.sgl-cts li{margin-left: 1em;}

.sgl-cts .wp-block-image{margin-bottom: 1em;}
.sgl-cts .single-tn{margin-bottom: 1em;text-align: center;}

/*useragent reset.cssの上書き*/
.sgl-cts h1 {font-size: 2em;font-weight: bold;}
.sgl-cts h2 {font-size: 1.5em;font-weight: bold;}
.sgl-cts h3 {font-size: 1.17em;font-weight: bold;}
.sgl-cts h4 {font-weight: bold;}
.sgl-cts h5 {font-size: 0.83em;font-weight: bold;}
.sgl-cts h6 {display: block;font-size: 0.67em;font-weight: bold;}


/*投稿画面の表のスタイルを当てる*/
.sgl-cts .wp-block-table thead {border-bottom: 3px solid;}
.sgl-cts .wp-block-table tfoot {border-top: 3px solid;}
.sgl-cts .wp-block-table td,.wp-block-table th {padding: 0.5em;border: 1px solid;word-break: normal;}
.sgl-cts .wp-block-table figcaption {color: #555;font-size: 13px;text-align: center;}
.sgl-cts .wp-block-table td,.wp-block-table th {border: 1px solid;}
.sgl-cts .wp-block-table figcaption {color: #555;font-size: 13px;text-align: center;}
.sgl-cts .is-dark-theme .wp-block-table figcaption {color: hsla(0, 0%, 100%, 0.65);}


/*Contact Form 7*/
.wpcf7-mail-sent-ok {display: none!important;}
.wpcf7-spinner{display: none!important;}
.wpcf7-spinner{position: absolute!important; top: 50%;}
.wpcf7-form input[type="checkbox"] {width: 1em!important; margin-left:0.1em!important; margin-right: 0.1em!important;}
.wpcf7-form input[type="radio"] {width: 1em!important;margin: 0 0.1em!important;}
.wpcf7-list-item{display: inline-block!important;margin-left: 0em!important;margin-right: 0em!important;}
.wpcf7-list-item-label::before {content: ""; margin-right: 0.2em;}
.wpcf7-form.invalid .wpcf7-acceptance + .wpcf7-not-valid-tip{ 
white-space: nowrap;
}
.wpcf7-form .vt-a{vertical-align: top;}