@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@100;200;300;500;600;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: 1154px) {
  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", sans-serif;
  text-align: center;
  color: var(--base);
  letter-spacing: 0.1rem;
  color: #272727;
}
@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", 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: 1154px) {
  .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;
  }
}

.family-catch {
  padding: 5.8rem 0 4.6rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00baff+0,00eb9a+100 */
  background: -webkit-gradient(linear, right top, left top, from(#00baff), to(#00eb9a));
  background: linear-gradient(to left, #00baff 0%, #00eb9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .family-catch {
    padding: 4rem 0;
  }
}
.family-catch_ttl {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .family-catch_ttl {
    font-size: 2.2rem;
  }
}
.family-catch_lead {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}
@media only screen and (max-width: 768px) {
  .family-catch_lead {
    font-size: 1.2rem;
  }
}
.family-imageline {
  text-align: center;
}
.family-content {
  padding: 21.8rem 3rem 25.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49rem 10rem 49rem;
  grid-template-columns: 49rem 49rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24rem 10rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .family-content {
    padding: 17.4rem 2rem 35rem;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 11.7rem 10rem;
  }
}
.family-content_item {
  border-radius: 1rem;
  background: #fff;
  position: relative;
  font-size: 1.6rem;
}
.family-content_fukidashi {
  background: url(../img/family/fukidashi.svg) no-repeat;
  background-size: contain;
  width: 40.5rem;
  height: 14.7rem;
  position: absolute;
  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;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .family-content_fukidashi {
    width: 25rem;
    height: 8.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.family-content_fukidashi-01 {
  bottom: calc(100% + 4.8rem);
  left: -7rem;
}
@media only screen and (max-width: 768px) {
  .family-content_fukidashi-01 {
    padding-right: 2rem;
    left: 0;
    bottom: calc(100% + 2.5rem);
  }
}
.family-content_fukidashi-02 {
  bottom: calc(100% - 3.8rem);
  left: -9rem;
}
@media only screen and (max-width: 768px) {
  .family-content_fukidashi-02 {
    width: 29.3rem;
    height: 10.6rem;
    left: 2rem;
    bottom: calc(100% - 1.8rem);
  }
}
.family-content_fukidashi-03 {
  bottom: calc(100% - 2rem);
  left: 7rem;
}
@media only screen and (max-width: 768px) {
  .family-content_fukidashi-03 {
    width: 29.3rem;
    height: 10.6rem;
    left: 2rem;
    bottom: calc(100% - 1.8rem);
  }
}
.family-content_hito {
  position: absolute;
  right: -1.5rem;
  top: -20rem;
  width: 20rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .family-content_hito {
    width: 11.4rem;
    top: -12rem;
    right: 0;
  }
}
.family-content_image {
  position: relative;
}
.family-content_txt {
  padding: 1.5rem 2.7rem 3rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .family-content_txt {
    padding: 1rem 1.5rem 3rem;
  }
}
.family-content_ttl {
  font-size: 2.7rem;
  font-weight: bold;
  color: #006BB9;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .family-content_ttl {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.family-content_desc {
  line-height: 1.625;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .family-content_desc {
    font-size: 1.4rem;
  }
}
.family-content_btn {
  text-align: center;
  position: relative;
  letter-spacing: 0.1rem;
  margin-top: 9.6rem;
}
@media only screen and (max-width: 768px) {
  .family-content_btn {
    margin-top: 6rem;
  }
}
.family-content_btn:before {
  content: "";
  background: url(../img/top/pokemon_04.png) no-repeat;
  background-size: 14rem 14.7rem;
  width: 14rem;
  height: 14.7rem;
  display: block;
  position: absolute;
  z-index: 0;
  left: calc(50% - 6rem);
  top: -8.2rem;
}
@media only screen and (max-width: 768px) {
  .family-content_btn:before {
    width: 10.5rem;
    background-size: contain;
    top: -5.7rem;
    left: calc(50% - 4rem);
  }
}
.family-content_link {
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#50BAE0), to(#00D9C0));
  background: linear-gradient(left, #50BAE0 0%, #00D9C0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 4rem;
  display: inline-block;
  text-align: center;
  width: 32rem;
  padding: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.family-content_link:after {
  content: "";
  position: absolute;
  right: 2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.7rem;
  height: 1.4rem;
  top: calc(50% - 0.7rem);
  background: #fff;
}
.family-content_flavor {
  position: absolute;
  bottom: 0;
  right: calc(50% + 4.5rem);
  width: 57.5rem;
}
@media only screen and (max-width: 768px) {
  .family-content_flavor {
    width: 33.1rem;
    right: 1rem;
  }
}

.facility-ttl_main {
  font-size: 15.6rem;
  color: #fff;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 900;
  font-style: italic;
  position: relative;
  line-height: 1;
  padding: 3rem 3rem 1rem;
}
.facility-ttl_main-tag {
  display: inline-block;
  background: #3FD6C8;
  padding: 0.8rem 1.6rem;
  line-height: 1;
  font-size: 1.6rem;
  font-style: normal;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}
.facility-ttl_main-tag.--blue {
  background: #006BB9;
}
.facility-ttl_lead {
  font-size: 3rem;
  font-weight: bold;
  color: #3FD6C8;
}
.facility-ttl_lead.--blue {
  color: #006BB9;
}
.facility-ttl_name {
  font-size: 4rem;
  display: block;
}
.facility-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clip-path: polygon(0 9rem, 100% 0, 100% calc(100% - 9rem), 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#50BAE0), to(#00D9C0));
  background: linear-gradient(to right, #50BAE0 0%, #00D9C0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  min-height: 60rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.facility-catch.--blue {
  background: #006BB9;
}
.facility-catch_thumb {
  width: calc(50% - 5rem);
  height: 100%;
  min-height: 60rem;
  background: url(../img/facility/catch01.png) no-repeat left bottom;
  background-size: cover;
}
.facility-catch_thumb._catch02 {
  background: url(../img/facility/catch02.png) no-repeat left bottom;
  background-size: cover;
}
.facility-catch_thumb._catch03 {
  background: url(../img/facility/catch03.png) no-repeat left bottom;
  background-size: cover;
}
.facility-catch_thumb img {
  display: none;
}
.facility-catch_txt {
  padding: 7rem 7rem 7rem;
  text-align: left;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% + 5rem);
}
.facility-catch_ttl {
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  margin-bottom: 2rem;
}
.facility-catch_desc {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
  max-width: 49.5rem;
}
.facility-catch_time {
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1rem;
  color: #272727;
  padding: 5rem 2.7rem 3.3rem;
  font-weight: bold;
  position: relative;
  font-size: 1.6rem;
  width: 45rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.facility-catch_time-ttl {
  position: absolute;
  left: 0;
  top: 0;
  background: #272727;
  color: #fff;
  padding: 0.4rem 2rem;
  border-radius: 1rem 0 0 0;
}
.facility-menu {
  max-width: 81.2rem;
  margin: 0 auto 8rem;
}
.facility-recent {
  max-width: 99rem;
  margin: 0 auto 5rem;
  border: 0.5rem solid #3FD6C8;
  border-radius: 1rem;
  background: #fff;
}
.facility-recent.--blue {
  border-color: #006BB9;
}
.facility-recent_ttl {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  background: #3FD6C8;
  padding: 2rem;
}
.facility-recent_ttl.--blue {
  background: #006BB9;
}
.facility-recent_list {
  padding: 4.4rem 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 4rem;
  text-align: left;
}
.facility-recent_name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
}
.facility-recent_price {
  font-size: 1.2rem;
}
.facility-recent_thumb {
  border-radius: 0.5rem;
  overflow: hidden;
}
.facility-imageline {
  text-align: center;
}
.facility-content {
  padding: 21.8rem 3rem 25.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49rem 10rem 49rem;
  grid-template-columns: 49rem 49rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24rem 10rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.facility-content_item {
  border-radius: 1rem;
  background: #fff;
  position: relative;
  font-size: 1.6rem;
}
.facility-content_fukidashi {
  background: url(../img/family/fukidashi.svg) no-repeat;
  background-size: contain;
  width: 40.5rem;
  height: 14.7rem;
  position: absolute;
  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;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
.facility-content_fukidashi-01 {
  bottom: calc(100% + 4.8rem);
  left: -7rem;
}
.facility-content_fukidashi-02 {
  bottom: calc(100% - 3.8rem);
  left: -9rem;
}
.facility-content_fukidashi-03 {
  bottom: calc(100% - 2rem);
  left: 7rem;
}
.facility-content_hito {
  position: absolute;
  right: -1.5rem;
  top: -20rem;
  width: 20rem;
  z-index: 0;
}
.facility-content_image {
  position: relative;
}
.facility-content_txt {
  padding: 1.5rem 2.7rem 3rem;
  text-align: left;
}
.facility-content_ttl {
  font-size: 2.7rem;
  font-weight: bold;
  color: #006BB9;
  margin-bottom: 1rem;
}
.facility-content_desc {
  line-height: 1.625;
  font-weight: bold;
}
.facility-content_btn {
  text-align: center;
  position: relative;
  letter-spacing: 0.1rem;
  margin-top: 9.6rem;
}
.facility-content_btn:before {
  content: "";
  background: url(../img/top/pokemon_04.png) no-repeat;
  background-size: 14rem 14.7rem;
  width: 14rem;
  height: 14.7rem;
  display: block;
  position: absolute;
  z-index: 0;
  left: calc(50% - 6rem);
  top: -8.2rem;
}
.facility-content_link {
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#50BAE0), to(#00D9C0));
  background: linear-gradient(left, #50BAE0 0%, #00D9C0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 4rem;
  display: inline-block;
  text-align: center;
  width: 32rem;
  padding: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.facility-content_link:after {
  content: "";
  position: absolute;
  right: 2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.7rem;
  height: 1.4rem;
  top: calc(50% - 0.7rem);
  background: #fff;
}
.facility-content_flavor {
  position: absolute;
  bottom: 0;
  right: calc(50% + 4.5rem);
  width: 57.5rem;
}
.facility-bg {
  padding-bottom: 5rem;
}

.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;
}