@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

body {
  font-family: "Noto Sans JP", "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.6rem;
  color: #3A4856;
  line-height: 1.75;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

i, em {
  font-style: normal;
}

@media all and (max-width: 750px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}
@media all and (max-width: 750px) {
  .spbr {
    display: block;
  }
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 274px;
  box-sizing: border-box;
}
@media all and (max-width: 1120px) {
  #wrapper {
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  #wrapper {
    padding-left: 16.6666666667%;
  }
}

.inner {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1600px;
}
@media all and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.smenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  display: block;
  width: 274px;
  height: 100%;
  background: white;
  overflow: scroll;
}
@media all and (max-width: 1120px) {
  .smenu {
    width: 100%;
    height: auto;
    background: white;
    z-index: 55;
  }
}
@media (min-width: 1920px) {
  .smenu {
    width: 16.6666666667%;
  }
}

.logo {
  margin-top: 25px;
  display: block;
  position: relative;
  z-index: 110;
  padding: 0 30px 10px 30px;
  box-sizing: border-box;
}
.logo img {
  height: 71px;
  transition: all 0.3s ease;
}
.logo .spl {
  display: none;
}
@media all and (max-width: 1120px) {
  .logo {
    display: inline-block;
    padding: 15px;
    margin-top: 0;
  }
  .logo img {
    height: 34px;
  }
}
@media all and (max-width: 767px) {
  .logo .spl {
    display: block;
  }
  .logo .pcl {
    display: none;
  }
  .logo img {
    height: 36px;
  }
}

@media all and (max-width: 1120px) {
  #nav-drawer {
    position: relative;
    overflow: hidden;
  }
}
@media all and (max-width: 767px) {
  #nav-drawer {
    height: 64px;
  }
}

#nav-open {
  display: none;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  padding: 46px 31.5px;
  box-sizing: border-box;
  z-index: 10000;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-left: 50px;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px; /*線の太さ*/
  width: 30px; /*長さ*/
  border-radius: 100px;
  background: #0994D4;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.3s ease;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-open i {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
  color: #044689;
  font-size: 1.1rem;
  font-weight: 500;
}
#nav-open .m2 {
  display: none;
}
@media all and (max-width: 1120px) {
  #nav-open {
    display: block;
    position: absolute;
    right: 0;
    top: -4px;
    padding: 20px 14.5px 22px 14.5px;
  }
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

#nav-content {
  overflow: auto;
  top: 0;
  right: 0;
  z-index: 9999; /*最前面に*/
  width: auto; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: none; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-overflow-scrolling: touch;
}
#nav-content .sp_menu_ttls {
  display: none;
  color: #0994D4;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  padding: 0 0 20px 30px;
  box-sizing: border-box;
}
@media all and (max-width: 1120px) {
  #nav-content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    width: calc(100% - 30px);
    height: calc(100% - 80px);
    top: 60px;
    left: 15px;
    display: block;
    text-align: center;
    padding-top: 40px;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
  }
  #nav-content .sp_menu_ttls {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #nav-content {
    padding-top: 20px;
  }
  #nav-content .sp_menu_ttls {
    padding: 0 0 10px 30px;
  }
}

.nv_top {
  padding: 0 30px;
  box-sizing: border-box;
}
.nv_top .menu_in_top {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: #3A4856;
  display: block;
  border-top: 0.5px solid #6D859D;
  box-sizing: border-box;
  padding: 17.5px 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.nv_top .menu_in_top i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8.5px;
  width: 17px;
  height: 17px;
  background: #000;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.nv_top .menu_in_top i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -0.5px;
  margin-left: 0;
  width: 13px;
  height: 1px;
  border-radius: 100px;
  background: white;
  transition: all 0.3s ease;
}
.nv_top .menu_in_top i:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  margin-top: 0;
  margin-left: -0.5px;
  width: 1px;
  height: 13px;
  border-radius: 100px;
  background: white;
}
.nv_top .menu_in_top i.opens {
  transform: rotate(270deg);
}
.nv_top .menu_in_top i.opens:before {
  opacity: 0;
}
.nv_top .one_links {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: #3A4856;
  display: block;
  border-top: 0.5px solid #6D859D;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
  background: url("../images/nv_arw.png") center right no-repeat;
  background-size: 16px auto;
}
.nv_top .one_links a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 17.5px 15px;
}
.nv_top .last {
  border-bottom: 0.5px solid #6D859D;
}
@media all and (max-width: 1120px) {
  .nv_top p, .nv_top a {
    text-align: left;
  }
  .nv_top .menu_in_top {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .nv_top {
    padding: 0 15px;
  }
}

.nv_mid {
  margin-top: 30px;
  padding: 0 30px;
}
.nv_mid a {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: white;
  margin-bottom: 10px;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease;
}
.nv_mid a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  transition: all 0.3s ease;
  width: calc(100% + 50px);
  height: 100%;
  border: 1px solid #6795BB;
  background: url("../images/nv_arw_mid.png") center right 17px no-repeat, #6795BB;
  background-size: 6px auto;
  border-radius: 0 10px 10px 0;
  z-index: 1;
}
.nv_mid a span {
  padding: 18px 0;
}
.nv_mid .fix_tp span {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  background: url("../images/fix_tp.png") center left no-repeat;
  background-size: 22px auto;
}
.nv_mid .fix_tp:hover {
  color: #6795BB;
}
.nv_mid .fix_tp:hover span {
  background: url("../images/fix_tp_hov.png") center left no-repeat;
  background-size: 22px auto;
}
.nv_mid .fix_tp:hover:before {
  background: url("../images/arw_hov1.png") center right 17px no-repeat;
  background-size: 6px auto;
}
.nv_mid .tel_tp span {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  background: url("../images/tel_tp.png") center left no-repeat;
  background-size: 22px auto;
}
.nv_mid .tel_tp:hover {
  color: #6795BB;
}
.nv_mid .tel_tp:hover span {
  background: url("../images/tel_tp_hov.png") center left no-repeat;
  background-size: 22px auto;
}
.nv_mid .tel_tp:hover:before {
  background: url("../images/arw_hov1.png") center right 17px no-repeat;
  background-size: 6px auto;
}
@media all and (max-width: 1120px) {
  .nv_mid {
    display: none;
  }
}

