@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
:root {
  --base: #000;
  --gray1: #7A8182;
  --gray2: #F0F4F5;
  --gray3: #F0F4F4;
  --gray4: #494949;
  --gray5: #E5EBEB;
  --gray6: #D6D6D6;
  --gray7: #707070;
  --gray8: #C4C4C4;
  --gray9: #E1E1E1;
  --gray10: #ABABAB;
  --green1: #229F91;
  --green2: #56C69E;
  --green3: #F0F4F5;
  --green4: #098374;
  --green5: #F0F4F4;
  --red1: #FF0000;
  --red2: #F76E5C;
  --blue: #0377CA;
}

/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: auto;
  max-width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1120px) {
  html {
    font-size: 0.8920606601vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select {
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=checkbox] {
  border: 0.05rem solid var(--gray5);
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

label {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

input[type=button] {
  font-family: FontAwesome;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1120px) {
  .tab {
    display: block;
  }
}

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

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

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

.no-link {
  pointer-events: none;
}

.page-links {
  margin-top: -7.2rem;
  padding-top: 7.2rem;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .page-links {
    margin-top: -4.8rem;
    padding-top: 4.8rem;
  }
}

.js-accordion-btn {
  position: relative;
}
.js-accordion-btn::before, .js-accordion-btn::after {
  content: "";
  width: 2.3rem;
  height: 1px;
  background: var(--base);
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.js-accordion-btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-accordion-btn.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  opacity: 0;
}
.js-accordion-content {
  display: none;
}
.js-accordion-content.is-open {
  display: block;
}

/*-- 旧common　ここから --*/
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.comBtn01 {
  padding: 1rem 1.1rem 1.1rem 1rem;
  color: #FFF;
  border: 1px solid #229F90;
  background-color: #229F90;
  margin-bottom: 0px;
}

.comBtn02 {
  padding: 1rem 1.1rem 1.1rem 1rem;
  color: #229F90;
  border: 1px solid #229F90;
  margin-bottom: 0px;
  background-color: #FFF;
}
.comBtn02:disabled {
  color: #E5EBEB;
  background-color: #FFF;
}

.comBtn03 {
  padding: 1.1rem 2rem 1.2rem;
  color: #FFF;
  background-color: #F76E5C;
  font-weight: normal;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.3rem;
}

.newRegistBlock {
  padding: 2rem;
  height: 20rem;
  float: left;
  margin-top: 2rem;
  width: 45rem;
  background-color: #f0f4f4;
}
.newRegistBlock h1 {
  font-size: 2rem;
  margin-bottom: 3.5rem;
}
.newRegistBlock span {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .newRegistBlock {
    width: calc(100% - 4rem);
    height: auto;
    float: none;
  }
}

.loginBlock h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .loginBlock {
    padding: 0 1rem;
  }
}

.forget_password {
  width: 100%;
  color: #229f90;
  font-size: 1.2rem;
  text-decoration: underline;
}

#loginadd {
  font-weight: bold;
  font-size: 1.4rem;
  padding: 1.1rem 1rem 1.2rem 1.2rem;
  display: inline-block;
  color: #FFF;
  background-color: #229F90;
  -webkit-appearance: none;
  border: none;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 5.9rem;
  color: #464949;
  font-size: 3rem;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.headLine01 .english {
  margin-top: 1.3rem;
  display: block;
}

.headLine01 .english img {
  margin: 0 auto;
  display: block;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 1.4rem;
  padding-bottom: 0.5rem;
  font-size: 2.4rem;
  line-height: 1.33;
  border-bottom: 1px solid #E5EBEB;
}

.comH2Ttl01 {
  margin-bottom: 2.5rem;
  padding-bottom: 0.7rem;
}

.comH2Ttl02 {
  margin-bottom: 2.6rem;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 1.4rem;
  padding: 0.4rem 0.9rem;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.75;
  background-color: #444747;
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
  margin-bottom: 2.2rem;
  color: #229F90;
  font-size: 1.8rem;
  line-height: 1.33;
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
  margin-bottom: 0.4rem;
  color: #1D1D1D;
  font-size: 1.4rem;
  line-height: 1.71;
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
  margin-bottom: 0.4rem;
  padding: 0 0.7rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.71;
  background: #229F91;
}

/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
  color: #1D1D1D;
  font-weight: bold;
  font-size: 1.4rem;
}

/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
  margin-top: 2.5rem;
  margin-bottom: 1.4rem;
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.33;
  border-bottom: 1px solid #E5EBEB;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
  padding: 0.4rem 1rem 0.5rem 2.5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.4em;
  text-decoration: none;
  border-radius: 2px;
  background: #229F8F url(../img/common/icon03.png) no-repeat 10px center;
}
.comLink a.tab-btn--1 {
  background-image: url(none);
  min-width: 10rem;
  text-align: center;
}
.comLink a.tab-btn--1 i {
  margin: 0 1rem 0 -1rem;
}
.comLink a.tab-btn--2 {
  background-image: url(none);
  min-width: 10rem;
  text-align: center;
  margin-left: 2rem;
}
.comLink a.tab-btn--2 i {
  margin: 0 1rem 0 -1rem;
}
@media only screen and (max-width: 768px) {
  .comLink a.tab-btn--2 {
    margin: 0;
  }
}

.comLink a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.comLink .is-active {
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
  border: 1px solid #229F8F;
  background: #229F8F url(../img/common/icon03.png) no-repeat 1rem center;
}

.comLink .is-deactive {
  cursor: pointer;
  color: #229F8F;
  filter: alpha(opacity=100);
  opacity: 1;
  border: 1px solid #229F8F;
  background: #fff url(../img/common/icon03.png) no-repeat 1rem center;
}

/*------------------------------------------------------------
	comListBox
------------------------------------------------------------*/
.comListBox article {
  margin-right: 0.5rem;
  width: 23.6rem;
  float: left;
  background: #fff;
}
.comListBox article:nth-child(4n) {
  margin-right: 0;
}
.comListBox article .textBox {
  padding: 1rem 1.8rem 0.9rem;
}
.comListBox article p {
  margin-bottom: 0.1rem;
  color: #464949;
  font-size: 1.4rem;
  line-height: 1.7;
}
.comListBox article .recommendMaker {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.comListBox article h3 {
  margin-bottom: 0.1rem;
  color: #464949;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.comListBox article .photo {
  position: relative;
}
.comListBox article .photo .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url(../img/index/bg01.png) repeat left top;
}
.comListBox article .photo .bg .subBg {
  color: #fff;
  display: table-cell;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}
.comListBox article .photo .bg .subBg img {
  margin-right: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .comListBox article a:hover {
    color: #229f90 !important;
    text-decoration: none;
  }
  .comListBox article a:hover .photo .bg {
    display: table;
  }
}

/*------------------------------------------------------------
	comTxt01
------------------------------------------------------------*/
.comTxt01 {
  margin-bottom: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.71;
}

.comTxt01 .color {
  color: #ED4731;
}

/*------------------------------------------------------------
	comTxt02
------------------------------------------------------------*/
.comTxt02 {
  margin-bottom: 1.7rem;
  color: #ED4731;
  font-size: 1.2rem;
}

/*------------------------------------------------------------
	comTxt03
------------------------------------------------------------*/
.comTxt03 {
  margin-bottom: 0.9rem;
  color: #7A8182;
  font-size: 1.2rem;
  line-height: 1;
}

/*------------------------------------------------------------
	comSubBox
------------------------------------------------------------*/
.comSubBox {
  margin-bottom: 2rem;
}
.comSubBox.comSubBox--pagination {
  margin: 2rem 0 5.7rem;
}
.comSubBox.comSubBox--pagination ul {
  float: none;
  text-align: center;
}

.comSubBox02 {
  margin-bottom: 1.5rem;
}

.comSubBox .lTxt {
  margin-top: 0.1rem;
  float: left;
  color: #464949;
  font-size: 1.2rem;
}

.comSubBox ul {
  float: right;
}

.comSubBox li {
  margin-left: 0.2rem;
  display: inline-block;
  font-size: 1.2rem;
}

.comSubBox li a,
.comSubBox li span {
  padding: 0.1rem 0.5rem 0;
  display: inline-block;
  color: #7A8182;
  line-height: 1.4;
  border: 1px solid #D8E1E0;
  border-radius: 0.2rem;
}

.comSubBox li span,
.comSubBox li a:hover {
  color: #FFF;
  text-decoration: none;
  border-color: #229F90;
  background-color: #229F90;
}

/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
.comBtnList {
  margin-bottom: 3.2rem;
  margin-top: 1rem;
}
.comBtnList li {
  margin: 0.7rem 1rem 0.3rem 0;
  float: left;
}
.comBtnList li input {
  -webkit-appearance: none;
  font-size: 1.4rem;
  border: none;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.comBtnList.largeBtn li input {
  font-weight: normal;
}

.comBtnList li input:hover,
.comBtnList li .hover {
  opacity: 0.6;
}

.comBtnList li input:disabled {
  color: #FFF;
  cursor: auto;
  background-color: #E5EBEB;
  border-color: #E5EBEB;
}

.comBtnList li input:disabled:hover {
  opacity: 1;
}

.comBtnList li .comBtn01 {
  padding: 1rem 1.1rem 1.1rem 1rem;
  color: #FFF;
  border: 1px solid #229F90;
  background-color: #229F90;
  margin-bottom: 0px;
}

.comBtnList li .comBtn02 {
  padding: 1rem 1.1rem 1.1rem 1rem;
  color: #229F90;
  border: 1px solid #229F90;
  margin-bottom: 0px;
  background-color: #FFF;
}

.comBtnList li .comBtn02:disabled {
  color: #E5EBEB;
  background-color: #FFF;
}

.comBtnList li .comBtn03 {
  padding: 1.1rem 2rem 1.2rem 2rem;
  color: #FFF;
  background-color: #F76E5C;
  font-weight: normal;
}

.comBtnList.middleBtn li .comBtn01 {
  padding: 0.6rem 1.1rem 0.4rem 1rem;
}

.comBtnList.middleBtn li .comBtn02 {
  padding: 0.6rem 1.1rem 0.4rem 1rem;
}

.comBtnList.middleBtn li .comBtn03 {
  padding: 0.7rem 1rem 0.5rem 1.2rem;
}

.comBtnList.smallBtn li {
  margin-right: 0.5rem;
}

.comBtnList.smallBtn li .comBtn01 {
  padding: 0.2rem 0.2rem 0.1rem;
}

.comBtnList.smallBtn li .comBtn02 {
  padding: 0.1rem 0.1rem 0;
}

.comBtnList.smallBtn li .comBtn03 {
  padding: 0.2rem 0.1rem 0.1rem 0.2rem;
}

.helpList_li {
  background-color: #f0f4f5;
  margin: 0.5rem 0;
  padding: 1.6rem 0 1.7rem;
  color: #444747;
  font-size: 1.4rem;
  overflow: hidden;
}

.helpList_li_icon {
  width: 3.6rem;
  margin: 0 1.6rem 0 1rem;
  position: absolute;
}

.helpList_li_text {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0.8rem 0 0.5rem 6.2rem;
  color: #464646;
  text-decoration: none;
}

.panel {
  display: none;
}

.panel.is-show {
  display: block;
}

.featherlight-sample {
  display: none;
}

.featherlight-sample input {
  width: 22rem;
  text-align: center;
  padding: 0.9rem 1.4rem 1rem;
  margin: 0 0 0 3.5rem;
  display: inline;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  background-color: #229F91;
  border: 0px none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .featherlight-sample input {
    margin: 0 0 1rem;
  }
}

.search-where-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}

.search-where-btn {
  margin-right: 4rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .search-where-btn {
    margin: 0;
    text-align: center;
  }
}

/*------------------------------------------------------------
	mypage
------------------------------------------------------------*/
.mypage_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .mypage_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mypage_col {
  width: 155px;
  position: relative;
  min-height: 1px;
}

.mypage_col a:link {
  text-decoration: none;
}

.mypage_col a:hover {
  opacity: 0.7;
}

.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.small-box h3, .small-box p {
  z-index: 5;
}

.small-box h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}

.small-box p {
  font-size: 12px;
  margin: 0 0 10px;
}

.small-box > .inner {
  padding: 10px;
  height: 50px;
}

.small-box .icon {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.15);
}

.bg-teal {
  background-color: #39cccc !important;
}

.bg-aqua {
  background-color: #00c0ef !important;
}

.bg-yellow {
  background-color: #f39c12 !important;
}

.bg-green {
  background-color: #00a65a !important;
}

.mypage_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  display: table;
  border-color: grey;
}

.mypage_table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.mypage_table th {
  text-align: left;
  font-size: 14px;
}

.mypage_table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  height: 40px;
}

.mypage_table td {
  text-align: left;
  font-size: 12px;
}

.mypage_table > thead > tr > th, .mypage_table > tbody > tr > th, .mypage_table > tfoot > tr > th, .mypage_table > thead > tr > td, .mypage_table > tbody > tr > td, .mypage_table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}

.mypage_table > tbody > tr > td, .mypage_table > tbody > tr > th, .mypage_table > tfoot > tr > td, .mypage_table > tfoot > tr > th, .mypage_table > thead > tr > td, .mypage_table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.mypage_btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin: 2px;
  padding: 2px;
}

.mypage_btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}

.mypage_btn-block {
  display: block;
  width: 100%;
}

.recommendMaker {
  color: #229f90;
  font-size: 1.4rem;
}

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

.popupfront {
  width: 80rem;
  max-width: 90%;
  height: 60rem;
  max-height: calc(80vh - 7rem);
  padding-bottom: 3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  text-align: center;
  background-color: #FFFFFF;
  overflow: auto;
}
.popupfront img {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .popupfront {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2rem;
  }
}

#popup .cancel {
  float: right;
  margin-top: 2rem;
  margin-right: 2rem;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  #popup .cancel {
    position: absolute;
    top: 0;
    right: 0;
  }
}

#popup .bigLeftUl {
  float: left;
  margin-top: 2rem;
  margin-left: 2rem;
  width: 10rem;
}
@media only screen and (max-width: 768px) {
  #popup .bigLeftUl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    float: none;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
  #popup .bigLeftUl li {
    width: calc((100% - 2rem) / 5);
  }
}

