@charset "UTF-8";
/* CSS Document */
/*------------------共通------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

html {
  font-size: 2.3334vmin;
}

@media screen and (min-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

.site-body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP",MyYuGothicM,YuGothic,"メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #2b2e30;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 767px) {
  .site-body {
    min-width: 1280px;
  }
}

.site-body *, .site-body *:before, .site-body *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

.site-body img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .site-body img {
    width: auto;
    height: auto;
  }
}

.site-body a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.site-body a:hover {
  opacity: 0.7;
}

.cmn-table table, .cmn-table thead, .cmn-table tbody, .cmn-table tfoot, .cmn-table tr, .cmn-table th, .cmn-table td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

.cmn-table table {
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

.font-min {
  font-family: "Noto Serif JP","游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

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

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

.inbox {
  width: 1080px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .inbox {
    width: auto;
    padding: 0 5%;
  }
}

.text-box {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .text-box p br {
    display: none;
  }
}

.text-box p + p {
  padding-top: 2em;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_c {
  text-align: center;
}

/*img thumb*/
.thumb {
  display: block;
  width: 100%;
  /*トリミング後の横幅*/
  padding-top: 100%;
  /*トリミング後の縦幅*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb a {
  display: block;
}

.thumb a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thumb.no-photo {
  background: #eee;
}

.thumb.no-photo img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
}

/*footer 固定 css*/
html, body {
  height: 100%;
}

#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  overflow: hidden;
}

/*flex*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.fle-bet {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fle-aro {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fle-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fle-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fle-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fle-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}

/*header
---------------------------------------------*/
.h1-text {
  font-size: 10px;
  line-height: 20px;
  color: rgba(43, 46, 48, 0.7);
  font-weight: 300;
  padding: 0 2.4rem;
  position: absolute;
  left: 0;
  top: 0;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFF;
  padding: 0 0 0 2.4rem;
  z-index: 9999;
}

.header__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-top: 20px;
}

.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__contact .tel-main a {
  color: #fff;
  background: #0075ac;
  display: block;
  padding: 8px 24px;
}

.header__contact .tel-main p {
  font-size: 13px;
  padding-left: 1.5em;
  position: relative;
  z-index: 1;
  margin-bottom: 0.2em;
  font-weight: 300;
}

.header__contact .tel-main p:before {
  content: "";
  width: 1em;
  background: url(../img/icon_tel_yellow.png) no-repeat center/contain;
  height: 1.8em;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
  .header__contact .tel-main p:before {
    top: 50%;
  }
}

.header__contact .tel-main__num {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.header__contact .tel-sub {
  padding: 8px 24px;
  color: #0075ac;
  background: #c9f0ff;
  font-size: 13px;
  font-weight: 400;
}

.header__contact .tel-sub a {
  color: #0075ac;
}

/*nav
---------------------------------------------*/
.navi {
  padding-bottom: 1em;
}

.navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1em;
}

.navi ul li {
  margin-right: 2em;
}

.fix-contact {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 9999;
}

.fix-contact a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 132px;
  height: 132px;
  background: #f4d160;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 46px;
}

.fix-contact a span {
  padding-top: 44px;
  font-size: 15px;
  position: relative;
  z-index: 1;
}

.fix-contact a span:before {
  content: "";
  width: 74px;
  height: 62px;
  background: url(../img/icon_mail.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  z-index: -1;
}

/*---------main_visual------------*/
.mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mv-wrap {
  padding-top: 100px;
}

.mv-ttl {
  margin: auto;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  text-align: center;
}

.mv-slider div {
  text-align: center;
  height: calc(100vh - 100px);
  min-height: 560px;
}

.mv-slider div:nth-child(1) {
  background: url(../img/slide_1.jpg) no-repeat center/cover;
}

.mv-slider div:nth-child(2) {
  background: url(../img/slide_2.jpg) no-repeat center/cover;
}

.mv-slider div:nth-child(3) {
  background: url(../img/slide_3.jpg) no-repeat center/cover;
}

/* bxslider
---------------------------------------------------- */
.bx-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.bx-wrapper .bx-viewport {
  margin: auto;
  text-align: center;
}

.bx-wrapper .bx-pager {
  display: none;
}

/*setting
----------------------------------------------------*/
#sec-trouble,
#sec-res,
#sec-point,
#sec-video,
#sec-work,
#sec-price,
#sec-case,
#sec-voice,
#sec-contact,
#contact-form {
  padding-top: 100px;
  margin-top: -100px;
}