.nv_times {
  padding: 0 30px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.nv_times .fb {
  color: #6795BB;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.nv_times .rest {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media all and (max-width: 1120px) {
  .nv_times {
    display: none;
  }
}

.nv_calen {
  cursor: pointer;
  margin: 15px 30px 24px 30px;
  border-radius: 100px;
  border: 2px solid #6795BB;
  background: #E6F4F1;
  text-align: center;
  padding: 6px 0;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
.nv_calen:hover {
  background: #3A4856;
  color: white;
}
@media all and (max-width: 1120px) {
  .nv_calen {
    display: none;
  }
}

.menu_in {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 304px;
  top: 20px;
  width: 270px;
  height: calc(100% - 40px);
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.menu_in .in {
  height: 360px;
  position: relative;
}
.menu_in .ttl {
  color: #0994D4;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.menu_in a {
  display: block;
  text-decoration: none;
  border: none;
  color: #3A4856;
  font-size: 1.4rem;
  padding: 11px 0 11px 40px;
  background: url("../images/arw_menuin.png") top 14px left no-repeat;
  background-size: 34px auto;
  transition: all 0.3s ease;
}
.menu_in a:hover {
  opacity: 0.7;
}
.menu_in .close_nv {
  position: absolute;
  bottom: -80px;
  width: 75px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu_in .close_nv:hover {
  opacity: 0.7;
}
.menu_in .close_nv img {
  width: 100%;
}
.menu_in .tpp1 {
  margin-top: 10px;
}
@media (min-width: 1920px) {
  .menu_in {
    left: calc(16.6666666667% + 30px);
  }
}
@media all and (max-width: 1120px) {
  .menu_in {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: 100%;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
  }
  .menu_in .in {
    height: auto;
    overflow: hidden;
  }
  .menu_in .ttl, .menu_in .close_nv {
    display: none;
  }
  .menu_in a {
    line-height: 1.6;
    padding: 6px 0 6px 40px;
    background: url("../images/arw_menuin.png") top 8px left no-repeat;
    background-size: 34px auto;
  }
}

#nav-input:checked ~ #nav-close {
  visibility: visible;
  opacity: 1;
}
#nav-input:checked ~ #nav-content {
  opacity: 1;
  visibility: visible;
}
#nav-input:checked ~ #nav-open span {
  transform: rotate(25deg);
  top: 31px;
}
@media all and (max-width: 767px) {
  #nav-input:checked ~ #nav-open span {
    top: 29px;
  }
}
#nav-input:checked ~ #nav-open span:before {
  bottom: 0;
  transform: rotate(130deg);
  width: 30px;
}
#nav-input:checked ~ #nav-open span:after {
  right: -100px;
  opacity: 0;
}
@media all and (max-width: 1120px) {
  #nav-input:checked ~ .sp_bgclose {
    opacity: 1;
    visibility: visible;
  }
}

.nav-unshown {
  display: none;
}

.open_nav .menu_in {
  opacity: 1;
  visibility: visible;
}
.open_nav .menu_in_top {
  color: #0994D4;
}
.open_nav .menu_in_top i {
  transform: rotate(270deg);
}
.open_nav .menu_in_top i:before {
  opacity: 0;
}
@media all and (max-width: 1120px) {
  .open_nav .menu_in {
    grid-template-rows: 1fr;
  }
  .open_nav .menu_in .in {
    padding: 0 0 25px 0;
    box-sizing: border-box;
  }
}

.sp_closes {
  display: none;
}
@media all and (max-width: 1120px) {
  .sp_closes {
    display: block;
    position: relative;
    margin: 40px 20px 0 auto;
    padding-bottom: 30px;
    width: 75px;
    cursor: pointer;
  }
}
@media all and (max-width: 767px) {
  .sp_closes {
    margin: 40px 15px 0 auto;
  }
}

.opens_smenu #nav-open .m1 {
  display: none;
}
.opens_smenu #nav-open .m2 {
  display: block;
}

@media all and (max-width: 1120px) {
  .sp_bgclose {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 1;
    transition: all 0.3s ease;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  border-radius: 30px 30px 0 0;
  padding: 30px;
  box-sizing: border-box;
  background: #0994D4;
  position: relative;
}
footer .in1 {
  background: white;
  border-radius: 18px 18px 0 0;
  padding: 30px 20px;
  box-sizing: border-box;
}
footer .ft1 {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 0 60px;
  max-width: 770px;
  margin: 0 auto;
}
footer .ft_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 0;
  max-width: 500px;
}
footer .ft_links a {
  display: block;
  color: #3A4856;
  text-decoration: none;
  background: url("../images/arw_ft.png") center left no-repeat;
  background-size: 16px auto;
  padding-left: 30px;
  font-size: 1.4rem;
}
footer .ft_links a:nth-of-type(1) {
  grid-column: 1/3;
}
footer .tx {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 1.2rem;
}
@media all and (max-width: 767px) {
  footer {
    padding: 15px 15px 30px 15px;
  }
  footer .in1 {
    padding: 15px 20px;
  }
  footer .ft_logo {
    max-width: 210px;
    margin: 0 auto;
  }
  footer .ft1 {
    grid-template-columns: 1fr;
    gap: 0 60px;
  }
  footer .ft_links {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 210px;
    gap: 5px 0;
    margin: 30px auto 0 auto;
  }
  footer .ft_links a:nth-of-type(1) {
    grid-column: unset;
  }
  footer .tx {
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 1.2rem;
  }
}

.sp_stic {
  display: none;
  transition: all 0.3s ease;
}
.sp_stic.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 767px) {
  .sp_stic {
    position: fixed;
    bottom: 10px;
    left: 15px;
    width: calc(100% - 30px);
    z-index: 53;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 5px;
  }
  .sp_stic a {
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
    background: url("../images/nv_arw_mid.png") center right 17px no-repeat, #6795BB;
    background-size: 6px auto;
    border-radius: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease;
  }
  .sp_stic a span {
    padding: 11px 0;
  }
  .sp_stic a:hover {
    opacity: 0.6;
  }
  .sp_stic .fix_tp span {
    padding-left: 30px;
    background: url("../images/fix_tp.png") center left no-repeat;
    background-size: 22px auto;
  }
  .sp_stic .tel_tp span {
    padding-left: 30px;
    background: url("../images/tel_tp.png") center left no-repeat;
    background-size: 22px auto;
  }
}