#popup .bigPhotoUl {
  float: right;
  margin-top: 5rem;
  width: 60rem;
}
@media only screen and (max-width: 768px) {
  #popup .bigPhotoUl {
    float: none;
    width: 100%;
  }
}

/*-- 旧common　ここまで --*/
.l-global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
}
@media only screen and (max-width: 768px) {
  .l-global-nav {
    display: none;
  }
}
.l-global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.4rem;
  max-width: 104rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 0.5rem;
}
.l-global-nav__list_item {
  position: relative;
}
.l-global-nav__list_item:after {
  content: "";
  border-right: 0.1rem solid #C2C2C2;
  height: 1em;
  display: block;
  position: absolute;
  right: -1.7rem;
  top: 0.5rem;
}
.l-global-nav__list_item:last-child:after {
  content: none;
}
.l-global-nav__list_item span {
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.5rem);
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--red1);
}
.l-global-nav__list_link {
  text-decoration: none;
  color: var(--base);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-global-nav__list_link:hover {
  color: var(--green1);
}

.l-spnav {
  display: none;
  width: 100%;
  height: 100%;
  padding: 9.3rem 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F0F4F5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
}
.l-spnav__btns {
  background: #F0F4F5;
  padding: 0.4rem 3.2rem 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.2rem;
}
.l-spnav__btns_item {
  width: calc((100% - 1.2rem) / 2);
}
.l-spnav__btns_link {
  display: block;
  height: 100%;
  background: #229F91;
  border-radius: 0.4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  gap: 0.4rem;
  padding: 1.2rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-spnav__list {
  background: #fff;
  padding: 0 2.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
}
.l-spnav__list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-spnav__list_item + .l-spnav__list_item {
  border-top: 1px solid var(--gray5);
}
.l-spnav__list_link {
  display: block;
  padding: 1.8rem;
  text-decoration: none;
  color: var(--gray4);
}

.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2rem;
  max-width: 120rem;
  margin: 0 auto;
  gap: 7rem;
}
@media only screen and (max-width: 768px) {
  .l-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 2.8rem;
  }
}

