@charset "UTF-8";
/*----------------------------------
Variables Style
----------------------------------*/
/*--liquid--*/
/*--root--*/
/*--color--*/
/*--bg--*/
/*--width--*/
/*--font--*/
/*--transition--*/
/*--opacity--*/
/*--shadow--*/
/*----------------------------------
Function Style
----------------------------------*/
/*----------------------------------
Extend Style
----------------------------------*/
.cl:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}

/*----------------------------------
Mixins Style
----------------------------------*/
/*----------------------------------
Fonts Style
----------------------------------*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local("Poppins-Medium"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/Poppins-Medium.woff2") format("woff2"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/Poppins-Medium.woff") format("woff"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/Poppins-Medium.eot") format("embedded-opentype"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local("Poppins-Light"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/Poppins-Light.woff2") format("woff2"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/Poppins-Light.woff") format("woff"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/Poppins-Light.eot") format("embedded-opentype"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansJP-Medium"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/NotoSansJP-Medium.woff2") format("woff2"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/NotoSansJP-Medium.woff") format("woff"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/NotoSansJP-Medium.eot") format("embedded-opentype"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansJP-Light"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/NotoSansJP-Light.woff2") format("woff2"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/NotoSansJP-Light.woff") format("woff"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/NotoSansJP-Light.eot") format("embedded-opentype"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/NotoSansJP-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'icomoon';
  src: url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/icomoon.ttf?ytnctr") format("truetype"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/icomoon.woff?ytnctr") format("woff"), url("//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/fonts/icomoon.svg?ytnctr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tw:before {
  content: "\e900";
  color: #fff;
}

.icon-fb:before {
  content: "\e901";
  color: #fefefe;
}

.icon-hatebu:before {
  content: "\e902";
  color: #fff;
}

.icon-note:before {
  content: "\e903";
  color: #fff;
}

/*----------------------------------
Reset Style
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, figure, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: " ";
}

abbr, acronym {
  border: 0;
}

a {
  color: #000;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:active {
  color: #000;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

li img,
dt img,
dd img {
  vertical-align: top;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*----------------------------------
Base Style
----------------------------------*/
/* Body Style */
html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  position: static !important;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.71429;
  color: #000;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  min-width: 1170px;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}

/* Image Style */
img {
  max-width: 100%;
  height: auto;
}

/* Tel Style */
a[href^="tel:"] {
  color: #000;
  text-decoration: none;
  cursor: default;
}

a[href^="tel:"]:hover img, a[href^="tel:"]:active img, a[href^="tel:"]:focus img {
  opacity: 1;
}

a {
  transition: 0.4s;
}