.copyright {
  width: 100%;
  position: absolute;
  font-size: 1.2rem;
  color: white;
  text-align: center;
  bottom: 4px;
  left: 0;
}

.btn_no {
  display: block;
  border-radius: 5px;
  width: 240px;
  margin: 30px 0 0 0;
  color: white;
  text-decoration: none;
  background: #0994D4;
  position: relative;
  font-weight: 600;
  padding: 11px 0;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #0994D4;
  transition: all 0.3s ease;
}
.btn_no:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 16px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #E6F4F1;
}
.btn_no i {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 60px;
}
.btn_no i img {
  width: 100%;
}
.btn_no em {
  right: 25px;
  top: 50%;
  margin-top: -2px;
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease;
  background: url("../images/arw_t11.png") center center/cover;
}
.btn_no:hover {
  background: white;
  color: #0994D4;
}
.btn_no:hover em {
  right: 10px;
  top: 50%;
  margin-top: -2px;
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease;
  background: url("../images/arw_t12.png") center center/cover;
}
@media all and (max-width: 767px) {
  .btn_no i {
    width: 50px;
  }
}

/*------------------------------------------------------------
inview css
------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
.anm {
  opacity: 0;
}

.anm_all.trigger {
  opacity: 1;
}
.anm_all .item {
  opacity: 0;
}
.anm_all .item.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}

.trigger {
  opacity: 0;
}
.trigger.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}
.trigger.delay0 {
  animation-delay: 0ms;
}
.trigger.delay1 {
  animation-delay: 100ms;
}
.trigger.delay2 {
  animation-delay: 200ms;
}
.trigger.delay3 {
  animation-delay: 300ms;
}
.trigger.delay4 {
  animation-delay: 400ms;
}
.trigger.delay5 {
  animation-delay: 500ms;
}
.trigger.delay6 {
  animation-delay: 600ms;
}
.trigger.delay7 {
  animation-delay: 700ms;
}
.trigger.delay8 {
  animation-delay: 800ms;
}
.trigger.delay9 {
  animation-delay: 900ms;
}
.trigger.delay10 {
  animation-delay: 1000ms;
}

@keyframes up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*------------------------------------------------------------------------------------------------------------------------*/
.search_area .search_submit {
  margin: 20px auto 0 auto;
  width: 300px;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 100px;
  color: white;
  background: #0994D4;
  border: 1px solid #0994D4;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: none;
  position: relative;
}
.search_area .search_submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border: 1px solid #000;
  border-radius: 100px;
  box-sizing: border-box;
  opacity: 0.6;
}
.search_area .search_submit:hover {
  background: white;
  color: #0994D4;
}
.search_area .search_submit.act {
  pointer-events: unset;
}
.search_area .search_submit.act:before {
  content: none;
}

.search_input_area {
  margin: 30px auto 0 auto;
  max-width: 780px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 50px;
}
.search_input_area select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search_input_area select {
  font-size: 1.4rem;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #3A4856;
  background: url("../images/tri_ser.png") center right 15px no-repeat, white;
  background-size: 15px auto;
  padding: 14px 40px 14px 10px;
  box-sizing: border-box;
  color: #333;
}
.search_input_area .bx1, .search_input_area .bx2 {
  position: relative;
}
.search_input_area .bx1:before, .search_input_area .bx2:before {
  content: "";
  position: absolute;
  top: 17px;
  right: -34px;
  margin-top: 0;
  margin-left: 0;
  width: 18px;
  height: 18px;
  background: url("../images/se_close.png") center center/cover;
}
@media all and (max-width: 767px) {
  .search_input_area {
    max-width: 230px;
    margin: 30px auto 0 auto;
    grid-template-columns: 1fr;
    gap: 0 50px;
  }
  .search_input_area select {
    padding: 12px 10px;
  }
  .search_input_area .bx1, .search_input_area .bx2 {
    margin-bottom: 27px;
  }
  .search_input_area .bx1:before, .search_input_area .bx2:before {
    top: auto;
    right: auto;
    bottom: -22px;
    left: 50%;
    margin-left: -9px;
    margin-top: 0;
  }
}

.ttl_bx1 {
  padding: 10px 0 10px 40px;
  box-sizing: border-box;
  background: url("../images/ttl_smp.png") top 7px left no-repeat;
  background-size: 25px auto;
}
.ttl_bx1 .eg {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FCEA9E;
  line-height: 1;
}
.ttl_bx1 .eg img {
  height: 18px;
  width: auto;
}
.ttl_bx1 .eg:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  margin-top: 0;
  margin-left: 0;
  width: 40px;
  height: 1px;
  background: #FCEA9E;
}
.ttl_bx1 h2 {
  color: #6795BB;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.ttl_bx1 .rb2 {
  display: none;
}
@media all and (max-width: 767px) {
  .ttl_bx1 {
    padding: 5px 0 10px 30px;
    position: relative;
    background: url("../images/ttl_smp.png") top 10px left no-repeat;
    background-size: 20px auto;
  }
  .ttl_bx1 .eg {
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    bottom: -6px;
  }
  .ttl_bx1 .eg img {
    height: 14px;
  }
  .ttl_bx1 h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .ttl_bx1 .rb1 {
    display: none;
  }
  .ttl_bx1 .rb2 {
    color: #6795BB;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 24px;
    left: 170px;
  }
}