.l-sidebar {
  width: 32rem;
}
@media only screen and (max-width: 768px) {
  .l-sidebar {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.l-sidebar_bnrarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.3rem;
  margin-bottom: 5.5rem;
}
.l-sidebar_bnrarea._mini {
  gap: 2.5rem;
}
.l-sidebar_bnrarea a:hover {
  opacity: 0.6;
}
.l-sidebar-nav_ttl {
  padding: 1.5rem;
  color: #fff;
  background: #818181;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
}
.l-sidebar-nav_list {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 4rem;
}
.l-sidebar-nav_list-link {
  color: #333333;
  padding: 1.5rem;
  display: block;
  border-bottom: 0.1rem solid #868686;
  background: url(../img/common/arrow.svg) no-repeat 95% 50%;
}
.l-sidebar-nav_list-link:hover {
  opacity: 0.6;
}

.l-main {
  width: calc(100% - 39rem);
}
@media only screen and (max-width: 768px) {
  .l-main {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.l-article_list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6.7rem;
}
.l-article_list-item:last-child {
  margin-bottom: 0;
}
.l-article_list-item.facility {
  gap: 4.3rem;
  margin-top: -3.3rem;
}
@media only screen and (max-width: 768px) {
  .l-article_list-item.facility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-article_list-item--facility-05 {
  gap: 2.6rem;
}
.l-article_list-ttl {
  color: #215DA9;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 4.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  text-align: left;
  margin-bottom: 2.6rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .l-article_list-ttl {
    font-size: 2.1rem;
    line-height: 1.2;
    padding-bottom: 1rem;
    padding-left: 3.5rem;
  }
}
.l-article_list-ttl:before {
  content: "";
  display: block;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #c8e4ff;
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .l-article_list-ttl:before {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.l-article_list-ttl:after {
  content: "";
  width: calc(100% - 0.8rem);
  height: 0.4rem;
  background: #c8e4ff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0.8rem;
}
.l-article_list-thumb {
  width: 37.2rem;
  margin-right: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .l-article_list-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.l-article_list-thumb.facility {
  margin-right: 0;
}
.l-article_list-txt {
  width: calc(100% - 40.7rem);
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.625;
  position: relative;
  padding-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .l-article_list-txt {
    width: 100%;
    padding-bottom: 10rem;
  }
}
.l-article_list-txt-facility-05 {
  width: 100%;
}
.l-article_list-txt--machine-list {
  width: 100%;
  line-height: 1.56;
}
.l-article_list-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-article_list-btn {
    text-align: center;
  }
}
.l-article_list-link {
  display: inline-block;
  width: 28.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.3rem solid var(--blue);
  text-align: center;
  padding: 1.6rem;
  color: var(--blue);
  font-weight: bold;
  position: relative;
  background: url(../img/common/arrow.svg) no-repeat 95% 50%;
}
.l-article_list-link:hover {
  background: var(--blue) url(../img/common/arrow_wh.svg) no-repeat 95% 50%;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-article_list-link {
    width: 90%;
  }
}
.l-article_list-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-article_list-img-text {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: left;
  color: #333333;
}

.l-ac {
  margin-top: 24px;
}
.l-ac .heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-ac .heading2 {
  margin-left: 2rem;
}
.l-ac .heading3 {
  margin-left: 2rem;
}
.l-ac .heading > ul:last-child {
  margin-bottom: 20px;
}
.l-ac .heading li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 5px;
  position: relative;
}
.l-ac .heading li .toggle {
  width: 4rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 1.4rem;
}
.l-ac .heading li .categoryName {
  width: calc(100% - 4rem);
  margin-left: auto;
  padding: 1rem 0;
  display: block;
  position: relative;
  font-size: 1.4rem;
  color: var(--gray4);
  font-weight: bold;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.l-ac .heading li .categoryName:hover {
  font-size: 1.5rem;
  color: #229f90;
}
.l-ac .heading li a span {
  position: absolute;
  right: 4rem;
}
.l-ac .heading > li {
  margin-bottom: 10px;
  background: #f0f4f4;
}
.l-ac .heading li.active {
  background: #f0f4f4;
  color: #229f90;
}
.l-ac .heading li.subHeading .categoryName {
  position: relative;
}
.l-ac .heading li.subHeading .toggle:before {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/common/icon17.png") no-repeat center center;
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  position: absolute;
  top: 1.4rem;
  left: 1.1rem;
  content: "";
}
.l-ac .heading li.active .toggle:before {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/common/icon18.png") no-repeat center center;
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  position: absolute;
  top: 1.4rem;
  left: 1.1rem;
  content: "";
}
.l-ac .heading li.active {
  margin-bottom: 5px;
}
.l-ac .heading > li.active {
  margin-bottom: 15px;
}
.l-ac .heading li.active a {
  background: #f0f4f4;
}
.l-ac .heading ul {
  display: none;
}
.l-ac .heading > ul > ul li {
  margin-left: 2rem;
}

.mailForm {
  text-align: left;
}
.mailForm .headLine02 {
  margin-bottom: 2.1rem;
  padding-bottom: 0.6rem;
}
.mailForm p {
  font-size: 1.8rem;
  line-height: 1.78;
}
.mailForm .note {
  margin-bottom: 2.3rem;
  color: #83898A;
  font-size: 1.5rem;
  line-height: 2.1;
}
.mailForm span {
  display: block;
  color: #83898A;
  line-height: 2.1;
}
.mailForm dl {
  margin-bottom: 5rem;
  border-top: 1px solid #E5E8EB;
}
@media only screen and (max-width: 768px) {
  .mailForm dl {
    padding: 0 1rem;
  }
}
.mailForm dt {
  padding: 1.5rem 2rem 0 1.5rem;
  width: 13.5rem;
  float: left;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.43;
}
@media only screen and (max-width: 768px) {
  .mailForm dt {
    float: none;
    width: 100%;
    padding: 1rem 0;
  }
}
.mailForm dt.error {
  color: #F76E5C;
}
.mailForm dt .must {
  margin-left: 0.4rem;
  padding: 0.2rem 0.5rem 0.1rem;
  display: inline-block;
  color: #FFF;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  background-color: #F76E5C;
  border-radius: 7px;
  vertical-align: baseline;
}
.mailForm dd {
  padding: 1.6rem 1.6rem 1.5rem 20rem;
  font-size: 1.4rem;
  border-bottom: 1px solid #E5E8EB;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mailForm dd {
    padding: 0 0 1rem;
  }
}
.mailForm dd.error .errorTxt {
  margin: 0.5rem 0 0 0.9rem;
  display: block;
  color: #F76E5C;
}
.mailForm dd.error input:not(.zip_btn),
.mailForm dd.error span.customSelect,
.mailForm dd.error select {
  border-color: #F76E5C;
  background-color: #FFECEA;
}
.mailForm dd .radioUl li,
.mailForm dd .checkUl li {
  margin-right: 1rem;
  display: inline-block;
}
.mailForm dd .input-label {
  position: absolute;
  left: 17rem;
  line-height: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .mailForm dd .input-label {
    position: static;
    line-height: 2;
  }
}
.mailForm dd textarea {
  margin: 0;
  padding: 1.2rem 1.1rem;
  width: 81.4rem;
  max-width: 100%;
  height: 20rem;
  font-size: 1.4rem;
  border: 1px solid #D8E1E0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mailForm dd textarea::-webkit-input-placeholder {
  color: #BAC4C3;
}
.mailForm dd textarea::-moz-placeholder {
  color: #BAC4C3;
}
.mailForm dd textarea:-ms-input-placeholder {
  color: #BAC4C3;
}
.mailForm dd select,
.mailForm dd input {
  padding: 1.2rem 1.1rem 1.1rem;
  width: 40.5rem;
  font-size: 1.4rem;
  border: 1px solid #D8E1E0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .mailForm dd select,
  .mailForm dd input {
    width: 100%;
  }
}
.mailForm dd input::-webkit-input-placeholder {
  color: #BAC4C3;
}
.mailForm dd input::-moz-placeholder {
  color: #BAC4C3;
}
.mailForm dd input:-ms-input-placeholder {
  color: #BAC4C3;
}
.mailForm dd #fAddress {
  width: 81.4rem;
}
.mailForm dd .zip_btn {
  padding: 0.7rem 0.6rem 0.6rem 2.7rem;
  cursor: pointer;
  -webkit-appearance: none;
  width: 20rem;
  font-size: 1.4rem;
  color: #FFF;
  border: none;
  border-radius: 2px;
  background: #229F90 url(../img/common/icon04.png) no-repeat 0.9rem center;
}
@media only screen and (max-width: 768px) {
  .mailForm dd .zip_btn {
    margin-top: 1rem;
  }
}
.mailForm dd input:disabled {
  border-color: #D8E1E0;
  background-color: #E5EBEB;
}
.mailForm dd .lineSpan {
  margin: 0 1rem;
  vertical-align: 1px;
}
.mailForm dd .wid01 {
  width: 8rem;
}
.mailForm dd .wid02 {
  width: 10rem;
}
.mailForm .custom-ui-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.mailForm .custom-checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 1.9rem;
  padding-bottom: 0.2rem;
  line-height: 1;
  cursor: pointer;
}
.mailForm .custom-checkbox label input[type=checkbox] {
  display: none;
}
.mailForm .custom-checkbox label .checkbox:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 1.4rem;
  width: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/common/check_img02.png) center/contain no-repeat;
}
.mailForm .custom-checkbox label input[type=checkbox]:checked + .checkbox:before {
  background-image: url(../img/common/check_img01.png);
}
.mailForm .custom-checkbox label input[type=checkbox]:disabled + .checkbox:before {
  background-image: url(../img/common/check_img03.png);
}
.mailForm .custom-radio label {
  display: inline-block;
  position: relative;
  padding-left: 1.9rem;
  padding-bottom: 0.2rem;
  line-height: 1;
  cursor: pointer;
}
.mailForm .custom-radio label input[type=radio] {
  display: none;
}
.mailForm .custom-radio label .radio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 1.4rem;
  width: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/common/radio_img02.png) center/contain no-repeat;
}
.mailForm .custom-radio label input[type=radio]:checked + .radio:before {
  background-image: url(../img/common/radio_img01.png);
}
.mailForm .custom-radio label input[type=radio]:disabled + .radio:before {
  background-image: url(../img/common/radio_img03.png);
}
.mailForm .dtStyle01 {
  padding-top: 1.5rem;
}
.mailForm .ddStyle01 select {
  width: 16.4rem;
}
.mailForm .ddStyle02 {
  padding: 2.5rem 1.6rem 2.6rem 17rem;
}
.mailForm .ddStyle02 label {
  padding-left: 2.5rem;
}
.mailForm .ddStyle02 a {
  color: #229F90;
  text-decoration: none;
}
.mailForm .ddStyle02 a:hover {
  opacity: 0.7;
}
.mailForm .submit {
  margin-bottom: 0;
  text-align: center;
}
.mailForm .submit li {
  margin: 0;
  display: inline-block;
  float: none;
}
.mailForm .submit li input {
  width: 10rem;
}
.mailForm .check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mailForm .check-box input {
  width: auto;
  margin-right: 1rem;
}
.mailForm .inquiriesBox .custom-checkbox {
  margin-bottom: 1.5rem;
}
.mailForm .requestBox {
  margin-bottom: 60rem;
  width: 60rem;
}
.mailForm .requestBox .custom-checkbox {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.mailForm .terms {
  margin-top: 2rem;
  margin-left: 19.5rem;
  width: 60rem;
  font-size: 1rem;
  border: 1px solid #ddd;
  padding: 1.4rem;
  height: 20rem;
  overflow-y: scroll;
  background: #f8f8f8;
  line-height: 2;
}
.mailForm .terms p {
  font-size: 1.2rem;
  color: #83898A;
}
@media only screen and (max-width: 768px) {
  .mailForm .terms {
    margin: 1rem auto;
    width: calc(100% - 2.8rem);
  }
}

.l-detail {
  word-break: break-word;
}
.l-detail .c-ttl-sec:not(:first-child),
.l-detail .c-ttl-subpage:not(:first-child) {
  margin-top: 3rem;
}
.l-detail .p-home-ranking__block {
  margin-top: 2rem;
}
.l-detail img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.l-detail table {
  width: 100% !important;
}
.l-detail .jsBox {
  position: relative;
  overflow: hidden;
  height: 16.8rem;
}
.l-detail .jsBox:before {
  display: none;
}
.l-detail .jsBox.on {
  height: auto !important;
}
.l-detail .jsBox.on:before {
  display: none;
}
.l-detail .jsBoxHide {
  position: relative;
  overflow: hidden;
  height: 16.8rem;
}
.l-detail .jsBoxHide:before {
  width: 100%;
  height: 2.8rem;
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  content: "";
}
.l-detail .more {
  text-align: center;
  font-size: 1.4rem;
  position: relative;
}
.l-detail .more:before {
  width: 100%;
  height: 2.8rem;
  background: url(../../img/products/material/erewhonfix_ls/txt_bg.png) repeat-x left bottom;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: "";
  display: block;
}
.l-detail .more a {
  padding-bottom: 0.6rem;
  display: inline-block;
  color: #229F90;
  background: url(../../img/common/img03.png) no-repeat center bottom;
}
.l-detail__ttl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .l-detail__ttl-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-detail__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.625;
}
.l-detail__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.l-detail__ttl02 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.95;
  color: #229F91;
  margin-bottom: 1rem;
}
.l-detail__ttl02 + .l-detail__txt {
  margin-top: 1rem;
}
.l-detail__ttl03 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #229F91;
  line-height: 2;
}
.l-detail__ttl04 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #229F91;
  line-height: 2;
}
.l-detail__txt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.l-detail__txt + .l-detail__ttl02 {
  margin-top: 4rem;
}
.l-detail__txt + .l-detail__txt {
  margin-top: 2rem;
}
.l-detail__txt + .l-detail__btn {
  margin-top: 2rem;
}
.l-detail__row {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.1rem;
}
.l-detail__row--half {
  gap: 2.4rem;
}
.l-detail__row--half .l-detail__col {
  width: calc((100% - 2.4rem) / 2);
}
@media only screen and (min-width: 768px) {
  .l-detail__row--case .l-detail__col {
    width: 42rem;
  }
  .l-detail__row--case .l-detail__col--slider {
    width: calc(100% - 42rem);
  }
}
@media only screen and (max-width: 768px) {
  .l-detail__row--case .l-detail__col {
    width: 100%;
  }
  .l-detail__row--case .l-detail__col--slider {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .l-detail__row:not(.l-detail__row--half):not(.l-detail__row--case) .l-detail__img {
    width: 25rem;
  }
  .l-detail__row:not(.l-detail__row--half):not(.l-detail__row--case) .l-detail__col {
    width: 46rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-detail__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  .l-detail__row--half {
    gap: 2rem;
  }
  .l-detail__row--half .l-detail__col {
    width: 100%;
  }
}
.l-detail__img {
  width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .l-detail__img {
    width: 100%;
    text-align: center;
  }
}
.l-detail__col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-detail__btn {
  margin-top: 1.2rem;
}
.l-detail__btn-btn {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #fff;
  background: #229F91;
  border-radius: 9px;
  text-align: center;
  width: 25.4rem;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 1.2rem 0.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  min-height: 5rem;
}
.l-detail__btn-btn::-webkit-search-decoration {
  display: none;
}
.l-detail__btn-btn::focus {
  outline-offset: -2px;
}
.l-detail__btn-btn--or {
  background: #FF8800;
}
.l-detail__btn-btn--short {
  font-size: 1.4rem;
  width: 15.6rem;
  padding: 0.7rem 0.5rem;
  min-height: 3.5rem;
}
.l-detail__btn-btn--long {
  width: 41.2rem;
}
.l-detail__btn--news {
  margin-top: 3rem;
  text-align: center;
}
.l-detail__btn + .l-detail__btn {
  margin-top: 1.2rem;
}
.l-detail__btn + .l-detail__ttl02 {
  margin-top: 5rem;
}
.l-detail__btn + .l-detail__txt {
  margin-top: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .l-detail__btn-btn {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-detail__btn-btn:hover {
    opacity: 0.7;
  }
  .l-detail__btn-btn + .l-detail__btn-btn {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-detail__btn {
    text-align: center;
  }
  .l-detail__btn-btn + .l-detail__btn-btn {
    margin-top: 1rem;
  }
}
.l-detail__hide {
  position: relative;
  overflow: hidden;
}
.l-detail__hide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.83)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.83) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.l-detail__hide.show:after {
  display: none;
}
.l-detail__dl {
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.8rem 0;
}
.l-detail__dl dt {
  font-weight: bold;
  width: 10rem;
}
.l-detail__dl dd {
  width: calc(100% - 11rem);
}
.l-detail__list {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 2;
}
.l-detail__list-item {
  position: relative;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-detail__list-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: solid 0.2rem #229F91;
}
.l-detail__list--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-detail__list--col2 .l-detail__list-item {
  width: 50%;
  padding-right: 1em;
}
@media only screen and (max-width: 768px) {
  .l-detail__list--col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-detail__list--col2 .l-detail__list-item {
    width: 100%;
  }
}
.l-detail__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.8rem 3.1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-detail__heading--slider {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 2rem;
  gap: 2.1rem;
}
.l-detail__heading--col1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-detail__heading--col1 .l-detail__heading-img {
  width: 100%;
}
.l-detail__heading--col1 .l-detail__heading-img img {
  width: 100%;
}
.l-detail__heading--col1 .l-detail__heading-col {
  width: 100%;
}
.l-detail__heading-mv {
  width: 100%;
  text-align: center;
}
.l-detail__heading-mv img {
  max-height: 400px;
}
@media only screen and (max-width: 768px) {
  .l-detail__heading-mv img {
    max-height: none;
  }
}
.l-detail__heading-img {
  width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.l-detail__heading-img--slider {
  width: 33.4rem;
}
.l-detail__heading-slider {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #E5EBEB;
}
.l-detail__heading-slider .leftUl {
  width: 7.2rem;
}
.l-detail__heading-slider .leftUl li {
  margin-bottom: 1rem;
  cursor: pointer;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-detail__heading-slider .leftUl li.on {
  padding: 0;
}
.l-detail__heading-slider .photoUl {
  float: right;
  width: 25.1rem;
}
.l-detail__heading-slider .photoUl img {
  margin-bottom: 0.7rem;
  width: 100%;
  cursor: pointer;
}
.l-detail__heading-slider .photoUl .cap {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2.3333333333;
}
.l-detail__heading-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .l-detail__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .l-detail__heading-img {
    width: 100%;
  }
  .l-detail__heading-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-detail__heading-slider .leftUl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
  .l-detail__heading-slider .leftUl li {
    width: calc((100% - 2rem) / 5);
    padding: 0;
  }
  .l-detail__heading-slider .photoUl {
    width: 100%;
  }
}
.l-detail__cat {
  margin-top: 2.5rem;
  background: #E6F2F0;
  padding: 1.5rem 2rem;
  gap: 1rem;
}
.l-detail__cat-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #229F91;
  line-height: 2.3333333333;
}
.l-detail__cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.3333333333;
}
@media only screen and (max-width: 768px) {
  .l-detail__cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 1rem;
  }
}
.l-detail__life {
  margin-top: 1rem;
  background: #E6F2F0;
  padding: 0.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.l-detail__life-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #229F91;
  line-height: 2.3333333333;
  white-space: nowrap;
}
.l-detail__life-txt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.3333333333;
}
@media only screen and (max-width: 768px) {
  .l-detail__life {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 1rem;
  }
}
.l-detail__content {
  margin-top: 2.8rem;
}
.l-detail__content > section {
  margin-top: 5rem;
}
.l-detail__tab {
  padding-bottom: 5.5rem;
  border-bottom: solid 1px #707070;
}
.l-detail__tab-btns.comLink {
  border-bottom: solid 1px #707070;
  position: sticky;
  top: 0;
  z-index: 9;
}
.l-detail__tab-btns.comLink .l-detail__tab-btn {
  background-image: none;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1rem 0.2rem;
  min-width: 10rem;
  text-align: center;
  border: none;
  border-radius: 0;
  background: #D9D9D9;
  color: #1C1C1C;
}
.l-detail__tab-btns.comLink .l-detail__tab-btn.is-active {
  background: #D2F5F0;
  color: #229F91;
}
.l-detail__tab-content {
  margin-top: 3rem;
}
.l-detail__tab + section, .l-detail__tab + .l-detail__ttl02 {
  margin-top: 5.5rem;
}
@media only screen and (max-width: 768px) {
  .l-detail__tab-btns.comLink {
    top: 8rem;
  }
  .l-detail__tab-btns.comLink .l-detail__tab-btn {
    font-size: 1rem;
    letter-spacing: -0.1em;
    padding: 1rem 0.5rem;
    min-width: auto;
  }
}
.l-detail__outline {
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.8rem 0;
}
.l-detail__outline dt {
  font-weight: bold;
  width: 10rem;
}
.l-detail__outline dd {
  width: calc(100% - 11rem);
}
.l-detail__outline dd .c-btn-txt {
  text-decoration: underline;
}
.l-detail__map {
  margin: 4rem 0;
}
.l-detail__branch {
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.8rem 0;
  border-left: 4px solid #E5EBEB;
  padding-left: 1rem;
}
.l-detail__branch dt {
  font-weight: bold;
  width: 10rem;
}
.l-detail__branch dd {
  width: calc(100% - 11rem);
}
.l-detail__news {
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-detail__news dt,
.l-detail__news dd {
  border-bottom: dashed 1px #707070;
  padding: 2rem 0;
}
.l-detail__news dt {
  width: 14rem;
}
.l-detail__news dt .update {
  color: var(--red1);
}
.l-detail__news dd {
  width: calc(100% - 14rem);
}
.l-detail__news dd .c-btn-txt {
  text-decoration: underline;
}
.l-detail__youtube {
  margin-top: 4rem;
}
.l-detail__release {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.l-detail__release-item {
  width: calc((100% - 4rem) / 3);
}
.l-detail__release-link {
  color: #444444;
  display: block;
}
@media only screen and (min-width: 768px) {
  .l-detail__release-link {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-detail__release-link:hover {
    opacity: 0.7;
  }
}
.l-detail__release-img {
  text-align: center;
  height: 15.2rem;
}
.l-detail__release-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
}
.l-detail__release-ttl {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6428571429;
  font-weight: normal;
}
.l-detail__release-date {
  margin-top: 0.5rem;
  font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .l-detail__release-item {
    width: calc((100% - 2rem) / 2);
  }
}
.l-detail__case {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.l-detail__case .case-swiper-button-prev,
.l-detail__case .case-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #229F91;
  border-right: solid 2px #229F91;
  z-index: 1;
  cursor: pointer;
}
.l-detail__case .case-swiper-button-prev {
  left: 0.5rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.l-detail__case .case-swiper-button-next {
  right: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-detail__case-item {
  text-align: center;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-detail__case-img {
  height: 19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-detail__case-img img {
  max-height: 100%;
}
.l-detail__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem 1.7rem;
}
.l-detail__step-item {
  text-align: center;
}
.l-detail__step-img {
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0.8rem;
}
.l-detail__step-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
}
@media only screen and (min-width: 768px) {
  .l-detail__step-img {
    width: 35.6rem;
  }
  .l-detail__step-img:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.l-detail__step-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}
.l-detail__step-popup-cancel {
  z-index: 99;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.l-detail__step-popupfront {
  width: 80rem;
  max-width: 90%;
  max-height: calc(80vh - 7rem);
  padding: 3rem 4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  text-align: center;
  background-color: #FFFFFF;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-detail__step-popupfront img {
  width: auto;
  max-height: calc(80vh - 13rem);
}
@media only screen and (max-width: 768px) {
  .l-detail__step-popupfront {
    padding: 4rem 1rem 1rem;
  }
}
.l-detail__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  margin-bottom: 8rem;
}
.l-detail__catalog-box {
  width: calc((100% - 14rem) / 3);
}
.l-detail__catalog-img {
  text-align: center;
  height: 15.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.l-detail__catalog-img img {
  max-height: 100%;
}
.l-detail__catalog-name {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .l-detail__catalog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-detail__catalog-box {
    width: 100%;
    max-width: 20rem;
  }
}
.l-detail__contact {
  margin-top: 3rem;
}
.l-detail__recommend {
  padding: 2rem;
}
.l-detail__recommend .swiper-container-wrap {
  position: relative;
}
.l-detail__recommend article {
  margin: 0 auto !important;
  padding: 0 1rem;
  width: auto !important;
  float: none !important;
}
.l-detail__recommend .swiper-button-prev,
.l-detail__recommend .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-detail__recommend .swiper-button-prev {
  left: -3rem;
}
.l-detail__recommend .swiper-button-next {
  right: -3rem;
}
.l-detail__price {
  height: 9.2rem;
  position: relative;
}
.l-detail__price .l-detail__btn-btn {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-detail__price.show {
  height: auto;
}
.l-detail__price-updated {
  text-align: right;
  font-size: 1.4rem;
  margin-top: -2rem;
}
.l-detail__adoption {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2rem;
}
.l-detail__adoption-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-detail__adoption-dt {
  margin-right: 1rem;
}
.l-detail__conjugation {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.l-detail__conjugation-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-detail__conjugation-dt {
  font-weight: bold;
  width: 8rem;
}
.l-detail__conjugation-dd {
  width: calc(100% - 8rem);
}
.l-detail__transport {
  margin-top: 2rem;
}
.l-detail__transport-row {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.l-detail__transport-box {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  border: solid 1px #E1E1E1;
  border-radius: 0.5rem;
  padding: 1rem;
}
.l-detail__tbl {
  margin: 1rem 0 2.5rem;
  overflow: auto;
}
.l-detail__tbl table {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  border-top: solid 1px #E1E1E1;
  border-collapse: collapse;
}
.l-detail__tbl th, .l-detail__tbl td {
  border-bottom: solid 1px #E1E1E1;
  padding: 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-detail__tbl th {
  background: #F1F8F7;
  color: #229F91;
  font-weight: bold;
}
.l-detail__tbl .l-detail__tbl-tbl01 th {
  width: 14rem;
}
.l-detail__tbl .l-detail__tbl-tbl02 {
  table-layout: fixed;
}
.l-detail__tbl .l-detail__tbl-tbl02 th {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .l-detail__tbl table {
    font-size: 1.2rem;
  }
  .l-detail__tbl .l-detail__tbl-tbl01 th, .l-detail__tbl .l-detail__tbl-tbl01 td {
    display: block;
    width: 100%;
  }
  .l-detail__tbl .l-detail__tbl-tbl01 th {
    border-bottom: none;
  }
  .l-detail__tbl .l-detail__tbl-tbl02 {
    width: 74rem !important;
  }
}
.l-detail__tbl--list {
  margin: 0;
}
.l-detail__tbl--list table {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  table-layout: fixed;
}
.l-detail__tbl--list th, .l-detail__tbl--list td {
  padding: 1rem 0.5rem;
}
.l-detail__tbl--list th {
  text-align: center;
}
.l-detail__tbl--list th:first-of-type {
  width: 45%;
}

.l-categorytop_header {
  margin-bottom: 5rem;
}
.l-categorytop_header-txt {
  font-size: 3rem;
  font-weight: bold;
  color: #525252;
  margin-bottom: 1.9rem;
  font-family: "Inter", "Noto Sans JP";
}
.l-categorytop_header-txt._black {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .l-categorytop_header-txt {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.l-categorytop_header-txt span {
  display: inline-block;
  position: relative;
}
.l-categorytop_header-txt span:before, .l-categorytop_header-txt span:after {
  content: "";
  display: block;
  width: 10.6rem;
  border-bottom: 0.2rem solid var(--blue);
  position: absolute;
  top: 50%;
  right: calc(100% + 2.5rem);
}
@media only screen and (max-width: 768px) {
  .l-categorytop_header-txt span:before, .l-categorytop_header-txt span:after {
    width: 3.2rem;
    right: calc(100% + 1rem);
  }
}
.l-categorytop_header-txt span:after {
  left: calc(100% + 2.5rem);
}
@media only screen and (max-width: 768px) {
  .l-categorytop_header-txt span:after {
    left: calc(100% + 1rem);
  }
}
.l-categorytop_header-lead {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333333;
}
.l-categorytop_header-lead._top {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .l-categorytop_header-lead._top {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-categorytop_header-lead {
    text-align: left;
  }
}
.l-categorytop_header-lead-left {
  text-align: left;
}
.l-categorytop_header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-bottom: 11rem;
}
@media only screen and (max-width: 768px) {
  .l-categorytop_header-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.6rem;
  }
}
.l-categorytop_header-flex--02 {
  margin-bottom: 7rem;
}
.l-categorytop_header-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.7rem;
          flex: 0 0 29.7rem;
}
@media only screen and (max-width: 768px) {
  .l-categorytop_header-image {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.l-categorytop_header-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-categorytop_header-figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-categorytop_header-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2.1;
}

.l-category_header {
  padding-bottom: 4rem;
  position: relative;
}
.l-category_header:after {
  content: "";
  width: 86%;
  display: block;
  border-bottom: 0.2rem solid #0377CA;
  position: absolute;
  bottom: -1rem;
  left: 7%;
}
.l-category_header-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-category_header-figure, .l-category_header-description {
  width: calc(50% - 1.8rem);
}
.l-category_header-description {
  font-size: 1.6rem;
  line-height: 2.1875;
  text-align: left;
}

.l-technical_cases {
  max-width: 101rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 1rem 0rem 8.5rem;
}
@media only screen and (max-width: 768px) {
  .l-technical_cases {
    padding: 8.5rem 0 3rem;
  }
}
.l-technical_cases-header {
  text-align: center;
  margin-bottom: 5.2rem;
}
.l-technical_cases-title {
  font-size: 3rem;
  font-weight: bold;
  color: #525252;
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .l-technical_cases-title {
    font-size: 2.4rem;
  }
}
.l-technical_cases-description {
  font-size: 1.6rem;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .l-technical_cases-description {
    text-align: left;
  }
}
.l-technical_cases-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 768px) {
  .l-technical_cases-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 4.2rem;
  }
}
.l-technical_cases-card {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (any-hover: hover) {
  .l-technical_cases-card:hover .l-technical_cases-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.l-technical_cases-image {
  width: 100%;
  height: 25rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-technical_cases-image {
    height: 21rem;
  }
}
.l-technical_cases-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.l-technical_cases-content {
  padding: 1.2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .l-technical_cases-content {
    padding: 1.3rem 1rem;
    gap: 1rem;
  }
}
.l-technical_cases-card-title {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: left;
  color: #0066cc;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .l-technical_cases-card-title {
    font-size: 2.1rem;
  }
}
.l-technical_cases-tag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.l-technical_cases .tag {
  display: inline-block;
  padding: 0.4rem 1rem;
  background-color: #9c9c9c;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 0.3rem;
}

.l-grid-section {
  max-width: 120rem;
  margin: 0 auto;
  padding: 3rem 0 9rem;
}
@media only screen and (max-width: 768px) {
  .l-grid-section {
    padding: 3rem 0 1rem;
  }
}
.l-grid-section_title {
  font-size: 3rem;
  font-weight: bold;
  color: #525252;
  margin-bottom: 5.3rem;
}
@media only screen and (max-width: 768px) {
  .l-grid-section_title {
    font-size: 2.4rem;
    margin-bottom: 1.9rem;
  }
}
.l-grid-section_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .l-grid-section_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
.l-grid-section_card {
  position: relative;
  overflow: hidden;
  height: 17.5rem;
}
.l-grid-section_card:nth-child(n+4) {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media only screen and (max-width: 768px) {
  .l-grid-section_card:nth-child(n+4) {
    -webkit-transform: none;
            transform: none;
  }
}
@media (any-hover: hover) {
  .l-grid-section_card:hover .l-reason-section_image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.l-grid-section_card-link:hover {
  opacity: 0.7;
}
.l-grid-section_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.l-grid-section_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background-color: rgba(26, 78, 142, 0.7);
  color: #fff;
  padding: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-equipment-section {
  padding: 6.5rem 0 3.7rem;
}
@media only screen and (max-width: 768px) {
  .l-equipment-section {
    padding: 6.5rem 0 0;
  }
}
.l-equipment-section-title {
  font-size: 3rem;
  font-weight: bold;
  color: #525252;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .l-equipment-section-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.l-equipment-section-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
  gap: 7rem;
}
@media only screen and (max-width: 768px) {
  .l-equipment-section-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.7rem;
    margin-bottom: 8.5rem;
  }
}
.l-equipment-section-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-equipment-section-card img {
  width: 100%;
  height: auto;
}
.l-equipment-section-caption {
  margin-top: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: left;
}

.scroll-overlay {
  display: none;
  width: 28rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: fadeOut 3s forwards;
          animation: fadeOut 3s forwards;
}

/* スクロールオーバーレイを3秒後に非表示にするアニメーション */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.l-equipment-table-section {
  padding: 3rem 0;
}
.l-equipment-table-section_factory {
  padding: 0.4rem;
  margin-bottom: 0.5rem;
  border-top: 0.2rem solid #0377CA;
  border-bottom: 0.2rem solid #0377CA;
  font-size: 1.6rem;
  text-align: left;
  color: #525252;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .l-equipment-table-section_factory {
    line-height: 1.2;
  }
}

.table-responsive {
  margin-bottom: 5.5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .table-responsive {
    overflow: scroll;
  }
  .table-responsive--02 {
    margin-bottom: 1.7rem;
  }
}

.equipment-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .equipment-table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.equipment-table th {
  background-color: #0377CA;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.4rem;
  border: 1px solid #ddd;
  border-right: 5px solid #fff;
}
.equipment-table td {
  font-size: 1.2rem;
  padding: 9px 12px;
  border: 1px solid #cfcfcf;
  text-align: left;
}

.c-btn {
  text-decoration: none;
  cursor: pointer;
}
.c-btn--ptn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21rem;
  height: 4.5rem;
  border-radius: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--green1);
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF;
}
.c-btn-txt {
  color: var(--green1);
  text-decoration: underline;
}
.c-btn-txt:hover {
  text-decoration: none;
}
.c-btn-or {
  display: inline-block;
  color: #fff;
  background: #FF8800;
  border-radius: 9px;
  text-align: center;
  max-width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 0.7rem 0.5rem;
  width: 21.6rem;
  min-height: 3.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-btn-or::-webkit-search-decoration {
  display: none;
}
.c-btn-or::focus {
  outline-offset: -2px;
}
@media only screen and (min-width: 768px) {
  .c-btn-or {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-btn-or:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn-or {
    font-size: 1.2rem;
    width: 18rem;
  }
}

.c-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.c-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-messaage {
  font-size: 1.4rem;
  line-height: 2;
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .c-messaage {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .button-container {
    padding: 0 1.8rem;
  }
}

.button-link {
  font-size: 1.6rem;
  display: inline-block;
  width: 39.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.3rem solid var(--blue);
  text-align: center;
  padding: 2rem;
  color: var(--blue);
  font-weight: bold;
  position: relative;
  background: url(../img/common/arrow.svg) no-repeat 95% 50%;
}
@media only screen and (max-width: 768px) {
  .button-link {
    max-width: 39.3rem;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .button-link:hover {
    background: var(--blue) url(../img/common/arrow_wh.svg) no-repeat 95% 50%;
    color: #fff;
  }
}

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .pagination-list {
    gap: 0.8rem;
  }
}
.pagination-item {
  font-size: 1.6rem;
  font-weight: bold;
}
.pagination-link {
  border-radius: 50%;
  color: #fff;
  background-color: #9C9C9C;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
}
@media only screen and (max-width: 768px) {
  .pagination-link {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.pagination-link.current {
  background-color: #0377CA;
}
.pagination-link.prev, .pagination-link.next {
  background-color: #fff;
  color: #0377CA;
  outline: 0.1rem solid #0377CA;
  position: relative;
}
.pagination-link.prev::before, .pagination-link.next::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 39%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
}
@media (any-hover: hover) {
  .pagination-link.prev:hover, .pagination-link.next:hover {
    background-color: #0377CA;
  }
  .pagination-link.prev:hover::before, .pagination-link.next:hover::before {
    border-color: #fff;
  }
}
.pagination-link.prev::before {
  border-bottom: 0.2rem solid #0377CA;
  border-left: 0.2rem solid #0377CA;
}
.pagination-link.next::before {
  border-top: 0.2rem solid #0377CA;
  border-right: 0.2rem solid #0377CA;
}
.pagination-link.dots {
  background-color: #fff;
  border: none;
  color: #9C9C9C;
}
@media (any-hover: hover) {
  .pagination-link:not(.current, .dots, .prev, .next):hover {
    opacity: 0.7;
  }
}

.l-estimate-button-link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6.5rem;
}
@media only screen and (max-width: 768px) {
  .l-estimate-button-link {
    margin-bottom: 3rem;
  }
}
.l-estimate-button-link img {
  max-width: 55.4rem;
  width: 100%;
  height: auto;
  aspect-ratio: 554/118;
}
@media only screen and (max-width: 768px) {
  .l-estimate-button-link img {
    aspect-ratio: 320/97;
  }
}

@media only screen and (max-width: 768px) {
  .news {
    padding-top: 0;
  }
}
.news-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .news-archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-archive_main {
  width: 74%;
}
@media only screen and (max-width: 768px) {
  .news-archive_main {
    width: 100%;
  }
}
.news-archive_side {
  width: 22%;
}
@media only screen and (max-width: 768px) {
  .news-archive_side {
    width: 100%;
  }
}
.news-archive_side_inner {
  margin-bottom: 5rem;
}
.news-archive_side_ttl {
  background: #F8E5E5;
  color: #DB0100;
  font-size: 2rem;
  font-weight: bold;
  padding: 1.5rem;
}
.news-archive_side_link {
  display: block;
  padding: 1.7rem 0.7rem;
  border-bottom: 0.1rem solid #707070;
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
}
.news-archive_item {
  font-size: 1.6rem;
  border-bottom: 0.1rem solid #707070;
  padding: 2.2rem 1rem;
  font-weight: bold;
}
.news-archive_item-date {
  display: inline-block;
  margin-right: 2rem;
}
.news-archive_item-cat {
  font-size: 1.5rem;
  display: inline-block;
  color: #fff;
  padding: 0.3rem 2rem;
  margin-right: 2rem;
}
.news-archive_item-cat.--information {
  background: #C45A59;
}
.news-archive_item-cat.--activity {
  background: #9B57A3;
}
.news-archive_item-cat.--construction {
  background: #916C46;
}
.news-archive_item-link {
  color: #000;
}
.news-archive_item-link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .news-archive_item-link {
    display: block;
  }
}
.news-archive_pagenation {
  margin-top: 6rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .news-archive_pagenation {
    margin-top: 4.6rem;
    margin-bottom: 10rem;
  }
}
.news-archive_pagenation ._link, .news-archive_pagenation ._current {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin: 0 0.5rem;
  background: #F8E5E5;
  line-height: 4rem;
  color: #BC0200;
  position: relative;
}
.news-archive_pagenation ._link:hover, .news-archive_pagenation ._current:hover {
  background: #BC0200;
  color: #fff;
}
.news-archive_pagenation ._current {
  background: #BC0200;
  color: #fff;
}
.news-archive_pagenation ._prev:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 0.2rem solid #DB0100;
  border-bottom: 0.2rem solid #DB0100;
  rotate: 135deg;
  position: absolute;
  right: 1.3rem;
  top: calc(50% - 0.35rem);
}
.news-archive_pagenation ._prev:hover:after {
  border-color: #fff;
}
.news-archive_pagenation ._next:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 0.2rem solid #DB0100;
  border-bottom: 0.2rem solid #DB0100;
  rotate: -45deg;
  position: absolute;
  right: 1.8rem;
  top: calc(50% - 0.4rem);
}
.news-archive_pagenation ._next:hover:after {
  border-color: #fff;
}
.news-detail_ttl {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: bold;
  margin-bottom: 2rem;
}
.news-detail_date {
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
.news-detail_content {
  font-size: 1.6rem;
  text-align: left;
}
.news-detail_content h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.news-detail_content .wp-block-image {
  margin-bottom: 5rem;
}
.news-detail_content p {
  margin-bottom: 5rem;
  line-height: 2;
}
.news-detail_content figure {
  line-height: 1;
}
.news-detail_content .wp-block-flexible-table-block-table {
  margin-bottom: 5rem;
}
.news-detail_content .is-style-u-head-red {
  color: #DB0100;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 2rem;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .news-detail_content .is-style-u-head-red {
    font-size: 2.4rem;
  }
}
.news-detail_content .is-style-u-head-red:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: #DB0100;
  position: absolute;
  left: 0.5rem;
  top: 0;
}
.news-detail_content .is-style-u-single-image, .news-detail_content .is-style-u-two-images, .news-detail_content .is-style-u-three-images {
  margin-bottom: 5rem;
}
.news-detail_content .is-style-u-two-images {
  gap: 4rem !important;
}
@media only screen and (max-width: 768px) {
  .news-detail_content .is-style-u-two-images {
    gap: 5rem !important;
  }
}
.news-detail_content .is-style-u-two-images .wp-block-image {
  width: calc(50% - 2rem) !important;
}
@media only screen and (max-width: 768px) {
  .news-detail_content .is-style-u-two-images .wp-block-image {
    width: 100% !important;
  }
}
.news-detail_content .is-style-u-three-images {
  gap: 3.6rem !important;
}
@media only screen and (max-width: 768px) {
  .news-detail_content .is-style-u-three-images {
    gap: 5rem !important;
  }
}
.news-detail_content .is-style-u-three-images .wp-block-image {
  width: calc(33.3333% - 2.4rem) !important;
}
@media only screen and (max-width: 768px) {
  .news-detail_content .is-style-u-three-images .wp-block-image {
    width: 100% !important;
  }
}
.news-detail_content .is-style-u-blue-text {
  color: #1A1AD6;
}
.news-detail_content .is-style-u-red-text {
  color: #DB0100;
}
.news-detail_content .is-style-u-green-text {
  color: #149A4C;
}
.news-detail_content .is-style-u-custom-button {
  margin-bottom: 5rem;
}
.news-detail_content .is-style-u-custom-button a {
  display: inline-block;
  padding: 2rem 5rem;
  background: #EFEFEF;
  border: 0.1rem solid #000;
  border-radius: 0;
  font-size: 1.6rem;
  color: #000;
  position: relative;
}
.news-detail_content .is-style-u-custom-button a:hover {
  background: #DB0100;
  color: #fff;
}
.news-detail_content .is-style-u-custom-button a:hover:after {
  border-color: #fff;
}
.news-detail_content .is-style-u-custom-button a:after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.5rem);
  rotate: -45deg;
  border-right: 0.1rem solid #000;
  border-bottom: 0.1rem solid #000;
}
.news-detail_content .is-style-custom-separator {
  border-top: 0.1rem solid #DB0100;
  margin-bottom: 5rem;
}

.works-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.6rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 6.6rem 3.6rem;
}
@media only screen and (max-width: 768px) {
  .works-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.6rem 0;
  }
}
.works-list .works-card {
  text-align: left;
  color: #000;
}
.works-list .works-card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.works-list .works-card_img {
  overflow: hidden;
}
.works-list .works-card_img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  aspect-ratio: 376/282;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.works-list .works-card_title {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.57;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .works-list .works-card_title {
    font-size: 2.4rem;
  }
}
.works-list .works-card_text {
  -webkit-margin-before: 0.2rem;
          margin-block-start: 0.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  -webkit-padding-end: 1em;
          padding-inline-end: 1em;
}
@media only screen and (max-width: 768px) {
  .works-list .works-card_text {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.reform-page_title {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 7.8rem;
  border: 0.1rem solid #DB0100;
  color: #DB0100;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  -webkit-margin-after: 6rem;
          margin-block-end: 6rem;
}
@media only screen and (max-width: 768px) {
  .reform-page_title {
    font-size: 2.4rem;
  }
}

.reform-page_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .reform-page_text {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}

.reform-list .reform-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  text-align: left;
}
.reform-list .reform-item:not(:first-child) {
  -webkit-margin-before: 12rem;
          margin-block-start: 12rem;
}
@media only screen and (max-width: 768px) {
  .reform-list .reform-item:not(:first-child) {
    -webkit-margin-before: 10rem;
            margin-block-start: 10rem;
  }
}
:where(.reform-list .reform-item:nth-last-of-type(odd)) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .reform-list .reform-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.6rem;
  }
}
.reform-list .reform-item_text-area {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .reform-list .reform-item_text-area {
    width: 100%;
  }
}
.reform-list .reform-item_title {
  padding: 2rem;
  position: relative;
}
.reform-list .reform-item_title::before {
  content: "";
  width: 15.6rem;
  height: 15.6rem;
  background-color: rgba(219, 1, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.reform-list .reform-item_title-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
.reform-list .reform-item_title-en {
  color: #DB0100;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.reform-list .reform-item_lead {
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.42;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  -webkit-padding-start: 3.6rem;
          padding-inline-start: 3.6rem;
  -webkit-margin-before: 0.6rem;
          margin-block-start: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-list .reform-item_lead {
    -webkit-margin-before: 0.6rem;
            margin-block-start: 0.6rem;
    font-size: 2.4rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
    -webkit-padding-start: 2rem;
            padding-inline-start: 2rem;
  }
}
.reform-list .reform-item_text {
  -webkit-margin-before: 4.2rem;
          margin-block-start: 4.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-list .reform-item_text {
    -webkit-margin-before: 2.4rem;
            margin-block-start: 2.4rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-list .reform-item_btn {
  -webkit-margin-before: 4.5rem;
          margin-block-start: 4.5rem;
  width: 27.4rem;
  max-width: 100%;
  margin-inline: auto;
}
.reform-list .reform-item_btn-link {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 6rem;
  background-color: #EFEFEF;
  border: 0.1rem solid #000;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.reform-list .reform-item_btn-link:hover {
  color: #fff;
  background: #DB0100;
}
.reform-list .reform-item_btn-link:hover:before, .reform-list .reform-item_btn-link:hover:after {
  background-color: #fff;
}
.reform-list .reform-item_btn-link::before, .reform-list .reform-item_btn-link::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.1rem;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.reform-list .reform-item_btn-link::before {
  rotate: 40deg;
}
.reform-list .reform-item_btn-link::after {
  rotate: -40deg;
}
.reform-list .reform-item_img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .reform-list .reform-item_img {
    width: 100%;
  }
}
.reform-list .reform-item_img img {
  width: 100%;
  height: auto;
  display: block;
}

.reform-feature {
  text-align: left;
}
.reform-feature .feature-lead {
  -webkit-margin-before: 7.6rem;
          margin-block-start: 7.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    -webkit-margin-before: 7rem;
            margin-block-start: 7rem;
  }
}
.reform-feature .feature-lead_img {
  width: calc(50% - 1.8rem);
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-lead_img {
    width: 100%;
  }
}
.reform-feature .feature-lead_img img {
  width: 100%;
  height: auto;
  display: block;
}
.reform-feature .feature-lead_text {
  width: calc(50% - 1.8rem);
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-lead_text {
    width: 100%;
  }
}
.reform-feature .feature-lead_desc-area {
  -webkit-margin-before: 4.2rem;
          margin-block-start: 4.2rem;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-lead_desc-area {
    -webkit-margin-before: 2.4rem;
            margin-block-start: 2.4rem;
  }
}
.reform-feature .feature-lead_desc {
  color: #DB0100;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  padding-block: 2.6rem;
  padding-inline: 3rem;
  background-color: #F8E5E5;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-lead_desc {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
    padding-block: 2.3rem;
  }
}
.reform-feature .feature-lead_desc:not(:first-child) {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
.reform-feature .feature-service {
  margin-block: 12rem;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-service {
    margin-block: 7rem;
  }
}
.reform-feature .feature-service_title {
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.57;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-service_title {
    font-size: 2.4rem;
    line-height: 1.83;
  }
}
.reform-feature .feature-service_title.--square {
  -webkit-padding-start: 2.4rem;
          padding-inline-start: 2.4rem;
  position: relative;
}
.reform-feature .feature-service_title.--square::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #DB0100;
  position: absolute;
  top: 0;
  left: 0;
}
.reform-feature .feature-service_text {
  -webkit-margin-before: 2.4rem;
          margin-block-start: 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-service_text {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-feature .feature-service_list {
  -webkit-margin-before: 4.6rem;
          margin-block-start: 4.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-service_list {
    -webkit-margin-before: 1.8rem;
            margin-block-start: 1.8rem;
  }
}
.reform-feature .feature-service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-service_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.reform-feature .feature-service_item:not(:first-child) {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-service_item:not(:first-child) {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
  }
}
.reform-feature .feature-service_img {
  width: calc(50% - 1.8rem);
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-service_img {
    width: 100%;
  }
}
.reform-feature .feature-service_img img {
  width: 100%;
  height: auto;
  display: block;
}
.reform-feature .feature-service_detail {
  width: calc(50% - 1.8rem);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-service_detail {
    width: 100%;
  }
}
.reform-feature .feature-service_detail_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
@media only screen and (min-width: 768px) {
  .reform-feature .feature-service_detail_img {
    position: absolute;
    bottom: 0;
    left: 0;
    gap: 3.6rem;
    -webkit-padding-after: 0rem;
            padding-block-end: 0rem;
  }
}
.reform-feature .feature-service_detail_img img {
  width: calc(50% - 1rem);
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .reform-feature .feature-service_detail_img img {
    width: calc(50% - 1.8rem);
  }
}
.reform-feature .feature-service_dl {
  -webkit-margin-before: 2.2rem;
          margin-block-start: 2.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-service_dl {
    -webkit-margin-before: 0.2rem;
            margin-block-start: 0.2rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-feature .feature-service_dt {
  display: inline;
  color: #DB0100;
}
.reform-feature .feature-service_dd {
  display: inline;
}
.reform-feature .feature-service_dd:not(:last-child):after {
  content: "\a";
  white-space: pre;
}
.reform-feature .feature-reason {
  -webkit-margin-before: 12rem;
          margin-block-start: 12rem;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-reason {
    -webkit-margin-before: 9rem;
            margin-block-start: 9rem;
  }
}
.reform-feature .feature-reason_title {
  width: 100%;
  padding-block: 1.7rem;
  background-color: #F8E5E5;
  color: #DB0100;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-reason_title {
    font-size: 2.4rem;
  }
}
.reform-feature .feature-reason_list {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-reason_list {
    -webkit-margin-before: 4.6rem;
            margin-block-start: 4.6rem;
  }
}
.reform-feature .feature-reason_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17rem 3.6rem 1fr 3.6rem 31.33%;
  grid-template-columns: 17rem 1fr 31.33%;
  -ms-grid-rows: 7rem 0 1fr;
  grid-template-rows: 7rem 1fr;
  gap: 0 3.6rem;
}
.reform-feature .feature-reason_item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.reform-feature .feature-reason_item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.reform-feature .feature-reason_item > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.reform-feature .feature-reason_item > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.reform-feature .feature-reason_item > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.reform-feature .feature-reason_item > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-reason_item {
    -ms-grid-columns: 8rem 2rem 1fr;
    grid-template-columns: 8rem 1fr;
    -ms-grid-rows: auto 3rem auto 3rem auto;
    grid-template-rows: repeat(3, auto);
    gap: 3rem 2rem;
  }
  .reform-feature .feature-reason_item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reform-feature .feature-reason_item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reform-feature .feature-reason_item > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reform-feature .feature-reason_item > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reform-feature .feature-reason_item > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reform-feature .feature-reason_item > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.reform-feature .feature-reason_item:not(:first-child) {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
@media only screen and (min-width: 768px) {
  .reform-feature .feature-reason_item:not(:last-child) {
    border-bottom: 0.1rem solid #DD807F;
    -webkit-padding-after: 6.5rem;
            padding-block-end: 6.5rem;
  }
}
.reform-feature .feature-reason_no {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  width: 17rem;
  height: 17rem;
  background-color: rgba(219, 1, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-before: 2.8rem;
          padding-block-start: 2.8rem;
  color: #DB0100;
  font-size: 6.5rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-reason_no {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    width: 8rem;
    height: 8rem;
    font-size: 3.4rem;
    -webkit-padding-before: 1rem;
            padding-block-start: 1rem;
  }
}
.reform-feature .feature-reason_no::after {
  content: "Reason";
  position: absolute;
  bottom: 13%;
  left: 50%;
  translate: -50% 0;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-reason_no::after {
    font-size: 1.4rem;
  }
}
.reform-feature .feature-reason_head {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.43;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-reason_head {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    font-size: 2rem;
    line-height: 1.45;
  }
}
.reform-feature .feature-reason_text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-reason_text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-feature .feature-reason_img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-reason_img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.reform-feature .feature-reason_img img {
  width: 100%;
  height: auto;
  display: block;
}
.reform-feature .feature-reason_img-caption {
  -webkit-margin-before: -1.6rem;
          margin-block-start: -1.6rem;
  -webkit-margin-start: clamp(0.5rem, -34.4rem + 31.43vw, 6rem);
          margin-inline-start: clamp(0.5rem, -34.4rem + 31.43vw, 6rem);
  font-size: 1.6rem;
  font-weight: 700;
}
.reform-feature .feature-staff {
  -webkit-margin-before: 12rem;
          margin-block-start: 12rem;
  padding-block: 12rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-staff {
    -webkit-margin-before: 20rem;
            margin-block-start: 20rem;
    padding-block: 2rem;
  }
}
.reform-feature .feature-staff::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(219, 1, 0, 0.1);
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: 0;
}
.reform-feature .feature-staff_inner {
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-padding-after: 12rem;
          padding-block-end: 12rem;
  padding-inline: 10.3rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-staff_inner {
    -webkit-padding-after: 10rem;
            padding-block-end: 10rem;
    padding-inline: 2rem;
  }
}
.reform-feature .feature-staff_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  top: -4.7rem;
  -webkit-margin-after: -4.7rem;
          margin-block-end: -4.7rem;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-staff_head {
    display: block;
    top: -10rem;
    -webkit-margin-after: -10rem;
            margin-block-end: -10rem;
  }
}
.reform-feature .feature-staff_img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 27.3rem;
  max-width: 100%;
  padding: 2rem;
  border: 0.1rem solid #DB0100;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-staff_img {
    margin-inline: auto;
  }
}
.reform-feature .feature-staff_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-staff_title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
.reform-feature .feature-staff_dec {
  -webkit-margin-after: 1.4rem;
          margin-block-end: 1.4rem;
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.57;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-staff_dec {
    font-size: 2.4rem;
    line-height: 1.42;
  }
}
.reform-feature .feature-staff_profile {
  -webkit-margin-before: 1.8rem;
          margin-block-start: 1.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
.reform-feature .feature-staff_voice-item {
  -webkit-padding-before: 7rem;
          padding-block-start: 7rem;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-staff_voice-item {
    -webkit-padding-before: 5rem;
            padding-block-start: 5rem;
  }
}
.reform-feature .feature-staff_voice-item:not(:first-child) {
  border-top: 0.1rem solid #DD807F;
}
.reform-feature .feature-staff_voice-item:not(:last-child) {
  -webkit-padding-after: 6.4rem;
          padding-block-end: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .reform-feature .feature-staff_voice-item:not(:last-child) {
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}
.reform-feature .voice_lead {
  color: #DB0100;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.46;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-feature .voice_lead {
    font-size: 2rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-feature .voice_text {
  -webkit-margin-before: 2.8rem;
          margin-block-start: 2.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-feature .voice_text {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}

.reform-result .result-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 3.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-result .result-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 7rem 0rem;
  }
}
.reform-result .result-item {
  position: relative;
}
.reform-result .result-link {
  text-decoration: none;
}
.reform-result .result_img {
  width: 100%;
  overflow: hidden;
}
.reform-result .result_img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.reform-result .result_img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.reform-result .result_label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 27.3rem;
  max-width: 90%;
  padding: 1.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #DB0100;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  position: absolute;
  left: 1rem;
  bottom: -1rem;
}
@media only screen and (max-width: 768px) {
  .reform-result .result_label {
    width: 15rem;
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
    bottom: -0.5rem;
  }
}
.reform-result .result-detail {
  text-align: left;
}
.reform-result .result-detail:not(:last-child) {
  border-bottom: 1px solid #DD807F;
  -webkit-padding-after: 11.6rem;
          padding-block-end: 11.6rem;
}
.reform-result .result-detail:not(:first-child) {
  -webkit-margin-before: 11.6rem;
          margin-block-start: 11.6rem;
}
.reform-result .result-detail_lead {
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.57;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-result .result-detail_lead {
    font-size: 2.4rem;
    line-height: 1.46;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-result .result-detail_top {
  -webkit-margin-before: 7.4rem;
          margin-block-start: 7.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .reform-result .result-detail_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6rem;
    -webkit-margin-before: 6.6rem;
            margin-block-start: 6.6rem;
  }
}
.reform-result .--notext .result-detail_top {
  -webkit-margin-before: 4.8rem;
          margin-block-start: 4.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-result .--notext .result-detail_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.reform-result .result-detail-top_text-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content 2.2rem -webkit-max-content 2.2rem 1fr;
  -ms-grid-rows: max-content 2.2rem max-content 2.2rem 1fr;
  grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
  grid-template-rows: max-content max-content 1fr;
  gap: 2.2rem 0;
  width: 32%;
}
.reform-result .result-detail-top_text-area > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.reform-result .result-detail-top_text-area > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.reform-result .result-detail-top_text-area > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
@media only screen and (max-width: 768px) {
  .reform-result .result-detail-top_text-area {
    width: 100%;
  }
}
.reform-result .--notext .result-detail-top_text-area {
  display: block;
  gap: 0 3.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 768px) {
  .reform-result .--notext .result-detail-top_text-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.reform-result .result-detail_heading {
  color: #DB0100;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-result .result-detail_heading {
    line-height: 1.7;
  }
}
.reform-result .result-detail_desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
.reform-result .result-detail_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-result .result-detail_text {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-result .--notext .result-detail_text {
  display: none;
}
.reform-result .result-detail-top_img {
  width: 65.67%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .reform-result .result-detail-top_img {
    width: 100%;
  }
}
.reform-result .result-detail-top_img img {
  width: 100%;
  height: auto;
  display: block;
}
.reform-result .result-detail-top_img-cap {
  -webkit-margin-before: 2.2rem;
          margin-block-start: 2.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.reform-result .result-detail_point {
  -webkit-margin-before: 6.4rem;
          margin-block-start: 6.4rem;
  padding: 3.6rem;
  background-color: #F8E5E5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 4rem 1fr;
  -ms-grid-columns: max-content 4rem 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 0 4rem;
}
@media only screen and (max-width: 768px) {
  .reform-result .result-detail_point {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem 0;
    padding: 5rem 2rem;
  }
}
.reform-result .result-detail_point_title {
  width: 12rem;
  color: #DB0100;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.46;
  -webkit-padding-before: 0.5rem;
          padding-block-start: 0.5rem;
}
.reform-result .result-detail_point_title::after {
  content: "";
  display: block;
  -webkit-margin-before: 0.4rem;
          margin-block-start: 0.4rem;
  width: 100%;
  height: 0.3rem;
  background-color: #DB0100;
}
.reform-result .result-detail_point_list {
  list-style-type: none;
}
.reform-result .result-detail_point_item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  text-indent: 1.8rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .reform-result .result-detail_point_item {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-result .result-detail_point_item::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #DB0100;
  border-radius: 50%;
  position: absolute;
  left: 0;
  translate: 0 0.9rem;
}
.reform-result .result-detail_images {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.6rem 1fr 3.6rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.6rem 3.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-result .result-detail_images {
    -ms-grid-columns: 29rem;
    grid-template-columns: 29rem;
    gap: 3.6rem 0;
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.reform-result .result-detail_img-small {
  margin: 0;
}
.reform-result .result-detail_img-small img {
  width: 100%;
  height: auto;
  display: block;
}
.reform-result .result-detail_img-small-cap {
  -webkit-margin-before: 1.6rem;
          margin-block-start: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

.reform-flow .flow-list {
  list-style: none;
  text-align: left;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.reform-flow .flow-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 3.6rem 1fr;
  -ms-grid-columns: max-content 3.6rem 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 0 3.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow-item {
    gap: 0 2rem;
  }
}
.reform-flow .flow-item:not(:first-child) {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
.reform-flow .flow_no {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 17rem;
  height: 17rem;
  background-color: rgba(219, 1, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-before: 2.8rem;
          padding-block-start: 2.8rem;
  color: #DB0100;
  font-size: 6.5rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow_no {
    width: 8rem;
    height: 8rem;
    font-size: 3.4rem;
    -webkit-padding-before: 1rem;
            padding-block-start: 1rem;
  }
}
.reform-flow .flow_no::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1.5rem;
  background: url("../img/works/arrow_next.png") no-repeat center center/100%;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  translate: -50% 0;
}
.reform-flow .flow_no::after {
  content: "Flow";
  position: absolute;
  bottom: 13%;
  left: 50%;
  translate: -50% 0;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow_no::after {
    font-size: 1.4rem;
  }
}
.reform-flow .flow_contents.--flow03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 32.7935% 2rem 27.024%;
  grid-template-columns: 1fr 32.7935% 27.024%;
  -ms-grid-rows: 3.4rem 0 -webkit-max-content 0 -webkit-max-content;
  -ms-grid-rows: 3.4rem 0 max-content 0 max-content;
  grid-template-rows: 3.4rem -webkit-max-content -webkit-max-content;
  grid-template-rows: 3.4rem max-content max-content;
  gap: 0 2rem;
}
.reform-flow .flow_contents.--flow03 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.reform-flow .flow_contents.--flow03 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.reform-flow .flow_contents.--flow03 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.reform-flow .flow_contents.--flow03 > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.reform-flow .flow_contents.--flow03 > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.reform-flow .flow_contents.--flow03 > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.reform-flow .flow_contents.--flow03 > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.reform-flow .flow_contents.--flow03 > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.reform-flow .flow_contents.--flow03 > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow_contents.--flow03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.reform-flow .flow_contents.--flow03 .flow_title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.reform-flow .flow_contents.--flow03 .flow_text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  max-width: 58.2rem;
  -webkit-margin-before: 2.6rem;
          margin-block-start: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow_contents.--flow03 .flow_text {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.reform-flow .flow_contents.--flow03 .--flow_img1 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
.reform-flow .flow_contents.--flow03 .--flow_img2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
.reform-flow .flow_contents.--flow06, .reform-flow .flow_contents.--flow08, .reform-flow .flow_contents.--flow09, .reform-flow .flow_contents.--flow10 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.6rem 38.0567%;
  grid-template-columns: 1fr 38.0567%;
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow_contents.--flow06, .reform-flow .flow_contents.--flow08, .reform-flow .flow_contents.--flow09, .reform-flow .flow_contents.--flow10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.reform-flow .flow_contents.--flow07 .flow_img-area {
  display: -ms-grid;
  display: grid;
  -webkit-margin-before: 4.6rem;
          margin-block-start: 4.6rem;
  -ms-grid-columns: 1fr 3.6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow_contents.--flow07 .flow_img-area {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow_contents .--sp-full-width {
    width: calc(100dvw - 2rem - 2rem);
    -webkit-margin-start: -10rem;
            margin-inline-start: -10rem;
  }
}
.reform-flow .flow_title {
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.43;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow_title {
    font-size: 2.4rem;
    line-height: 1.46;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-flow .flow_text {
  -webkit-margin-before: 2.6rem;
          margin-block-start: 2.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow_text {
    -webkit-margin-before: 1.6rem;
            margin-block-start: 1.6rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-flow .flow_btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  -webkit-margin-before: 4.6rem;
          margin-block-start: 4.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow_btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-margin-before: 2.6rem;
            margin-block-start: 2.6rem;
  }
}
.reform-flow .flow_img img {
  width: 100%;
  height: auto;
  display: block;
}
.reform-flow .flow_task-link {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow_task-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}
.reform-flow .flow_task-item {
  width: calc(33.3333333333% - 6rem);
  max-width: 100%;
  height: 6rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border: 1px solid #DB0100;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}
@media only screen and (max-width: 768px) {
  .reform-flow .flow_task-item {
    width: 100%;
  }
}

.flow_btn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 37.4rem;
  height: 6rem;
  background-color: #EFEFEF;
  border: 0.1rem solid #000;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.flow_btn:hover {
  background: #DB0100;
  color: #fff;
}
.flow_btn:hover::before, .flow_btn:hover::after {
  background-color: #fff;
}
.flow_btn::before, .flow_btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.1rem;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: clamp(0.8rem, -16.64rem + 16vw, 4rem);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.flow_btn::before {
  rotate: 40deg;
}
.flow_btn::after {
  rotate: -40deg;
}

.reform-faq {
  text-align: left;
}
.reform-faq .faq-item:not(:last-child) {
  -webkit-margin-after: 6.9rem;
          margin-block-end: 6.9rem;
}
@media only screen and (max-width: 768px) {
  .reform-faq .faq-item:not(:last-child) {
    -webkit-margin-after: 6.6rem;
            margin-block-end: 6.6rem;
  }
}
.reform-faq .faq-item:not(:first-child) {
  border-top: 0.1rem solid #DD807F;
  -webkit-padding-before: 7rem;
          padding-block-start: 7rem;
}
@media only screen and (max-width: 768px) {
  .reform-faq .faq-item:not(:first-child) {
    -webkit-padding-before: 6.6rem;
            padding-block-start: 6.6rem;
  }
}
.reform-faq .faq-item_q {
  min-height: 6.4rem;
  -webkit-padding-start: 13.7rem;
          padding-inline-start: 13.7rem;
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.43;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .reform-faq .faq-item_q {
    min-height: 9.4rem;
    font-size: 2.4rem;
    line-height: 1.46;
    -webkit-padding-start: 12.6rem;
            padding-inline-start: 12.6rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-faq .faq-item_q::before, .reform-faq .faq-item_q::after {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 10rem;
  height: 10rem;
  position: absolute;
  font-size: 4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .reform-faq .faq-item_q::before, .reform-faq .faq-item_q::after {
    width: 5.8rem;
    height: 5.8rem;
    font-size: 2.2rem;
  }
}
.reform-faq .faq-item_q::before {
  content: "Q";
  background-color: rgba(219, 1, 0, 0.1);
  bottom: -3.6rem;
  left: 0;
  z-index: 1;
  color: #DB0100;
}
@media only screen and (max-width: 768px) {
  .reform-faq .faq-item_q::before {
    bottom: auto;
    top: 0;
  }
}
.reform-faq .faq-item_q::after {
  content: "A";
  background-color: #DD807F;
  bottom: -10rem;
  left: 8.3rem;
  z-index: 2;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .reform-faq .faq-item_q::after {
    bottom: auto;
    top: 3.7rem;
    left: 4.8rem;
  }
}
.reform-faq .faq-item_a {
  min-height: 10rem;
  -webkit-padding-start: 21.9rem;
          padding-inline-start: 21.9rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-faq .faq-item_a {
    -webkit-margin-before: 2.6rem;
            margin-block-start: 2.6rem;
    -webkit-padding-start: 5.2rem;
            padding-inline-start: 5.2rem;
    font-size: 1.4rem;
    line-height: 1.7;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}

.reform-voice .voice-list {
  text-align: left;
}
.reform-voice .voice-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23.0833% 3.6rem 1fr;
  grid-template-columns: 23.0833% 1fr;
  gap: 0 3.6rem;
}
@media only screen and (max-width: 768px) {
  .reform-voice .voice-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.6rem 0rem;
  }
}
.reform-voice .voice-item:not(:last-child) {
  -webkit-margin-after: 6.9rem;
          margin-block-end: 6.9rem;
}
@media only screen and (max-width: 768px) {
  .reform-voice .voice-item:not(:last-child) {
    -webkit-margin-after: 6.6rem;
            margin-block-end: 6.6rem;
  }
}
.reform-voice .voice-item:not(:first-child) {
  border-top: 0.1rem solid #DD807F;
  -webkit-padding-before: 7rem;
          padding-block-start: 7rem;
}
@media only screen and (max-width: 768px) {
  .reform-voice .voice-item:not(:first-child) {
    -webkit-padding-before: 6.6rem;
            padding-block-start: 6.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .reform-voice .voice-img {
    max-width: 27.7rem;
    margin-inline: auto;
  }
}
.reform-voice .voice-img img {
  width: 100%;
  height: auto;
  display: block;
}
.reform-voice .voice-title {
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.43;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-voice .voice-title {
    font-size: 2.4rem;
    line-height: 1.46;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-voice .voice-text {
  -webkit-margin-before: 2.6rem;
          margin-block-start: 2.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-voice .voice-text {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.reform-voice .voice-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 2.6rem;
          margin-block-start: 2.6rem;
  background-color: #F8E5E5;
  padding: 2.6rem 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .reform-voice .voice-info {
    padding: 1.6rem 2rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}

.reform-footer {
  -webkit-margin-before: 12.4rem;
          margin-block-start: 12.4rem;
}
@media only screen and (max-width: 768px) {
  .reform-footer {
    -webkit-margin-before: 10rem;
            margin-block-start: 10rem;
  }
}
.reform-footer .reform-footer_title {
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.57;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .reform-footer .reform-footer_title {
    font-size: 2.4rem;
    line-height: 1.41;
    display: block;
    width: 100%;
  }
}
.reform-footer .reform-footer_title::before, .reform-footer .reform-footer_title::after {
  content: "";
  height: 0.1rem;
  background: #DB0100;
  width: calc(50vw - 50% - 3.2rem);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .reform-footer .reform-footer_title::before, .reform-footer .reform-footer_title::after {
    top: 80%;
    width: 10rem;
  }
}
.reform-footer .reform-footer_title::before {
  left: auto;
  right: calc(100% + 3.2rem);
}
@media only screen and (max-width: 768px) {
  .reform-footer .reform-footer_title::before {
    left: 2rem;
    right: auto;
  }
}
.reform-footer .reform-footer_title::after {
  right: auto;
  left: calc(100% + 3.2rem); /* テキストの左端から */
}
@media only screen and (max-width: 768px) {
  .reform-footer .reform-footer_title::after {
    right: 2rem;
    left: auto;
  }
}

.reform-menu .reform-menu_card {
  width: 100%;
  text-align: left;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
.reform-menu .reform-menu_card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.reform-menu .reform-menu_card-link {
  text-decoration: none;
}
.reform-menu .reform-menu_card-img {
  width: 100%;
  overflow: hidden;
}
.reform-menu .reform-menu_card-img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.reform-menu .reform-menu_card-title {
  display: inline-block;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.42;
}
@media only screen and (max-width: 768px) {
  .reform-menu .reform-menu_card-title {
    font-size: 2.4rem;
  }
}
.reform-menu .reform-menu_card-lead {
  -webkit-margin-before: 0.8rem;
          margin-block-start: 0.8rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.reform-menu .reform-menu_swiper {
  -webkit-margin-before: 6.6rem;
          margin-block-start: 6.6rem;
  -webkit-padding-after: 7.2rem;
          padding-block-end: 7.2rem;
  --swiper-pagination-bullet-width: 1.7rem;
  --swiper-pagination-bullet-height: 1.7rem;
  --swiper-pagination-bullet-inactive-color: #B5B5B5;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-color: #DB0100;
  --swiper-pagination-color-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0.8rem;
  --swiper-pagination-bullet-vertical-gap: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .reform-menu .reform-menu_swiper {
    -webkit-margin-before: 2.7rem;
            margin-block-start: 2.7rem;
    -webkit-padding-after: 11.8rem;
            padding-block-end: 11.8rem;
  }
}
.reform-menu .reform-menu_swiper .swiper-button-next, .reform-menu .reform-menu_swiper .swiper-button-prev {
  width: 6.6rem;
  height: 6.6rem;
  color: #DB0100;
  background-color: #FFF;
  border-radius: 50%;
  border: 0.2rem solid #DB0100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 28.5%;
}
@media only screen and (max-width: 768px) {
  .reform-menu .reform-menu_swiper .swiper-button-next, .reform-menu .reform-menu_swiper .swiper-button-prev {
    width: 5rem;
    height: 5rem;
    top: auto;
    bottom: 5.4rem;
  }
}
.reform-menu .reform-menu_swiper .swiper-button-next:hover, .reform-menu .reform-menu_swiper .swiper-button-prev:hover {
  background-color: #DB0100;
  color: #FFF;
}
.reform-menu .reform-menu_swiper .swiper-button-next:hover.swiper-button-next::before, .reform-menu .reform-menu_swiper .swiper-button-next:hover.swiper-button-prev::before, .reform-menu .reform-menu_swiper .swiper-button-next:hover.swiper-button-next::after, .reform-menu .reform-menu_swiper .swiper-button-next:hover.swiper-button-prev::after, .reform-menu .reform-menu_swiper .swiper-button-prev:hover.swiper-button-next::before, .reform-menu .reform-menu_swiper .swiper-button-prev:hover.swiper-button-prev::before, .reform-menu .reform-menu_swiper .swiper-button-prev:hover.swiper-button-next::after, .reform-menu .reform-menu_swiper .swiper-button-prev:hover.swiper-button-prev::after {
  background-color: #FFF;
}
.reform-menu .reform-menu_swiper .swiper-button-next {
  right: 6.6rem;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .reform-menu .reform-menu_swiper .swiper-button-next {
    right: calc(50vw - 7rem);
  }
}
.reform-menu .reform-menu_swiper .swiper-button-prev {
  left: 6.6rem;
  right: auto;
}
@media only screen and (max-width: 768px) {
  .reform-menu .reform-menu_swiper .swiper-button-prev {
    left: calc(50vw - 7rem);
  }
}
.reform-menu .reform-menu_swiper .swiper-button-next::before, .reform-menu .reform-menu_swiper .swiper-button-prev::before,
.reform-menu .reform-menu_swiper .swiper-button-next::after, .reform-menu .reform-menu_swiper .swiper-button-prev::after {
  content: "";
  display: block;
  background-color: #DB0100;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.reform-menu .reform-menu_swiper .swiper-button-next::before, .reform-menu .reform-menu_swiper .swiper-button-prev::before {
  width: 2.2rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 768px) {
  .reform-menu .reform-menu_swiper .swiper-button-next::before, .reform-menu .reform-menu_swiper .swiper-button-prev::before {
    width: 1.6rem;
  }
}
.reform-menu .reform-menu_swiper .swiper-button-next::after, .reform-menu .reform-menu_swiper .swiper-button-prev::after {
  width: 1rem;
  height: 0.2rem;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .reform-menu .reform-menu_swiper .swiper-button-next::after, .reform-menu .reform-menu_swiper .swiper-button-prev::after {
    width: 0.8rem;
  }
}
.reform-menu .reform-menu_swiper .swiper-button-prev::after {
  right: 50%;
  rotate: -45deg;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.reform-menu .reform-menu_swiper .swiper-button-next::after {
  left: 50%;
  rotate: 45deg;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.about {
  text-align: left;
}
.about .ib {
  display: inline-block;
}
.about .about_heading {
  width: 27.3rem;
  max-width: 100%;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.33;
  padding-block: 1.4rem;
  background-color: #DB0100;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about .about_heading {
    width: 100%;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.about .about_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .about .about_text {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.about .about_points {
  text-box-trim: trim-end;
}
.about .about_point {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  text-indent: 1.8rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about .about_point {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.about .about_point::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #DB0100;
  border-radius: 50%;
  position: absolute;
  left: 0;
  translate: 0 0.9rem;
}
.about .about_sign {
  display: block;
  text-align: right;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .about .about_sign {
    font-size: 2rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.about .about_img img {
  width: 100%;
  height: auto;
  display: block;
}
.about .about_list {
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
.about .about_list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-block: 1.55rem;
  padding-inline: 1rem;
  border-bottom: 1px solid #000;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .about .about_list-item {
    padding-block: 1.44rem;
    padding-inline: 1rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.about .about_list-title,
.about .about_list-desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .about .about_list-title,
  .about .about_list-desc {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.about .about_map {
  width: 100%;
}
.about .about_map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.about .about_map-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .about .about_map-title {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.about .about-sec01,
.about .about-sec02,
.about .about-sec03,
.about .about-sec04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .about .about-sec01,
  .about .about-sec02,
  .about .about-sec03,
  .about .about-sec04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.6rem;
  }
}
.about .about-sec01:not(:first-child),
.about .about-sec02:not(:first-child),
.about .about-sec03:not(:first-child),
.about .about-sec04:not(:first-child) {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
@media only screen and (max-width: 768px) {
  .about .about-sec01:not(:first-child),
  .about .about-sec02:not(:first-child),
  .about .about-sec03:not(:first-child),
  .about .about-sec04:not(:first-child) {
    -webkit-margin-before: 6.6rem;
            margin-block-start: 6.6rem;
  }
}
.about .about-sec01 .about_heading,
.about .about-sec02 .about_heading,
.about .about-sec03 .about_heading,
.about .about-sec04 .about_heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about .about-sec05 {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 39.92% 3.6rem 1fr;
  grid-template-columns: 39.92% 1fr;
  -ms-grid-rows: auto 2rem auto 2rem auto;
  grid-template-rows: repeat(3, auto);
  gap: 2rem 3.6rem;
}
.about .about-sec05 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.about .about-sec05 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.about .about-sec05 > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.about .about-sec05 > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.about .about-sec05 > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.about .about-sec05 > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 768px) {
  .about .about-sec05 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 2.8rem auto 2.8rem auto 2.8rem auto;
    grid-template-rows: repeat(4, auto);
    gap: 2.8rem 0;
  }
  .about .about-sec05 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .about .about-sec05 > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .about .about-sec05 > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .about .about-sec05 > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
.about .about-sec05 .about_img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media only screen and (max-width: 768px) {
  .about .about-sec05 .about_img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.about .about-sec05 .about_heading {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media only screen and (max-width: 768px) {
  .about .about-sec05 .about_heading {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.about .about-sec05 .about_text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media only screen and (max-width: 768px) {
  .about .about-sec05 .about_text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.about .about-sec05 .about_sign {
  -webkit-margin-before: 0.6rem;
          margin-block-start: 0.6rem;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media only screen and (max-width: 768px) {
  .about .about-sec05 .about_sign {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.about .about-sec06 {
  -webkit-margin-before: 10.5rem;
          margin-block-start: 10.5rem;
}
@media only screen and (max-width: 768px) {
  .about .about-sec06 {
    -webkit-margin-before: 6.6rem;
            margin-block-start: 6.6rem;
  }
}
.about .about-sec06 .about-sec06_contents {
  -webkit-margin-before: 2.2rem;
          margin-block-start: 2.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .about .about-sec06 .about-sec06_contents {
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.about .about-sec06 .about_list-item {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.about .about-sec06 .about_list-title {
  display: inline-block;
  width: 27.491%;
  max-width: 16rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 6.9%;
          margin-inline-end: 6.9%;
}
@media only screen and (max-width: 768px) {
  .about .about-sec06 .about_list-title {
    width: 8rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem;
  }
}
.about .about-sec06 .about-sec06_map-area {
  -webkit-margin-before: 1.8rem;
          margin-block-start: 1.8rem;
}
.about .about-sec06 .about_map {
  aspect-ratio: 582/544;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
.about .about-sec06 .about_text {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.about .about-sec06 .about_locations {
  -webkit-margin-before: 0.8rem;
          margin-block-start: 0.8rem;
}
.about .about-sec06 .about_location:not(:first-child) {
  -webkit-margin-before: 4.4rem;
          margin-block-start: 4.4rem;
}
.about .about-sec07 {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
.about .about-sec07 .about-sec07_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .about .about-sec07 .about-sec07_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
.about .about-sec07 .about_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.6rem 1fr 3.6rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
  -webkit-margin-before: 1.8rem;
          margin-block-start: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .about .about-sec07 .about_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.about .about-sec07 .about_list-desc {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.about .about-sec08 {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
.about .about-sec08 .about-sec08_contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-margin-before: 2.1rem;
          margin-block-start: 2.1rem;
}
@media only screen and (max-width: 768px) {
  .about .about-sec08 .about-sec08_contents {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.about .about-sec08 .about_list-item {
  gap: 3.6rem;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
@media only screen and (max-width: 768px) {
  .about .about-sec08 .about_list-item {
    gap: 1rem;
  }
}
.about .about-sec08 .about_list-title {
  display: inline-block;
  width: 16rem;
}
@media only screen and (max-width: 768px) {
  .about .about-sec08 .about_list-title {
    width: 9rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.csr {
  text-align: left;
}
.csr .ib {
  display: inline-block;
}
.csr .csr_sec:not(:first-child) {
  -webkit-margin-before: 12.6rem;
          margin-block-start: 12.6rem;
}
@media only screen and (max-width: 768px) {
  .csr .csr_sec:not(:first-child) {
    -webkit-margin-before: 10rem;
            margin-block-start: 10rem;
  }
}
.csr .csr_sec:not(:last-child) {
  -webkit-padding-after: 11.3rem;
          padding-block-end: 11.3rem;
  border-bottom: 1px solid #DB0100;
}
@media only screen and (max-width: 768px) {
  .csr .csr_sec:not(:last-child) {
    -webkit-padding-after: 8.8rem;
            padding-block-end: 8.8rem;
  }
}
.csr .csr_sec-title {
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.57;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .csr .csr_sec-title {
    font-size: 2.4rem;
    line-height: 1.83;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.csr .csr_sec-title.--square {
  -webkit-padding-start: 2.4rem;
          padding-inline-start: 2.4rem;
  position: relative;
}
.csr .csr_sec-title.--square::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #DB0100;
  position: absolute;
  top: 0;
  left: 0;
}
.csr .csr-heading {
  color: #DB0100;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .csr .csr-heading {
    font-size: 2.4rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
  .csr .csr-heading span {
    font-size: 1.8rem;
  }
}
.csr .csr_text {
  -webkit-margin-before: 2.2rem;
          margin-block-start: 2.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .csr .csr_text {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.csr .csr_points {
  -webkit-margin-before: 2.2rem;
          margin-block-start: 2.2rem;
}
.csr .csr_point {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  text-indent: 1.8rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .csr .csr_point {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.csr .csr_point::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #DB0100;
  border-radius: 50%;
  position: absolute;
  left: 0;
  translate: 0 0.9rem;
}
.csr .csr_img {
  width: 100%;
}
.csr .csr_img img {
  width: 100%;
  height: auto;
  display: block;
}
.csr .csr_img-cap {
  -webkit-margin-before: 1.6rem;
          margin-block-start: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .csr .csr_img-cap {
    -webkit-margin-before: 0.8rem;
            margin-block-start: 0.8rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.csr .csr_proof-img {
  -webkit-margin-before: 2.6rem;
          margin-block-start: 2.6rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .csr .csr_proof-img {
    width: 28rem;
    max-width: 100%;
    margin-inline: auto;
  }
}
.csr .csr_proof-img img {
  width: 100%;
  height: auto;
  display: block;
}
.csr .csr_quality {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65.6667% 3.6rem 1fr;
  grid-template-columns: 65.6667% 1fr;
  -ms-grid-rows: (auto)[5];
  grid-template-rows: repeat(5, auto);
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
}
.csr .csr_quality > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.csr .csr_quality > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.csr .csr_quality > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.csr .csr_quality > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.csr .csr_quality > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.csr .csr_quality > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.csr .csr_quality > *:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.csr .csr_quality > *:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.csr .csr_quality > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.csr .csr_quality > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 768px) {
  .csr .csr_quality {
    display: block;
  }
}
.csr .csr_quality .quality-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.csr .csr_quality .quality-lead {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.csr .csr_quality .quality-img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2/5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.csr .csr_quality .quality-content1 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -webkit-margin-before: 6.6rem;
          margin-block-start: 6.6rem;
}
@media only screen and (max-width: 768px) {
  .csr .csr_quality .quality-content1 {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}
.csr .csr_quality .quality-content2 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -webkit-margin-before: 6.6rem;
          margin-block-start: 6.6rem;
}
@media only screen and (max-width: 768px) {
  .csr .csr_quality .quality-content2 {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}
.csr .csr_quality .quality-content2 .csr_sec-title {
  white-space: nowrap;
}
.csr .csr_quality .quality-content2 .quality_qms {
  -webkit-margin-before: 6.6rem;
          margin-block-start: 6.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 41.2rem 1.8rem 35.7rem;
  grid-template-columns: 41.2rem 35.7rem;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .csr .csr_quality .quality-content2 .quality_qms {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .csr .csr_quality .quality-content2 .quality_qms .csr_img {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}
.csr .csr_quality .quality-content3 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
@media only screen and (max-width: 768px) {
  .csr .csr_quality .quality-content3 {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}
.csr .csr_quality .quality-content3 .image-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.6rem 1fr 3.6rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.4rem 3.6rem;
  -webkit-margin-before: 4.4rem;
          margin-block-start: 4.4rem;
}
@media only screen and (max-width: 768px) {
  .csr .csr_quality .quality-content3 .image-area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
.csr .csr_environ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65.6667% 3.6rem 1fr;
  grid-template-columns: 65.6667% 1fr;
  -ms-grid-rows: (auto)[6];
  grid-template-rows: repeat(6, auto);
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
}
.csr .csr_environ > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.csr .csr_environ > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.csr .csr_environ > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.csr .csr_environ > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.csr .csr_environ > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.csr .csr_environ > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.csr .csr_environ > *:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.csr .csr_environ > *:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.csr .csr_environ > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.csr .csr_environ > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.csr .csr_environ > *:nth-child(11) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.csr .csr_environ > *:nth-child(12) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 768px) {
  .csr .csr_environ {
    display: block;
  }
}
.csr .csr_environ .environ-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.csr .csr_environ .environ-lead {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.csr .csr_environ .environ-img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2/5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.csr .csr_environ .environ-content1 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
.csr .csr_environ .environ-content2 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
.csr .csr_environ .environ-content3 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
.csr .csr_environ .environ-content4 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
.csr .csr_environ .environ_list {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
.csr .csr_environ .environ_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 3.6rem 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .csr .csr_environ .environ_item {
    display: block;
  }
}
.csr .csr_environ .environ_item:not(:first-child) {
  -webkit-margin-before: 2.8rem;
          margin-block-start: 2.8rem;
}
.csr .csr_environ .environ_item.--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.csr .csr_environ .environ_item-no {
  width: 6.7rem;
  aspect-ratio: 1/1;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: rgba(219, 1, 0, 0.1);
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
}
.csr .csr_environ .environ_item-content > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.csr .csr_environ .environ_action {
  -webkit-margin-before: 4.4rem;
          margin-block-start: 4.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37.6rem 3.6rem 1fr;
  grid-template-columns: 37.6rem 1fr;
  gap: 7rem 3.6rem;
}
@media only screen and (max-width: 768px) {
  .csr .csr_environ .environ_action {
    display: block;
  }
}
.csr .csr_environ .environ_action > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.csr .csr_environ .environ_action1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.csr .csr_environ .environ_action2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media only screen and (max-width: 768px) {
  .csr .csr_environ .environ_action2 {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}
.csr .csr_environ .environ_action3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  text-box-trim: trim-both;
}
@media only screen and (max-width: 768px) {
  .csr .csr_environ .environ_action3 {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}
.csr .csr_safety .safety_slogan-area {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
.csr .csr_safety .safety_slogan {
  -webkit-margin-before: 3.6rem;
          margin-block-start: 3.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: #DB0100;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  text-align: center;
  padding-block: 1.7rem;
  padding-inline: 1.2rem;
  background-color: #F8E5E5;
}
@media only screen and (max-width: 768px) {
  .csr .csr_safety .safety_slogan {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
    font-size: 2.4rem;
    line-height: 1.83;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.csr .csr_safety .safety_action {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.6rem 1fr 3.6rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
      grid-template-areas: "a b c" ". d e";
}
.csr .csr_safety .safety_action > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}
.csr .csr_safety .safety_action > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: b;
}
.csr .csr_safety .safety_action > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: c;
}
.csr .csr_safety .safety_action > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: d;
}
.csr .csr_safety .safety_action > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  grid-area: e;
}
.csr .csr_safety .safety_action > *:nth-child(n+4) {
  -webkit-margin-before: 3.6rem;
          margin-block-start: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .csr .csr_safety .safety_action {
    display: block;
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
  .csr .csr_safety .safety_action > * {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}
.csr .csr_safety .safety_action-title {
  color: #DB0100;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.57;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
  -webkit-padding-after: 2.6rem;
          padding-block-end: 2.6rem;
  border-bottom: 1px solid #DB0100;
}
@media only screen and (max-width: 768px) {
  .csr .csr_safety .safety_action-title {
    font-size: 2.4rem;
    line-height: 1.83;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.csr .csr_safety .safety_action_heading {
  color: #DB0100;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .csr .csr_safety .safety_action_heading {
    font-size: 2.4rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
  .csr .csr_safety .safety_action_heading span {
    font-size: 1.8rem;
  }
}
.csr .csr_safety .safety_action_text {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "plat" on;
          font-feature-settings: "plat" on;
}
@media only screen and (max-width: 768px) {
  .csr .csr_safety .safety_action_text {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}

@media only screen and (max-width: 768px) {
  .contact {
    padding-top: 0;
  }
}
.contact-infolist {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
  margin: 0 auto 12rem;
  max-width: 99.4rem;
  background: rgba(219, 1, 0, 0.1);
  padding: 4rem 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .contact-infolist {
    -ms-grid-rows: (auto)[4];
    grid-template-rows: repeat(4, auto);
    font-size: 1.8rem;
    padding: 3.5rem 1.2rem;
    margin: 0 2rem 10rem;
  }
}
.contact-infolist_item:before {
  content: "●";
  color: #DB0100;
  display: inline-block;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .contact-infolist_item:before {
    margin-right: 0.2rem;
  }
}

.snow-monkey-form {
  max-width: 100%;
  width: 99.4rem;
  margin: 0 auto;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .snow-monkey-form {
    padding: 0 2rem;
  }
}

.smf-item__label {
  margin-bottom: 1rem;
}

.smf-item__label__text {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .smf-item__label__text {
    font-size: 1.8rem;
  }
}

.smf-item__col--controls {
  margin-bottom: 5rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .smf-item__col--controls {
    font-size: 1.6rem;
  }
}

.snow-monkey-form input[type=text],
.snow-monkey-form input[type=email],
.snow-monkey-form input[type=tel],
.smf-form .smf-textarea-control__control {
  padding: 2rem 2.7rem;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 0.1rem solid #AAAAAA;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .snow-monkey-form input[type=text],
  .snow-monkey-form input[type=email],
  .snow-monkey-form input[type=tel],
  .smf-form .smf-textarea-control__control {
    padding: 1.4rem;
  }
}

.smf-form .smf-textarea-control__control {
  height: 30rem;
}

.snow-monkey-form input[type=tel].zip,
.snow-monkey-form input[type=text].zip {
  width: 14.2rem;
  max-width: 100%;
  margin-bottom: 1rem;
}

#autozip {
  display: none !important;
}

.snow-monkey-form select.pref {
  width: 27.3rem;
  max-width: 100%;
  padding: 2rem 2.7rem;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.1rem solid #AAAAAA;
  border-radius: 1rem;
  margin-bottom: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .snow-monkey-form select.pref {
    padding: 1.4rem;
    font-size: 1.6rem;
  }
}

.snow-monkey-form select.subject {
  width: 78.8rem;
  max-width: 100%;
  padding: 2rem 2.7rem;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.1rem solid #AAAAAA;
  border-radius: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .snow-monkey-form select.subject {
    padding: 1.4rem;
    font-size: 1.6rem;
  }
}

.smf-form .smf-select-control__control {
  width: 100%;
  max-width: 100%;
}

.smf-form .smf-select-control {
  max-width: 100%;
}

.smf-select-control {
  position: relative;
}
.smf-select-control:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
  position: absolute;
  right: 2.7rem;
  top: 2.7rem;
  rotate: 45deg;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .smf-select-control:after {
    right: 1rem;
    top: 1.9rem;
  }
}

.smf-item__description {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .smf-item__description {
    font-size: 1.6rem;
  }
}

.smf-action .smf-button-control__control {
  background: #EFEFEF;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.8rem;
  width: 27.3rem;
  color: #000;
  border: 0.1rem solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .smf-action .smf-button-control__control {
    margin-bottom: 2rem;
  }
}
.smf-action .smf-button-control__control:after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.6rem);
  rotate: -45deg;
  border-right: 0.1rem solid #000;
  border-bottom: 0.1rem solid #000;
}
.smf-action .smf-button-control__control:hover {
  background: #DB0100;
  color: #fff;
}
.smf-action .smf-button-control__control:hover:after {
  border-color: #fff;
}
@media only screen and (max-width: 768px) {
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
  }
}

.smf-error-messages {
  margin-bottom: 1rem;
}

.u-ta--l {
  text-align: left;
}
.u-ta--r {
  text-align: right;
}
.u-ta--c {
  text-align: center;
}

.u-c--rd {
  color: var(--red1);
}
.u-c--gr {
  color: var(--green1);
}

.u-fw--normal {
  font-weight: normal;
}
.u-fw--bold {
  font-weight: bold;
}

/*-- データベース登録済み記事用　ここから --*/
#detail table {
  max-width: 100%;
}

.category_top_contents img {
  max-width: 100%;
  height: auto !important;
}
.category_top_contents p {
  min-height: 1em;
}
.category_top_contents p a {
  color: #229F90 !important;
  font-weight: normal;
  font-size: 1.6rem;
}
.category_top_contents p a span {
  color: #229F90 !important;
}
.category_top_contents hr {
  border-color: var(--gray5);
  border-top: none;
}
.category_top_contents table {
  width: 100% !important;
}
.category_top_contents table:not(.set-border) {
  border: 0;
}
.category_top_contents table:not(.set-border) tr:first-of-type td {
  background-color: unset !important;
}
.category_top_contents table:not(.set-border) tr:first-of-type td strong {
  text-indent: -1em;
  font-size: 2.3rem;
  text-align: left;
  position: relative;
  color: #494949;
}
.category_top_contents table:not(.set-border) tr:first-of-type td strong:before {
  content: "";
  width: 0.3rem;
  height: 2.3rem;
  top: 0.7rem;
  left: -1em;
  bottom: 0;
  background: #098374;
  display: block;
  position: absolute;
}
.category_top_contents table:not(.set-border) tr:first-of-type td p strong {
  text-indent: 0;
}
.category_top_contents table:not(.set-border) tr:first-of-type td p strong:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .category_top_contents table:not(.set-border) tr:first-of-type td strong {
    font-size: 2rem;
  }
  .category_top_contents table:not(.set-border) tr:first-of-type td strong:before {
    height: calc(100% - 1.5rem);
  }
}
.category_top_contents table:not(.set-border) td {
  border: none;
  vertical-align: top;
}
.category_top_contents table:not(.set-border) td + td {
  vertical-align: middle;
}
.category_top_contents table:not(.set-border) td p {
  min-height: auto !important;
}
.category_top_contents table:not(.set-border) td p span {
  font-size: 1.6rem !important;
}
.category_top_contents table:not(.set-border) td a {
  color: #229F90 !important;
  font-weight: normal;
  font-size: 1.6rem;
}
.category_top_contents table:not(.set-border) td a span {
  color: #229F90 !important;
}
@media only screen and (max-width: 768px) {
  .category_top_contents table:not(.set-border) td {
    display: block;
    width: 100%;
  }
  .category_top_contents table:not(.set-border) td p span {
    font-size: 1.2rem !important;
  }
  .category_top_contents table:not(.set-border) td img {
    margin: 0 auto;
    display: block;
  }
}

/*-- データベース登録済み記事用　ここまで --*/