a img {
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img, a:active img, a:focus img {
  opacity: 0.8;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*----------------------------------
Header Style
----------------------------------*/
.l-header {
  background-color: #fff;
  position: relative;
  transition: .3s;
}

.sticky_header{
  position: fixed;
  top:-500px;
  left:0;
  z-index:9998;
  transition: .3s;
  transform:translateY(100%);
  position:absolute;
}

.active{
  transform:translate(0);
  transition: .3s;
}

@media only screen and (max-width: 768px) {

}

.l-header .l-headerLogo {
  text-align: center;
  padding: 15px 0;
  transition: .3s;
  height: 103px;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerLogo {
    border-bottom: 1px solid #f7f7f7;
    padding: 13px 0;
  }
}

.l-header .l-headerLogo a {
  display: inline-block;
  vertical-align: middle;
}

.l-header .l-headerLogo span {
  display: block;
  font-size: 0;
}

.l-header .l-headerLogo span img {
  transition: none;
}

.l-header .l-headerLogo span:not(:first-child) {
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerLogo span:not(:first-child) {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerLogo span:nth-child(1) {
    margin-bottom: 10px;
  }
}

.l-header .l-headerLogo span:nth-child(1) img {
  width: 237px;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerLogo span:nth-child(1) img {
    width: auto;
    height: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerLogo span:nth-child(2) {
    margin-bottom: 5px;
  }
}

.l-header .l-headerLogo span:nth-child(2) img {
  width: 317px;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerLogo span:nth-child(2) img {
    width: auto;
    height: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerLogo span:nth-child(3) img {
    height: 8px;
  }
}

.l-header .l-headerNav {
  background-color: #f9f9f9;
  border-bottom: 1px solid #1ea7bd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerNav {
    background-color: #fff;
    display: block;
    border-bottom: 0;
  }
}

.l-header .l-headerNav_list {
  letter-spacing: -.4em;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerNav_list {
    letter-spacing: normal;
  }
}

.l-header .l-headerNav_list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerNav_list li {
    border-bottom: 1px solid #f7f7f7;
    display: block;
    margin-right: 0;
  }
}

.l-header .l-headerNav_list li a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .16em;
  padding: 16px 0;
  height: 60px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerNav_list li a {
    font-size: 1.2rem;
    text-align: center;
    height: auto;
  }
}

.l-header .l-headerNav_list li a:before {
  content: " ";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #1ea7bd;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.l-header .l-headerNav_list li a:hover, .l-header .l-headerNav_list li a:active, .l-header .l-headerNav_list li a:focus {
  color: #1ea7bd;
}

.l-header .l-headerNav_list li a:hover:before, .l-header .l-headerNav_list li a:active:before, .l-header .l-headerNav_list li a:focus:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l-header .l-headerNav_list li.is-active a {
  color: #1ea7bd;
}

.l-header .l-headerNav_list li.is-active a:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l-header .l-headerNav_download {
  width: 200px;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerNav_download {
    width: 100%;
    margin-bottom: 15px;
  }
}

.l-header .l-headerNav_download a {
  background-color: #1ea7bd;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .16em;
  text-align: center;
  padding: 16px 0;
  height: 60px;
}

.l-header .l-headerNav_download a:hover, .l-header .l-headerNav_download a:active, .l-header .l-headerNav_download a:focus {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerNav_download a {
    font-size: 1.2rem;
    padding: 11px 0;
    height: auto;
  }
}

.l-header .l-headerNav_download a span {
  background-image: url(//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/img/common/ico_download.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 0;
  display: inline-block;
  padding-right: 35px;
  padding: 2px 35px 0 0;
  margin-top: -2px;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerNav_download a span {
    background-size: 20px auto;
    margin-top: 0;
    padding-right: 30px;
    padding: 0 30px 0 0;
  }
}

.l-header .l-headerSocial {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 17px;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerSocial {
    display: block;
    text-align: center;
    position: static;
  }
}

.l-header .l-headerSocial_about {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerSocial_about {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.l-header .l-headerSocial_about a {
  border: 1px solid #f7f7f7;
  border-radius: 30px;
  display: block;
  font-weight: bold;
  width: 103px;
  text-align: center;
  padding: 3px 0 1px;
  letter-spacing: .06em;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerSocial_about a {
    border: 0;
    width: auto;
    font-size: 1rem;
  }
}

.l-header .l-headerSocial_about a span {
  background-image: url(//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/img/common/ico_arrow.svg);
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  display: inline-block;
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  .l-header .l-headerSocial_about a span {
    background: none;
    padding-left: 0;
  }
}

.l-header .l-headerSocial_about a:hover, .l-header .l-headerSocial_about a:active, .l-header .l-headerSocial_about a:focus {
  background-color: #f7f7f7;
}

.l-header .l-headerSocial_btnList {
  letter-spacing: -.4em;
}

.l-header .l-headerSocial_btnList li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.l-header .l-headerSocial_btnList li:last-child {
  margin-right: 0;
}

.l-header.is-animation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height:120px;
  animation: DownAnime 0.5s forwards;
}

.l-header.is-animation .l-headerLogo {
  padding: 16px 0;
      height: 60px;
}

.l-header.is-animation .l-headerLogo span {
  display: inline-block;
  vertical-align: middle;
}

.l-header.is-animation .l-headerLogo span:not(:first-child) {
  padding-top: 0;
}

.l-header.is-animation .l-headerLogo span:nth-child(1) {
  padding-right: 14px;
}

.l-header.is-animation .l-headerLogo span:nth-child(1) img {
  width: 173px;
}

.l-header.is-animation .l-headerLogo span:nth-child(2) {
  padding-right: 10px;
}

.l-header.is-animation .l-headerLogo span:nth-child(2) img {
  width: 253px;
}

@media only screen and (max-width: 1030px) {
  .l-header.is-animation .l-headerNav_list li {
    margin-right: 20px;
  }
  .l-header.is-animation .l-headerNav_list li a {
    font-size: 1.4rem;
    height: auto;
  }
  .l-header.is-animation .l-headerNav_download {
    width: 170px;
  }
  .l-header.is-animation .l-headerNav_download a {
    font-size: 1.4rem;
    height: auto;
  }
  .l-header.is-animation .l-headerNav_download a span {
    background-size: 23px auto;
  }
}

.l-header.is-animation .l-headerSocial_btnList li {
  width: 30px;
}

@media only screen and (max-width: 768px) {
  body.is-animation .l-header .l-headerLogo {
    padding: 10px 0;
    margin-left: 7px;
    text-align: left;
  }
  body.is-animation .l-header .l-headerLogo span:not(:nth-child(2)) {
    display: none;
  }
  body.is-animation .l-header .l-headerLogo span:nth-child(2) {
    width: 145px;
  }
}

/*----------------------------------
Footer Style
----------------------------------*/
.l-footer {
  background-color: #1ea7bd;
  padding-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 30px;
  }
}

.l-footer .l-footerNav_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 12px;
  padding-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footerNav_wrapper {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-footer .l-footerNav {
  margin-right: 26px;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footerNav {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .l-footer .l-footerNav:nth-child(1) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .l-footer .l-footerNav:nth-child(2) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .l-footer .l-footerNav:nth-child(2) .l-footerNav_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-footer .l-footerNav:nth-child(2) .l-footerNav_list li {
    width: 50%;
  }
  .l-footer .l-footerNav:nth-child(3) {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .l-footer .l-footerNav:nth-child(3) .l-footerNav_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-footer .l-footerNav:nth-child(3) .l-footerNav_list li {
    width: 50%;
  }
  .l-footer .l-footerNav:nth-child(4) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .l-footer .l-footerNav:nth-child(4) .l-footerNav_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-footer .l-footerNav:nth-child(4) .l-footerNav_list li {
    width: 50%;
  }
}

.l-footer .l-footerNav:nth-child(1) {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.l-footer .l-footerNav:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-footer .l-footerNav:nth-child(3) {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-footer .l-footerNav:nth-child(4) {
  margin-right: 0;
}

.l-footer .l-footerNav_ttl {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .06em;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
  margin-top: 45px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footerNav_ttl {
    font-size: 1.2rem;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.l-footer .l-footerNav_list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footerNav_list li {
    margin-bottom: 14px;
    padding-left: 16px;
  }
}

.l-footer .l-footerNav_list li:before {
  content: " ";
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footerNav_list li:before {
    width: 6px;
    height: 2px;
    top: 9px;
  }
}

.l-footer .l-footerNav_list li:last-child {
  margin-bottom: 0;
}

.l-footer .l-footerNav_list li a {
  color: #fff;
  font-weight: 300;
  letter-spacing: .04em;
}

.l-footer .l-footerNav_list li a:hover, .l-footer .l-footerNav_list li a:active, .l-footer .l-footerNav_list li a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footerNav_list li a {
    font-size: 1.1rem;
  }
  .l-footer .l-footerNav_list li a span {
    display: block;
  }
}

.l-footer .l-footerNav_logo {
  padding-top: 20px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footerNav_logo {
    padding-top: 0;
    margin-bottom: 18px;
    text-align: center;
  }
}

.l-footer .l-footerNav_socialList {
  letter-spacing: -.4em;
  text-align: center;
}

.l-footer .l-footerNav_socialList li {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footerNav_socialList li {
    width: 30px;
  }
}

.l-footer .l-footerNav_socialList li:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footerNav_socialList li:first-child {
    margin-right: 15px;
  }
}

.l-footer .l-footerNav_socialList li a {
  display: block;
  opacity: .5;
}

.l-footer .l-footerNav_socialList li a img {
  opacity: 1;
}

.l-footer .l-footerNav_socialList li a:hover, .l-footer .l-footerNav_socialList li a:active, .l-footer .l-footerNav_socialList li a:focus {
  opacity: .9;
}

.l-footer .l-footerCopyright {
  color: #fff;
  text-align: center;
}

.l-footer .l-footerCopyright small {
  font-size: 1.2rem;
  letter-spacing: .06em;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footerCopyright small {
    font-size: 1rem;
  }
}

/*----------------------------------
Content Style
----------------------------------*/
body.is-fix {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-wrapper {
  text-align: left;
  font-size: 1.4rem;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .l-wrapper {
    font-size: 1.1rem;
  }
}

.l-wrap {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
  .l-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-wrap > *:last-child {
  margin-bottom: 0 !important;
}

.l-wrap02 {
  padding-left: 25px;
  padding-right: 25px;
}

.l-wrap02 > *:last-child {
  margin-bottom: 0 !important;
}

.l-wrap02:not(:last-child) {
  margin-bottom: 105px;
}

@media only screen and (max-width: 768px) {
  .l-wrap02 {
    padding-left: 0;
    padding-right: 0;
  }
  .l-wrap02:not(:last-child) {
    margin-bottom: 50px;
  }
}

.l-sec {
  padding: 25px 0 100px;
}

.l-sec > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .l-sec {
    padding: 30px 0;
  }
}

.l-secTop {
  padding: 45px 0 100px;
}

.l-secTop > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .l-secTop {
    padding: 30px 0;
  }
}

.l-bgInner {
  padding: 75px 25px 60px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .l-bgInner {
    padding: 50px 20px;
  }
}

/*----------------------------------
Main Style
----------------------------------*/
.l-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-main .l-mainCnt {
  width: 790px;
  margin-right: 50px;
}

@media only screen and (max-width: 768px) {
  .l-main {
    display: block;
  }
  .l-main .l-mainCnt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 70px;
  }
}

/*----------------------------------
Navigation Style
----------------------------------*/
.l-topicPath {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: -.4em;
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .l-topicPath {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-topicPath li {
  color: #1ea7bd;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: normal;
  margin-right: 15px;
}

.l-topicPath li:last-child {
  margin-right: 0;
}

.l-topicPath li a {
  color: #1ea7bd;
  font-weight: 300;
  letter-spacing: .06em;
  padding-right: 20px;
  position: relative;
}

.l-topicPath li a:after {
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 1px #1ea7bd;
  border-right: solid 1px #1ea7bd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}

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

/*----------------------------------
Navigation Style
----------------------------------*/
.l-side {
  width: 300px;
}

@media only screen and (max-width: 768px) {
  .l-side {
    width: 100%;
  }
}

.l-side .l-sideCnt {
  margin-bottom: 40px;
  word-break: break-all;
}

@media only screen and (max-width: 768px) {
  .l-side .l-sideCnt {
    margin-bottom: 28px;
  }
}

.l-side .l-sideCnt:last-child {
  margin-bottom: 20px;
}

.l-side .l-sideCnt_category {
  border: 2px solid #1ea7bd;
  padding: 25px;
}

.l-side .l-sideCnt_category_ttl {
  color: #1ea7bd;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .l-side .l-sideCnt_category_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.l-side .l-sideCnt_category_list li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 16px;
}

.l-side .l-sideCnt_category_list li:before {
  content: " ";
  display: block;
  width: 8px;
  height: 3px;
  background: #1ea7bd;
  position: absolute;
  top: 13px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .l-side .l-sideCnt_category_list li:before {
    top: 11px;
  }
}

.l-side .l-sideCnt_category_list li:last-child {
  margin-bottom: 0;
}

.l-side .l-sideCnt_category_list li a {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .06em;
}

.l-side .l-sideCnt_category_list li a:hover, .l-side .l-sideCnt_category_list li a:active, .l-side .l-sideCnt_category_list li a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .l-side .l-sideCnt_category_list li a {
    font-size: 1.3rem;
  }
}

.l-side .l-sideCnt_ttl {
  width: 151px;
  margin-bottom: 20px;
}

/*----------------------------------
Project Style
----------------------------------*/
.p-corporate {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2;
}

.p-corporate strong {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-corporate {
    font-size: 1.3rem;
  }
}

.p-about {
  margin: 65px 0 190px;
}

@media only screen and (max-width: 768px) {
  .p-about {
    margin: 35px 0 100px;
  }
}

.p-about dt {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .p-about dt {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .p-about dd {
    line-height: 1.9;
  }
}

.p-aboutCnt01 {
  letter-spacing: .1em;
  margin-bottom: 85px;
}

@media only screen and (min-width: 769px) {
  .p-aboutCnt01 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .p-aboutCnt01 {
    margin-bottom: 70px;
  }
  .p-aboutCnt01 div {
    margin-bottom: 35px;
  }
}

.p-aboutCnt01_unit02 {
  margin: 80px 125px 0;
}

@media only screen and (min-width: 769px) {
  .p-aboutCnt01_unit02 {
    width: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .p-aboutCnt01_unit02 {
    margin: 0 auto;
    text-align: center;
  }
  .p-aboutCnt01_unit02 img {
    width: 113px;
  }
}

.p-aboutCnt01 dd {
  width: 740px;
}

@media only screen and (max-width: 768px) {
  .p-aboutCnt01 dd {
    width: 100%;
  }
}

.p-aboutCnt02 {
  letter-spacing: .1em;
}

@media only screen and (min-width: 769px) {
  .p-aboutCnt02 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .p-aboutCnt02 div {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 769px) {
  .p-aboutCnt02_unit01 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-aboutCnt02_unit02 {
  margin: 35px 105px 0;
}

@media only screen and (min-width: 769px) {
  .p-aboutCnt02_unit02 {
    width: 188px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 768px) {
  .p-aboutCnt02_unit02 {
    margin: 0 auto;
    text-align: center;
  }
  .p-aboutCnt02_unit02 img {
    width: 141px;
  }
}

.p-aboutCnt02 dd {
  width: 600px;
}

@media only screen and (max-width: 768px) {
  .p-aboutCnt02 dd {
    width: 100%;
  }
}

.p-service_hdg {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: .1em;
  margin-bottom: 105px;
}

@media only screen and (max-width: 768px) {
  .p-service_hdg {
    font-size: 1.9rem;
    margin-bottom: 50px;
  }
}

.p-service .c-cntTtl02 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .p-service .c-cntTtl02 {
    margin-bottom: 30px;
  }
}

.p-service_cnt {
  margin-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt {
    margin-bottom: 30px;
  }
}

.p-service_cnt_hdg {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .08em;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt_hdg {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}

.p-service_cnt .l-wrap02 .p-service_cnt_box:not(:last-child) {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .l-wrap02 .p-service_cnt_box:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 769px) {
  .p-service_cnt .p-snssupport {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 769px) {
  .p-service_cnt .p-snssupport_unit:first-child {
    width: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-snssupport_unit:first-child {
    margin-bottom: 25px;
    text-align: center;
  }
  .p-service_cnt .p-snssupport_unit:first-child img {
    width: 280px;
  }
}

.p-service_cnt .p-snssupport_unit table {
  font-size: 1.6rem;
  letter-spacing: .02em;
  text-align: center;
  width: 677px;
  table-layout: fixed;
  box-sizing: border-box;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-snssupport_unit table {
    font-size: 1.2rem;
    width: 100%;
    line-height: 1.2;
  }
}

.p-service_cnt .p-snssupport_unit table th,
.p-service_cnt .p-snssupport_unit table td {
  padding: 8px 0;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-snssupport_unit table th,
  .p-service_cnt .p-snssupport_unit table td {
    padding: 12px 0;
  }
}

.p-service_cnt .p-snssupport_unit table th {
  background: #f7f7f7;
}

.p-service_cnt .p-supportPoint {
  border: 1px solid #007c8e;
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-supportPoint {
    margin-bottom: 40px;
  }
}

.p-service_cnt .p-supportPoint_item {
  width: 100%;
  height: 185px;
}

.p-service_cnt .p-supportPoint_item:nth-child(odd) {
  background: #f4f6f8;
}

@media only screen and (min-width: 769px) {
  .p-service_cnt .p-supportPoint_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-service_cnt .p-supportPoint_item:first-child img {
    height: 123px;
  }
  .p-service_cnt .p-supportPoint_item:nth-child(2) img {
    height: 105px;
  }
  .p-service_cnt .p-supportPoint_item:nth-child(3) img {
    height: 110px;
  }
  .p-service_cnt .p-supportPoint_item:nth-child(4) img {
    height: 130px;
  }
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-supportPoint_item {
    height: auto;
    padding: 30px 0 20px;
  }
  .p-service_cnt .p-supportPoint_item:first-child img {
    height: 69px;
  }
  .p-service_cnt .p-supportPoint_item:nth-child(2) img {
    height: 57px;
  }
  .p-service_cnt .p-supportPoint_item:nth-child(3) img {
    height: 62px;
  }
  .p-service_cnt .p-supportPoint_item:nth-child(4) img {
    height: 73px;
  }
}

.p-service_cnt .p-supportPoint_item dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #1ea7bd;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-supportPoint_item dt {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.p-service_cnt .p-supportPoint_item_unit:first-child {
  width: 200px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-supportPoint_item_unit:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-service_cnt .p-supportPoint_item_unit:last-child {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-supportPoint_item_unit:last-child {
    width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 769px) {
  .p-service_cnt .p-suppotTool {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-service_cnt .p-suppotTool_item {
  width: 525px;
  padding: 35px;
  border: 1px solid #dcdcdc;
}

.p-suppotTool:last-child{
  margin-top :40px;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-suppotTool_item {
    width: 100%;
    padding: 20px;
  }
  .p-service_cnt .p-suppotTool_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .p-suppotTool:last-child{
  margin-top：15px;
}
}

.p-service_cnt .p-suppotTool_img {
  text-align: center;
}

.p-service_cnt .p-suppotTool img {
  margin-bottom: 35px;
}

@media only screen and (min-width: 769px) {
  .p-service_cnt .p-suppotTool img {
    width: 437px;
  }
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-suppotTool img {
    margin-bottom: 20px;
    width: 240px;
  }
}

.p-service_cnt .p-suppotTool_hdg {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #1ea7bd;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-suppotTool_hdg {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}

.p-service_cnt .p-suppotTool_hdg span {
  font-size: 1.9rem;
  font-weight: bold;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-suppotTool_hdg span {
    font-size: 1.4rem;
  }
}

.p-service_cnt .p-suppotTool_text {
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-suppotTool_text {
    margin-bottom: 12px;
  }
}

.p-service_cnt .p-contact {
  text-align: center;
  padding: 40px;
  background: #f4fbfc;
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-contact {
    padding: 20px;
  }
}

.p-service_cnt .p-contact_btn {
  margin-bottom: 35px;
}

@media only screen and (min-width: 769px) {
  .p-service_cnt .p-contact_btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-contact_btn {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .p-service_cnt .p-contact_btn li:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .p-service_cnt .p-contact_btn li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.p-service_cnt .p-contact_text {
  margin-bottom: 35px;
}

@media only screen and (min-width: 769px) {
  .p-service_cnt .p-contact_link span {
    padding-right: .5em;
  }
}

.p-service_cnt .p-contact_link a {
  color: #1ea7bd;
}

.p-service_cnt .p-contact_link a:hover {
  text-decoration: underline;
}

/*----------------------------------
Utility Style
----------------------------------*/
.u-fwb {
  font-weight: bold !important;
}

.u-tal {
  text-align: left !important;
}

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

.u-underline {
  text-decoration: underline !important;
}

@media only screen and (min-width: 769px) {
  .u-tal_pc {
    text-align: left !important;
  }
  .u-tac_pc {
    text-align: center !important;
  }
  .u-tar_pc {
    text-align: right !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-tal_sp {
    text-align: left !important;
  }
  .u-tac_sp {
    text-align: center !important;
  }
  .u-tar_sp {
    text-align: right !important;
  }
}

.u-centerring {
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------
color
----------------------------------*/
.u-colorBase {
  color: #000 !important;
}

.u-colorTheme {
  color: #1ea7bd !important;
}

/*----------------------------------
background
----------------------------------*/
.u-bgTheme {
  background-color: #1ea7bd !important;
}

.u-bgBlue {
  background-color: rgba(30, 167, 189, 0.05) !important;
}

@media only screen and (max-width: 768px) {
  .u-bgBlue {
    margin: 0 -20px;
  }
}

.u-bgPink {
  background-color: rgba(227, 0, 127, 0.03) !important;
}

@media only screen and (max-width: 768px) {
  .u-bgPink {
    margin: 0 -20px;
  }
}

/*----------------------------------
フォントサイズ
----------------------------------*/
/*----------------------------------
width
----------------------------------*/
.u-w100 {
  width: 100% !important;
}

/*----------------------------------
margin
----------------------------------*/
.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

@media only screen and (min-width: 769px) {
  .u-mb0_pc {
    margin-bottom: 0px !important;
  }
  .u-mb5_pc {
    margin-bottom: 5px !important;
  }
  .u-mb10_pc {
    margin-bottom: 10px !important;
  }
  .u-mb15_pc {
    margin-bottom: 15px !important;
  }
  .u-mb20_pc {
    margin-bottom: 20px !important;
  }
  .u-mb25_pc {
    margin-bottom: 25px !important;
  }
  .u-mb30_pc {
    margin-bottom: 30px !important;
  }
  .u-mb35_pc {
    margin-bottom: 35px !important;
  }
  .u-mb40_pc {
    margin-bottom: 40px !important;
  }
  .u-mb45_pc {
    margin-bottom: 45px !important;
  }
  .u-mb50_pc {
    margin-bottom: 50px !important;
  }
  .u-mb55_pc {
    margin-bottom: 55px !important;
  }
  .u-mb60_pc {
    margin-bottom: 60px !important;
  }
  .u-mb65_pc {
    margin-bottom: 65px !important;
  }
  .u-mb70_pc {
    margin-bottom: 70px !important;
  }
  .u-mb75_pc {
    margin-bottom: 75px !important;
  }
  .u-mb80_pc {
    margin-bottom: 80px !important;
  }
  .u-mb85_pc {
    margin-bottom: 85px !important;
  }
  .u-mb90_pc {
    margin-bottom: 90px !important;
  }
  .u-mb95_pc {
    margin-bottom: 95px !important;
  }
  .u-mb100_pc {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-mb0_sp {
    margin-bottom: 0px !important;
  }
  .u-mb5_sp {
    margin-bottom: 5px !important;
  }
  .u-mb10_sp {
    margin-bottom: 10px !important;
  }
  .u-mb15_sp {
    margin-bottom: 15px !important;
  }
  .u-mb20_sp {
    margin-bottom: 20px !important;
  }
  .u-mb25_sp {
    margin-bottom: 25px !important;
  }
  .u-mb30_sp {
    margin-bottom: 30px !important;
  }
  .u-mb35_sp {
    margin-bottom: 35px !important;
  }
  .u-mb40_sp {
    margin-bottom: 40px !important;
  }
  .u-mb45_sp {
    margin-bottom: 45px !important;
  }
  .u-mb50_sp {
    margin-bottom: 50px !important;
  }
  .u-mb55_sp {
    margin-bottom: 55px !important;
  }
  .u-mb60_sp {
    margin-bottom: 60px !important;
  }
  .u-mb65_sp {
    margin-bottom: 65px !important;
  }
  .u-mb70_sp {
    margin-bottom: 70px !important;
  }
  .u-mb75_sp {
    margin-bottom: 75px !important;
  }
  .u-mb80_sp {
    margin-bottom: 80px !important;
  }
  .u-mb85_sp {
    margin-bottom: 85px !important;
  }
  .u-mb90_sp {
    margin-bottom: 90px !important;
  }
  .u-mb95_sp {
    margin-bottom: 95px !important;
  }
  .u-mb100_sp {
    margin-bottom: 100px !important;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

@media only screen and (min-width: 769px) {
  .u-mt0_pc {
    margin-top: 0px !important;
  }
  .u-mt5_pc {
    margin-top: 5px !important;
  }
  .u-mt10_pc {
    margin-top: 10px !important;
  }
  .u-mt15_pc {
    margin-top: 15px !important;
  }
  .u-mt20_pc {
    margin-top: 20px !important;
  }
  .u-mt25_pc {
    margin-top: 25px !important;
  }
  .u-mt30_pc {
    margin-top: 30px !important;
  }
  .u-mt35_pc {
    margin-top: 35px !important;
  }
  .u-mt40_pc {
    margin-top: 40px !important;
  }
  .u-mt45_pc {
    margin-top: 45px !important;
  }
  .u-mt50_pc {
    margin-top: 50px !important;
  }
  .u-mt55_pc {
    margin-top: 55px !important;
  }
  .u-mt60_pc {
    margin-top: 60px !important;
  }
  .u-mt65_pc {
    margin-top: 65px !important;
  }
  .u-mt70_pc {
    margin-top: 70px !important;
  }
  .u-mt75_pc {
    margin-top: 75px !important;
  }
  .u-mt80_pc {
    margin-top: 80px !important;
  }
  .u-mt85_pc {
    margin-top: 85px !important;
  }
  .u-mt90_pc {
    margin-top: 90px !important;
  }
  .u-mt95_pc {
    margin-top: 95px !important;
  }
  .u-mt100_pc {
    margin-top: 100px !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-mt0_sp {
    margin-top: 0px !important;
  }
  .u-mt5_sp {
    margin-top: 5px !important;
  }
  .u-mt10_sp {
    margin-top: 10px !important;
  }
  .u-mt15_sp {
    margin-top: 15px !important;
  }
  .u-mt20_sp {
    margin-top: 20px !important;
  }
  .u-mt25_sp {
    margin-top: 25px !important;
  }
  .u-mt30_sp {
    margin-top: 30px !important;
  }
  .u-mt35_sp {
    margin-top: 35px !important;
  }
  .u-mt40_sp {
    margin-top: 40px !important;
  }
  .u-mt45_sp {
    margin-top: 45px !important;
  }
  .u-mt50_sp {
    margin-top: 50px !important;
  }
  .u-mt55_sp {
    margin-top: 55px !important;
  }
  .u-mt60_sp {
    margin-top: 60px !important;
  }
  .u-mt65_sp {
    margin-top: 65px !important;
  }
  .u-mt70_sp {
    margin-top: 70px !important;
  }
  .u-mt75_sp {
    margin-top: 75px !important;
  }
  .u-mt80_sp {
    margin-top: 80px !important;
  }
  .u-mt85_sp {
    margin-top: 85px !important;
  }
  .u-mt90_sp {
    margin-top: 90px !important;
  }
  .u-mt95_sp {
    margin-top: 95px !important;
  }
  .u-mt100_sp {
    margin-top: 100px !important;
  }
}

.u-mbLast {
  margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .u-mbLast {
    margin-bottom: 60px;
  }
}

/*----------------------------------
padding
----------------------------------*/
.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

@media only screen and (max-width: 768px) {
  .u-pb0_sp {
    padding-bottom: 0px !important;
  }
  .u-pb5_sp {
    padding-bottom: 5px !important;
  }
  .u-pb10_sp {
    padding-bottom: 10px !important;
  }
  .u-pb15_sp {
    padding-bottom: 15px !important;
  }
  .u-pb20_sp {
    padding-bottom: 20px !important;
  }
  .u-pb25_sp {
    padding-bottom: 25px !important;
  }
  .u-pb30_sp {
    padding-bottom: 30px !important;
  }
  .u-pb35_sp {
    padding-bottom: 35px !important;
  }
  .u-pb40_sp {
    padding-bottom: 40px !important;
  }
  .u-pb45_sp {
    padding-bottom: 45px !important;
  }
  .u-pb50_sp {
    padding-bottom: 50px !important;
  }
  .u-pb55_sp {
    padding-bottom: 55px !important;
  }
  .u-pb60_sp {
    padding-bottom: 60px !important;
  }
  .u-pb65_sp {
    padding-bottom: 65px !important;
  }
  .u-pb70_sp {
    padding-bottom: 70px !important;
  }
  .u-pb75_sp {
    padding-bottom: 75px !important;
  }
  .u-pb80_sp {
    padding-bottom: 80px !important;
  }
  .u-pb85_sp {
    padding-bottom: 85px !important;
  }
  .u-pb90_sp {
    padding-bottom: 90px !important;
  }
  .u-pb95_sp {
    padding-bottom: 95px !important;
  }
  .u-pb100_sp {
    padding-bottom: 100px !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-pt0_sp {
    padding-top: 0px !important;
  }
  .u-pt5_sp {
    padding-top: 5px !important;
  }
  .u-pt10_sp {
    padding-top: 10px !important;
  }
  .u-pt15_sp {
    padding-top: 15px !important;
  }
  .u-pt20_sp {
    padding-top: 20px !important;
  }
  .u-pt25_sp {
    padding-top: 25px !important;
  }
  .u-pt30_sp {
    padding-top: 30px !important;
  }
  .u-pt35_sp {
    padding-top: 35px !important;
  }
  .u-pt40_sp {
    padding-top: 40px !important;
  }
  .u-pt45_sp {
    padding-top: 45px !important;
  }
  .u-pt50_sp {
    padding-top: 50px !important;
  }
  .u-pt55_sp {
    padding-top: 55px !important;
  }
  .u-pt60_sp {
    padding-top: 60px !important;
  }
  .u-pt65_sp {
    padding-top: 65px !important;
  }
  .u-pt70_sp {
    padding-top: 70px !important;
  }
  .u-pt75_sp {
    padding-top: 75px !important;
  }
  .u-pt80_sp {
    padding-top: 80px !important;
  }
  .u-pt85_sp {
    padding-top: 85px !important;
  }
  .u-pt90_sp {
    padding-top: 90px !important;
  }
  .u-pt95_sp {
    padding-top: 95px !important;
  }
  .u-pt100_sp {
    padding-top: 100px !important;
  }
}

/*----------------------------------
height
----------------------------------*/
.u-mh0 {
  max-height: 0px !important;
}

.u-mh1 {
  max-height: 1px !important;
}

.u-mh2 {
  max-height: 2px !important;
}

.u-mh3 {
  max-height: 3px !important;
}

.u-mh4 {
  max-height: 4px !important;
}

.u-mh5 {
  max-height: 5px !important;
}

.u-mh6 {
  max-height: 6px !important;
}

.u-mh7 {
  max-height: 7px !important;
}

.u-mh8 {
  max-height: 8px !important;
}

.u-mh9 {
  max-height: 9px !important;
}

.u-mh10 {
  max-height: 10px !important;
}

.u-mh11 {
  max-height: 11px !important;
}

.u-mh12 {
  max-height: 12px !important;
}

.u-mh13 {
  max-height: 13px !important;
}

.u-mh14 {
  max-height: 14px !important;
}

.u-mh15 {
  max-height: 15px !important;
}

.u-mh16 {
  max-height: 16px !important;
}

.u-mh17 {
  max-height: 17px !important;
}

.u-mh18 {
  max-height: 18px !important;
}

.u-mh19 {
  max-height: 19px !important;
}

.u-mh20 {
  max-height: 20px !important;
}

.u-mh21 {
  max-height: 21px !important;
}

.u-mh22 {
  max-height: 22px !important;
}

.u-mh23 {
  max-height: 23px !important;
}

.u-mh24 {
  max-height: 24px !important;
}

.u-mh25 {
  max-height: 25px !important;
}

.u-mh26 {
  max-height: 26px !important;
}

.u-mh27 {
  max-height: 27px !important;
}

.u-mh28 {
  max-height: 28px !important;
}

.u-mh29 {
  max-height: 29px !important;
}

.u-mh30 {
  max-height: 30px !important;
}

.u-mh31 {
  max-height: 31px !important;
}

.u-mh32 {
  max-height: 32px !important;
}

.u-mh33 {
  max-height: 33px !important;
}

.u-mh34 {
  max-height: 34px !important;
}

.u-mh35 {
  max-height: 35px !important;
}

.u-mh36 {
  max-height: 36px !important;
}

.u-mh37 {
  max-height: 37px !important;
}

.u-mh38 {
  max-height: 38px !important;
}

.u-mh39 {
  max-height: 39px !important;
}

.u-mh40 {
  max-height: 40px !important;
}

.u-mh41 {
  max-height: 41px !important;
}

.u-mh42 {
  max-height: 42px !important;
}

.u-mh43 {
  max-height: 43px !important;
}

.u-mh44 {
  max-height: 44px !important;
}

.u-mh45 {
  max-height: 45px !important;
}

.u-mh46 {
  max-height: 46px !important;
}

.u-mh47 {
  max-height: 47px !important;
}

.u-mh48 {
  max-height: 48px !important;
}

.u-mh49 {
  max-height: 49px !important;
}

.u-mh50 {
  max-height: 50px !important;
}

.u-mh51 {
  max-height: 51px !important;
}

.u-mh52 {
  max-height: 52px !important;
}

.u-mh53 {
  max-height: 53px !important;
}

.u-mh54 {
  max-height: 54px !important;
}

.u-mh55 {
  max-height: 55px !important;
}

.u-mh56 {
  max-height: 56px !important;
}

.u-mh57 {
  max-height: 57px !important;
}

.u-mh58 {
  max-height: 58px !important;
}

.u-mh59 {
  max-height: 59px !important;
}

.u-mh60 {
  max-height: 60px !important;
}

.u-mh61 {
  max-height: 61px !important;
}

.u-mh62 {
  max-height: 62px !important;
}

.u-mh63 {
  max-height: 63px !important;
}

.u-mh64 {
  max-height: 64px !important;
}

.u-mh65 {
  max-height: 65px !important;
}

.u-mh66 {
  max-height: 66px !important;
}

.u-mh67 {
  max-height: 67px !important;
}

.u-mh68 {
  max-height: 68px !important;
}

.u-mh69 {
  max-height: 69px !important;
}

.u-mh70 {
  max-height: 70px !important;
}

.u-mh71 {
  max-height: 71px !important;
}

.u-mh72 {
  max-height: 72px !important;
}

.u-mh73 {
  max-height: 73px !important;
}

.u-mh74 {
  max-height: 74px !important;
}

.u-mh75 {
  max-height: 75px !important;
}

.u-mh76 {
  max-height: 76px !important;
}

.u-mh77 {
  max-height: 77px !important;
}

.u-mh78 {
  max-height: 78px !important;
}

.u-mh79 {
  max-height: 79px !important;
}

.u-mh80 {
  max-height: 80px !important;
}

.u-mh81 {
  max-height: 81px !important;
}

.u-mh82 {
  max-height: 82px !important;
}

.u-mh83 {
  max-height: 83px !important;
}

.u-mh84 {
  max-height: 84px !important;
}

.u-mh85 {
  max-height: 85px !important;
}

.u-mh86 {
  max-height: 86px !important;
}

.u-mh87 {
  max-height: 87px !important;
}

.u-mh88 {
  max-height: 88px !important;
}

.u-mh89 {
  max-height: 89px !important;
}

.u-mh90 {
  max-height: 90px !important;
}

.u-mh91 {
  max-height: 91px !important;
}

.u-mh92 {
  max-height: 92px !important;
}

.u-mh93 {
  max-height: 93px !important;
}

.u-mh94 {
  max-height: 94px !important;
}

.u-mh95 {
  max-height: 95px !important;
}

.u-mh96 {
  max-height: 96px !important;
}

.u-mh97 {
  max-height: 97px !important;
}

.u-mh98 {
  max-height: 98px !important;
}

.u-mh99 {
  max-height: 99px !important;
}

.u-mh100 {
  max-height: 100px !important;
}

@media only screen and (max-width: 768px) {
  .u-mh0_sp {
    max-height: 0px !important;
  }
  .u-mh1_sp {
    max-height: 1px !important;
  }
  .u-mh2_sp {
    max-height: 2px !important;
  }
  .u-mh3_sp {
    max-height: 3px !important;
  }
  .u-mh4_sp {
    max-height: 4px !important;
  }
  .u-mh5_sp {
    max-height: 5px !important;
  }
  .u-mh6_sp {
    max-height: 6px !important;
  }
  .u-mh7_sp {
    max-height: 7px !important;
  }
  .u-mh8_sp {
    max-height: 8px !important;
  }
  .u-mh9_sp {
    max-height: 9px !important;
  }
  .u-mh10_sp {
    max-height: 10px !important;
  }
  .u-mh11_sp {
    max-height: 11px !important;
  }
  .u-mh12_sp {
    max-height: 12px !important;
  }
  .u-mh13_sp {
    max-height: 13px !important;
  }
  .u-mh14_sp {
    max-height: 14px !important;
  }
  .u-mh15_sp {
    max-height: 15px !important;
  }
  .u-mh16_sp {
    max-height: 16px !important;
  }
  .u-mh17_sp {
    max-height: 17px !important;
  }
  .u-mh18_sp {
    max-height: 18px !important;
  }
  .u-mh19_sp {
    max-height: 19px !important;
  }
  .u-mh20_sp {
    max-height: 20px !important;
  }
  .u-mh21_sp {
    max-height: 21px !important;
  }
  .u-mh22_sp {
    max-height: 22px !important;
  }
  .u-mh23_sp {
    max-height: 23px !important;
  }
  .u-mh24_sp {
    max-height: 24px !important;
  }
  .u-mh25_sp {
    max-height: 25px !important;
  }
  .u-mh26_sp {
    max-height: 26px !important;
  }
  .u-mh27_sp {
    max-height: 27px !important;
  }
  .u-mh28_sp {
    max-height: 28px !important;
  }
  .u-mh29_sp {
    max-height: 29px !important;
  }
  .u-mh30_sp {
    max-height: 30px !important;
  }
  .u-mh31_sp {
    max-height: 31px !important;
  }
  .u-mh32_sp {
    max-height: 32px !important;
  }
  .u-mh33_sp {
    max-height: 33px !important;
  }
  .u-mh34_sp {
    max-height: 34px !important;
  }
  .u-mh35_sp {
    max-height: 35px !important;
  }
  .u-mh36_sp {
    max-height: 36px !important;
  }
  .u-mh37_sp {
    max-height: 37px !important;
  }
  .u-mh38_sp {
    max-height: 38px !important;
  }
  .u-mh39_sp {
    max-height: 39px !important;
  }
  .u-mh40_sp {
    max-height: 40px !important;
  }
  .u-mh41_sp {
    max-height: 41px !important;
  }
  .u-mh42_sp {
    max-height: 42px !important;
  }
  .u-mh43_sp {
    max-height: 43px !important;
  }
  .u-mh44_sp {
    max-height: 44px !important;
  }
  .u-mh45_sp {
    max-height: 45px !important;
  }
  .u-mh46_sp {
    max-height: 46px !important;
  }
  .u-mh47_sp {
    max-height: 47px !important;
  }
  .u-mh48_sp {
    max-height: 48px !important;
  }
  .u-mh49_sp {
    max-height: 49px !important;
  }
  .u-mh50_sp {
    max-height: 50px !important;
  }
  .u-mh51_sp {
    max-height: 51px !important;
  }
  .u-mh52_sp {
    max-height: 52px !important;
  }
  .u-mh53_sp {
    max-height: 53px !important;
  }
  .u-mh54_sp {
    max-height: 54px !important;
  }
  .u-mh55_sp {
    max-height: 55px !important;
  }
  .u-mh56_sp {
    max-height: 56px !important;
  }
  .u-mh57_sp {
    max-height: 57px !important;
  }
  .u-mh58_sp {
    max-height: 58px !important;
  }
  .u-mh59_sp {
    max-height: 59px !important;
  }
  .u-mh60_sp {
    max-height: 60px !important;
  }
  .u-mh61_sp {
    max-height: 61px !important;
  }
  .u-mh62_sp {
    max-height: 62px !important;
  }
  .u-mh63_sp {
    max-height: 63px !important;
  }
  .u-mh64_sp {
    max-height: 64px !important;
  }
  .u-mh65_sp {
    max-height: 65px !important;
  }
  .u-mh66_sp {
    max-height: 66px !important;
  }
  .u-mh67_sp {
    max-height: 67px !important;
  }
  .u-mh68_sp {
    max-height: 68px !important;
  }
  .u-mh69_sp {
    max-height: 69px !important;
  }
  .u-mh70_sp {
    max-height: 70px !important;
  }
  .u-mh71_sp {
    max-height: 71px !important;
  }
  .u-mh72_sp {
    max-height: 72px !important;
  }
  .u-mh73_sp {
    max-height: 73px !important;
  }
  .u-mh74_sp {
    max-height: 74px !important;
  }
  .u-mh75_sp {
    max-height: 75px !important;
  }
  .u-mh76_sp {
    max-height: 76px !important;
  }
  .u-mh77_sp {
    max-height: 77px !important;
  }
  .u-mh78_sp {
    max-height: 78px !important;
  }
  .u-mh79_sp {
    max-height: 79px !important;
  }
  .u-mh80_sp {
    max-height: 80px !important;
  }
  .u-mh81_sp {
    max-height: 81px !important;
  }
  .u-mh82_sp {
    max-height: 82px !important;
  }
  .u-mh83_sp {
    max-height: 83px !important;
  }
  .u-mh84_sp {
    max-height: 84px !important;
  }
  .u-mh85_sp {
    max-height: 85px !important;
  }
  .u-mh86_sp {
    max-height: 86px !important;
  }
  .u-mh87_sp {
    max-height: 87px !important;
  }
  .u-mh88_sp {
    max-height: 88px !important;
  }
  .u-mh89_sp {
    max-height: 89px !important;
  }
  .u-mh90_sp {
    max-height: 90px !important;
  }
  .u-mh91_sp {
    max-height: 91px !important;
  }
  .u-mh92_sp {
    max-height: 92px !important;
  }
  .u-mh93_sp {
    max-height: 93px !important;
  }
  .u-mh94_sp {
    max-height: 94px !important;
  }
  .u-mh95_sp {
    max-height: 95px !important;
  }
  .u-mh96_sp {
    max-height: 96px !important;
  }
  .u-mh97_sp {
    max-height: 97px !important;
  }
  .u-mh98_sp {
    max-height: 98px !important;
  }
  .u-mh99_sp {
    max-height: 99px !important;
  }
  .u-mh100_sp {
    max-height: 100px !important;
  }
}

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

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

/*----------------------------------
Sample Style
----------------------------------*/
.c-sampleHeader {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.c-sampleHeader .c-sampleHeader_ttl {
  font-weight: bold;
  font-size: 2rem;
}

.c-sampleHeader .c-sampleHeader_inr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.c-sampleHeader .c-sampleHeader_utility {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .c-sampleHeader .c-sampleHeader_utility {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #000;
  }
}

.c-sampleHeader .c-sampleHeader_utility ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .c-sampleHeader .c-sampleHeader_utility ul {
    display: block;
  }
}

.c-sampleHeader .c-sampleHeader_utility ul li {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .c-sampleHeader .c-sampleHeader_utility ul li {
    margin-right: 0;
  }
}

.c-sampleHeader .c-sampleHeader_utility ul li:last-child {
  margin-right: 0;
}

/*----------------------------------
Button Style
----------------------------------*/
.c-inlineBtns {
  text-align: center;
  letter-spacing: -.4em;
}

.c-inlineBtns > .c-btn:first-child {
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .c-inlineBtns > .c-btn:first-child {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 768px) {
  .c-inlineBtns > .c-btn {
    width: 48%;
    letter-spacing: normal;
  }
}

.c-btn {
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #1ea7bd;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px 10px;
  width: 260px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.05);
  letter-spacing: normal;
}

.c-btn:hover, .c-btn:active, .c-btn:focus {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.2rem;
    padding: 15px 10px;
    width: 100%;
  }
}

.c-btn02 {
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 auto;
  background-color: #1ea7bd;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 10px;
  width: 360px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.05);
}

.c-btn02:hover, .c-btn02:active, .c-btn02:focus {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .c-btn02 {
    width: 185px;
    font-size: 1.2rem;
    padding: 14px 10px;
  }
}

.c-btn02--large {
  line-height: 1.63;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 410px;
  height: 99px;
}

@media only screen and (max-width: 768px) {
  .c-btn02--large {
    width: 240px;
    height: 90px;
  }
  .c-btn02--large:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*----------------------------------
Dialog Style
----------------------------------*/
/*----------------------------------
Grid Style
----------------------------------*/
/*----------------------------------
Heading Style
----------------------------------*/
.c-topicHdg {
  position: absolute;
  top: -28px;
  left: 17px;
}

@media only screen and (max-width: 768px) {
  .c-topicHdg {
    width: 140px;
    top: -19px;
  }
}

.c-cntTtl {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .c-cntTtl {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
  }
}

.c-cntTtl:before, .c-cntTtl:after {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-cntTtl:before {
  left: 0;
}

.c-cntTtl:after {
  right: 0;
}

.c-cntTtl > span {
  background-color: #fff;
  color: #231815;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .26em;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .c-cntTtl > span {
    font-size: 1.6rem;
    padding: 0 15px;
  }
}

.c-ttlAuthor {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .c-ttlAuthor {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 25px;
  }
}

.c-ttlAuthor:before, .c-ttlAuthor:after {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-ttlAuthor:before {
  left: 0;
}

.c-ttlAuthor:after {
  right: 0;
}

.c-ttlAuthor .c-ttlAuthor_inner {
  background-color: #fff;
  color: #231815;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .c-ttlAuthor .c-ttlAuthor_inner {
    padding: 0 15px;
  }
}

.c-ttlAuthor .c-ttlAuthor_img {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .c-ttlAuthor .c-ttlAuthor_img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
}

.c-ttlAuthor .c-ttlAuthor_img img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
  .c-ttlAuthor .c-ttlAuthor_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.c-ttlAuthor .c-ttlAuthor_txt {
  color: #888;
  letter-spacing: .14em;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .c-ttlAuthor .c-ttlAuthor_txt {
    font-size: 1rem;
    margin-right: 10px;
  }
}

.c-ttlAuthor .c-ttlAuthor_name {
  font-size: 2.2rem;
  letter-spacing: .26em;
}

@media only screen and (max-width: 768px) {
  .c-ttlAuthor .c-ttlAuthor_name {
    font-size: 1.6rem;
  }
}

.c-cntTtl02 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.64;
  letter-spacing: .08em;
  position: relative;
  padding-left: 25px;
}

.c-cntTtl02:before {
  content: " ";
  display: block;
  width: 6px;
  height: 62px;
  background-color: #e3007f;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .c-cntTtl02 {
    font-size: 1.8rem;
    line-height: 1.53;
    padding-left: 18px;
  }
  .c-cntTtl02:before {
    width: 4px;
    height: 37px;
  }
}

.c-Hdg {
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.53;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .c-Hdg {
    font-size: 2rem;
    line-height: 1.56;
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
}

.c-Hdg:after {
  content: " ";
  display: block;
  background-color: #231815;
  width: 180px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .c-Hdg:after {
    width: 108px;
    height: 2px;
  }
}

/*----------------------------------
Text Style
----------------------------------*/
.c-lead {
  line-height: 2;
  letter-spacing: .06em;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .c-lead {
    line-height: 1.9;
    margin-bottom: 35px;
  }
}

/*----------------------------------
Box Style
----------------------------------*/
.c-pickUp_wrap {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .c-pickUp_wrap {
    margin-bottom: 70px;
  }
}

.c-pickUp_unit.c-pickUp_unit--col2 {
  margin-top: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .c-pickUp_unit.c-pickUp_unit--col2 {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .c-pickUp_unit.c-pickUp_unit--col2 {
    margin-top: 0;
  }
}

.c-pickUp_unit.c-pickUp_unit--col2 > * {
  margin-top: 0px;
  width: 47.97297%;
  margin-right: 4.05405%;
}

@media only screen and (min-width: 769px) {
  .c-pickUp_unit.c-pickUp_unit--col2 > *:nth-child(2n) {
    margin-right: 0;
  }
}

.c-pickUp_unit.c-pickUp_unit--col2 > *:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .c-pickUp_unit.c-pickUp_unit--col2 > * {
    margin-top: 50px;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .c-pickUp_unit.c-pickUp_unit--col2 > *:first-child {
    margin-top: 0;
  }
}

.c-pickUp_unit.c-pickUp_unit--col2 .c-pickUp_ttl {
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .c-pickUp_unit.c-pickUp_unit--col2 .c-pickUp_ttl {
    font-size: 1.5rem;
  }
}

.c-pickUp a {
  display: block;
  transition: none;
}

.c-pickUp a:hover .c-pickUp_img:before, .c-pickUp a:active .c-pickUp_img:before, .c-pickUp a:focus .c-pickUp_img:before {
  opacity: 1;
}

.c-pickUp a:hover .c-pickUp_img img, .c-pickUp a:active .c-pickUp_img img, .c-pickUp a:focus .c-pickUp_img img {
  opacity: 1;
}

.c-pickUp a:hover .c-pickUp_ttl, .c-pickUp a:active .c-pickUp_ttl, .c-pickUp a:focus .c-pickUp_ttl {
  color: #1ea7bd;
}

.c-pickUp.c-pickUp--top {
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .c-pickUp.c-pickUp--top {
    margin-bottom: 50px;
  }
}

.c-pickUp .c-pickUp_img {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
  position: relative;
  padding-top: 51.8666%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-pickUp .c-pickUp_img {
    margin-bottom: 16px;
  }
}

.c-pickUp .c-pickUp_img:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.4s;
  opacity: 0;
}

.c-pickUp .c-pickUp_img img {
  transition: none;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
  .c-pickUp .c-pickUp_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.c-pickUp .c-pickUp_ttl {
  transition: color 0.4s;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-pickUp .c-pickUp_ttl {
    font-size: 1.5rem;
  }
}

.c-pickUp .c-pickUp_ttl:before {
  content: " ";
  display: block;
  background-image: url(//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/img/we-love-social/ttl_pickup.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 149px;
  height: 39px;
  position: absolute;
  top: -45px;
  left: -20px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .c-pickUp .c-pickUp_ttl:before {
    width: 115px;
    height: 25px;
    top: -24px;
    left: -10px;
  }
}

.c-pickUp .c-pickUp_desc {
  color: #666;
  font-weight: 300;
  letter-spacing: .06em;
}

.c-recommend_unit.c-recommend_unit--col2 {
  margin-top: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .c-recommend_unit.c-recommend_unit--col2 {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .c-recommend_unit.c-recommend_unit--col2 {
    margin-top: 0;
  }
}

.c-recommend_unit.c-recommend_unit--col2 > * {
  margin-top: 0px;
  width: 47.97297%;
  margin-right: 4.05405%;
}

@media only screen and (min-width: 769px) {
  .c-recommend_unit.c-recommend_unit--col2 > *:nth-child(2n) {
    margin-right: 0;
  }
}

.c-recommend_unit.c-recommend_unit--col2 > *:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .c-recommend_unit.c-recommend_unit--col2 > * {
    margin-top: 50px;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .c-recommend_unit.c-recommend_unit--col2 > *:first-child {
    margin-top: 0;
  }
}

.c-recommend a {
  display: block;
  transition: none;
}

.c-recommend a:hover .c-recommend_img:before, .c-recommend a:active .c-recommend_img:before, .c-recommend a:focus .c-recommend_img:before {
  opacity: 1;
}

.c-recommend a:hover .c-recommend_ttl, .c-recommend a:active .c-recommend_ttl, .c-recommend a:focus .c-recommend_ttl {
  color: #1ea7bd;
}

.c-recommend .c-recommend_img {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  position: relative;
  padding-top: 52.8089%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-recommend .c-recommend_img {
    margin-bottom: 16px;
  }
}

.c-recommend .c-recommend_img:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.4s;
  opacity: 0;
}

.c-recommend .c-recommend_img img {
  transition: none;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
  .c-recommend .c-recommend_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.c-recommend .c-recommend_ttl {
  transition: color 0.4s;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .c-recommend .c-recommend_ttl {
    font-size: 1.5rem;
  }
}

.c-recommend .c-recommend_desc {
  color: #666;
  font-weight: 300;
  letter-spacing: .06em;
}

.c-recent_unit {
  margin-bottom: 70px;
  word-break: break-all;
}

.c-recent_unit.c-recent_unit--col2 {
  margin-top: -65px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .c-recent_unit.c-recent_unit--col2 {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .c-recent_unit.c-recent_unit--col2 {
    margin-top: 0;
  }
}

.c-recent_unit.c-recent_unit--col2 > * {
  margin-top: 65px;
  width: 47.97297%;
  margin-right: 4.05405%;
}

@media only screen and (min-width: 769px) {
  .c-recent_unit.c-recent_unit--col2 > *:nth-child(2n) {
    margin-right: 0;
  }
}

.c-recent_unit.c-recent_unit--col2 > *:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .c-recent_unit.c-recent_unit--col2 > * {
    margin-top: 50px;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .c-recent_unit.c-recent_unit--col2 > *:first-child {
    margin-top: 0;
  }
}

.c-recent a {
  display: block;
  transition: none;
}

.c-recent a:hover .c-recent_img:before, .c-recent a:active .c-recent_img:before, .c-recent a:focus .c-recent_img:before {
  opacity: 1;
}

.c-recent a:hover .c-recent_img img, .c-recent a:active .c-recent_img img, .c-recent a:focus .c-recent_img img {
  opacity: 1;
}

.c-recent a:hover .c-recent_ttl, .c-recent a:active .c-recent_ttl, .c-recent a:focus .c-recent_ttl {
  color: #1ea7bd;
}

.c-recent .c-recent_img {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  position: relative;
  padding-top: 52.8089%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-recent .c-recent_img {
    margin-bottom: 16px;
  }
}

.c-recent .c-recent_img:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.4s;
  opacity: 0;
}

.c-recent .c-recent_img img {
  transition: none;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
  .c-recent .c-recent_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.c-recent .c-recent_ttl {
  transition: color 0.4s;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .c-recent .c-recent_ttl {
    font-size: 1.5rem;
  }
}

.c-recent .c-recent_desc {
  color: #666;
  font-weight: 300;
  letter-spacing: .06em;
  margin-bottom: 28px;
}

@media only screen and (max-width: 768px) {
  .c-recent .c-recent_desc {
    margin-bottom: 15px;
  }
}

.c-recent .c-recent_date {
  color: #adadad;
  font-size: 1.3rem;
  letter-spacing: .06em;
}

@media only screen and (max-width: 768px) {
  .c-recent .c-recent_date {
    font-size: 1rem;
  }
}

.c-artList_unit {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .c-artList_unit {
    margin-bottom: 45px;
  }
}

.c-artList_unit.c-artList_unit--col2 {
  margin-top: -65px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .c-artList_unit.c-artList_unit--col2 {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .c-artList_unit.c-artList_unit--col2 {
    margin-top: 0;
  }
}

.c-artList_unit.c-artList_unit--col2 > * {
  margin-top: 65px;
  width: 48.10127%;
  margin-right: 3.79747%;
}

@media only screen and (min-width: 769px) {
  .c-artList_unit.c-artList_unit--col2 > *:nth-child(2n) {
    margin-right: 0;
  }
}

.c-artList_unit.c-artList_unit--col2 > *:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .c-artList_unit.c-artList_unit--col2 > * {
    margin-top: 50px;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .c-artList_unit.c-artList_unit--col2 > *:first-child {
    margin-top: 0;
  }
}

.c-artList {
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 768px) {
  .c-artList {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.c-artList a {
  display: block;
  transition: none;
}

.c-artList a:hover .c-artList_img:before, .c-artList a:active .c-artList_img:before, .c-artList a:focus .c-artList_img:before {
  opacity: 1;
}

.c-artList a:hover .c-artList_img img, .c-artList a:active .c-artList_img img, .c-artList a:focus .c-artList_img img {
  opacity: 1;
}

.c-artList a:hover .c-artList_ttl, .c-artList a:active .c-artList_ttl, .c-artList a:focus .c-artList_ttl {
  color: #1ea7bd;
}

.c-artList .c-artList_img {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  position: relative;
  padding-top: 52.6315%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-artList .c-artList_img {
    margin-bottom: 16px;
  }
}

.c-artList .c-artList_img:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.4s;
  opacity: 0;
}

.c-artList .c-artList_img img {
  transition: none;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
  .c-artList .c-artList_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.c-artList .c-artList_ttl {
  transition: color 0.4s;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .c-artList .c-artList_ttl {
    font-size: 1.5rem;
  }
}

.c-artList .c-artList_desc {
  color: #666;
  font-weight: 300;
  letter-spacing: .06em;
  margin-bottom: 28px;
}

@media only screen and (max-width: 768px) {
  .c-artList .c-artList_desc {
    margin-bottom: 15px;
  }
}

.c-artList .c-artList_date {
  color: #adadad;
  font-size: 1.3rem;
  letter-spacing: .06em;
}

@media only screen and (max-width: 768px) {
  .c-artList .c-artList_date {
    font-size: 1rem;
  }
}

.c-popularPost {
  margin-bottom: 10px;
}

.c-popularPost:last-child {
  margin-bottom: 0;
}

.c-popularPost a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.c-popularPost a:hover .c-popularPost_txt, .c-popularPost a:active .c-popularPost_txt, .c-popularPost a:focus .c-popularPost_txt {
  color: #1ea7bd;
}

.c-popularPost .c-popularPost_txt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .06em;
  position: relative;
  transition: color 0.4s;
  z-index: 2;
  min-height: 55px;
}

@media only screen and (max-width: 768px) {
  .c-popularPost .c-popularPost_txt {
    font-size: 1.2rem;
  }
}

.c-popularPost .c-popularPost_num {
  color: #f7f7f7;
  font-size: 5rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .c-popularPost .c-popularPost_num {
    font-size: 3.7rem;
  }
}

.c-recentPost {
  margin-bottom: 20px;
}

.c-recentPost:last-child {
  margin-bottom: 0;
}

.c-recentPost a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.c-recentPost a:hover .c-recentPost_txt, .c-recentPost a:active .c-recentPost_txt, .c-recentPost a:focus .c-recentPost_txt {
  color: #1ea7bd;
}

.c-recentPost .c-recentPost_txt {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1.6;
  transition: color 0.4s;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-recentPost_all{
      text-align: right;
    margin-top: 12px;
}

.c-recentPost_all a{
      text-align: right;
    color: #2FA5B9;
    width: 100px;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
  .c-recentPost .c-recentPost_txt {
    font-size: 1.1rem;
  }
}

.c-recentPost .c-recentPost_img {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  position: relative;
  width: 120px;
  height: 63px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-recentPost .c-recentPost_img {
    width: 32.7272%;
    height: 0;
    padding-top: 16.6363%;
  }
}

.c-recentPost .c-recentPost_img img {
  transition: none;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
  .c-recentPost .c-recentPost_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/*----------------------------------
List Style
----------------------------------*/
.c-inlineTagList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -15px;
}

@media only screen and (max-width: 768px) {
  .c-inlineTagList {
    margin-left: -10px;
  }
}

.c-inlineTagList li {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .c-inlineTagList li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-inlineTagList li:before {
  content: " ";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #8ed3de;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}

.c-inlineTagList li:last-child:before {
  display: none;
}

.c-inlineTagList li a {
  color: #1ea7bd;
  font-size: 1.3rem;
  letter-spacing: .06em;
}

.c-inlineTagList li a:hover, .c-inlineTagList li a:active, .c-inlineTagList li a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .c-inlineTagList li a {
    font-size: 1.1rem;
  }
}

/*----------------------------------
Table Style
----------------------------------*/
table {
  width: 100%;
}

/*----------------------------------
Form Style
----------------------------------*/
.c-search {
  padding: 15px 25px;
  background-color: #1ea7bd;
}

@media only screen and (max-width: 768px) {
  .c-search {
    margin: 0 -20px;
    padding: 15px 40px;
  }
}

.c-search .c-searchInner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-search .c-searchInner p {
  width: 220px;
  margin-right: 7px;
}

.c-search .hs-search-field--open .hs-search-field__suggestions {
  border: 0;
  padding: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: 1px;
}

.c-search .hs-search-field__suggestions {
  background: #fff;
  font-weight: 300;
}

.c-search .hs-search-field__suggestions .results-for {
  margin-bottom: 10px;
}

.c-search .hs-search-field__suggestions a:hover, .c-search .hs-search-field__suggestions a:active, .c-search .hs-search-field__suggestions a:focus {
  background-color: transparent;
  color: #1ea7bd;
}

input::-webkit-input-placeholder {
  color: #666;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}

input:-ms-input-placeholder {
  color: #666;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
}

input::-moz-placeholder {
  color: #666;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  input::-moz-placeholder {
    font-size: 1.4rem;
  }
}

input[type="text"] {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

button {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

/*----------------------------------
Media Style
----------------------------------*/
.c-banner .c-bannerDesc_img {
  margin-bottom: 20px;
}

.c-banner .c-bannerDesc_img:last-child {
  margin-bottom: 0;
}

.c-banner .c-bannerDesc_img a {
  display: block;
  transition:all 0.5s 0s ease;
} 

.c-banner .c-bannerDesc_img a:hover {
  background: rgb(0, 0, 0, 3);
}

.c-banner .c-bannerDesc_img a img {
  transition: none;
}

@media only screen and (max-width: 768px) {
  .c-banner .c-bannerDesc_img img {
    width: 100%;
  }
}

.c-post {
  margin-bottom: 70px;
  word-break: break-all;
}

@media only screen and (max-width: 768px) {
  .c-post {
    margin-bottom: 0;
  }
}

.c-post .c-postBody {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 90px;
}

.c-post .c-postBody h2 {
  border-bottom: 0 !important;
  color: #000 !important;
  font-size: 2.8rem !important;
  font-weight: bold !important;
  letter-spacing: .08em;
  position: relative;
  margin-top: 100px !important;
  margin-left: -25px !important;
  padding-left: 25px !important;
  word-break: break-all;
  line-height: 62px !important;
}

@media only screen and (max-width: 768px) {
  .c-post .c-postBody h2 {
    font-size: 1.8rem !important;
    margin-top: 50px !important;
    margin-left: 0 !important;
    line-height: 37px !important;
  }
}

.c-post .c-postBody h2:before {
  content: " ";
  display: block;
  width: 6px;
  height: 62px;
  background-color: #e3007f;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .c-post .c-postBody h2:before {
    width: 4px;
    height: 37px;
  }
}

.c-post .c-postBody h3 {
  font-size: 2.1rem;
  font-weight: bold;
  margin:25px 0 20px 0;
}

.test-hover{
  transition:0.5s:
}

.test-hover:hover{
  opacity:.6;
}

.text-hover{
  transition:0.5s:
}

.text-hover:hover{
  opacity:.6;
}

@media only screen and (max-width: 768px) {
  .c-post .c-postBody h3 {
    font-size: 1.5rem;
  }
}

.c-post .c-postBody h4 {
  font-size: 1.9rem;
  font-weight: bold;
  margin-top:20px;
}

@media only screen and (max-width: 768px) {
  .c-post .c-postBody h4 {
    font-size: 1.5rem;
  }
}

.c-post .c-postBody table{
  margin:25px 0px 20px 0px;
}

.c-post .c-postBody table td {
  border: 1px solid #f7f7f7;
  padding: 10px;
}

.c-post .c-postBody table td p:first-of-type {
  margin: 0;
}

    .c-post .c-postBody table td img:{
    margin:20px 0 20px 0;
}
      .c-post .c-postBody table td img:last-of-type{
    margin:20px 0 0 0;
}
    .c-post .c-postBody table td p:last-of-type {
    margin-bottom:0;
}

.c-post .c-postBody table td p strong {
  font-size: 1.7rem;
}

@media only screen and (max-width: 768px) {
  .c-post .c-postBody table td p strong {
    font-size: 1.3rem;
  }
}

.c-post .c-postBody table td em {
  font-style: italic;
}

.c-post .c-postBody p {
  margin: 15px 0;
}

.c-post .c-postBody p > strong {
  font-size: 1.9rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-post .c-postBody p > strong {
    font-size: 1.5rem;
  }
}

.c-post .c-postBody > strong {
  font-size: 1.9rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-post .c-postBody > strong {
    font-size: 1.5rem;
  }
}

.c-post .c-postBody em {
  font-style: italic;
}

.c-post .c-postBody a {
  color: #1ea7bd;
}

.c-post .c-postBody ul {
  list-style: disc;
  padding-left: 20px;
  margin:15px 0;
}

.c-post .c-postBody ol {
  list-style: decimal;
  padding-left: 20px;
}

.c-post .c-postBody .cta_button {
  display: inline-block;
  overflow: hidden;
}

  .box-related{
    box-shadow: 0 0 1px rgb(0 0 0 / 85%);
    margin-top:5px;
  }

.box-related.nt_first {
    margin-top: 16px;
}
  .box-related a{
    display:flex;
  }
  .image-box-related{
    width:320px;
  }
  .text-cap{ 
  margin: 0px !important; 
    color: #000000; 
    opacity: .6; 
    font-size: 12px;
}
.text-bold{
  font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
}

.text-box-related{
      margin: 9px;
    width: 70%;
}

@media only screen and (max-width: 415px) {
    .box-related a{
    flex-direction:column;
  }
  
  .image-box-related{
    width:100%;
  }
  .text-box-related{
    width:100%;
    padding: 10px;
    margin:0px;
  }
  
  
}


@media only screen and (max-width: 768px) {
  .c-post .c-postBody .instagram iframe {
    width: 100%;
    min-width: 280px !important;
  }
    .c-post .c-postBody iframe.instagram-media {
    width: 100%;
    min-width: 280px !important;
  }
}
.c-post .c-postBody .tiktok-embed{
  margin:18px auto 18px 0!important;
}
@media only screen and (max-width: 768px) {
  .c-post .c-postBody .tiktok-embed {
    width: 100%;
    min-width: 280px !important;
  }
}
.c-post .c-postIndex {
  border: 3px solid #eff9fa;
  margin-bottom: 90px;
  padding: 20px 40px;
}

@media only screen and (max-width: 768px) {
  .c-post .c-postIndex {
    padding: 15px;
  }
}

.c-post .c-postIndex p {
  color: #1ea7bd;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .12em;
  margin-top: 0;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .c-post .c-postIndex p {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.c-post .c-postIndex ol {
  margin-left: 15px;
}

.c-post .c-postIndex ol li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-post .c-postIndex ol li {
    margin-bottom: 9px;
    padding-left: 16px;
  }
}

.c-post .c-postIndex ol li:before {
  content: " ";
  display: block;
  width: 8px;
  height: 3px;
  background-color: #1ea7bd;
  position: absolute;
  top: 15px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .c-post .c-postIndex ol li:before {
    width: 6px;
    height: 2px;
    top: 12px;
  }
}

.c-post .c-postIndex ol li:last-child {
  margin-bottom: 0;
}

.c-post .c-postIndex ol li a {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .08em;
}

@media only screen and (max-width: 768px) {
  .c-post .c-postIndex ol li a {
    font-size: 1.4rem;
  }
}

.c-postHeader {
  padding-top: 15px;
}

@media only screen and (max-width: 768px) {
  .c-postHeader {
    padding-top: 0;
  }
}

.c-postHeader .c-postHeader_ttl {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .06em;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .c-postHeader .c-postHeader_ttl {
    font-size: 1.9rem;
  }
}

.c-postHeader .c-postHeader_txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .c-postHeader .c-postHeader_txt {
    display: block;
    margin-bottom: 5px;
  }
}

.c-postHeader .c-postHeader_tags {
  letter-spacing: -.4em;
}

@media only screen and (max-width: 768px) {
  .c-postHeader .c-postHeader_tags {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -5px;
    margin-bottom: 5px;
  }
}

.c-postHeader .c-postHeader_tags li {
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  margin-right: 10px;
}

.c-postHeader .c-postHeader_tags li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .c-postHeader .c-postHeader_tags li {
    margin-top: 5px;
  }
}

.c-postHeader .c-postHeader_tags li a {
  background-color: rgba(30, 167, 189, 0.1);
  border-radius: 20px;
  color: #1ea7bd;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .06em;
  padding: 1px 20px;
}

.c-postHeader .c-postHeader_tags li a:hover, .c-postHeader .c-postHeader_tags li a:active, .c-postHeader .c-postHeader_tags li a:focus {
  opacity: .8;
}

@media only screen and (max-width: 768px) {
  .c-postHeader .c-postHeader_tags li a {
    font-size: 1.1rem;
    padding: 2px 15px;
  }
}

.c-postHeader .c-postHeader_time {
  color: #adadad;
  font-size: 1.3rem;
  font-weight: bold;
  min-width:120px; 
}

@media only screen and (max-width: 768px) {
  .c-postHeader .c-postHeader_time {
    display: block;
    font-size: 1.1rem;
    text-align: right;
  }
}

.c-postHeader .c-postHeader_share {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .c-postHeader .c-postHeader_share {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-postHeader .c-postHeader_share li {
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .c-postHeader .c-postHeader_share li {
    margin-top: 5px;
  }
}

.c-postHeader .c-postHeader_share li:last-child {
  margin-right: 0;
}

.c-postHeader .c-postHeader_share li .fb_iframe_widget span {
  display: block;
}

.c-postHeader .c-postHeader_share li:nth-child(2) {
  width: 75px;
}

.c-postHeader .c-postHeader_share li:nth-child(2) a {
  background-color: #1b95e0;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  display: block;
  text-align: center;
  padding: 1px 0;
}

.c-postHeader .c-postHeader_share li:nth-child(2) a:hover, .c-postHeader .c-postHeader_share li:nth-child(2) a:active, .c-postHeader .c-postHeader_share li:nth-child(2) a:focus {
  opacity: .8;
}

.c-postHeader .c-postHeader_share li:nth-child(2) a i {
  font-size: 12px;
  padding-right: 3px;
}

.c-postFeature {
  margin-bottom: 30px;
}

.c-postFeature img {
  max-width:100%;
  width: 100%;
  height: auto;
}

.c-postLead {
  font-size: 1.6rem;
  font-weight: 300;
  margin: 30px 0;
}

.c-postLead a {
  color: #1ea7bd;
}

.c-amp_display{
  display: none;
}

.inpage-editor-active-field .c-amp_display{
  display: block;
  margin-bottom:20px;
  background-color: rgba(30,167,189,0.1);
}

.inpage-editor-active-field .c-amp_display p.c-postLead{
  padding:50px 0;
}

.c-postAuthor {
  background-color: #f7f7f7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 30px 40px;
}

@media only screen and (max-width: 768px) {
  .c-postAuthor {
    display: block;
    margin-bottom: 35px;
    padding: 23px 25px 15px;
    position: relative;
  }
}

.c-postAuthor .c-postAuthor_img {
  position: relative;
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {
  .c-postAuthor .c-postAuthor_img {
    position: absolute;
    top: -18px;
    left: 18px;
    margin-right: 0;
  }
}

.c-postAuthor .c-postAuthor_img:before {
  content: " ";
  display: block;
  width: 134px;
  height: 142px;
  background-image: url(//173355.fs1.hubspotusercontent-na1.net/hubfs/173355/comnico/assets/img/we-love-social/bg_author.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -17px;
  left: -21px;
}

@media only screen and (max-width: 768px) {
  .c-postAuthor .c-postAuthor_img:before {
    width: 73px;
    height: 80px;
    top: -11px;
    left: -13px;
  }
}

.c-postAuthor .c-postAuthor_img figure {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-postAuthor .c-postAuthor_img figure {
    width: 50px;
    height: 50px;
  }
}

.c-postAuthor .c-postAuthor_img figure img {
  transition: none;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
  .c-postAuthor .c-postAuthor_img figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.c-postAuthor .c-postAuthor_desc {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-postAuthor .c-postAuthor_desc_name {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: .06em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .c-postAuthor .c-postAuthor_desc_name {
    font-size: 1.3rem;
    margin-bottom: 25px;
    margin-left: 70px;
  }
}

.c-postAuthor .c-postAuthor_desc_name a {
  color: #1ea7bd;
}

.c-postAuthor .c-postAuthor_desc_name a:hover, .c-postAuthor .c-postAuthor_desc_name a:active, .c-postAuthor .c-postAuthor_desc_name a:focus {
  text-decoration: underline;
}

.c-postAuthor .c-postAuthor_desc_txt {
  color: #666;
  font-weight: 300;
  letter-spacing: .08em;
}

@media only screen and (max-width: 768px) {
  .c-postAuthor .c-postAuthor_desc_txt {
    font-size: 1.2rem;
  }
}

.c-postRelated {
  border: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
  .c-postRelated {
    margin: 0 -20px;
  }
}

.c-postRelated .c-postRelated_ttl {
  border-bottom: 1px solid #ddd;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .12em;
  margin-bottom: 30px;
  padding: 13px 25px;
}

@media only screen and (max-width: 768px) {
  .c-postRelated .c-postRelated_ttl {
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding: 5px 20px;
  }
}

.c-postRelated .c-postRelated_art {
  padding: 0 20px;
}

.c-postRelated .c-postRelated_art_item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-left: 2px;
  margin-bottom: 30px;
}

.c-postRelated .c-postRelated_art_item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .c-postRelated .c-postRelated_art_item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.c-postRelated .c-postRelated_art a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: none;
}

.c-postRelated .c-postRelated_art a:hover .c-postRelated_img:before, .c-postRelated .c-postRelated_art a:active .c-postRelated_img:before, .c-postRelated .c-postRelated_art a:focus .c-postRelated_img:before {
  opacity: 1;
}

.c-postRelated .c-postRelated_art a:hover .c-postRelated_img img, .c-postRelated .c-postRelated_art a:active .c-postRelated_img img, .c-postRelated .c-postRelated_art a:focus .c-postRelated_img img {
  opacity: 1;
}

.c-postRelated .c-postRelated_art a:hover .c-postRelated_txt, .c-postRelated .c-postRelated_art a:active .c-postRelated_txt, .c-postRelated .c-postRelated_art a:focus .c-postRelated_txt {
  color: #1ea7bd;
}

.c-postRelated .c-postRelated_img {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  margin-right: 30px;
  position: relative;
  width: 200px;
  height: 105px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-postRelated .c-postRelated_img {
    margin-right: 15px;
    width: 35.7142%;
    height: 0;
    padding-top: 18.75%;
  }
}

.c-postRelated .c-postRelated_img:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.4s;
  opacity: 0;
}

.c-postRelated .c-postRelated_img img {
  transition: none;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
  .c-postRelated .c-postRelated_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.c-postRelated .c-postRelated_txt {
  font-size: 2rem;
  font-weight: bold;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .c-postRelated .c-postRelated_txt {
    font-size: 1.1rem;
  }
}

.c-sideSocial {
  background-color: #f7f7f7;
  position: fixed;
  top: 24%;
  left: 0;
  padding: 20px;
  z-index: 100;
}

@media only screen and (max-width: 768px) {
  .c-sideSocial {
    width: 100%;
    top: inherit;
    bottom: 0;
    padding: 8px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-sideSocial_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-sideSocial_list li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .c-sideSocial_list li {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.c-sideSocial_list li:nth-child(1) a {
/*   background-color: #4eccff; */
}

.c-sideSocial_list li:nth-child(1) a i {
  font-size: 21px;
}

@media only screen and (max-width: 768px) {
  .c-sideSocial_list li:nth-child(1) a i {
    font-size: 13px;
  }
}

.c-sideSocial_list li:nth-child(2) a {
  background-color: #3f5a97;
}

.c-sideSocial_list li:nth-child(2) a i {
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  .c-sideSocial_list li:nth-child(2) a i {
    font-size: 16px;
  }
}

.c-sideSocial_list li:nth-child(3) a {
  background-color: #2fa5de;
}

.c-sideSocial_list li:nth-child(3) a i {
  font-size: 19px;
}

@media only screen and (max-width: 768px) {
  .c-sideSocial_list li:nth-child(3) a i {
    font-size: 12px;
  }
}

.c-sideSocial_list li:nth-child(4) {
  margin-bottom: 0;
}

.c-sideSocial_list li:nth-child(4) a {
  background-color: #41c9b4;
}

.c-sideSocial_list li:nth-child(4) a i {
  font-size: 21px;
}

@media only screen and (max-width: 768px) {
  .c-sideSocial_list li:nth-child(4) a i {
    font-size: 13px;
  }
}

.c-sideSocial_list li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  position: relative;
}

.c-sideSocial_list li a [class^="icon-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-sideSocial_list li a:hover, .c-sideSocial_list li a:active, .c-sideSocial_list li a:focus {
  opacity: .8;
}

@media only screen and (max-width: 768px) {
  .c-sideSocial_list li a {
    width: 25px;
    height: 25px;
  }
}

#hs_cos_wrapper_post_body > p:first-child img {
  display: none !important;
}

/*----------------------------------
Visual Style
----------------------------------*/
/*----------------------------------
Program Style
----------------------------------*/
@media only screen and (min-width: 769px) {
  body.is-detail {
    min-width: 1290px;
  }
  body.is-detail .l-topicPath {
    width: 1380px;
    padding-left: 120px;
  }
  body.is-detail .l-wrap {
    width: 1380px;
    padding-left: 120px;
  }
}

@media only screen and (max-width: 768px) {
  body.is-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.is-detail {
    padding-bottom: 41px;
  }
  body.is-detail .js-fixPagetop {
    bottom: 45px;
  }
}

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

.js-spMenuBtn {
  display: none;
  position: absolute;
  width: 18px;
  height: 15px;
  transition: 0.4s;
}

@media only screen and (max-width: 768px) {
  .js-spMenuBtn {
    display: block;
    right: 15px;
    top: 15px;
  }
}

.js-spMenuBtn span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: 0.4s;
}

.js-spMenuBtn span:first-child {
  top: 0;
}

.js-spMenuBtn span:nth-child(2) {
  top: 7px;
}

.js-spMenuBtn span:last-child {
  bottom: 0;
}

.js-spMenuBtn.is-active {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.js-spMenuBtn.is-active span:first-child {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.js-spMenuBtn.is-active span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.js-spMenuBtn.is-active span:last-child {
  opacity: 0;
}

.js-fixPagetop_wrap {
  position: absolute;
  right: 0;
  bottom: 100%;
}

.js-fixPagetop {
  position: fixed;
  bottom: 20px;
  right: -8px;
  z-index: 999;
  display: none;
}

@media only screen and (max-width: 768px) {
  .js-fixPagetop {
    width: 33px;
    bottom: 10px;
    right: 10px;
  }
}

.js-fixPagetop.is-end {
  position: static;
  margin-right: -8px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .js-fixPagetop.is-end {
    position: fixed;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.js-fixPagetop .js-fixPagetop_item {
  display: block;
}

.addthis-smartlayers {
  display: none !important;
}

#hsresults li {
  margin-bottom: 40px;
}

#hsresults li > a {
  color: #0691d7;
}

#hsresults li p {
  color: #454e5c;
  margin-top: 10px;
  padding: 0 0 0 20px;
  line-height: 1.8;
  font-size: 14px;
}

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

/*wls-header-sticky */
.is-animation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.is-animation .l-headerSocial{
  visibility: hidden;
  opacity:0;
}

#header_sticky{
  transition:.5s;
}