.ttl_bx2 {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.ttl_bx2 .ic {
  display: inline-block;
  width: 27px;
}
.ttl_bx2 .mini {
  font-size: 2.4rem;
  color: #FCEA9E;
  margin: 10px 0;
}
.ttl_bx2 h2 {
  font-size: 3.2rem;
  color: #6795BB;
}
@media all and (max-width: 767px) {
  .ttl_bx2 .ic {
    width: 20px;
  }
  .ttl_bx2 .mini {
    font-size: 1.8rem;
  }
  .ttl_bx2 h2 {
    font-size: 2.4rem;
  }
}

.under_mv {
  text-align: center;
  position: relative;
  border-radius: 0 0 20px 20px;
  margin-bottom: 80px;
}
.under_mv h1, .under_mv .ttls_h1 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
  padding: 55px 0;
}
@media all and (max-width: 767px) {
  .under_mv {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .under_mv h1, .under_mv .ttls_h1 {
    font-size: 2.8rem;
    padding: 55px 0;
  }
}

.under_links {
  margin: 130px 0 60px 0;
}
.under_links .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.under_links a {
  text-decoration: none;
  color: white;
  display: flex;
  height: 180px;
  text-align: center;
  transition: all 0.3s ease;
}
.under_links a:hover {
  opacity: 0.6;
}
.under_links a .in {
  width: 100%;
}
.under_links a img {
  width: 46px;
  height: auto;
  margin: 20px auto 0 auto;
}
.under_links .fixbnr {
  background: url("../images/fixbnr.jpg") center center/cover;
  border-radius: 20px 0 0 20px;
}
.under_links .fixbnr .name {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 20px;
}
.under_links .telbnr {
  background: url("../images/telbnr.jpg") center center/cover;
  border-radius: 0 20px 20px 0;
}
.under_links .telbnr .name2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 5px;
}
.under_links .telbnr .numb {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
}
.under_links .telbnr .sub {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  width: 220px;
  margin: 5px auto 0 auto;
}
@media all and (max-width: 767px) {
  .under_links {
    display: none;
  }
}

.bread {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.bread .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  color: #625A5A;
}
.bread a {
  text-decoration: none;
  color: #625A5A;
  padding-right: 10px;
  margin-right: 5px;
  box-sizing: border-box;
  background: url("../images/bread_arw.png") center right no-repeat;
  background-size: 4px auto;
}
.bread a br {
  display: none;
}
.bread .current br {
  display: none;
}
@media all and (max-width: 767px) {
  .bread {
    margin-top: 60px;
  }
  .bread .inner {
    flex-wrap: wrap;
  }
}