.bd-ttl {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 2px solid #2b2e30;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 7.2rem;
  letter-spacing: 0.1em;
}

.bd-ttl em {
  color: #7fcff4;
}

.bd-ttl:before, .bd-ttl:after {
  content: "";
  width: 2.8rem;
  height: 2.4rem;
  border-left: 2px solid #2b2e30;
  /*background: #fff;*/
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: skewX(-30deg) translate(-50%, 100%);
  transform: skewX(-30deg) translate(-50%, 100%);
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 1;
}

.bd-ttl:after {
  background: #FFF;
  border-left: none;
  z-index: 2;
  bottom: 1px;
  left: calc(50% + 4px);
}

.cmn-btn {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5.6rem;
}

.cmn-btn a {
  color: #7fcff4;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #7fcff4;
  padding: 0.8rem 1em;
  font-weight: 400;
  position: relative;
  z-index: 1;
  border-radius: 0.6rem;
  min-width: 416px;
  height: 6.4rem;
  overflow: hidden;
  background: #fff;
}

.cmn-btn a:before {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background: #7fcff4;
  border-radius: 100%;
  position: absolute;
  right: -1px;
  top: -1px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: -1;
}

.cmn-btn--blue a {
  background: #0075ac;
  color: #fff;
}

.cmn-btn--blue a:before {
  background: #fff;
}

.cmn-ttl {
  text-align: center;
}

.cmn-ttl__small {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
  padding: 0.4em 1.5em;
  background: #7fcff4;
  border-radius: 2em;
}

.cmn-ttl__text {
  display: block;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.3em;
}

.wow-list:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.wow-list:nth-child(3) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.wow-list:nth-child(4) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.wow-list:nth-child(5) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.wow-list:nth-child(6) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

/*sec-trouble
-----------------------------------------------------*/
.sec-trouble {
  text-align: center;
  padding: 10rem 0 10rem;
}

.sec-trouble__ttl {
  margin-bottom: 5.6rem;
}

.sec-trouble__ttl em {
  color: #7fcff4;
}

.sec-trouble__ttl em span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.sec-trouble__ttl em span:before {
  content: "";
  width: 0.15em;
  height: 0.15em;
  background: #7fcff4;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -0.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-trouble__in {
  display: inline-block;
  padding-right: 280px;
  position: relative;
  z-index: 1;
  max-width: 960px;
}