.bnr_cn2 {
  text-align: center;
  text-decoration: none;
  display: block;
  max-width: 500px;
  margin: 90px auto 0 auto;
  width: 90%;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  bottom: 0;
  background: url("../images/white_cir.png") center right 30px no-repeat, #0994D4;
  background-size: 80px auto;
  border-radius: 10px;
  box-shadow: 0 10px 0 #0673A5;
  color: white;
  padding: 0 30px 0 50px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.bnr_cn2 span {
  display: block;
  background: url("../images/jn_m.png") center left no-repeat;
  background-size: 55px auto;
  padding: 25px 0;
  box-sizing: border-box;
}
.bnr_cn2:hover {
  box-shadow: none;
  bottom: -10px;
}
@media all and (max-width: 767px) {
  .bnr_cn2 {
    margin: 60px auto 0 auto;
    padding: 0 10px 0 20px;
    width: calc(100% - 30px);
    background: url(../images/white_cir.png) center right 15px no-repeat, #0994D4;
    background-size: 40px auto;
    box-shadow: 0 5px 0 #0673A5;
    font-size: 1.6rem;
  }
  .bnr_cn2 span {
    padding: 15px 0;
    background: url(../images/jn_m.png) center left no-repeat;
    background-size: 43px auto;
  }
}

.pagenate_wrap {
  text-align: center;
}
.pagenate_wrap .in {
  display: inline-block;
}
.pagenate_wrap .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
.pagenate_wrap .pagenation a, .pagenate_wrap .pagenation span {
  display: block;
  text-decoration: none;
}
.pagenate_wrap .page-numbers {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 1.4rem;
  line-height: 1;
  padding: 4px 0 0 0;
  color: #3A4856;
  transition: all 0.3s ease;
}
.pagenate_wrap .page-numbers:hover {
  color: white;
  background: #6795BB;
}
.pagenate_wrap .current {
  color: white;
  background: #6795BB;
}
.pagenate_wrap .next, .pagenate_wrap .prev {
  text-indent: -9999px;
  width: 29px;
  height: 24px;
  border-radius: 0;
}
.pagenate_wrap .next:hover, .pagenate_wrap .prev:hover {
  color: white;
  background: none;
}
.pagenate_wrap .next {
  background: url("../images/arw_nx.png") center right 5px no-repeat;
  background-size: 24px auto;
  transition: all 0.3s ease;
}
.pagenate_wrap .next:hover {
  background: url("../images/arw_nx.png") center right 0 no-repeat;
  background-size: 24px auto;
}
.pagenate_wrap .prev {
  background: url("../images/arw_pr.png") center left 5px no-repeat;
  background-size: 24px auto;
  transition: all 0.3s ease;
}
.pagenate_wrap .prev:hover {
  background: url("../images/arw_pr.png") center left 0 no-repeat;
  background-size: 24px auto;
}

.result_area {
  text-align: center;
  margin: 40px auto 0 auto;
  max-width: 667px;
  width: 100%;
  display: none;
}
.result_area .ttls {
  display: inline-block;
  color: #6795BB;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px 0 10px 46px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: url("../images/result_ic.png") center left no-repeat;
  background-size: 42px auto;
}
.result_area .result_atn {
  padding-left: 45px;
  background: url("../images/atn.png") center left no-repeat;
  background-size: 37px auto;
  text-align: left;
  font-size: 1.2rem;
}
.result_area .result_atn p {
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  color: #838383;
}
.result_area .result_atn p:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
}
.result_area .result_btn {
  display: block;
  margin: 30px auto;
  width: 300px;
  text-decoration: none;
  color: white;
  background: #6795BB;
  padding: 10px 10px;
  border-radius: 100px;
  transition: all 0.3s ease;
  border: 1px solid #6795BB;
}
.result_area .result_btn:hover {
  opacity: 0.7;
  color: #6795BB;
  background: white;
}
.result_area .result_link a {
  display: inline-block;
  text-decoration: none;
  color: #3A4856;
  transition: all 0.3s ease;
}
.result_area .result_link a i {
  background: url("../images/arw_res.png") center right no-repeat;
  background-size: 25px auto;
  padding: 10px 50px 10px 0;
}
.result_area .result_link a:hover {
  opacity: 0.7;
}
.result_area .result_bx, .result_area .repairs {
  display: none;
}
.result_area .res_btn_links {
  display: none;
}
@media all and (max-width: 767px) {
  .result_area {
    margin: 20px auto 0 auto;
  }
  .result_area .ttls {
    font-size: 2rem;
    margin-bottom: 0;
    padding: 10px 0 10px 35px;
    background: url("../images/result_ic.png") center left no-repeat;
    background-size: 30px auto;
  }
  .result_area .result_atn {
    margin-top: 20px;
    padding-left: 40px;
    background-size: 30px auto;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .result_area .result_btn {
    margin: 15px auto;
  }
  .result_area .result_link a {
    line-height: 1.5;
    text-align: left;
    font-size: 1.4rem;
  }
  .result_area .result_link a i {
    display: block;
    padding: 10px 60px 10px 0;
  }
}

.result_table {
  margin: 20px 0;
}
.result_table table {
  width: 100%;
}
@media all and (max-width: 1120px) {
  .result_table {
    overflow: auto;
    overflow-y: hidden !important;
  }
  .result_table table {
    min-width: 900px;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .result_table th {
    padding: 5px 10px;
  }
  .result_table tr:nth-of-type(1) th:nth-of-type(1) {
    width: 175px;
  }
  .result_table td {
    padding: 5px 10px;
  }
  .result_table .irp {
    line-height: 1.3;
  }
}

.calen_sp {
  display: none;
}
@media all and (max-width: 1120px) {
  .calen_sp {
    position: absolute;
    width: 90px;
    top: 14px;
    right: 60px;
    display: block;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    color: #044689;
  }
  .calen_sp img {
    display: inline-block;
    width: 25px;
  }
  .calen_sp i {
    margin-top: 2px;
    display: block;
  }
  .calen_sp .menu_in {
    position: fixed;
    top: 15%;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    width: calc(100% - 20px);
    height: 70%;
    padding: 0 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .calen_sp .menu_in .in {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .calen_sp.open_nav .menu_in {
    opacity: 1;
    visibility: visible;
  }
  .calen_sp .google {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .calen_sp iframe {
    aspect-ratio: 3/3;
    width: 400px;
  }
  .calen_sp .close_nv {
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 20px;
  }
}
@media all and (max-width: 767px) {
  .calen_sp iframe {
    width: 330px;
  }
}

.n_calen_wrap .menu_in {
  width: calc(100% - 330px);
  align-items: center;
}
.n_calen_wrap .menu_in .in {
  width: 100%;
  height: 85%;
}
.n_calen_wrap .google {
  height: 100%;
  width: auto;
  aspect-ratio: 4/3;
  margin: 0 auto;
}
.n_calen_wrap iframe {
  aspect-ratio: 4/3;
  height: auto;
  width: 100%;
}
.n_calen_wrap .cn2 {
  bottom: auto;
  top: -40px;
  right: 20px;
  width: 25px;
}
@media all and (max-width: 1270px) {
  .n_calen_wrap iframe {
    aspect-ratio: 4/3;
    height: auto;
    width: 100%;
  }
}

.tab_common .ttl_bx1 {
  margin-bottom: 30px;
}
.tab_common .tab-container {
  display: flex;
}
.tab_common .tab {
  font-weight: 600;
  text-align: center;
  width: 50%;
  padding: 17px 11px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: white;
  background: #C7C7C7;
  border-top: 1px solid #9F9F9F;
  border-left: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
}
.tab_common .tab_menu2 .tab {
  width: 50%;
}
.tab_common .tab_menu5 .tab {
  width: 20%;
}
.tab_common .tab.active {
  background: #F2F2F2;
  color: #6795BB;
}
.tab_common .tab.active i {
  text-decoration: underline;
}
.tab_common .content {
  display: none; /*必須*/
}
.tab_common .content.show {
  display: block; /*必須*/
}
.tab_common .content-container {
  border-radius: 0 0 10px 10px;
  background: #F2F2F2;
  border-left: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
  border-bottom: 1px solid #9F9F9F;
  padding: 20px 40px 40px 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.tab_common .ch {
  display: inline-block;
  background: #FCEA9E;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 6px 26px;
  box-sizing: border-box;
  border-radius: 100px;
}
.tab_common ul {
  margin: 20px 0;
  padding: 0;
}
.tab_common ul li {
  font-weight: bold;
  padding-left: 45px;
  box-sizing: border-box;
  position: relative;
  background: url("../images/chic2.png") center left no-repeat;
  background-size: 32px;
  margin-top: 10px;
}
.tab_common .result_atn {
  padding: 10px 0 10px 45px;
  background: url("../images/atn.png") center left no-repeat;
  background-size: 37px auto;
  text-align: left;
  font-size: 1.2rem;
}
.tab_common .result_atn p {
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  color: #838383;
}
.tab_common .result_atn p:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
}
.tab_common .atns_in {
  margin-top: 30px;
  background: url("../images/ic_atn.png") center left no-repeat;
  background-size: 35px auto;
  font-size: 1.2rem;
  color: #838383;
  padding: 10px 0 10px 40px;
  position: relative;
}
.tab_common .atns_in i {
  position: relative;
  padding-left: 20px;
}
.tab_common .atns_in i:before {
  content: "※";
  position: absolute;
  top: -2px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
}
.tab_common .atns_in a {
  position: relative;
  z-index: 2;
  color: #838383;
}
@media all and (max-width: 767px) {
  .tab_common .tab-container {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tab_common .tab-container::-webkit-scrollbar {
    display: none;
  }
  .tab_common .tab {
    padding: 6.5px 11px;
    min-width: 130px;
  }
  .tab_common .content-container {
    padding: 20px 15px;
  }
  .tab_common .tab_ttl img {
    height: 50px;
  }
  .tab_common .tab_ttl:before {
    left: 30px;
    margin-top: -12px;
    width: calc(100% - 30px);
    height: 24px;
  }
  .tab_common .tab_ttl .plus {
    position: absolute;
    width: 40px;
    height: 24px;
    right: 0;
    top: 50%;
    margin-top: -12px;
  }
  .tab_common .tab_ttl .plus:before {
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
  }
  .tab_common .tab_ttl .plus:after {
    margin-top: -5px;
    margin-left: -1px;
    width: 2px;
    height: 10px;
  }
  .tab_common .tab {
    font-size: 1.4rem;
  }
  .tab_common .result_atn {
    margin-top: 20px;
    padding-left: 40px;
    background-size: 30px auto;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .tab_common .ch {
    font-size: 1.6rem;
    padding: 6px 15px;
  }
  .tab_common ul {
    margin: 20px 0;
  }
  .tab_common ul li {
    font-size: 1.6rem;
    padding-left: 42px;
    line-height: 1.5;
    background: url("../images/chic2.png") top -1px left no-repeat;
    background-size: 32px;
    margin-top: 10px;
  }
  .tab_common .atns_in i {
    display: block;
    line-height: 1.5;
    padding-left: 13px;
  }
  .tab_common .atns_in i:before {
    top: 0;
  }
}

.tab_common1 {
  margin-top: 20px;
}
.tab_common1 .tab-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
  background: #E6F4F1;
  border-radius: 100px;
}
.tab_common1 .tab {
  font-weight: 600;
  text-align: center;
  width: 50%;
  padding: 11px;
  cursor: pointer;
  border-radius: 100px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #3A4856;
  display: flex;
  align-items: center;
}
.tab_common1 .tab i {
  width: 100%;
}
.tab_common1 .tab.active {
  background: #0994D4;
  color: white;
}
.tab_common1 .content {
  display: none; /*必須*/
}
.tab_common1 .content.show {
  display: block; /*必須*/
}
.tab_common1 .content-container {
  border-radius: 25px;
  background: #F5F5F5;
  margin-top: 20px;
  padding: 20px 40px;
  box-sizing: border-box;
}
.tab_common1 .sick_bx {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.tab_common1 .sick_bx a {
  display: block;
  text-decoration: none;
  color: #3A4856;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: white;
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.tab_common1 .sick_bx a:hover {
  opacity: 0.6;
}
.tab_common1 .sick_bx .tx {
  background: url("../images/arw_links.png") center right no-repeat;
  background-size: 25px auto;
}
.tab_common1 .sick_bx .img {
  width: 70%;
  margin: 0 auto;
}
@media all and (max-width: 1120px) {
  .tab_common1 .sick_bx {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .tab_common1 .sick_bx {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 13px;
  }
  .tab_common1 .sick_bx a {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0 10px;
    align-items: center;
  }
  .tab_common1 .sick_bx .tx {
    text-align: left;
    font-size: 1.6rem;
    background: url("../images/arw_links.png") center right no-repeat;
    background-size: 21px auto;
  }
  .tab_common1 .sick_bx .img {
    width: 100%;
    margin: 0 auto;
  }
}
.tab_common1 .link_area {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 35px;
}
.tab_common1 .link_area a {
  text-decoration: none;
  color: #3A4856;
  font-weight: 500;
  transition: all 0.3s ease;
  align-items: flex-start;
  display: flex;
}
.tab_common1 .link_area a i {
  width: 100%;
  background: url("../images/arw_links.png") top right no-repeat;
  background-size: 25px auto;
}
.tab_common1 .link_area a:hover {
  opacity: 0.6;
}
@media all and (max-width: 1120px) {
  .tab_common1 .link_area {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .tab_common1 .link_area {
    margin-top: 5px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px 14px;
  }
  .tab_common1 .link_area a {
    line-height: 1.5;
    padding: 5px;
  }
  .tab_common1 .link_area a i {
    font-size: 1.4rem;
    width: 100%;
    background: url("../images/arw_links.png") center right no-repeat;
    background-size: 16px auto;
  }
}
.tab_common1 .tab_ttl {
  position: relative;
}
.tab_common1 .tab_ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 30px;
  width: calc(100% - 32px);
  height: 32px;
  background: white;
  border-radius: 100px;
}
.tab_common1 .tab_ttl .tab_ttl_name {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.tab_common1 .tab_ttl i {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
.tab_common1 .tab_ttl .ic {
  width: 125px;
  height: auto;
  margin-right: 20px;
}
.tab_common1 .tab_ttl .ic img {
  width: 100%;
}
.tab_common1 .tab_ttl .plus {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  z-index: 2;
  background: #0994D4;
  width: 60px;
  height: 32px;
  border-radius: 100px;
}
.tab_common1 .tab_ttl .plus:before, .tab_common1 .tab_ttl .plus:after {
  content: "";
  position: absolute;
  background: white;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.tab_common1 .tab_ttl .plus:before {
  top: 6px;
  width: 3px;
  height: 20px;
  left: 50%;
  margin-left: -1.5px;
}
.tab_common1 .tab_ttl .plus:after {
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -10px;
  width: 20px;
  height: 3px;
}
.tab_common1 .tab_ttl.open .plus:before {
  transform: rotate(270deg);
}
.tab_common1 .tab_ttl.open .plus:after {
  opacity: 0;
}
.tab_common1 .tabin_acd {
  margin-top: 30px;
}
.tab_common1 .tabin_acd:nth-of-type(1) {
  margin-top: 0;
}
.tab_common1 .link_area_ttl {
  color: #6795BB;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 20px;
}
.tab_common1 .link_wrap_in:nth-of-type(1) .link_area_ttl {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .tab_common1 .tab-container {
    margin: 0 0 10px 0;
  }
  .tab_common1 .tab {
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .tab_common1 .content-container {
    border-radius: 10px;
    margin-top: 10px;
    padding: 20px 15px;
  }
  .tab_common1 .tab_ttl {
    position: relative;
  }
  .tab_common1 .tab_ttl:before {
    content: none;
  }
  .tab_common1 .tab_ttl .tab_ttl_name:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: 5px;
    left: 30px;
    width: calc(73% - 32px);
    height: 8px;
    background: white;
    border-radius: 100px;
    z-index: 1;
  }
  .tab_common1 .tab_ttl i {
    font-size: 2rem;
    position: relative;
    z-index: 2;
  }
  .tab_common1 .tab_ttl .ic {
    width: 80px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
  }
  .tab_common1 .tab_ttl .plus {
    margin-top: -8px;
    width: 30px;
    height: 16px;
  }
  .tab_common1 .tab_ttl .plus:before {
    top: 3px;
    width: 2px;
    height: 10px;
    left: 50%;
    margin-left: -1px;
  }
  .tab_common1 .tab_ttl .plus:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
  }
  .tab_common1 .tab_ttl.open .plus:before {
    transform: rotate(270deg);
  }
  .tab_common1 .tab_ttl.open .plus:after {
    opacity: 0;
  }
  .tab_common1 .tabin_acd {
    margin-top: 20px;
  }
  .tab_common1 .link_area {
    margin-top: 0;
  }
  .tab_common1 .link_area a {
    padding: 5px 0;
  }
  .tab_common1 .link_area_ttl {
    font-size: 1.8rem;
    margin-top: 10px;
    line-height: 1.4;
  }
  .tab_common1 .link_wrap_in:nth-of-type(1) .link_area_ttl {
    margin-top: 10px;
  }
}

.tab_common2 {
  margin-top: 20px;
}
.tab_common2 .tab-container2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
  background: #E6F4F1;
  border-radius: 100px;
}
.tab_common2 .tab2 {
  font-weight: 600;
  text-align: center;
  width: 50%;
  padding: 11px;
  cursor: pointer;
  border-radius: 100px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #3A4856;
}
.tab_common2 .tab2.active2 {
  background: #0994D4;
  color: white;
}
.tab_common2 .content2 {
  display: none; /*必須*/
}
.tab_common2 .content2.show2 {
  display: block; /*必須*/
}
.tab_common2 .content-container2 {
  border-radius: 25px;
  background: #F5F5F5;
  margin-top: 20px;
  padding: 20px 40px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .tab_common2 .tab-container2 {
    margin: 0 0 10px 0;
  }
  .tab_common2 .tab2 {
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .tab_common2 .content-container2 {
    border-radius: 10px;
    margin-top: 10px;
    padding: 20px 15px;
  }
}

.sp_scroll {
  display: none;
  width: 81px;
  height: 15px;
  margin: 0 0 10px auto;
  background: url("../images/tb_scr.png") center center/cover;
}
@media all and (max-width: 890px) {
  .sp_scroll {
    display: block;
  }
}

.tab_device .tab {
  line-height: 1.5;
  display: flex;
  align-items: center;
  min-width: 160px;
}
.tab_device .tab i {
  width: 100%;
}
@media all and (max-width: 1150px) {
  .tab_device .tab-container {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tab_device .tab-container::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .tab_device .tab {
    padding: 10px 0 !important;
    line-height: 1.4;
    min-width: 130px;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 6px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 6px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

.like_example {
  margin: 120px 0 0 0;
  background: #E6F4F1;
  border-radius: 20px;
  padding: 20px 0;
}
.like_example .ttl3 {
  text-align: center;
  margin-bottom: 15px;
}
.like_example .ttl3 .img {
  text-align: center;
}
.like_example .ttl3 .img img {
  display: inline-block;
  width: 48px;
  height: auto;
}
.like_example .ttl3 h2 {
  font-size: 2rem;
  color: #6795BB;
}
.like_example.no_dis {
  display: none;
}
@media all and (max-width: 767px) {
  .like_example {
    margin: 40px 0 0 0;
    border-radius: 0;
  }
  .like_example .ttl3 {
    margin-bottom: 10px;
  }
  .like_example .ttl3 .img img {
    width: 40px;
  }
  .like_example .ttl3 h2 {
    font-size: 1.8rem;
  }
}

.sld_case {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
.sld_case .sw .swiper-slide {
  transition: 0.3s; /* ゆっくり小さくさせる */
}
.sld_case .swiper-slide img {
  height: auto;
  width: 100%;
}
.sld_case .txt {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.5;
}
.sld_case picture, .sld_case img {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  aspect-ratio: 1/1;
}
.sld_case a {
  transition: all 0.3s ease;
}
.sld_case a:hover {
  opacity: 0.6;
}
.sld_case .cate_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  border-top: 1px solid #6795BB;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 10px;
}
.sld_case .cate_list a {
  text-decoration: none;
  color: white;
  background: #6795BB;
  border-radius: 100px;
  font-size: 1.2rem;
  padding: 5px 15px;
  box-sizing: border-box;
}
.sld_case .case_bx {
  max-width: 280px;
  margin: 0 auto;
}
.sld_case .swipe_nav {
  display: block;
  position: absolute;
  top: 41%;
  left: 25%;
  width: 50%;
}
.sld_case .swipe_nav .swiper-button-next, .sld_case .swipe_nav .swiper-button-prev {
  left: auto;
  right: auto;
  width: 33px;
  height: 33px;
  border-radius: 100px;
}
.sld_case .swipe_nav .swiper-button-next {
  right: -20px;
}
.sld_case .swipe_nav .swiper-button-prev {
  left: -10px;
}
.sld_case .swipe_nav img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  transition: all 0.3s ease;
}
.sld_case .swipe_nav img:hover {
  opacity: 0.8;
}
@media all and (max-width: 767px) {
  .sld_case {
    max-width: 860px;
    position: relative;
  }
  .sld_case .swiper-slide {
    transform: scale(1);
  }
  .sld_case .swiper-slide-active {
    margin: 0;
  }
  .sld_case .swipe_nav {
    top: 41%;
    left: 30px;
    width: calc(100% - 60px);
  }
}

.no_sw .swipe_nav {
  display: none;
}
.no_sw .case_bx {
  max-width: 350px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .no_sw .case_bx {
    max-width: 300px;
  }
}

.atns {
  margin: 10px 0 0 0;
}
.atns .atns_in {
  background: url(../images/ic_atn.png) top 5px left no-repeat;
  background-size: 35px auto;
  font-size: 1.4rem;
  padding: 10px 0 10px 45px;
}
.atns .atns_in i {
  display: block;
  text-align: left;
  position: relative;
  padding-left: 16px;
  color: #838383;
  font-size: 1.2rem;
  line-height: 1.5;
}
.atns .atns_in i:before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
}
.atns .atns_in a {
  position: relative;
  z-index: 2;
  color: #838383;
}
@media all and (max-width: 767px) {
  .atns .atns_in {
    background: url("../images/ic_atn.png") top 10px left no-repeat;
    background-size: 30px auto;
    padding: 10px 0 10px 36px;
  }
  .atns .atns_in i {
    line-height: 1.3;
    margin-bottom: 5px;
    padding-left: 15px;
    display: block;
  }
  .atns .atns_in i:before {
    top: 0px;
  }
}

.tbl_v1 table {
  width: 100%;
}
.tbl_v1 .col4 th {
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
.tbl_v1 .col4 th i {
  width: 100%;
}
.tbl_v1 th {
  color: white;
  border-radius: 5px;
  background: #0994D4;
  text-align: center;
  padding: 13px 10px;
  font-weight: 500;
}
.tbl_v1 .name {
  text-align: left;
}
.tbl_v1 td {
  border-radius: 5px;
  background: white;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
@media all and (max-width: 1120px) {
  .tbl_v1 table {
    min-width: 1330px;
  }
}
@media all and (max-width: 767px) {
  .tbl_v1 th {
    padding: 14px 10px;
  }
  .tbl_v1 tr:nth-of-type(1) th:nth-of-type(1) {
    width: 175px;
  }
  .tbl_v1 td {
    padding: 5px 10px;
  }
}

.tbl_v2 {
  margin: 10px 0 0 0;
}
.tbl_v2 table {
  width: 100%;
}
.tbl_v2 th {
  color: white;
  border-radius: 5px;
  background: #0994D4;
  text-align: center;
  padding: 10px 10px;
  font-weight: 500;
}
.tbl_v2 tr:nth-of-type(1) th:nth-of-type(1) {
  min-width: 185px;
}
.tbl_v2 td {
  border-radius: 5px;
  background: #F2F2F2;
  font-weight: 500;
  padding: 6px 10px;
}
.tbl_v2 .txl {
  text-align: left;
}
.tbl_v2 .names {
  width: 50%;
}
@media all and (max-width: 767px) {
  .tbl_v2 {
    overflow: auto;
  }
  .tbl_v2 table {
    min-width: 900px;
    font-size: 1.4rem;
  }
  .tbl_v2 th {
    padding: 5px 10px;
  }
  .tbl_v2 tr:nth-of-type(1) th:nth-of-type(1) {
    width: 175px;
  }
  .tbl_v2 td {
    padding: 5px 10px;
  }
}

.tbl_search {
  overflow-y: hidden !important;
}
.tbl_search td {
  background: white;
  text-align: center;
  white-space: nowrap;
}
.tbl_search .w50 {
  width: 50%;
}
.tbl_search .w25 {
  width: 25%;
}
@media all and (max-width: 767px) {
  .tbl_search table {
    min-width: 420px;
  }
}

.tbl_search_pu {
  padding: 10px 0;
}
.tbl_search_pu tr:nth-of-type(1) th:nth-of-type(1) {
  width: 140px;
}
.tbl_search_pu td {
  background: white;
  text-align: center;
}
.tbl_search_pu .w50 {
  width: 50%;
}
.tbl_search_pu .w25 {
  width: 25%;
}
@media all and (max-width: 767px) {
  .tbl_search_pu table {
    min-width: 370px;
  }
}

.tbl_purchase {
  height: 500px;
}
.tbl_purchase .models_th {
  width: 25% !important;
}
.tbl_purchase .etc_th {
  width: 20% !important;
}
.tbl_purchase .etc {
  text-align: left;
}
.tbl_purchase th {
  white-space: nowrap;
}
.tbl_purchase td {
  line-height: 1.5;
  background: white;
  text-align: center;
  white-space: nowrap;
}
.tbl_purchase table {
  min-width: 1150px;
}
.tbl_purchase .sticky th {
  position: sticky;
  top: 0;
  left: 0;
  border-top: none;
}
.tbl_purchase .sticky th:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #0994D4;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .tbl_purchase {
    height: 400px;
  }
  .tbl_purchase .models_th {
    width: 20% !important;
  }
  .tbl_purchase .etc_th {
    width: 20% !important;
  }
}

.tbl_icp2 {
  height: 500px;
  background: white;
}
.tbl_icp2 .sticky th {
  position: sticky;
  top: 0;
  left: 0;
  border-top: none;
}
.tbl_icp2 .sticky th:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #5AB5AA;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .tbl_icp2 {
    height: 400px;
  }
}

.tbl_device .td_ttl {
  text-align: left;
}
.tbl_device th {
  width: 25%;
}
.tbl_device .th_c2 {
  width: 50%;
}
.tbl_device .names {
  width: 50%;
}
@media all and (max-width: 1000px) {
  .tbl_device table {
    min-width: 750px;
  }
}
@media all and (max-width: 767px) {
  .tbl_device .names {
    width: 200px !important;
  }
  .tbl_device table {
    min-width: 600px;
  }
  .tbl_device .td_ttl {
    white-space: unset;
  }
}

.tbl_search_pu table {
  min-width: 0;
}
.tbl_search_pu tr:nth-of-type(1) th:nth-of-type(1) {
  min-width: 0;
  width: 120px;
}

.irp {
  background: #5AB5AA;
  border-radius: 100px;
  color: white;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 12px;
  margin-right: 5px;
}

.small {
  font-size: 1.4rem;
  color: #9F9F9F;
  display: block;
}
@media all and (max-width: 767px) {
  .small {
    font-size: 1.2rem;
  }
}

.hid_select {
  display: none;
}

/*# sourceMappingURL=base.css.map */