.sec-trouble__in:after {
  content: "";
  width: 286px;
  height: 409px;
  background: url(../img/trouble_illu.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-trouble__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-trouble__list li {
  background: #c9f0ff;
  border-radius: 100%;
  width: 172px;
  height: 172px;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  font-weight: 500;
  margin: 20px 15px;
  position: relative;
  z-index: 1;
  padding: 24px 16px;
}

.sec-trouble__list li:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/icon_check.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec-trouble__list li span {
  letter-spacing: 0.04em;
}

.sec-trouble__list li em {
  color: #0075ac;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/*sec-res
-----------------------------------------------------*/
.sec-res__ttl {
  background: url(../img/res_ttl_bg.png) repeat left top #c9f0ff;
  height: 198px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.3;
}

.sec-res__ttl__in {
  padding-left: 260px;
  font-size: 40px;
  color: #0075ac;
  position: relative;
  z-index: 1;
  padding-bottom: 0.3em;
}

.sec-res__ttl__in:before {
  content: "";
  width: 236px;
  height: 236px;
  background: url(../img/res_ttl_bf.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: -0.2em;
}

.sec-res__ttl__in em {
  color: #fff;
  font-size: 65px;
  text-shadow: 1px 1px 0 #0075ac, 1px -1px 0 #0075ac, -1px 1px 0 #0075ac, -1px -1px 0 #0075ac;
}

.sec-res__in {
  padding: 12rem 0 3.2rem;
  position: relative;
  z-index: 1;
}

.sec-res__bg-img {
  width: 1186px;
  height: 808px;
  background: url(../img/res_bg_top.png) no-repeat right top/contain;
  /*max-width: 60vw;*/
  position: absolute;
  right: -420px;
  top: 0;
  z-index: -1;
}

.sec-res__text {
  display: inline-block;
}

.sec-res__text h4 {
  font-size: 3.5rem;
  color: #7fcff4;
  font-weight: 500;
  margin-bottom: 1em;
}

.sec-res__list {
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec-res__list .cmn-btn {
  margin-top: 0;
  display: block;
}

.sec-res__list__btn a {
  height: 200px;
  width: 200px;
  min-width: 200px;
  padding-top: 32px;
}

.sec-res__list__btn a span {
  padding-top: 80px;
  display: inline-block;
  height: calc(3em + 80px);
  background: url(../img/icon_ofc.png) no-repeat center top;
}

.sec-res__list__btn:nth-child(2) a span {
  background-image: url(../img/icon_lp.png);
}

.sec-res__list__btn:nth-child(3) a span {
  background-image: url(../img/icon_clinic.png);
}

/*sec-point
-----------------------------------------------------*/
.sec-point {
  background: url(../img/res_bg_bottom.jpg) no-repeat center bottom/cover;
  padding: 5.6rem 0 10rem;
}

.sec-point__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-point__item {
  position: relative;
  padding: 11.2rem 24px 32px;
  background: #fff8e3;
  border-radius: 6px;
  width: 350px;
  margin-top: 11rem;
  /*&:nth-child(-n+3){
			margin-top: 0;
			}*/
}

.sec-point__dt {
  width: calc(100% - 48px);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  height: 5.66667em;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f4d160;
  border-radius: 1em;
  z-index: 1;
  text-align: center;
  line-height: 1.3;
  padding-top: 0.8em;
}

.sec-point__dt:after {
  content: '';
  width: 1em;
  height: 1em;
  background: url(../img/point_dt_arr.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: 0.2em;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  z-index: -1;
}

.sec-point__dt:before {
  content: '';
  background: url(../img/point_01.png) no-repeat center/contain;
  height: 3.5em;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.sec-point__item:nth-child(2) .sec-point__dt:before {
  background-image: url(../img/point_02.png);
}

.sec-point__item:nth-child(3) .sec-point__dt:before {
  background-image: url(../img/point_03.png);
}

.sec-point__item:nth-child(4) .sec-point__dt:before {
  background-image: url(../img/point_04.png);
}

.sec-point__item:nth-child(5) .sec-point__dt:before {
  background-image: url(../img/point_05.png);
}

.sec-point__item:nth-child(6) .sec-point__dt:before {
  background-image: url(../img/point_06.png);
}

.sec-point__dd {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
}

/*sec-video
-----------------------------------------------------*/
.sec-video {
  padding: 9.6rem 0 0;
}

.sec-video__cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 20px;
}

/*sec-work
-----------------------------------------------------*/
.sec-work {
  padding: 9.6rem 0;
}

.sec-work__ttl {
  margin-bottom: 7.2rem;
}

.sec-work__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-work__item {
  width: 255px;
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-work__item:nth-child(-n+4) {
  margin-top: 0;
}

.sec-work__item__text {
  width: 230px;
  min-height: 80px;
  margin: -40px auto 0;
  z-index: 1;
  background: #0075ac;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em 0;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}

.sec-work__item__text span {
  letter-spacing: 0.04em;
}

.sec-work__item:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.sec-work__item:nth-child(3) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.sec-work__item:nth-child(4) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.sec-work__item:nth-child(5) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.sec-work__item:nth-child(6) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.sec-work__item:nth-child(7) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.sec-work__item:nth-child(8) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.sec-work__item:nth-child(9) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.sec-work__item:nth-child(10) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.sec-work__item:nth-child(11) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.sec-work__item:nth-child(12) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.sec-work__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.sec-work__num {
  width: 50px;
  padding-right: 8px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  text-align: center;
  z-index: 1;
}

.sec-work__num:before {
  content: "";
  width: 73px;
  height: 73px;
  background: rgba(0, 117, 172, 0.85);
  border-radius: 100%;
  position: absolute;
  left: -24px;
  top: -32px;
  z-index: -1;
}

.sec-work__item:nth-child(2n) .sec-work__item__text {
  background-color: #7fcff4;
}

.sec-work__item:nth-child(2n) .sec-work__num:before {
  background: rgba(127, 207, 244, 0.85);
}

.sec-work__item:nth-child(n+5):nth-child(-n+8):nth-child(odd) .sec-work__item__text {
  background-color: #7fcff4;
}

.sec-work__item:nth-child(n+5):nth-child(-n+8):nth-child(odd) .sec-work__num:before {
  background: rgba(127, 207, 244, 0.85);
}

.sec-work__item:nth-child(n+5):nth-child(-n+8):nth-child(even) .sec-work__item__text {
  background-color: #0075ac;
}

.sec-work__item:nth-child(n+5):nth-child(-n+8):nth-child(even) .sec-work__num:before {
  background: rgba(0, 117, 172, 0.85);
}

.sec-work .lead {
  margin-top: 5.6rem;
}

.sec-work .cmn-btn {
  margin-top: 4.8rem;
}

.lead {
  font-weight: 500;
}

.lead p {
  line-height: 1.8;
}

/*sec-price
-----------------------------------------------------*/
.sec-price {
  background: #c9f0ff;
  padding: 10rem 0;
}

.sec-price__ttl {
  margin-bottom: 4rem;
}

.sec-price__note {
  margin-top: 4rem;
}

.sec-price__note__ttl {
  border-bottom: 4px double #2b2e30;
  font-size: 1.8rem;
  padding: 0 1.8rem .25em;
  margin-bottom: 1em;
}

.sec-price__note ul {
  padding-left: calc(1.8rem + 1em);
}

.sec-price__note li {
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
}

.sec-price__note li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.sec-price__note li + li {
  margin-top: 0.3em;
}

.price-table table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.price-table th, .price-table td {
  padding: 1em;
  vertical-align: middle;
}

.price-table th {
  background: #0075ac;
  color: #fff;
  text-align: center;
  width: 300px;
  border-bottom: 1px solid #fff;
  line-height: 1.3;
}

.price-table td {
  border-bottom: #0075ac 1px solid;
  padding-left: 6rem;
  background: #fff;
}

.price-table tr:last-child th, .price-table tr:last-child td {
  border-bottom: none;
}

/*sec-case
-----------------------------------------------------*/
.sec-case {
  padding: 10rem 0;
  background: url(../img/ptn_dot.jpg) repeat left top;
}

.sec-case .lead {
  margin-top: 16px;
}

.sec-case__in {
  width: 896px;
  margin: 6.4rem auto 0;
  counter-reset: case_num;
}

.sec-case__insec {
  counter-increment: num;
}

.sec-case__insec + .sec-case__insec {
  margin-top: 6.4rem;
}

.sec-case__insec__ttl {
  position: relative;
  padding-left: 4rem;
}

.sec-case__insec__ttl:before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  bottom: 1.2rem;
  line-height: 1;
  font-weight: 700;
  font-size: 3rem;
}

.sec-case__dl {
  font-weight: 300;
}

.sec-case__dl__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec-case__dl__item + .sec-case__dl__item {
  margin-top: 2rem;
}

.sec-case__dl__item dt {
  width: 8rem;
  padding: 0;
}

.sec-case__dl__item dd {
  padding: 0 1em;
}

.sec-case .bfaf-wrap {
  margin-top: 3.2rem;
}

.sec-case .cmn-btn a {
  font-weight: 500;
}

.bfaf-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bfaf-wrap > div {
  position: relative;
  -webkit-box-shadow: 0 0 24px rgba(43, 46, 48, 0.14);
  box-shadow: 0 0 24px rgba(43, 46, 48, 0.14);
}

.bfaf-wrap .bf-img {
  margin-right: -36px;
}

.bfaf-wrap .bf-img p {
  background: #7fcff4;
}

.bfaf-wrap .bf-img:before {
  content: "";
  width: 86px;
  height: 42px;
  background: url(../img/arr_case.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
}

.bfaf-wrap .af-img {
  margin-top: 92px;
  z-index: 1;
}

.bfaf-wrap .af-img p {
  background: #f4d160;
}

.bfaf-wrap p {
  position: absolute;
  left: 0;
  top: 24px;
  color: #0075ac;
  border-radius: 0 2em 2em 0;
  font-weight: 700;
  padding: 0.5em 3.6rem 0.5em 4rem;
}

/*sec-voice
-----------------------------------------------------*/
.sec-voice {
  padding: 10rem 0 28.5rem;
  background: url(../img/voice_bg.jpg) no-repeat center/cover;
}

.sec-voice .lead {
  margin-top: 3.6rem;
}

.voice-list {
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.voice-list__item {
  width: 340px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #e5e5e5 1px, transparent 1px);
  background-image: linear-gradient(180deg, #e5e5e5 1px, transparent 1px);
  background-size: 100% 2em;
  line-height: 2em;
  padding-bottom: 1px;
  font-size: 1.5rem;
  padding: 2em 2rem 2rem;
  position: relative;
  -webkit-box-shadow: 0 0 24px rgba(43, 46, 48, 0.14);
  box-shadow: 0 0 24px rgba(43, 46, 48, 0.14);
}

@media all and (-ms-high-contrast: none) {
  .voice-list__item {
    background: url(../img/voice_ie_bg.png) repeat left top;
  }
}

.voice-list__item dt {
  padding: 0.3em 1em;
  background: #0075ac;
  color: #fff;
  position: absolute;
  left: -10px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.voice-list__item dt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #004c70 transparent transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.voice-list__item dd p + p {
  padding-top: 2em;
}

/*sec-contact
-----------------------------------------------------*/
.sec-contact {
  position: relative;
  z-index: 1;
  text-align: center;
}

.sec-contact__ttl {
  margin-bottom: 4.8rem;
  font-size: 2.8rem;
  min-width: 620px;
}

.sec-contact__ttl em {
  font-size: 4rem;
}

.sec-contact__tels {
  display: inline-block;
  padding-left: 124px;
  margin: 4.8rem 0;
  text-align: left;
}

.sec-contact__tels .tel-main {
  position: relative;
  z-index: 1;
}

.sec-contact__tels .tel-main:before {
  content: "";
  width: 116px;
  height: 99px;
  background: url(../img/cont_tel_dt.png) no-repeat center/contain;
  position: absolute;
  left: -124px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-contact__tels .tel-main a {
  color: #0075ac;
  font-size: 4rem;
}

.sec-contact__tels .tel-sub {
  color: #0075ac;
}

.sec-contact__box {
  text-align: left;
  background: url(../img/contact_bg.jpg) no-repeat center bottom/cover;
  min-height: 1280px;
  padding-bottom: 9rem;
}

.box-lead {
  width: 1080px;
  max-width: 100%;
  margin: -14rem auto 10rem;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.box-lead__in {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 40px);
  position: relative;
  background-size: auto auto;
  background-color: #86d1f5;
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, #7fcff4 10px, #7fcff4 20px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #7fcff4 10px, #7fcff4 20px);
  border-radius: 2rem;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20rem;
  position: relative;
}

.box-lead__in:before {
  content: "";
  width: 342px;
  height: 398px;
  background: url(../img/lead_illust.png) no-repeat center/contain;
  position: absolute;
  left: -40px;
  bottom: 0;
}

.box-lead h3 {
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 3.2rem;
}

.box-lead h3 small {
  font-size: 3.6rem;
}

.box-lead h3 em {
  color: #005983;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 .3em;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 5.2rem;
  font-weight: 500;
}

.box-lead h3 em:before {
  content: "";
  width: 95%;
  height: 100%;
  background: #f4d160;
  border-radius: 2em;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.box-lead h3 em:after {
  content: "";
  width: 78px;
  height: 25px;
  background: url(../img/lead_ttl_bf.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -0.25em;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.box-lead p {
  font-size: 1.8rem;
  line-height: 2.2em;
  font-weight: 500;
}

/*footer
-----------------------------------------------------*/
/*#pageTop {
	position: fixed;
	bottom: 3%;
	right: 3%;
	z-index: 9999;
}*/
.footer {
  background: #7fcff4;
}

.footer__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.8rem 64px 4rem;
  color: #fff;
}

.footer__logo {
  margin-bottom: 25px;
}

.footer__tel a {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  padding-left: 30px;
  background: url(../img/icon_tel_blue.png) no-repeat left top 0.35em;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.footer__add {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__add dt {
  font-size: 1.3rem;
  color: #0075ac;
  padding-right: 1em;
}

.footer__add dd {
  color: #fff;
  font-size: 1.2rem;
}

.footer__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 460px;
}

.footer__btns .cmn-btn {
  margin-top: 2rem;
}

.footer__btns .cmn-btn a {
  min-width: 220px;
  min-height: 56px;
}

.footer-nav {
  text-align: center;
  margin-bottom: 20px;
}

.footer-nav li a {
  display: block;
  font-size: 12px;
  padding: 3px 5px;
  color: #fff;
}

#copyright {
  font-size: 12px;
  text-align: center;
  line-height: 36px;
  color: #7fcff4;
  background: #fff;
}

#copyright a {
  color: #7fcff4;
}

/*下層
-------------------------------------------------*/
.sv {
  background: url(../img/slide_1.jpg) no-repeat center;
  background-size: cover;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sv__in {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(242, 242, 242, 0.2) 10px, rgba(242, 242, 242, 0.2) 20px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(242, 242, 242, 0.2) 10px, rgba(242, 242, 242, 0.2) 20px);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5rem 8rem;
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  border-radius: 1rem;
  font-weight: 700;
  color: #0075ac;
}

#bread {
  padding: 16px 0;
  width: 100%;
  max-width: 1080px;
}

#bread ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bread li {
  font-size: 12px;
  margin-right: 2px;
  padding-right: 14px;
  position: relative;
}

#bread li:after {
  content: "|";
  position: absolute;
  right: 3px;
  top: 1px;
}

#bread li:last-child:after {
  display: none;
}

#bread li {
  opacity: 0.7;
}

#bread li:last-child {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #bread {
    padding: 8px 5%;
  }
  #bread ul {
    width: auto;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
  #bread li {
    display: inline;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}

.btt-content {
  padding: 10rem 0 10rem;
}

.title01 {
  font-size: 2.2rem;
  color: #0075ac;
  font-weight: 500;
  border-bottom: 2px solid #0075ac;
  padding-bottom: 1.2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.title02 {
  font-size: 24px;
  font-weight: 700;
  border-left: 5px solid #7fcff4;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}

.title02:before {
  content: "";
  width: calc(100% + 5px);
  height: 1px;
  background: #7fcff4;
  position: absolute;
  left: -5px;
  bottom: -10px;
}

.title02 + * {
  margin-top: 30px;
}

/*.cmn-ol.ol-reset*/
.cmn-ol ol {
  list-style: none;
  /* olがはき出す数字を消す */
  counter-reset: li;
  position: relative;
}

.cmn-ol ol.cmn-ol-list li:before {
  counter-increment: li;
  /*リストの数字を1つ進める。IE7以下、未対応*/
  content: counter(li) ".";
  /*リストを連番にする*/
}

.e404-content a {
  text-decoration: underline;
  color: #f4d160;
}

.tel a {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .tel a {
    pointer-events: auto;
  }
}

.map-wrap {
  width: 100%;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 400px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .map {
    /*
		padding-top: 50%;
		*/
  }
}

.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .video {
    /*
		padding-top: 50%;
		*/
  }
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cmn-table table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cmn-table table tr {
    display: block;
    padding: 2rem 0;
  }
  .cmn-table table tr + tr {
    border-top: 1px solid rgba(43, 46, 48, 0.2);
  }
  .cmn-table table tr th, .cmn-table table tr td {
    display: block;
  }
  .cmn-table table tr th {
    font-weight: 700;
    padding-bottom: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmn-table table tr th, .cmn-table table tr td {
    padding: 2rem 0;
  }
  .cmn-table table tr + tr th, .cmn-table table tr + tr td {
    border-top: 1px solid rgba(43, 46, 48, 0.2);
  }
}

.cont-table {
  background: rgba(233, 249, 255, 0.9);
  padding: 2rem 7.2rem 4rem;
  border-radius: 1rem;
}

.cont-table table tr + tr td, .cont-table table tr + tr th {
  border-top: none;
}

.cont-table table tr th {
  padding-left: 72px;
  vertical-align: top;
}

.cont-table th {
  position: relative;
}

/*タブ切替*/
.tab-btns__item {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tab-btns__item.is-active {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.tab-content {
  display: none;
  margin-top: 72px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tab-content.is-active {
  display: block;
  -webkit-animation: tabFade 0.3s ease;
  animation: tabFade 0.3s ease;
}

@-webkit-keyframes tabFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tabFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*▲タブ切替*/
/*site_map
------------------------------------------*/
.site_map-li > li {
  border-bottom: 1px dotted #2b2e30;
}

.site_map-li > li span {
  display: block;
  color: #2b2e30;
  padding: 14px 0 11px;
  font-size: 18px;
}

.site_map-li > li a {
  display: block;
  color: #2b2e30;
  padding: 14px 40px 11px;
  font-size: 18px;
  position: relative;
}

.site_map-li > li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #7fcff4;
  position: absolute;
  left: 15px;
  top: 19px;
}

.site_map-li > li ul {
  margin: -10px 0 10px;
}

.site_map-li > li ul li a {
  font-size: 16px;
  margin-left: 40px;
  padding: 9px 40px 6px;
  border-bottom: 0;
}

.site_map-li > li ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7fcff4;
  position: absolute;
  left: 15px;
  top: 15px;
  border-width: 0;
}

/*privacy
----------------------------------*/
.privacy {
  padding: 20px 0 20px;
  text-align: left;
}

.inline-privacy {
  text-align: left;
  font-family: "Noto Sans JP",MyYuGothicM,YuGothic,"メイリオ", Meiryo, sans-serif;
}

.pri-ttl {
  text-align: left;
  font-size: 24px;
  padding: 0.1em 1em;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  background: #62A057;
}

.privacy .pri_bg {
  background-color: #fff;
  width: 100%;
  height: 225px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.privacy iframe {
  width: 100%;
  height: 225px;
  display: block;
}

.privacy_box {
  padding: 15px;
}

.inline-privacy h1 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  padding: 0.1em 10px 0.2em;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.privacy_text {
  font-size: 14px;
}

/*news
-----------------------------------*/
.news-list li {
  padding: 16px 16px;
  position: relative;
}

.news-list li + li {
  border-top: 1px solid #7fcff4;
}

.news-list li .news-list-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.news-list .thumb {
  z-index: 0;
}

.news-list .news-ymd {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 8px;
  display: inline-block;
  padding: 8px 12px;
  line-height: 1;
  z-index: 2;
}

.news-list .tag {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 4px 8px 4px 0;
  display: block;
  min-width: 100px;
  letter-spacing: 0.08em;
  position: relative;
}

.news-list .tag a {
  position: relative;
  z-index: 9;
  display: block;
  text-align: center;
  padding: 2px 10px;
  background: #7fcff4;
  color: #fff;
  border-radius: 4px;
}

.news-list .news-ttl {
  /*max-width: 784px;*/
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .news-ttl a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.a-news-list .news-list li {
  margin-bottom: 15px;
}

.a-news-list .news-list li > a {
  background: #FFF;
  padding: 24px;
}

.a-news-list .news-list li .news-ttl {
  width: 100%;
  margin-top: 4px;
  font-size: 18px;
}

.a-news-list .news-list li .news-body {
  font-size: 14px;
  color: rgba(43, 46, 48, 0.7);
  margin-top: 16px;
}

/*news-sg
-----------------------------------*/
.category-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: nowrap;
  margin: 0 -12px 32px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.category__item {
  margin: 12px;
}

.category__item a {
  padding: 8px 24px 8px;
  color: #7fcff4;
  border-radius: 8px;
  border: 1px solid #7fcff4;
}

.category__item a:hover {
  opacity: 1;
  background: #7fcff4;
  color: #fff;
}

.category__item.is-active a {
  background: #7fcff4;
  color: #fff;
}

.aside-category {
  /*position: sticky;
		top: 141px;
		right: 0;
		width: 240px;
		order:2;*/
  border: 2px solid #7fcff4;
  padding-bottom: 8px;
  margin-bottom: 40px;
  padding: 16px;
}

.aside-category h3 {
  padding-bottom: 8px;
  font-size: 18px;
  color: #555;
  font-weight: 500;
}

.aside-category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aside-category li {
  padding: 8px 16px 8px 32px;
  line-height: 1.3;
  position: relative;
  color: #797979;
  /*border-bottom: 1px solid $main_color;*/
  font-size: 14px;
  -webkit-transition: 0.12s;
  transition: 0.12s;
  margin-right: 24px;
}

.aside-category li span {
  -webkit-transition: 0.12s;
  transition: 0.12s;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 0px solid #7fcff4;
}

.aside-category li.is-active {
  color: #7fcff4;
}

.aside-category li.is-active a {
  color: #7fcff4;
}

.aside-category li.is-active span {
  border-bottom: 1px solid #7fcff4;
}

.aside-category li:last-child {
  border-bottom: none;
}

.aside-category li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #7fcff4;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sg_day {
  font-size: 16px;
  color: #7fcff4;
  text-align: right;
  padding: 24px 0 0;
  font-weight: 700;
}

.page_btn {
  padding-top: 24px;
  margin-top: 40px;
  border-top: 1px solid #7fcff4;
  position: relative;
  font-weight: 700;
}

.page_btn a {
  font-size: 16px;
  color: #7fcff4;
}

.page_btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .left {
  position: absolute;
  left: 0;
  top: 24px;
}

.page_btn .left a {
  padding: 0 0 2px 16px;
  position: relative;
}

.page_btn .left a:before {
  border-width: 4px 6px 4px 0;
  border-color: transparent #7fcff4 transparent transparent;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .right {
  position: absolute;
  right: 0;
  top: 24px;
}

.page_btn .right a {
  padding: 0 16px 2px 0;
  position: relative;
}

.page_btn .right a:before {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #7fcff4;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .text_c a::before {
  display: none;
}

.pagenation {
  text-align: center;
  margin-top: 32px;
}

.pagenation li {
  display: inline-block;
  border: 1px solid #7fcff4;
  color: #7fcff4;
  margin: 0 8px;
}

.pagenation li a {
  display: block;
  padding: 8px 16px;
}

.pagenation li.current {
  background-color: #7fcff4;
  color: #fff;
  padding: 8px 16px;
}

.sns-sharerbtn-list {
  margin-top: 40px;
}

.sns-sharerbtn-list li + li {
  margin-left: 20px;
}

.sb_style h1,
.sb_style h2 {
  border-color: #7fcff4;
}

.sb_style h4:before {
  background-color: #7fcff4;
}

.sb_style ul li:before {
  background-color: #7fcff4;
}
