@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/**
 * Base
 */
button,
input[type="button"],
input[type="checkbox"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}

button,
input,
select,
textarea {
  vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type="text"],
textarea {
  color: inherit;
  font-family: inherit;
}

button {
  margin: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  min-width: 1060px;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

@media screen and (max-width: 640px) {
  body {
    min-width: 0;
  }
}

a {
  color: #ef4337;
  text-decoration: underline;
}

a img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

/**
 * Header
 */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  width: 100%;
  min-width: 1060px;
}

@media screen and (max-width: 640px) {
  .l-header {
    min-width: inherit;
  }
}

.l-header a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.l-header a:hover {
  color: #ef4337;
}

.l-header__lead {
  background-color: #333;
  color: #FFF;
  padding: 5px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .l-header__lead {
    background: none;
    color: #333;
  }
  .pg-top .l-header__lead {
    background-color: #333;
    color: #FFF;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.l-header__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header .logoArea {
  margin: 0 5% 0 30px;
  width: 240px;
  height: 120px;
  display: table;
}

@media screen and (max-width: 1280px) {
  .l-header .logoArea {
    margin: 0 2% 0 20px;
    width: 200px;
  }
}

.l-header .logoArea .logo {
  display: table-cell;
  vertical-align: middle;
}

.l-header .logoArea .logo .sub {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2e4a9b;
  margin-bottom: 8px;
}

@media screen and (max-width: 1280px) {
  .l-header .logoArea .logo .sub {
    font-size: 0.9rem;
  }
}

.l-header .logoArea .logo img {
  width: 100%;
  height: auto;
}

.l-header .logoArea .logo .info {
  margin-top: 7px;
  font-size: 1.4rem;
  border: 1px solid #13adc5;
  text-align: center;
  line-height: 1;
  padding: 2px 2px 4px;
}

.l-header .navArea {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 641px) {
  .l-header .navArea {
    height: auto !important;
  }
}

.l-header .globalNav a {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}

.l-header .globalNav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header .globalNav .is-current {
  position: relative;
}

.l-header .globalNav .is-current:after {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  background: url(../images/common/arrow_b.png) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -4.5px;
}

@media screen and (max-width: 640px) {
  .l-header .globalNav .is-current:after {
    display: none;
  }
}

.l-header .globalNav .is-current > a {
  color: #13adc5;
}

.l-header .globalNav .lv1 {
  position: relative;
}

.l-header .globalNav .lv1 > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
  border: 1px solid #ccc;
  background-color: #FFF;
  z-index: 1;
}

.l-header .globalNav .lv1 > ul:before, .l-header .globalNav .lv1 > ul:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

.l-header .globalNav .lv1 > ul:before {
  z-index: 0;
  top: -24px;
  left: calc(50% - 12px);
  border: 12px solid;
  border-color: transparent transparent #FFF transparent;
}

.l-header .globalNav .lv1 > ul:after {
  content: '';
  z-index: -1;
  top: -28px;
  left: calc(50% - 14px);
  border: 14px solid;
  border-color: transparent transparent #ccc transparent;
}

.l-header .globalNav .lv1.pickupLink {
  padding: 0 0 0 20px;
}

@media screen and (max-width: 1280px) {
  .l-header .globalNav .lv1.pickupLink {
    padding-left: 10px;
  }
}

.l-header .globalNav .lv1.pickupLink:before {
  display: none;
}

.l-header .globalNav .lv1.pickupLink a {
  background-color: #13adc5;
  display: block;
  padding: 10px 16px 0;
  font-size: 1.4rem;
  color: #FFF;
  text-align: center;
  pointer-events: none;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.2;
  height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
}

.l-header .globalNav .lv1.pickupLink a .tel {
  font-size: 157.14286%;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 2px;
}

.l-header .globalNav .lv1.pickupLink a .tel span {
  font-size: 127.27273%;
}

.l-header .globalNav .lv1.pickupLink a .tel img {
  width: 230px;
}

@media screen and (max-width: 640px) {
  .l-header .globalNav .lv1.pickupLink a .tel img {
    width: 100%;
    max-width: 230px;
  }
}

.l-header .globalNav .lv1.pickupLink a .day {
  font-size: 1.2rem;
  line-height: 1.4;
}

.l-header .globalNav .lv2 > a {
  display: block;
  border-top: 1px solid #ccc;
  padding: 10px 15px;
  white-space: nowrap;
}

.l-header .globalNav .lv2 > a[target="_blank"]:after {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  background: url(../images/common/icon_external_gr.png) 50% 50% no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-left: 0.3em;
}

.l-header .globalNav .lv2:first-child a {
  border-top: none;
}

.l-header .spMenuBtn {
  display: none;
}

.l-header.is-sp {
  height: 80px;
}

@media screen and (max-width: 640px) {
  .pg-top .l-header.is-sp {
    height: auto;
  }
}

.l-header.is-sp .l-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 40px 0 10px;
}

@media screen and (max-width: 640px) {
  .l-header.is-sp .l-header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: none;
    transition: none;
    height: 80px;
  }
}

.l-header.is-sp .l-header__inner .logoArea {
  margin: 0 -10px 0 0;
  width: 175px;
  height: auto;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

@media screen and (max-width: 640px) {
  .l-header.is-sp .l-header__inner .logoArea .logo {
    -webkit-transition: none;
    transition: none;
  }
}

.l-header.is-sp .l-header__inner .logoArea .logo .sub {
  margin-bottom: 3px;
}

.l-header.is-sp .l-header__inner .logoArea .logo .info {
  margin-top: 5px;
  font-size: 1.1rem;
  padding: 2px 2px 3px;
}

.l-header.is-sp .l-header__inner .l-header__lead {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  line-height: 1.2;
}

.l-header.is-sp .l-header__inner .tel_btn_sp {
  margin-right: 10px;
  width: 155px;
}

@media screen and (max-width: 375px) {
  .l-header.is-sp .l-header__inner .tel_btn_sp {
    margin-right: 0;
    width: 150px;
  }
}

.l-header.is-sp .l-header__inner .tel_btn_sp img {
  width: 100%;
}

.l-header.is-sp .navArea {
  display: none;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #FFF;
}

.l-header.is-sp .globalNav {
  float: none;
  border-top: 1px solid #ccc;
}

.l-header.is-sp .globalNav a {
  display: block;
  position: relative;
}

.l-header.is-sp .globalNav > ul {
  display: block;
  margin: 0;
}

.l-header.is-sp .globalNav .lv1 {
  display: block;
  padding: 0;
}

.l-header.is-sp .globalNav .lv1 > a {
  border-top: 1px solid #ccc;
  padding: 8px 4%;
}

.l-header.is-sp .globalNav .lv1 > ul {
  display: block;
  position: static;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin: 0;
  border: none;
  padding: 0;
}

.l-header.is-sp .globalNav .lv1 > ul:before, .l-header.is-sp .globalNav .lv1 > ul:after {
  content: none;
}

.l-header.is-sp .globalNav .lv1:first-child > a {
  border-top: none;
}

.l-header.is-sp .globalNav .lv1 ~ .lv1 {
  margin-left: 0;
}

.l-header.is-sp .globalNav .lv1 ~ .lv1:before {
  content: none;
}

.l-header.is-sp .globalNav .lv1.pickupLink {
  margin-top: 0;
  border-top: 1px solid #ccc;
  font-size: 80%;
  padding: 5px;
}

.l-header.is-sp .globalNav .lv1.pickupLink a {
  height: auto;
  font-size: 1.6em;
  color: #FFF;
  padding: 10px 15px 15px;
  pointer-events: auto;
}

.l-header.is-sp .globalNav .lv1.pickupLink a:hover img {
  opacity: 1;
}

.l-header.is-sp .globalNav .lv2 > a {
  padding: 8px 4% 8px 30px;
  background-color: #eee;
  font-size: 1.4rem;
  white-space: normal;
}

.l-header.is-sp .globalNav .lv2 > a[target="_blank"]:after {
  vertical-align: -2px;
}

.l-header.is-sp .globalNav .lv2:first-child a {
  border-top: 1px solid #ccc;
}

.l-header.is-sp .spMenuBtn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 80px;
}

.l-header.is-sp .spMenuBtn .hamburgerIcon {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 25px;
  height: 19px;
  text-align: center;
}

.l-header.is-sp .spMenuBtn .hamburgerIcon span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #333;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-header.is-sp .spMenuBtn .hamburgerIcon span:before, .l-header.is-sp .spMenuBtn .hamburgerIcon span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-header.is-sp .spMenuBtn .hamburgerIcon span:before {
  top: -8px;
}

.l-header.is-sp .spMenuBtn .hamburgerIcon span:after {
  bottom: -8px;
}

.l-header.is-sp .spMenuBtn.is-active .hamburgerIcon span {
  background-color: transparent;
}

.l-header.is-sp .spMenuBtn.is-active .hamburgerIcon span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header.is-sp .spMenuBtn.is-active .hamburgerIcon span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.spMenuBg {
  display: none;
}

@media screen and (max-width: 640px) {
  .spMenuBg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 173, 197, 0.6);
  }
}

/**
 * Footer
 */
.l-footer {
  background-color: #004e6f;
  padding: 60px 0;
}

@media screen and (max-width: 640px) {
  .l-footer {
    padding: 30px 0;
  }
}

.l-footer .pageTopBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

.pg-recruit .l-footer .pageTopBtn {
  bottom: 140px;
}

.l-footer .pageTopBtn img {
  width: 60px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .l-footer .pageTopBtn {
    right: 10px;
    bottom: 10px;
  }
  .pg-recruit .l-footer .pageTopBtn {
    bottom: 24vw;
  }
  .l-footer .pageTopBtn img {
    width: 40px;
    height: auto;
  }
}

.l-footer .c-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
}

.l-footer .c-container a {
  font-size: 1.6rem;
  color: #FFF;
  text-decoration: none;
}

.l-footer .c-container a:hover {
  text-decoration: underline;
}

.l-footer .c-container .credit {
  font-size: 1.4rem;
  width: 340px;
  padding-right: 46px;
}

@media screen and (max-width: 640px) {
  .l-footer .c-container .credit {
    width: auto;
    padding-right: 0;
    text-align: center;
  }
}

.l-footer .c-container .credit .logo {
  margin-bottom: 20px;
}

.l-footer .c-container .credit .lead {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.l-footer .c-container .credit address {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.l-footer .c-container .credit .copyright {
  font-size: 1.2rem;
}

.l-footer .c-container .sitemap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 46px;
}

@media screen and (max-width: 640px) {
  .l-footer .c-container .sitemap {
    display: none;
  }
}

.l-footer .c-container .sitemap > ul > li > a {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 8px;
}

.l-footer .c-container .sitemap > ul > li:nth-child(2n) {
  margin-top: 40px;
}

.l-footer .c-container .sitemap > ul > li ul li a {
  font-size: 1.3rem;
  display: inline-block;
  margin-bottom: 2px;
}

.l-footer .c-container .sitemap > ul > li ul li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  background: url(../images/common/icon_external_wh.png) 50% 50% no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-left: 0.25em;
}

/**
 * Wrapper
 */
/**
 * Contents
 */
.l-contents {
  padding-top: 146px;
  /*body.pg-top & {
		padding-top: 0;
	}*/
}

.l-contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-contents .sectLg {
  margin: 60px 0;
}

.l-contents .sectLg--bgImg, .l-contents .sectLg--bgColor, .l-contents .sectLg--pgHeader {
  margin: 0;
  background-size: cover;
}

.l-contents .sectLg--pgHeader {
  padding: 2vw 4%;
}

.l-contents .sectLg--bgImg, .l-contents .sectLg--bgColor {
  padding: 60px 0;
}

.l-contents .sectLg--bgImg__inner {
  margin: 0 auto;
  padding: 0 4%;
  max-width: calc(1200px + 4%);
}

.l-contents .sectLg--bgImg .c-container {
  padding: 2.5%;
  background-color: #FFF;
}

.l-contents .sectLg--bgImg {
  background: 50% 50% no-repeat;
  background-size: cover;
}

.l-contents .sectLg .c-hdg:first-child {
  margin-top: 0;
}

.l-contents .sectLg .c-hdg:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .l-contents {
    padding-top: 80px;
  }
  .l-contents .sectLg {
    margin: 4em 0;
  }
  .l-contents .sectLg--bgImg .c-container {
    padding: 4vw;
  }
  .l-contents .sectLg--bgImg, .l-contents .sectLg--bgColor {
    margin: 0;
    padding: 5vw 0;
  }
}

/**
 * Page
 */
/* トップページ */
.pg-top__section {
  padding: 60px 0;
}

@media screen and (max-width: 640px) {
  .pg-top__section {
    padding: 30px 0;
  }
}

.pg-top__sectionTitleSub {
  color: #13adc5;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pg-top__sectionTitleSub {
    text-align: center !important;
  }
}

.pg-top__sectionTitleSub span {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid #13adc5;
  margin: 0 auto 30px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}

.pg-top__sectionTitleSub span:before, .pg-top__sectionTitleSub span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
}

.pg-top__sectionTitleSub span:before {
  bottom: -9px;
  margin-left: -9px;
  border-width: 9px 9px 0 9px;
  border-color: #13adc5 transparent transparent transparent;
}

.pg-top__sectionTitleSub span:after {
  bottom: -6px;
  margin-left: -6px;
  border-width: 6px 6px 0 6px;
  border-color: #FFF transparent transparent transparent;
}

@media screen and (max-width: 640px) {
  .pg-top__sectionTitleSub span {
    margin: 0 auto 15px !important;
    text-align: center;
  }
}

.pg-top__sectionTitle {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.pg-top__sectionTitle img {
  width: auto;
  height: 40px;
  vertical-align: middle;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .pg-top__sectionTitle {
    text-align: center !important;
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .pg-top__sectionTitle img {
    height: 30px;
    margin-right: 10px;
  }
}

.pg-top__section .c-articleSet {
  padding: 0;
  margin-top: 0;
}

.pg-top__section .c-articleSet > *[class^="c-"],
.pg-top__section .c-articleSet .p-slider {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .pg-top__section .c-articleSet > *[class^="c-"],
  .pg-top__section .c-articleSet .p-slider {
    margin-top: 20px;
  }
}

.pg-top__section .c-contact {
  margin-top: 0 !important;
}

@media screen and (max-width: 640px) {
  .pg-top__section .c-contact {
    padding-top: 20px;
  }
}

.big_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin: 60px 0;
}

@media screen and (max-width: 640px) {
  .big_banner {
    margin: 20px 0 30px;
    gap: 20px;
  }
}

.big_banner .btn-img {
  width: 100%;
}

.big_banner .btn-img img {
  width: 100%;
}

.pg-top {
  /*&__mainVisual {
		padding: 0;
		text-align: center;
		background-color: #ADE7F2;
		overflow: hidden;
		@media screen and (max-width: $bP-sp) {
			img {
				width: 100%;
				height: auto;
			}
		}
	}*/
}

.pg-top__mainVisual img {
  width: 100%;
  height: auto;
}

.pg-top__mainVisual .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media screen and (max-width: 640px) {
  .pg-top__mainVisual .slick-dots {
    bottom: 15px;
  }
}

.pg-top__mainVisual .slick-dots li {
  display: inline-block;
}

.pg-top__mainVisual .slick-dots li button {
  background: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0);
  width: 12px;
  height: 12px;
  border-radius: 100px;
  margin: 0 5px;
  border: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .pg-top__mainVisual .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}

.pg-top__mainVisual .slick-dots li.slick-active button {
  background-color: #13adc5;
}

.pg-top__point {
  padding: 40px 0;
  background-color: #13adc5;
}

@media screen and (max-width: 640px) {
  .pg-top__point {
    padding: 20px 0;
  }
}

.pg-top__point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .pg-top__point ul {
    display: block;
  }
}

.pg-top__point ul li {
  text-align: center;
  width: calc(20% - 12.5px);
  background-color: #FFF;
  padding: 20px;
}

.pg-top__point ul li::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 640px) {
  .pg-top__point ul li {
    width: auto;
    padding: 10px;
    text-align: left;
  }
  .pg-top__point ul li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.pg-top__point ul li .icon {
  margin-bottom: 5px;
}

.pg-top__point ul li .icon img {
  width: 56px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .pg-top__point ul li .icon {
    float: left;
    margin: 0 15px 0 5px;
  }
}

.pg-top__point ul li .title {
  color: #13adc5;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .pg-top__point ul li .title {
    font-size: 1.8rem;
  }
}

.pg-top__point ul li .text {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .pg-top__point ul li .text {
    font-size: 1.4rem;
  }
}

.pg-top__checkList {
  background: url(../images/top/checklist_bg01.png) 50% 50% repeat;
  background-size: 20px 20px;
}

.pg-top__checkList .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .pg-top__checkList .list {
    display: block;
    margin-bottom: 20px;
  }
}

.pg-top__checkList .list li {
  width: calc(50% - 10px);
  border: 2px solid #ddd;
  padding: 12px 12px 12px 53px;
  font-size: 1.8rem;
  background: url(../images/top/checklist_icon02.png) 12px 12px no-repeat #FFF;
  background-size: 28px 26px;
}

.pg-top__checkList .list li:nth-child(n+3) {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .pg-top__checkList .list li {
    width: auto;
    font-size: 1.6rem;
    padding: 10px 10px 10px 45px;
    background-size: 22.4px 20.8px;
  }
  .pg-top__checkList .list li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.pg-top__checkList .balloon {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .pg-top__checkList .balloon {
    margin-bottom: 40px;
  }
}

.pg-top__checkList .balloon .text {
  display: inline-block;
  background-color: #FFF;
  border: 5px solid #ade7f2;
  padding: 5px 50px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 640px) {
  .pg-top__checkList .balloon .text {
    display: block;
    padding: 3px 15px 10px;
    font-size: 1.8rem;
  }
}

.pg-top__checkList .balloon .text:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.pg-top__checkList .balloon .text span {
  color: #ef4337;
  font-size: 3.4rem;
  display: inline-block;
  vertical-align: -0.5rem;
  margin-right: 6px;
}

@media screen and (max-width: 640px) {
  .pg-top__checkList .balloon .text span {
    font-size: 2.8rem;
    vertical-align: -0.15rem;
  }
}

.pg-top__checkList .balloon .text span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 27px 0 27px;
  border-color: #ade7f2 transparent transparent transparent;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -27px;
}

.pg-top__checkList .balloon .text span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #FFFfff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}

.pg-top__strengthWorks {
  padding-bottom: 110px;
  background: #e4f3f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4f3f5), to(#ade7f2));
  background: linear-gradient(to bottom, #e4f3f5 0%, #ade7f2 100%);
}

@media screen and (max-width: 640px) {
  .pg-top__strengthWorks {
    padding: 30px 20px;
  }
}

.pg-top__strengthWorks .pg-top__2col {
  padding: 0;
  position: relative;
  max-width: 1100px;
}

.pg-top__strengthWorks .pg-top__2col:nth-child(n+2) {
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  .pg-top__strengthWorks .pg-top__2col:nth-child(n+2) {
    margin-top: 20px;
  }
}

.pg-top__strengthWorks .pg-top__2col:nth-child(2n) .textArea {
  left: auto;
  right: 50px;
}

@media screen and (max-width: 640px) {
  .pg-top__strengthWorks .pg-top__2col:nth-child(2n) .textArea {
    right: auto;
  }
}

.pg-top__strengthWorks .pg-top__2col .textArea {
  background-color: #FFF;
  position: absolute;
  top: 50px;
  left: 50px;
  width: calc(50% - 50px);
  min-height: 463px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .pg-top__strengthWorks .pg-top__2col .textArea {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    min-height: auto;
    padding: 20px;
    display: block;
  }
}

.pg-top__strengthWorks .pg-top__2col .textAreaContainer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .pg-top__strengthWorks .pg-top__2col .textAreaContainer {
    display: block;
  }
}

.pg-top__strengthWorks .pg-top__2col .textAreaContainer .pg-top__sectionTitle {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .pg-top__strengthWorks .pg-top__2col .textAreaContainer .pg-top__sectionTitle {
    margin-bottom: 15px;
  }
}

.pg-top__strengthWorks .pg-top__2col .imgArea img {
  width: 100%;
  height: auto;
}

.pg-top__strengthWorks .btn {
  text-align: center;
  margin-top: 100px;
}

.pg-top__strengthWorks .btn-img {
  width: 100%;
  max-width: 1100px;
}

@media screen and (max-width: 640px) {
  .pg-top__strengthWorks {
    padding: 20px 0;
  }
  .pg-top__strengthWorks .btn {
    margin-top: 20px;
  }
  .pg-top__strengthWorks .btn-img {
    width: calc(100% - 40px);
  }
}

.pg-top__reason {
  background: url(../images/top/reason_bg01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.pg-top__reason > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .pg-top__reason > ul {
    display: block;
  }
}

.pg-top__reason > ul li {
  text-align: center;
  width: calc(33.3% - 17.5px);
}

@media screen and (max-width: 640px) {
  .pg-top__reason > ul li {
    width: auto;
  }
}

.pg-top__reason > ul li .pg-top__sectionTitleSub,
.pg-top__reason > ul li .pg-top__sectionTitle {
  color: #FFF;
}

.pg-top__reason > ul li .pg-top__sectionTitleSub span {
  border-color: #fff;
}

.pg-top__reason > ul li .pg-top__sectionTitleSub span:before {
  border-color: #fff transparent transparent transparent;
}

.pg-top__reason > ul li .pg-top__sectionTitleSub span:after {
  border-color: #59B0CF transparent transparent transparent;
}

.pg-top__reason > ul li:nth-child(1) {
  padding: 20px 0 0;
}

@media screen and (max-width: 640px) {
  .pg-top__reason > ul li:nth-child(1) {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .pg-top__reason > ul li:nth-child(n+2) {
    margin-top: 10px !important;
  }
}

.pg-top__reason > ul li:nth-child(n+2) a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  display: block;
  background-color: #FFF;
  padding: 30px 34px;
  position: relative;
}

.pg-top__reason > ul li:nth-child(n+2) a::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 640px) {
  .pg-top__reason > ul li:nth-child(n+2) a {
    text-align: left;
    padding: 10px 15px 15px;
  }
}

.pg-top__reason > ul li:nth-child(n+2) a:hover {
  opacity: 0.8;
}

.pg-top__reason > ul li:nth-child(n+2) a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ef4337 transparent;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.pg-top__reason > ul li:nth-child(n+2) a .icon {
  margin-bottom: 10px;
}

.pg-top__reason > ul li:nth-child(n+2) a .icon img {
  width: 56px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .pg-top__reason > ul li:nth-child(n+2) a .icon {
    float: left;
    margin: 0 15px 0 0;
  }
}

.pg-top__reason > ul li:nth-child(n+2) a .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.pg-top__reason > ul li:nth-child(n+2) a .title span {
  font-size: 200%;
  color: #13adc5;
}

@media screen and (max-width: 640px) {
  .pg-top__reason > ul li:nth-child(n+2) a .title {
    margin-bottom: 0;
    margin-left: 70px;
  }
  .pg-top__reason > ul li:nth-child(n+2) a .title span {
    font-size: 125%;
  }
}

.pg-top__reason > ul li:nth-child(n+2) a .text {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .pg-top__reason > ul li:nth-child(n+2) a .text {
    font-size: 1.4rem;
    margin-left: 70px;
  }
}

.pg-top__reason > ul li:nth-child(n+4) {
  margin-top: 35px;
}

.pg-top__faq .c-articleSet .c-accordion__head, .pg-top__faq .c-articleSet .c-accordion__body {
  position: relative;
  padding-left: 58px;
}

.pg-top__faq .c-articleSet .c-accordion__head:before, .pg-top__faq .c-articleSet .c-accordion__body:before {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  left: 20px;
}

@media screen and (max-width: 640px) {
  .pg-top__faq .c-articleSet .c-accordion__head, .pg-top__faq .c-articleSet .c-accordion__body {
    padding-left: 40px;
  }
  .pg-top__faq .c-articleSet .c-accordion__head:before, .pg-top__faq .c-articleSet .c-accordion__body:before {
    font-size: 2rem;
    left: 15px;
  }
}

.pg-top__faq .c-articleSet .c-accordion__head:before {
  content: "Q.";
  color: #fff;
  top: 10px;
}

@media screen and (max-width: 640px) {
  .pg-top__faq .c-articleSet .c-accordion__head:before {
    top: 5px;
  }
}

.pg-top__faq .c-articleSet .c-accordion__body:before {
  content: "A.";
  color: #ef4337;
  top: 18px;
}

@media screen and (max-width: 640px) {
  .pg-top__faq .c-articleSet .c-accordion__body:before {
    top: 9px;
  }
}

@media screen and (max-width: 640px) {
  .pg-top__faq .c-articleSet .c-accordion__body .c-image__images {
    margin: 0 !important;
  }
  .pg-top__faq .c-articleSet .c-accordion__body .c-inlineBlockList__item {
    width: 100%;
    padding: 5px 0 0;
    margin-bottom: 10px;
  }
}

.pg-top__faq ul li {
  margin-bottom: 20px;
}

.pg-top__faq ul li .sectionQ {
  background-color: #13adc5;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 20px;
}

.pg-top__faq ul li .sectionA {
  display: none;
  font-size: 1.8rem;
  padding: 20px;
  border: 2px solid #ddd;
}

.pg-top__faq ul li.open .sectionA {
  display: block;
}

.pg-top__company {
  padding: 0;
  background-color: #e4f3f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 480px;
}

@media screen and (max-width: 640px) {
  .pg-top__company {
    display: block;
    min-height: inherit;
  }
}

.pg-top__company .textAreaWrapper,
.pg-top__company .imgArea {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .pg-top__company .textAreaWrapper,
  .pg-top__company .imgArea {
    width: auto;
  }
}

.pg-top__company .textAreaWrapper .textArea {
  max-width: 540px;
  margin-left: auto;
  padding: 60px 40px;
}

@media screen and (max-width: 640px) {
  .pg-top__company .textAreaWrapper .textArea {
    padding: 30px 20px;
  }
}

.pg-top__company .textAreaWrapper .textArea .pg-top__sectionTitleSub {
  text-align: left;
}

.pg-top__company .textAreaWrapper .textArea .pg-top__sectionTitleSub span:after {
  border-color: #E4F3F5 transparent transparent transparent;
}

.pg-top__company .textAreaWrapper .textArea .pg-top__sectionTitle {
  text-align: left;
}

.pg-top__company .textAreaWrapper .textArea .c-linkBtn {
  margin-left: 0;
}

.pg-top__company .imgArea img {
  width: 100%;
  height: auto;
}

.pg-top__banner {
  padding-top: 0;
}

.pg-top__banner .c-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .pg-top__banner .c-container {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .pg-top__banner .c-container .facebook,
  .pg-top__banner .c-container .banner {
    width: auto;
    padding: 0 !important;
  }
}

.pg-top__banner .c-container .facebook {
  width: 450px;
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .pg-top__banner .c-container .facebook {
    width: 100%;
    margin: 0 auto;
  }
}

.pg-top__banner .c-container .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .pg-top__banner .c-container .banner {
    display: block;
  }
}

.pg-top__banner .c-container .banner li {
  margin-right: 20px;
  width: 250px;
}

.pg-top__banner .c-container .banner li:nth-child(2n) {
  margin-right: 0;
}

.pg-top__banner .c-container .banner li a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-top__banner .c-container .banner li a img {
  width: 100%;
  height: auto;
}

.pg-top__banner .c-container .banner li .text {
  margin-top: 5px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pg-top__banner .c-container .banner li {
    margin: 0 auto !important;
  }
  .pg-top__banner .c-container .banner li a {
    margin: 0 auto;
  }
  .pg-top__banner .c-container .banner li:nth-child(n+2) {
    margin-top: 15px !important;
  }
}

.pg-top__selfcheckBanner {
  text-align: center;
  padding: 40px 0;
}

.pg-top__selfcheckBanner .btn:nth-child(n+2) {
  margin-top: 40px;
}

.pg-top__selfcheckBanner .btn-img {
  width: 1000px;
}

.pg-top__selfcheckBanner .btn-innerbnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 1000px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.pg-top__selfcheckBanner .btn-innerbnr img {
  width: 485px;
}

@media screen and (max-width: 640px) {
  .pg-top__selfcheckBanner {
    padding: 20px 0;
  }
  .pg-top__selfcheckBanner .btn:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-top__selfcheckBanner .btn-img {
    width: 90%;
  }
  .pg-top__selfcheckBanner .btn-innerbnr {
    display: block;
    width: 100%;
  }
  .pg-top__selfcheckBanner .btn-innerbnr a:last-child img {
    margin-bottom: 0;
  }
  .pg-top__selfcheckBanner .btn-innerbnr a img {
    width: 90%;
    margin-bottom: 10px;
  }
}

.pg-top__blog {
  padding: 40px 0 0;
}

.pg-top__blog #message .c-topicsList:last-child {
  border-bottom: 0;
}

.pg-top__blog #message .c-topicsList__item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg-top__blog #message .c-topicsList__item:last-child {
  border-bottom: 1px solid #ccc;
}

.pg-top__blog #message .c-topicsList__item__head {
  width: 180px;
}

.pg-top__blog #message .c-topicsList__item__body {
  padding: 23px 0 23px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pg-top__blog #message .c-topicsList__item__body p a {
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-top__blog #message .c-topicsList__item__body p a:hover {
  opacity: 0.8;
}

.pg-top__blog .c-articleSet {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .pg-top__blog {
    padding: 30px 0 0;
  }
  .pg-top__blog__button {
    width: 87.7%;
    margin: 0 auto;
  }
  .pg-top__blog #message .c-topicsList__item {
    padding: 0;
    display: block;
    padding: 10px 0;
  }
  .pg-top__blog #message .c-topicsList__item__head {
    width: auto;
  }
  .pg-top__blog #message .c-topicsList__item__body {
    -webkit-box-flex: 1;
    padding: 10px 0 0 0;
    -ms-flex: 1;
    flex: 1;
  }
  .pg-top__blog #message .c-topicsList__item__body p {
    margin: 0;
  }
}

.pg-top__payment {
  padding-top: 0;
}

.pg-top__paymentWrapper {
  padding: 30px 80px;
  width: 100%;
  background: #eee;
}

@media screen and (max-width: 640px) {
  .pg-top__paymentWrapper {
    padding: 20px;
  }
}

.pg-top__paymentTitle {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pg-top__paymentTitle {
    font-size: 1.8rem;
  }
}

.pg-top__paymentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.pg-top__paymentInner img {
  width: 509px;
}

@media screen and (max-width: 640px) {
  .pg-top__paymentInner img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .pg-top__paymentInner {
    display: block;
  }
}

.pg-top__paymentList {
  margin-left: 50px;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 16.8px;
  list-style: disc;
}

@media screen and (max-width: 640px) {
  .pg-top__paymentList {
    margin-left: 15px;
    margin-top: 20px;
  }
}

.pg-top__paymentList__item {
  text-indent: -2px;
}

.pg-top__paymentList__item::marker {
  font-size: 1px;
}

.pg-top__instagram .instagram {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pg-top__instagram .instagram:hover {
  opacity: 0.8;
}

.pg-top__instagram .instagram_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pg-top__instagram iframe {
  pointer-events: none;
}

/* モーダル */
.fancybox-bg {
  background: rgba(19, 173, 197, 0.48);
}

.fancybox-slide {
  padding: 40px 100px;
}

@media screen and (max-width: 640px) {
  .fancybox-slide {
    padding: 60px 20px;
  }
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 1000px;
  position: relative;
  border: 3px solid #333;
}

@media screen and (min-width: 641px) {
  .fancybox-slide--iframe .fancybox-content {
    max-height: 600px;
  }
}

@media screen and (max-width: 640px) {
  .fancybox-slide--iframe .fancybox-content {
    height: 70vh;
  }
}

.fancybox-button {
  width: 7vw;
  height: 7vw;
  max-width: 80px;
  max-height: 80px;
  color: #fff;
  padding: 0;
  background: none;
  top: 2vw;
  right: 2vw;
}

@media screen and (max-width: 640px) {
  .fancybox-button {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
}

.pg-modal {
  background-color: #fff;
  position: relative;
  min-width: inherit;
}

.pg-modal__container {
  position: relative;
  padding: 35px;
}

@media screen and (max-width: 640px) {
  .pg-modal__container {
    padding: 15px;
    height: calc(100% - 30px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.pg-modal__container .c-articleSet {
  padding: 0 20px;
}

@media screen and (max-width: 640px) {
  .pg-modal__container .c-articleSet {
    padding: 0;
  }
}

.pg-modal__container .c-articleSet *[class^="c-"] {
  margin-top: 20px;
}

.pg-modal__container .c-articleSet *[class^="c-"]:first-child {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .pg-modal__container .c-articleSet *[class^="c-"] {
    margin-top: 15px;
  }
}

.pg-modal__container .c-articleSet .c-hdg--xl {
  margin: 0 -20px 25px;
  width: calc(100% + 40px);
}

.pg-modal__container .c-articleSet .c-image--left .c-image__images,
.pg-modal__container .c-articleSet .c-image--right .c-image__images {
  max-width: 320px;
}

.pg-modal__strength .c-articleSet .c-linkBtn a {
  min-width: 200px;
  padding: 10px;
}

.pg-modal__reason .pg-modal__container {
  padding-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .pg-modal__reason .pg-modal__container {
    padding-bottom: 80px;
    height: calc(100% - 80px - 15px);
  }
}

.pg-modal__reason .pg-modal__container .c-inlineBlockList--modal {
  margin-left: 0;
}

.pg-modal__reason .pg-modal__container .c-inlineBlockList--modal li {
  padding: 0 2%;
  width: 173px;
  border-bottom: 1px solid #ccc;
}

.pg-modal__reason .pg-modal__container .c-inlineBlockList--modal li:first-child {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .pg-modal__reason .pg-modal__container .c-inlineBlockList--modal li:first-child {
    margin-top: 15px;
  }
}

.pg-modal__reason .pg-modal__container .c-inlineBlockList--modal li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .pg-modal__reason .pg-modal__container .c-inlineBlockList--modal li {
    width: 74px;
  }
}

.pg-modal__reason .pg-modal__container .c-inlineBlockList--modal li .c-image__images {
  margin-bottom: 22px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.pg-modal__reason .pg-modal__container .c-inlineBlockList--modal li .c-image__images img {
  width: 100%;
  max-height: 194px;
}

@media screen and (max-width: 640px) {
  .pg-modal__reason .pg-modal__container .c-inlineBlockList--modal li .c-image__images img {
    max-height: 85px;
  }
}

.pg-modal__pager {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pg-modal__pager li a {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .pg-modal__pager li a {
    font-size: 1.6rem;
  }
}

.pg-modal__pager li a:before, .pg-modal__pager li a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: 50% 50%;
  background-size: 100% auto;
}

.pg-modal__pager li.prev a:before {
  background-image: url(../images/common/arrow_prev.png);
  margin-right: 15px;
}

.pg-modal__pager li.next a:after {
  background-image: url(../images/common/arrow_next.png);
  margin-left: 15px;
}

/* 私たちの仕事 */
.pg-service .c-pageHeader {
  background-image: url("../images/service/service_pagetitle.jpg");
}

.pg-service__indexList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #13adc5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  padding: 30px;
}

@media screen and (max-width: 640px) {
  .pg-service__indexList > li {
    display: block;
    margin-top: 20px;
    padding: 15px;
  }
}

.pg-service__indexList > li .iconArea {
  padding: 0 50px 0 20px;
}

@media screen and (max-width: 640px) {
  .pg-service__indexList > li .iconArea {
    padding: 0;
    text-align: center;
  }
}

.pg-service__indexList > li .iconArea img {
  width: 100px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .pg-service__indexList > li .iconArea img {
    width: 70px;
    margin-bottom: 10px;
  }
}

.pg-service__indexList > li .txtArea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pg-service__indexList > li .txtArea .title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #13adc5;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .pg-service__indexList > li .txtArea .title {
    font-size: 1.8rem;
    margin-bottom: 5px;
    text-align: center;
  }
}

.pg-service__indexList > li .txtArea .c-txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .pg-service__indexList > li .txtArea .c-txt {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.pg-service__indexList > li .txtArea .c-linkBtnList {
  margin-top: 0px;
}

.pg-service__flowList > li {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .pg-service__flowList > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.pg-service__flowList > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.pg-service__flowList > li .c-image .c-image__images {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .pg-service__flowList > li .c-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pg-service__flowList > li .c-image .c-image__images {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 !important;
  }
  .pg-service__flowList > li .c-image .c-image__txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 15px;
  }
}

.pg-service__flowList > li .c-inlineBlockList {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .pg-service__flowList > li .c-inlineBlockList__item {
    margin-top: 5px;
    width: 100%;
  }
}

.pg-service__flowList > li .title {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .pg-service__flowList > li .title {
    font-size: 1.6rem;
  }
}

.pg-service__flowList > li .title span {
  display: inline-block;
  vertical-align: -1px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  width: 28px;
  line-height: 28px;
  margin-right: 10px;
  background-color: #13adc5;
  border-radius: 100px;
}

@media screen and (max-width: 640px) {
  .pg-service__flowList > li .title span {
    width: 22px;
    line-height: 22px;
    margin-right: 5px;
  }
}

.pg-service__flowList > li .c-txt {
  margin: 20px 0 0 38px;
}

@media screen and (max-width: 640px) {
  .pg-service__flowList > li .c-txt {
    margin: 10px 0 0 27px;
  }
}

.pg-service__dragList {
  margin-top: 50px;
}

.pg-service__dragList .c-bgBox + * {
  margin: 30px 0 50px;
}

@media screen and (max-width: 640px) {
  .pg-service__dragList {
    margin-top: 30px;
  }
  .pg-service__dragList .c-bgBox + * {
    margin: 25px 0 30px;
  }
  .pg-service__dragList .c-image__images {
    text-align: center;
  }
  .pg-service__dragList .c-image__images img {
    width: 200px;
  }
}

.pg-service__iconTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .pg-service__iconTitle {
    font-size: 1.5rem;
  }
}

.pg-service__iconTitle:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 32px;
  background: url(../images/service/service_ventilation_img01.png) 50% 50% no-repeat;
  background-size: cover;
  margin-right: 8px;
}

@media screen and (max-width: 640px) {
  .pg-service__iconTitle:before {
    vertical-align: -3px;
    width: 21.6px;
    height: 19.2px;
  }
}

.pg-service__circleList {
  margin: 40px 0 -2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .pg-service__circleList {
    margin: 30px auto -2.5%;
    max-width: 270px;
  }
}

.pg-service__circleList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #13adc5;
  width: 110px;
  min-height: 110px;
  border-radius: 100px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 10px;
}

.pg-service__circleList li.small {
  font-size: 2.0rem;
}

@media screen and (max-width: 640px) {
  .pg-service__circleList li {
    width: 80px;
    min-height: 80px;
    font-size: 1.6rem;
    margin: 5px;
  }
  .pg-service__circleList li.small {
    font-size: 1.5rem;
  }
}

/* 対応エリア・料金 */
.pg-area .c-pageHeader {
  background-image: url("../images/area/area_pagetitle.jpg");
}

.pg-area__areaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}

.pg-area__areaList li {
  width: 9rem;
  margin: 0 30px;
}

.pg-area__areaList li:nth-child(n+7) {
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .pg-area__areaList li {
    width: 7rem;
    margin: 0 10px 0 30px;
  }
  .pg-area__areaList li:nth-child(n+4) {
    margin-top: 0;
  }
}

.pg-area__pestcontrolPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 30px;
  width: 65%;
  background-color: #e4f3f5;
}

@media screen and (max-width: 640px) {
  .pg-area__pestcontrolPrice {
    padding: 25px;
    width: 100%;
  }
}

.pg-area__pestcontrolPrice .title {
  color: #ef4337;
  font-weight: bold;
  margin-bottom: 15px;
}

.pg-area__pestcontrolPrice .title span {
  font-size: 200%;
  line-height: 1.2;
}

.pg-area__pestcontrolEx {
  margin-top: 0 !important;
  font-weight: bold;
}

.pg-area__pestcontrolEx span {
  font-size: 144.44444%;
}

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

@media screen and (max-width: 640px) {
  .pg-area__priceWrapper {
    display: block;
  }
}

.pg-area__payment {
  padding: 25px 14px;
  max-width: 40%;
  margin-top: 0 !important;
  margin-left: 50px;
  background: #eee;
}

@media screen and (max-width: 640px) {
  .pg-area__payment {
    padding: 25px;
    max-width: 100%;
    margin-top: 20px !important;
    margin-left: 0;
  }
}

.pg-area__paymentTitle {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pg-area__paymentTitle {
    font-size: 1.8rem;
  }
}

.pg-area__paymentInner {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.pg-area__paymentImg {
  text-align: center;
  padding-right: 13px;
  padding-left: 13px;
}

@media screen and (max-width: 640px) {
  .pg-area__paymentImg {
    padding-right: 0;
    padding-left: 0;
  }
}

.pg-area__paymentImg img {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

.pg-area__paymentList {
  margin-left: 20px;
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 16.8px;
  list-style: disc;
}

@media screen and (max-width: 640px) {
  .pg-area__paymentList {
    margin-left: 9px;
  }
}

.pg-area__paymentList__item {
  text-indent: -2px;
}

.pg-area__paymentList__item::marker {
  font-size: 1px;
}

/* 施工実績 */
.pg-works .c-pageHeader {
  background-image: url("../images/works/works_pagetitle.jpg");
}

.pg-works__worksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0 !important;
  margin-left: -55px;
}

.pg-works__worksList li {
  margin-left: 55px;
}

@media screen and (max-width: 640px) {
  .pg-works__worksList {
    display: block;
    margin-left: 0;
  }
  .pg-works__worksList li {
    margin: 0;
  }
}

.pg-works #fb {
  margin-top: -190px;
  padding-top: 190px;
}

@media screen and (max-width: 640px) {
  .pg-works #fb {
    margin-top: -130px;
    padding-top: 130px;
  }
}

.pg-works .fb-page {
  display: block;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pg-works .fb-page iframe {
    width: 100% !important;
  }
}

/* 企業情報 */
.pg-company .c-pageHeader {
  background-image: url("../images/company/company_pagetitle.jpg");
}

.pg-company__history li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .pg-company__history li {
    font-size: 1.4rem;
  }
}

.pg-company__history li .year {
  position: relative;
  text-align: right;
  width: 15rem;
  padding-right: 35px;
}

@media screen and (max-width: 640px) {
  .pg-company__history li .year {
    width: 10.5rem;
    padding-right: 15px;
  }
}

.pg-company__history li .year:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0.63em;
  right: 0;
}

.pg-company__history li .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 0 0 21px 35px;
}

@media screen and (max-width: 640px) {
  .pg-company__history li .txt {
    padding: 0 0 10px 15px;
  }
}

.pg-company__history li .txt:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background-color: #13adc5;
  position: absolute;
  top: 0.63em;
  left: -5px;
}

@media screen and (max-width: 640px) {
  .pg-company__history li .txt:before {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}

.pg-company__history li .txt .c-image__images {
  margin: 20px 0 0;
}

@media screen and (max-width: 640px) {
  .pg-company__history li .txt .c-image__images {
    margin: 10px 0 0 !important;
  }
}

.pg-company__history li:last-child {
  overflow: hidden;
}

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

@media screen and (max-width: 640px) {
  .healthaward {
    display: block;
  }
}

.healthaward .health__txt {
  width: 80%;
  margin-right: 40px;
  margin-top: 0 !important;
}

@media screen and (max-width: 640px) {
  .healthaward .health__txt {
    width: 100%;
  }
}

.healthaward .health__txt .health-txt-small {
  font-size: 1.1rem;
  vertical-align: top;
  margin-left: -5px;
}

.healthaward .health__txt .health-txt.add {
  margin-left: 20px;
}

.healthaward .health__txt .add {
  position: relative;
}

.healthaward .health__txt .add::before {
  content: "※";
  position: absolute;
  left: -20px;
}

.healthaward .health__txt .txt-mt0 {
  margin-top: 0;
}

.healthaward img {
  -webkit-box-shadow: 10px 7px 32px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 10px 7px 32px -4px rgba(0, 0, 0, 0.6);
}

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

@media screen and (max-width: 640px) {
  .healthcompany {
    display: block;
  }
}

.healthcompany .health__txt {
  width: 80%;
  margin-right: 40px;
  margin-top: 0 !important;
}

@media screen and (max-width: 640px) {
  .healthcompany .health__txt {
    width: 100%;
  }
}

.healthcompany .health__txt .health-txt-small {
  font-size: 1.1rem;
  vertical-align: top;
  margin-left: -5px;
}

.healthcompany .health__txt .health-txt.add {
  margin-left: 20px;
}

.healthcompany .health__txt .add {
  position: relative;
}

.healthcompany .health__txt .add::before {
  content: "※";
  position: absolute;
  left: -20px;
}

.healthcompany .health__txt .txt-mt0 {
  margin-top: 0;
}

.award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .award {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.award .sdgs-images {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .award .sdgs-images {
    width: 60%;
  }
  .award .sdgs-images:not(:first-child) {
    margin-top: 40px;
  }
}

.award img {
  width: 100%;
  -webkit-box-shadow: 10px 7px 32px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 10px 7px 32px -4px rgba(0, 0, 0, 0.6);
}

.healthaward01 {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .healthaward01 {
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.healthaward01 img {
  width: 100%;
}

.healthcompany01 {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .healthcompany01 {
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.healthcompany01 img {
  width: 100%;
}

.sdgs-txt {
  margin-top: 20px;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .sdgs-txt {
    font-size: 1.4rem;
  }
}

.txt-right {
  text-align: right;
}

/* 採用情報 */
.pg-recruit .c-pageHeader {
  background-image: url("../images/recruit/recruit_pagetitle.jpg");
}

.pg-recruit .mynabi_banner {
  position: fixed;
  width: 420px;
  height: 100px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .pg-recruit .mynabi_banner {
    width: 95%;
    height: auto;
    right: calc(5% / 2);
    bottom: 10px;
  }
}

.pg-recruit .mynabi_banner img {
  width: 100%;
}

.pg-recruit .txt-mt0 {
  margin-top: 0;
}

.pg-recruit .c-articleSet .c-hdg--xl {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 640px) {
  .pg-recruit .c-articleSet .c-hdg--xl {
    margin-bottom: 20px !important;
  }
}

.pg-recruit .movie_banner {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .pg-recruit .movie_banner {
    margin-top: 40px;
  }
}

.pg-recruit .movie_banner img {
  width: 100%;
}

.pg-recruit .pg-service__indexList {
  text-align: center;
}

.pg-recruit .pg-service__indexList .apply_txt {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.pg-recruit .pg-service__indexList .apply_phone {
  font-size: 3.6rem;
  font-weight: 700;
}

.pg-recruit .pg-service__indexList .mail_apply {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .pg-recruit .pg-service__indexList .mail_apply {
    padding-right: 0;
    padding-bottom: 25px;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.pg-recruit .pg-service__indexList .mail_apply .apply_txt {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .pg-recruit .pg-service__indexList .mail_apply .apply_txt {
    font-size: 1.6rem;
  }
}

.pg-recruit .pg-service__indexList .phone_apply {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pg-recruit .pg-service__indexList .phone_apply .apply_txt {
  padding-top: 10px;
}

@media screen and (max-width: 640px) {
  .pg-recruit .pg-service__indexList .phone_apply .apply_txt {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.pg-recruit .pg-service__indexList .phone_apply .apply_phone {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  font-family: Inter;
  font-size: 3.6rem;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 640px) {
  .pg-recruit .pg-service__indexList .phone_apply .apply_phone {
    padding-left: 30px;
    font-size: 2.8rem;
  }
}

.pg-recruit .pg-service__indexList .phone_apply .apply_phone::before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  top: calc(50% - 13px);
  left: -2px;
  background-image: url("../images/common/icon_phone.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

@media screen and (max-width: 640px) {
  .pg-recruit .pg-service__indexList .phone_apply .apply_phone::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
  }
}

.pg-recruit .pg-service__indexList .phone_apply .apply_phone a {
  pointer-events: none;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .pg-recruit .pg-service__indexList .phone_apply .apply_phone a {
    pointer-events: auto;
    color: #ef4337;
    text-decoration: underline;
  }
}

.pg-recruit .pg-service__indexList .phone_apply .annotation {
  padding-top: 7px;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .pg-recruit .pg-service__indexList .phone_apply .annotation {
    padding-top: 6px;
    font-size: 1.3rem;
  }
}

.pg-recruit .pg-service__indexList_item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 5px solid #13adc5;
  padding: 25px 30px 40px;
}

@media screen and (max-width: 640px) {
  .pg-recruit .pg-service__indexList_item {
    padding: 25px;
    border: 3px solid #13adc5;
  }
}

.pg-recruit .pg-service__indexList_item .c-linkBtnList .c-linkBtnList__item .c-linkBtn {
  margin-top: 5px;
}

.pg-recruit .pg-service__indexList_item .c-linkBtnList .c-linkBtnList__item .c-linkBtn a {
  padding: 14px 20px;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .pg-recruit .pg-service__indexList_item .c-linkBtnList .c-linkBtnList__item .c-linkBtn a {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.pg-recruit .pg-service__indexList_item .c-linkBtnList .c-linkBtnList__item .c-linkBtn a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 10px);
  left: 20px;
  background-image: url("../images/common/icon_mail.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 640px) {
  .pg-recruit .pg-service__indexList_item .c-linkBtnList .c-linkBtnList__item .c-linkBtn a::before {
    width: 20px;
    height: 20px;
  }
}

.pg-recruit .pg-service__indexList_item .c-linkBtnList .c-linkBtnList__item .c-linkBtn a::after {
  background-image: url("../images/common/icon_external_gr.png");
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 640px) {
  .pg-recruit .pg-service__indexList_item .c-linkBtnList .c-linkBtnList__item .c-linkBtn a::after {
    width: 18px;
    height: 18px;
  }
}

/* お問い合わせフォーム */
.pg-contact__container {
  margin: 0 auto;
  width: 728px;
}

@media screen and (max-width: 640px) {
  .pg-contact__container {
    width: calc(100% - 30px);
  }
}

.pg-contact__container .c-articleSet:first-child {
  border-radius: 10px;
}

.pg-contact__imagearea {
  text-align: center;
  margin-bottom: 30px;
}

.pg-contact__imagearea .logo {
  width: 240px;
}

.pg-contact__imagearea .copy {
  margin-bottom: 10px;
}

.pg-contact__imagearea .season.is-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .pg-contact__imagearea {
    margin-bottom: 20px;
  }
  .pg-contact__imagearea .copy {
    width: 100%;
  }
  .pg-contact__imagearea .season {
    width: 100%;
  }
  .pg-contact__imagearea .season.is-pc {
    display: none;
  }
  .pg-contact__imagearea .season.is-sp {
    display: block;
  }
}

.pg-contact__safearea {
  background: #99ccff;
  margin-bottom: 30px;
  padding: 20px 0;
}

.pg-contact__safearea .pg-contact__container {
  background: #fff;
  border-radius: 10px;
}

.pg-contact__safearea .inner {
  position: relative;
  width: 560px;
  margin: 0 auto;
  padding: 32px 0;
}

.pg-contact__safearea .title {
  margin-bottom: 24px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

.pg-contact__safearea .txt {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.pg-contact__safearea .point li {
  margin-bottom: 20px;
  font-size: 1.9rem;
  font-weight: bold;
  text-indent: -23px;
  margin-left: 23px;
}

.pg-contact__safearea .point li .num {
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 50%;
  background: #ff1d25;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
}

.pg-contact__safearea .point li .point-note {
  font-size: 1rem;
}

.pg-contact__safearea .point li.is-red {
  color: #ff1d25;
}

.pg-contact__safearea .point sup {
  font-size: 1rem;
  vertical-align: top;
}

.pg-contact__safearea .note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
}

.pg-contact__safearea .item {
  position: absolute;
  bottom: 32px;
  right: 0;
}

@media screen and (max-width: 640px) {
  .pg-contact__safearea .inner {
    width: calc(100% - 30px);
  }
  .pg-contact__safearea .title {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .pg-contact__safearea .txt {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .pg-contact__safearea .point li .point-note {
    display: block;
    margin: 5px 0 0 2em;
  }
  .pg-contact__safearea .point li br.is-pc {
    display: none;
  }
  .pg-contact__safearea .note br.is-pc {
    display: none;
  }
  .pg-contact__safearea .item {
    display: block;
    position: static;
    margin: 20px auto 0;
  }
}

.pg-contact__formarea .title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 5px solid #66aad7;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.pg-contact__formarea .txt {
  margin-bottom: 40px;
  font-size: 1.5rem;
  text-align: center;
}

.pg-contact__formarea .c-articleSet {
  padding: 0;
}

.pg-contact__formarea .form .note {
  font-size: 1.2rem;
}

.pg-contact__formarea .form .note span {
  color: #ff1d25;
}

.pg-contact__formarea .form .content {
  margin: 15px 0;
  width: 100%;
}

.pg-contact__formarea .form .content .item .head {
  border-top: 1px solid #d0d0d0;
  padding: 16px 0;
  width: 166px;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: top;
}

.pg-contact__formarea .form .content .item .head span {
  float: right;
  display: block;
  background: #ff1d25;
  margin-top: 1px;
  padding: 1px 10px;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 2px;
}

.pg-contact__formarea .form .content .item .data {
  border-top: 1px solid #d0d0d0;
  padding: 12px 0 12px 5em;
  width: 500px;
  vertical-align: middle;
}

.pg-contact__formarea .form .content .item .data-item {
  display: inline-block;
  padding: 2px 0;
}

.pg-contact__formarea .form .content .item .data-item label {
  font-size: 1.4rem;
  vertical-align: 5px;
}

.pg-contact__formarea .form .content .item .data-item:last-child .form-control.is-half {
  margin-right: 0;
}

.pg-contact__formarea .form .content .item .data .form-control {
  width: 497px;
  border: none;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 .5em;
  padding: 10px;
}

.pg-contact__formarea .form .content .item .data .form-control.is-half {
  width: 220px;
  margin-right: 10px;
}

.pg-contact__formarea .form .content .item .data .delete {
  float: right;
  background: #ff6600;
  border-radius: 7px;
  border: none;
  padding: 10px 24px;
  font-size: 1.4rem;
  color: #FFF;
  -webkit-appearance: none;
}

.pg-contact__formarea .form .content .item .data.name, .pg-contact__formarea .form .content .item .data.kana {
  padding-left: 2.5em;
}

.pg-contact__formarea .form .content .item .data.name .data-item, .pg-contact__formarea .form .content .item .data.kana .data-item {
  padding: 8px 0 0;
}

.pg-contact__formarea .form .content .item .data.name .data-item label span, .pg-contact__formarea .form .content .item .data.kana .data-item label span {
  display: inline-block;
  text-align: right;
  width: 2em;
}

.pg-contact__formarea .form .content .item .data.name .error, .pg-contact__formarea .form .content .item .data.kana .error {
  padding-left: 3.2em;
}

.pg-contact__formarea .form .content .item .data.radio {
  padding-left: 6em;
}

.pg-contact__formarea .form .content .item .data.radio input {
  vertical-align: -2px;
  margin-left: 20px;
}

.pg-contact__formarea .form .content .item .data.radio label:nth-child(1) input {
  margin-left: 0;
}

.pg-contact__formarea .form .content .item .data.radio .error {
  padding-left: 0;
}

.pg-contact__formarea .form .content .item .data.file {
  padding-left: 5.5em;
}

.pg-contact__formarea .form .content .item .data.file .data-item {
  display: block;
}

.pg-contact__formarea .form .content .item .data.file input[type="file"] {
  padding: 11px 6px;
  background: #e6e6e6;
  width: 368px;
}

.pg-contact__formarea .form .content .item .data.file img {
  display: block;
  margin-top: 8px;
}

.pg-contact__formarea .form .content .item .data.textarea .data-item {
  display: block;
}

.pg-contact__formarea .form .content .item .data.textarea .data-item textarea {
  width: 100%;
  height: 190px;
  padding: 10px;
  background: #e6e6e6;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-contact__formarea .form .content .item .data .error {
  padding-left: 0.4em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff1d25;
}

.pg-contact__formarea .form .content .item.zip .data {
  padding-left: 3.5em;
}

.pg-contact__formarea .form .content .item.zip .data .data-item {
  padding: 2px 0 0;
}

.pg-contact__formarea .form .content .item.zip .data .data-item label {
  vertical-align: -10px;
}

.pg-contact__formarea .form .content .item.zip .data .error {
  padding-left: 1.8em;
}

.pg-contact__formarea .form .confirmation {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.pg-contact__formarea .form input.submit[type="submit"],
.pg-contact__formarea .form input.back[type="submit"] {
  width: 100%;
  background: #ff6600;
  border-radius: 7px;
  border: none;
  margin-bottom: 30px;
  padding: 5px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  -webkit-appearance: none;
}

.pg-contact__formarea .form.confirm .content .item .data {
  font-size: 1.5rem;
}

.pg-contact__formarea .form.confirm form {
  display: inline-block;
}

.pg-contact__formarea .form.confirm input.submit[type="submit"],
.pg-contact__formarea .form.confirm input.back[type="submit"] {
  width: 354px;
}

.pg-contact__formarea .form.confirm input.submit[type="submit"].back,
.pg-contact__formarea .form.confirm input.back[type="submit"].back {
  background: #333;
  margin-right: 15px;
}

.pg-contact__formarea .tel {
  margin-bottom: 52px;
  text-align: center;
}

.pg-contact__formarea .tel .num {
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .pg-contact__formarea .tel .num {
    font-size: 2.2rem;
  }
}

.pg-contact__formarea .tel .num::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 62px;
  aspect-ratio: 144/83;
  background: url(../images/common/icon_tel_free.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .pg-contact__formarea .tel .num::before {
    width: 47px;
  }
}

.pg-contact__formarea .tel .num span {
  font-size: 4.4rem;
}

@media screen and (max-width: 640px) {
  .pg-contact__formarea .tel .num span {
    font-size: 3.4rem;
  }
}

.pg-contact__formarea .tel .time {
  font-size: 1.5rem;
}

.pg-contact__formarea .message {
  padding: 20px 0 0;
  text-align: center;
}

.pg-contact__formarea .message p {
  padding-top: 20px;
  font-size: 1.5rem;
}

.pg-contact__formarea .totop {
  margin: 60px 0 150px;
}

.pg-contact__formarea .totop a {
  display: inline-block;
  width: 100%;
  background: #ff6600;
  border-radius: 7px;
  padding: 5px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pg-contact__formarea .title {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .pg-contact__formarea .txt {
    margin-bottom: 20px;
  }
  .pg-contact__formarea .form .content {
    display: block;
  }
  .pg-contact__formarea .form .content tbody {
    display: block;
  }
  .pg-contact__formarea .form .content .item {
    display: block;
    border-top: 1px solid #d0d0d0;
    padding: 15px 0;
  }
  .pg-contact__formarea .form .content .item .head {
    display: block;
    border: none;
    padding: 0;
    width: 100%;
  }
  .pg-contact__formarea .form .content .item .head span {
    float: none;
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .pg-contact__formarea .form .content .item .data {
    display: block;
    border-top: none;
    padding: 10px 0 0;
    width: 100%;
  }
  .pg-contact__formarea .form .content .item .data-item {
    display: block;
    padding: 0;
  }
  .pg-contact__formarea .form .content .item .data-item label {
    display: block;
  }
  .pg-contact__formarea .form .content .item .data-item span {
    display: block;
    margin-bottom: 4px;
  }
  .pg-contact__formarea .form .content .item .data .form-control {
    width: 100%;
    margin: 0;
  }
  .pg-contact__formarea .form .content .item .data .form-control.is-half {
    width: 100%;
    margin-right: 0;
  }
  .pg-contact__formarea .form .content .item .data .delete {
    float: right;
    background: #ff6600;
    border-radius: 7px;
    border: none;
    padding: 10px 24px;
    font-size: 1.4rem;
    color: #FFF;
    -webkit-appearance: none;
  }
  .pg-contact__formarea .form .content .item .data.name, .pg-contact__formarea .form .content .item .data.kana {
    padding-left: 0;
  }
  .pg-contact__formarea .form .content .item .data.name .data-item, .pg-contact__formarea .form .content .item .data.kana .data-item {
    padding: 0;
  }
  .pg-contact__formarea .form .content .item .data.name .data-item label span, .pg-contact__formarea .form .content .item .data.kana .data-item label span {
    display: block;
    text-align: left;
    width: 100%;
  }
  .pg-contact__formarea .form .content .item .data.radio {
    padding-left: 0;
  }
  .pg-contact__formarea .form .content .item .data.radio label {
    display: inline-block;
  }
  .pg-contact__formarea .form .content .item .data.radio input {
    vertical-align: -2px;
  }
  .pg-contact__formarea .form .content .item .data.file {
    padding-left: 0;
  }
  .pg-contact__formarea .form .content .item .data.file input[type="file"] {
    padding: 11px 6px;
    background: #e6e6e6;
    width: 66%;
  }
  .pg-contact__formarea .form .content .item .data.file .delete {
    padding: 10px 0;
    width: 26%;
    font-size: 1.3rem;
  }
  .pg-contact__formarea .form .content .item .data.textarea .data-item {
    display: block;
  }
  .pg-contact__formarea .form .content .item .data.textarea .data-item textarea {
    height: 120px;
  }
  .pg-contact__formarea .form .content .item.zip .data {
    padding-left: 0;
  }
  .pg-contact__formarea .form .content .item.zip .data .data-item {
    padding: 0;
  }
  .pg-contact__formarea .form input.submit[type="submit"],
  .pg-contact__formarea .form input.back[type="submit"] {
    margin-bottom: 20px;
  }
  .pg-contact__formarea .form.confirm form {
    display: block;
  }
  .pg-contact__formarea .form.confirm input.submit[type="submit"],
  .pg-contact__formarea .form.confirm input.back[type="submit"] {
    width: 100%;
    margin-bottom: 15px;
  }
  .pg-contact__formarea .form.confirm input.submit[type="submit"].back,
  .pg-contact__formarea .form.confirm input.back[type="submit"].back {
    margin-right: 0;
  }
  .pg-contact__formarea .message {
    padding-top: 0;
  }
  .pg-contact__formarea .message p {
    font-size: 1.4rem;
  }
  .pg-contact__formarea .totop {
    margin: 40px 0 100px;
  }
  .pg-contact__formarea .totop a {
    display: block;
  }
}

.pg-contact__footer {
  background: #0071bc;
}

.pg-contact__footer .copy {
  padding: 32px 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pg-contact__footer .copy {
    padding: 16px 0;
  }
}

/* シロアリ診断 */
.pg-selfcheck {
  margin-top: 47px;
}

.pg-selfcheck__container {
  position: relative;
  margin: 0 auto;
  width: 960px;
}

@media screen and (max-width: 640px) {
  .pg-selfcheck__container {
    width: 90%;
  }
}

.pg-selfcheck--index {
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  .pg-selfcheck--index {
    margin-top: 93px;
  }
}

.pg-selfcheck--index .c-image {
  display: block;
  position: relative;
  width: 800px;
  margin: 0 auto 48px;
}

.pg-selfcheck--index .c-image .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
}

.pg-selfcheck--index .c-image .logo-pic {
  width: 100%;
}

.pg-selfcheck--index .c-image .mv {
  width: 800px;
}

@media screen and (max-width: 640px) {
  .pg-selfcheck--index .c-image {
    width: 90%;
  }
  .pg-selfcheck--index .c-image .logo {
    top: 0;
    left: 0;
    width: 40%;
  }
  .pg-selfcheck--index .c-image .mv {
    width: 100%;
  }
}

.pg-selfcheck--index .btn {
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pg-selfcheck--index .btn {
    margin-bottom: 200px;
  }
}

.pg-selfcheck--index .btn-link {
  position: relative;
  display: inline-block;
  padding: 8px 60px 8px 52px;
  border-radius: 30px;
  background: #0071bc;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 640px) {
  .pg-selfcheck--index .btn-link {
    padding: 0.5em 1.5em 0.5em 1.5em;
  }
}

.pg-selfcheck--index .btn-link:before {
  position: absolute;
  content: '';
  top: 40%;
  right: 12%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .pg-selfcheck--index .btn-link:before {
    top: calc(50% - 4px);
    right: 8%;
  }
}

.pg-selfcheck--index .btn-link:hover {
  opacity: .8;
}

.pg-selfcheck__header {
  overflow: hidden;
  margin-bottom: 42px;
}

.pg-selfcheck__header .logo {
  margin-top: 10px;
  width: 240px;
  float: left;
}

.pg-selfcheck__header .logo-pic {
  width: 100%;
}

.pg-selfcheck__header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  top: 50%;
}

.pg-selfcheck__header .title .house {
  width: 79px;
}

.pg-selfcheck__header .title .copy {
  margin-right: 20px;
  width: 239px;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .pg-selfcheck__header .logo {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
  }
  .pg-selfcheck__header .title {
    clear: both;
    width: 100%;
  }
  .pg-selfcheck__header .title .house {
    width: 30%;
    margin-right: 3%;
  }
  .pg-selfcheck__header .title .copy {
    width: 67%;
  }
}

.pg-selfcheck .inner {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 67px;
}

@media screen and (max-width: 640px) {
  .pg-selfcheck .inner {
    margin: 40px 5% 80px;
  }
}

.pg-selfcheck .inner .pic-area {
  display: block;
  float: right;
  width: 740px;
  padding-top: 30px;
}

.pg-selfcheck .inner .pic-area .pic {
  width: 100%;
  margin-bottom: 38px;
}

@media screen and (max-width: 640px) {
  .pg-selfcheck .inner .pic-area {
    width: 100%;
  }
  .pg-selfcheck .inner .pic-area .pic {
    margin-bottom: 20px;
  }
}

.pg-selfcheck .inner .txt-item {
  font-size: 2.8rem;
  font-weight: bold;
}

.pg-selfcheck .inner .txt-item span {
  padding-left: 2.8rem;
}

@media screen and (max-width: 640px) {
  .pg-selfcheck .inner .txt {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .pg-selfcheck .inner .txt span {
    padding: 0;
  }
}

.pg-selfcheck .inner .btn {
  float: right;
  margin-bottom: 25px;
}

.pg-selfcheck .inner .btn-link {
  position: relative;
  display: inline-block;
  padding: 5px 48px 5px 35px;
  border-radius: 10px;
  background: #0071bc;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-selfcheck .inner .btn-link:before {
  position: absolute;
  content: '';
  top: 40%;
  right: 20%;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pg-selfcheck .inner .btn-link:hover {
  opacity: .8;
}

@media screen and (max-width: 640px) {
  .pg-selfcheck .inner .btn {
    position: static;
    width: 100%;
  }
  .pg-selfcheck .inner .btn-link {
    padding: 0.25em 0;
    width: 100%;
    text-align: center;
  }
}

.pg-selfcheck .inner .contact-link {
  float: right;
  color: #0071BC;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-selfcheck .inner .contact-link:hover {
  opacity: .8;
}

.pg-selfcheck .inner .contact-link span {
  color: #FF1D25;
}

.pg-selfcheck .point {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24.8rem;
  border: 2px solid #fff;
}

.pg-selfcheck .point .title {
  background: #ff1d25;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.pg-selfcheck .point .txt {
  padding: 24px 0 34px;
  background: #0071bc;
  color: #fff;
  text-align: center;
}

.pg-selfcheck .point .txt .main {
  padding-bottom: 4px;
  font-size: 4.0rem;
  font-weight: bold;
}

.pg-selfcheck .point .txt .sub {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .pg-selfcheck .point {
    position: static;
    width: 100%;
  }
  .pg-selfcheck .point .title {
    padding: 0;
    text-align: center;
  }
  .pg-selfcheck .point .txt {
    margin: 0;
    padding: 12px 0 17px;
  }
}

_:-ms-lang(x),
.pg-contact__formarea .form .content .item .data.radio input {
  vertical-align: -2px;
}

@media screen and (max-width: 640px) {
  .c-txt-rt {
    zoom: 0.8;
  }
}

/**
 * Component
 */
.c-container {
  margin: auto;
  padding: 0 30px;
  max-width: calc(1000px + 60px);
}

.c-container > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .c-container {
    padding: 0 20px;
  }
}

.c-articleSet {
  padding: 0 40px;
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .c-articleSet {
    padding: 0;
    margin-top: 40px;
  }
}

.c-articleSet:first-child {
  margin-top: 0;
}

.c-articleSet > *[class^="c-"],
.c-articleSet .p-slider {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .c-articleSet > *[class^="c-"],
  .c-articleSet .p-slider {
    margin-top: 30px;
  }
}

.c-bgBox {
  padding: 2.5%;
  background-color: #e4f3f5;
  /*.c-hdg--lg,
	.c-hdg--md,
	.c-hdg--sm {
		&:before {
			background-color: $bgBoxHdgC;
		}
	}*/
}

.c-bgBox + * {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .c-bgBox {
    padding: 4%;
  }
}

/* mv */
.c-pageHeader {
  background: 50% 50% no-repeat #61c0cf;
  background-size: cover;
  padding: 60px 0;
}

.c-pageHeader__hdg {
  font-size: 3.2rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .c-pageHeader {
    padding: 40px 0;
  }
  .c-pageHeader__hdg {
    font-size: 2.8rem;
  }
}

/* パンくず */
.c-breadcrumb {
  padding-top: 15px;
}

.c-breadcrumb li {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: 0;
}

@media screen and (max-width: 640px) {
  .c-breadcrumb li {
    font-size: 1.3rem;
  }
}

.c-breadcrumb li:after {
  content: "";
  display: inline-block;
  background: url(../images/common/arrow_bread.png) 50% 50% no-repeat;
  background-size: cover;
  width: 6px;
  height: 10px;
  margin: 0 10px;
}

@media screen and (max-width: 640px) {
  .c-breadcrumb li:after {
    width: 4px;
    height: 9px;
    margin: 0 5px;
  }
}

.c-breadcrumb li:last-child:after {
  display: none;
}

.c-breadcrumb li img {
  width: 14px;
  height: auto;
  vertical-align: 0;
}

@media screen and (max-width: 640px) {
  .c-breadcrumb li img {
    width: 12px;
  }
}

.c-breadcrumb li a {
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-breadcrumb li a:hover {
  opacity: 0.8;
}

/* サブメニュー */
.c-pageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .c-pageNav {
    margin: -5px 0;
  }
}

.c-pageNav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  border: solid #ccc;
  border-width: 0 1px;
  padding: 0 20px;
  margin: 10px -1px 0 0;
}

@media screen and (max-width: 640px) {
  .c-pageNav__item {
    width: 29.4vw;
    font-size: 1.4rem;
    padding: 0 10px;
  }
}

.c-pageNav__item a,
.c-pageNav__item span {
  width: 100%;
}

.c-pageNav__item a {
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-pageNav__item a:hover {
  opacity: 0.8;
}

.c-pageNav__item a[target="_blank"]:after {
  content: "";
  display: inline-block;
  vertical-align: 0;
  background: url(../images/common/icon_external_gr.png) 50% 50% no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-left: 0.3em;
}

@media screen and (max-width: 640px) {
  .c-pageNav__item a[target="_blank"]:after {
    vertical-align: -1px;
  }
}

.c-pageNav__item span {
  font-weight: bold;
}

/* 見出し */
.c-hdg + *[class^="c-"] {
  margin-top: 0;
}

.c-hdg--xl {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #13adc5;
  padding: 14px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -40px 50px;
  width: calc(100% + 80px);
}

@media screen and (max-width: 640px) {
  .c-hdg--xl {
    width: 100% !important;
    font-size: 1.8rem;
    padding: 10px 15px;
    margin: 0 0 20px !important;
  }
}

.c-hdg--lg {
  font-size: 2rem;
  font-weight: bold;
  color: #13adc5;
  margin: 0 auto 15px;
  padding-left: 1em;
  position: relative;
}

.c-hdg--lg:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #13adc5;
  position: absolute;
  left: 0;
  top: 1rem;
}

@media screen and (max-width: 640px) {
  .c-hdg--lg {
    font-size: 1.6rem;
  }
  .c-hdg--lg:before {
    width: 10px;
    height: 10px;
    top: 0.8rem;
  }
}

.c-hdg--md {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 15px;
}

@media screen and (max-width: 640px) {
  .c-hdg--md {
    font-size: 1.5rem;
    margin: 0 auto 10px;
  }
}

.c-hdg--md2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto 15px;
}

@media screen and (max-width: 640px) {
  .c-hdg--md2 {
    font-size: 2rem;
    margin: 0 auto 10px;
  }
}

.c-hdg--sm {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 15px;
}

@media screen and (max-width: 640px) {
  .c-hdg--sm {
    font-size: 1.4rem;
  }
}

.c-hdg--mn {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto 15px;
}

@media screen and (max-width: 640px) {
  .c-hdg--mn {
    font-size: 1.2rem;
  }
}

.c-hdg--h3 {
  padding: 15px 10px;
  font-size: 2.2rem;
  color: #13ADC5;
  font-weight: 700;
  border-top: 2px solid #13ADC5;
  border-bottom: 2px solid #13ADC5;
}

@media screen and (max-width: 640px) {
  .c-hdg--h3 {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.8rem;
  }
}

/* コンポーネント共通 */
.c-txt,
.c-txtArea,
.c-separetor,
.c-image,
.c-gallery,
.c-linklist,
.c-linkBtn,
.c-table,
.c-yt,
.c-topicsList,
.c-accordion,
.p-slider {
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .c-txt,
  .c-txtArea,
  .c-separetor,
  .c-image,
  .c-gallery,
  .c-linklist,
  .c-linkBtn,
  .c-table,
  .c-yt,
  .c-topicsList,
  .c-accordion,
  .p-slider {
    font-size: 1.4rem;
  }
}

/* テキスト */
.c-txt p,
.c-txt ul,
.c-txt ol,
.c-txt dl,
.c-image__txt p,
.c-image__txt ul,
.c-image__txt ol,
.c-image__txt dl {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .c-txt p,
  .c-txt ul,
  .c-txt ol,
  .c-txt dl,
  .c-image__txt p,
  .c-image__txt ul,
  .c-image__txt ol,
  .c-image__txt dl {
    margin-top: 20px;
  }
}

.c-txt p:first-child,
.c-txt ul:first-child,
.c-txt ol:first-child,
.c-txt dl:first-child,
.c-image__txt p:first-child,
.c-image__txt ul:first-child,
.c-image__txt ol:first-child,
.c-image__txt dl:first-child {
  margin-top: 0;
}

.c-txt a,
.c-image__txt a {
  word-break: break-all;
}

/* textArea */
.c-txtArea p,
.c-txtArea ul,
.c-txtArea ol,
.c-txtArea dl {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .c-txtArea p,
  .c-txtArea ul,
  .c-txtArea ol,
  .c-txtArea dl {
    margin-top: 20px;
  }
}

.c-txtArea p:first-child,
.c-txtArea ul:first-child,
.c-txtArea ol:first-child,
.c-txtArea dl:first-child {
  margin-top: 0;
}

.c-txtArea a {
  color: #ef4337;
}

.c-txtArea a:hover {
  text-decoration: none;
}

.c-txtArea a[href^="#"]:after, .c-txtArea a[target="_blank"]:after, .c-txtArea a[href$=".pdf"]:after, .c-txtArea a[href$=".doc"]:after, .c-txtArea a[href$=".xls"]:after, .c-txtArea a[href$=".ppt"]:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-right: 1em;
  margin-left: 0.5em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

.c-txtArea a[href^="#"]:after {
  background-image: url(../images/common/icon_arw_gr.png);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-txtArea a[target="_blank"]:after {
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon_external_gr.png);
}

.c-txtArea a[href$=".pdf"]:after, .c-txtArea a[href$=".doc"]:after, .c-txtArea a[href$=".xls"]:after, .c-txtArea a[href$=".ppt"]:after {
  width: 14px;
  height: 17px;
  background-image: url(../images/common/icon_file_gr.png);
}

.c-txtArea strong {
  font-weight: bold;
}

.c-txtArea em {
  font-style: italic;
}

.c-txtArea del {
  text-decoration: line-through;
}

.c-txtArea ul,
.c-txtArea ol {
  padding-left: 1.5em;
}

.c-txtArea ul > li,
.c-txtArea ol > li {
  padding-left: 0;
}

.c-txtArea ul > li > ul:last-of-type,
.c-txtArea ul > li > ol:last-of-type,
.c-txtArea ol > li > ul:last-of-type,
.c-txtArea ol > li > ol:last-of-type {
  margin-bottom: 0.9em;
}

.c-txtArea ul > li {
  list-style: disc;
}

.c-txtArea ol > li {
  list-style: decimal;
}

.c-txtArea hr {
  margin-top: 20px;
  border-top: 1px solid #efefef;
}

.c-txtArea table th {
  text-align: left;
}

.c-txtArea table.line {
  width: 100%;
}

.c-txtArea table.line > tbody > tr {
  border-bottom: 1px solid #ccc;
}

.c-txtArea table.line > tbody > tr:last-child {
  border-bottom: 0;
}

.c-txtArea table.line > tbody > tr > th,
.c-txtArea table.line > tbody > tr > td {
  padding: 15px 10px;
}

@media screen and (max-width: 640px) {
  .c-txtArea table.line > tbody > tr > th,
  .c-txtArea table.line > tbody > tr > td {
    padding: 10px 5px;
  }
}

.c-txtArea table.line > tbody > tr > th {
  width: 22%;
}

@media screen and (max-width: 640px) {
  .c-txtArea table.line > tbody > tr > th {
    width: 8rem;
  }
}

/* セパレーター */
.c-separetor {
  width: 100%;
  height: 0;
  border-top: 1px solid #ccc;
  margin: 25px 0 -15px !important;
}

.c-separetor:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
  .c-separetor {
    margin: 20px 0 -10px !important;
  }
}

/* 画像とテキスト */
.c-image__images {
  max-width: 100%;
}

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

.c-image__caption {
  margin-top: 0.5em;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .c-image__caption {
    font-size: 1.3rem;
  }
}

.c-image__txt {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .c-image__txt {
    margin-top: 20px;
  }
}

.c-image__txt > *:first-child {
  margin-top: 0;
}

.c-image--center .c-image__images {
  margin: 0 auto;
}

.c-image--left::after, .c-image--right::after {
  content: "";
  display: block;
  clear: both;
}

.c-image--left .c-image__txt, .c-image--right .c-image__txt {
  overflow: auto;
}

@media screen and (max-width: 640px) {
  .c-image--left .c-image__txt, .c-image--right .c-image__txt {
    overflow: inherit;
  }
}

.c-image--left .c-gmap,
.c-image--left .c-image__images, .c-image--right .c-gmap,
.c-image--right .c-image__images {
  max-width: 450px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .c-image--left .c-gmap,
  .c-image--left .c-image__images, .c-image--right .c-gmap,
  .c-image--right .c-image__images {
    max-width: 100% !important;
  }
}

.c-image--left .c-gmap,
.c-image--left .c-image__images {
  float: left;
  clear: both;
  margin: 0 50px 10px 0;
}

.c-image--right .c-gmap,
.c-image--right .c-image__images {
  float: right;
  clear: both;
  margin: 0 0 10px 50px;
}

.c-image .c-gmap {
  position: relative;
  overflow: hidden;
  padding-bottom: 38.04348%;
}

@media screen and (max-width: 640px) {
  .c-image .c-gmap {
    padding-bottom: 66.66667%;
  }
}

.c-image .c-gmap iframe,
.c-image .c-gmap object,
.c-image .c-gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .c-image__image--spFull img {
    width: 100%;
  }
  .c-image__images {
    margin: 0 0 20px !important;
    float: none !important;
    width: 100% !important;
  }
}

/* YouTube埋め込み */
.c-yt {
  margin-right: auto;
  margin-left: auto;
  width: 61.6666667%;
}

.c-yt__inner {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.c-yt__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .c-yt {
    width: 100%;
  }
}

/* カラム */
.c-inlineBlockList {
  font-size: 0;
}

.c-inlineBlockList__item {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 1.6rem;
}

.c-inlineBlockList__item .c-image {
  margin-top: 0;
}

.c-inlineBlockList--2col {
  margin: -2.5% 0 0 -2.5%;
}

.c-inlineBlockList--2col .c-inlineBlockList__item {
  padding: 2.5% 0 0 2.5%;
  width: 50%;
}

.c-inlineBlockList--3col {
  margin: -2.5% 0 0 -2.5%;
}

.c-inlineBlockList--3col .c-inlineBlockList__item {
  padding: 2.5% 0 0 2.5%;
  width: 33.333%;
}

.c-inlineBlockList--4col {
  margin: -2.5% 0 0 -2.5%;
}

.c-inlineBlockList--4col .c-inlineBlockList__item {
  padding: 2.5% 0 0 2.5%;
  width: 25%;
}

.c-inlineBlockList--5col {
  margin: -2.5% 0 0 -2.5%;
}

.c-inlineBlockList--5col .c-inlineBlockList__item {
  padding: 2.5% 0 0 2.5%;
  width: 20%;
}

@media screen and (max-width: 640px) {
  .c-inlineBlockList--4col .c-inlineBlockList__item, .c-inlineBlockList--5col .c-inlineBlockList__item {
    width: 50%;
  }
}

/* 画像一覧 */
.c-gallery {
  margin: -2.5% 0 0 -2.5%;
}

.c-gallery__item {
  display: inline-block;
  padding: 2.5% 0 0 2.5%;
}

.c-gallery__item img {
  max-width: 100%;
}

.c-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-tile__item > *:first-child {
  margin-top: 0;
}

.c-tile__item .c-image__images img {
  width: 100%;
  height: auto;
}

.c-tile__item .c-image__caption {
  padding: 0 0.5em;
}

/* テキストリンクリスト */
.c-linklist__item {
  display: block;
}

.c-linklist__item ~ .c-linklist__item {
  margin-top: 13px;
}

.c-linklist__item .c-linkTxt {
  margin-top: 0;
}

.c-linklist--side .c-linklist__item {
  display: inline-block;
  vertical-align: top;
  padding-right: 2em;
}

/* リンク */
.c-linkTxt {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  color: #ef4337;
}

.c-linkTxt:hover {
  text-decoration: none;
}

.c-linkTxt:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-right: 1em;
  margin-left: 0.5em;
  background-image: url(../images/common/icon_arw_gr.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

.c-linkTxt[href^="#"]:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-linkTxt[target="_blank"]:after {
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon_external_gr.png);
}

.c-linkTxt[href$=".pdf"]:after, .c-linkTxt[href$=".doc"]:after, .c-linkTxt[href$=".xls"]:after, .c-linkTxt[href$=".ppt"]:after {
  width: 14px;
  height: 17px;
  background-image: url(../images/common/icon_file_gr.png);
}

/* リンクボタン */
.c-linkBtn {
  display: inline-block;
}

.c-linkBtn a {
  display: inline-block;
  position: relative;
  padding: 1em 3em 1em 2em;
  min-width: 290px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ef4337;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-linkBtn a:after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 7px;
  height: 12px;
  background-image: url(../images/common/arrow_w.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

.c-linkBtn a:hover {
  opacity: .8;
}

.c-linkBtn a[href^="#"]:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-linkBtn a[target="_blank"]:after {
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icon_external_wh.png);
}

.c-linkBtn a[href$=".pdf"]:after, .c-linkBtn a[href$=".doc"]:after, .c-linkBtn a[href$=".xls"]:after, .c-linkBtn a[href$=".ppt"]:after {
  width: 14px;
  height: 17px;
  background-image: url(../images/common/icon_file_wh.png);
}

@media screen and (max-width: 640px) {
  .c-linkBtn {
    display: block;
  }
  .c-linkBtn a {
    padding: 0.75em 3em 0.75em 2em;
    display: block;
    min-width: inherit;
  }
  .c-linkBtn a:hover {
    opacity: 1;
  }
}

.c-linkBtnList {
  margin-top: -2.5%;
  margin-left: -2.5%;
  font-size: 0;
}

.c-linkBtnList__item {
  display: inline-block;
  padding-top: 2.5%;
  padding-left: 2.5%;
}

@media screen and (max-width: 640px) {
  .c-linkBtnList__item {
    display: block;
  }
}

.c-linkBtnList__wrapper--center {
  text-align: center;
}

.c-linkBtnList__wrapper--right {
  text-align: right;
}

/* テーブル */
.c-table {
  width: 100%;
  border-collapse: collapse;
}

.c-table th,
.c-table td {
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 1em 1.2em;
}

.c-table th {
  font-weight: bold;
  width: 40.21739%;
}

.c-table thead th,
.c-table thead td {
  background-color: #eee;
}

.c-table tbody th,
.c-table tbody td {
  text-align: left;
}

.c-table tbody th {
  min-width: 28.3333333%;
  background-color: #f3f3f3;
  white-space: nowrap;
}

.c-table tbody td {
  background-color: #FFF;
}

.c-table tfoot th,
.c-table tfoot td {
  background-color: #ddd;
}

@media screen and (max-width: 640px) {
  .c-table th,
  .c-table td {
    padding: 0.5em 0.8em;
  }
  .c-table th {
    width: 25%;
  }
}

/* トピックス一覧 */
.c-topicsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid #ccc;
}

.c-topicsList__item:last-child {
  border-bottom: 1px solid #ccc;
}

.c-topicsList__item__head {
  width: 12em;
}

.c-topicsList__item__body {
  width: calc(100% - 12em);
}

@media screen and (max-width: 640px) {
  .c-topicsList__item__head, .c-topicsList__item__body {
    width: 100%;
  }
  .c-topicsList__item__body {
    padding-top: 10px;
  }
}

/* アコーディオン */
.c-accordion:nth-child(n+2) {
  margin-top: 20px !important;
}

@media screen and (max-width: 640px) {
  .c-accordion:nth-child(n+2) {
    margin-top: 10px !important;
  }
}

.c-accordion__head {
  display: block;
  position: relative;
  padding: 15px 60px 15px 30px;
  background-color: #13adc5;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-accordion__head:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .c-accordion__head {
    font-size: 1.6rem;
    padding: 10px 40px 10px 20px;
  }
}

.c-accordion__icon {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 22px;
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (max-width: 640px) {
  .c-accordion__icon {
    right: 15px;
  }
}

.c-accordion__icon:before, .c-accordion__icon:after {
  content: '';
  position: absolute;
  background-color: #FFF;
}

.c-accordion__icon:before {
  top: 0;
  left: 7px;
  width: 2px;
  height: 16px;
}

.c-accordion__icon:after {
  width: 16px;
  height: 2px;
  top: 7px;
  left: 0;
}

.c-accordion__body {
  display: none;
  border: 2px solid #ddd;
  padding: 23px 30px;
}

.c-accordion.is-open .c-accordion__icon:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 640px) {
  .c-accordion:nth-child(n+2) {
    margin-top: 20px;
  }
  .c-accordion__head:hover {
    opacity: 1;
  }
  .c-accordion__body {
    padding: 15px;
  }
}

/* お問い合わせ */
.c-contact {
  margin-top: 80px !important;
}

@media screen and (max-width: 640px) {
  .c-contact {
    margin-top: 0 !important;
    padding-top: 60px;
  }
}

.c-contact a {
  color: #FFF;
  text-decoration: none;
  background-color: #13adc5;
  display: table;
  width: 100%;
  position: relative;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .c-contact a {
    display: block;
    padding: 15px;
    pointer-events: auto;
  }
}

.c-contact__title {
  display: table-cell;
  vertical-align: middle;
  width: 375px;
  padding: 40px 23px 40px 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .c-contact__title {
    display: block;
    width: auto;
    position: relative;
    padding: 0;
    max-width: 315px;
    margin: 0 auto;
  }
}

.c-contact__title .ribbon {
  margin: 0 0 10px;
}

.c-contact__title .ribbon img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .c-contact__title .ribbon {
    margin: -35px 0 10px;
  }
}

.c-contact__title .c-txt {
  font-size: 2.0rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .c-contact__title .c-txt {
    font-size: 1.3rem;
    padding: 0 0 20px 90px;
    text-align: left;
  }
}

.c-contact__title .image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-contact__title .image img {
  width: auto;
  height: 224px;
}

@media screen and (max-width: 640px) {
  .c-contact__title .image {
    right: auto;
    left: 0;
  }
  .c-contact__title .image img {
    height: 80px;
  }
}

.c-contact__tel {
  display: table-cell;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .c-contact__tel {
    display: block;
    width: auto;
    padding: 15px 0 0;
    text-align: center;
  }
}

.c-contact__tel:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 80px);
  position: absolute;
  top: 40px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 640px) {
  .c-contact__tel:before {
    top: 0;
    width: 100%;
    height: 1px;
  }
}

.c-contact__tel .number {
  font-weight: bold;
  font-size: 4.3rem;
  line-height: 1;
  margin-bottom: 15px;
}

.c-contact__tel .number span {
  font-size: 3.1rem;
}

.c-contact__tel .number img {
  width: 350px;
}

@media screen and (max-width: 640px) {
  .c-contact__tel .number img {
    max-width: 350px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .c-contact__tel .number {
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
  .c-contact__tel .number span {
    font-size: 2.2rem;
  }
}

.c-contact__tel .time {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3px;
}

@media screen and (max-width: 640px) {
  .c-contact__tel .time {
    font-size: 1.5rem;
  }
}

.c-contact__tel .note {
  font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
  .c-contact__tel .note {
    font-size: 1.1rem;
  }
}

.list-small {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .list-small {
    font-size: 1.4rem;
  }
}

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

/**
 * Other
 */
/* spメニューopen時コンテンツ固定 */
body.is-fixed {
  overflow: hidden;
}

/* 画像を背景に設定 */
.js-bg {
  background: 50% 50% no-repeat;
  background-size: cover;
}

.js-bg img {
  display: none;
}

@media screen and (max-width: 640px) {
  .js-bg {
    background: none;
  }
  .js-bg img {
    display: inherit;
  }
}

/* サブナビ */
.p-pageSubMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

/* スライダー */
.p-slider {
  position: relative;
}

.p-slider__item {
  padding: 0 5px;
  outline: none;
}

.p-slider__item__image img {
  width: 100%;
  height: auto;
}

.p-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -60px;
  width: 84px;
  height: 74px;
  background-color: #FFF;
}

.p-slider .slick-arrow > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.p-slider .slick-arrow > span::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  border-bottom: 5px solid #858585;
  width: 20px;
  height: 20px;
}

.p-slider .slick-prev {
  left: 0;
}

.p-slider .slick-prev > span::before {
  margin-left: -10px;
  left: 50%;
  border-left: 5px solid #858585;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-slider .slick-next {
  right: 0;
}

.p-slider .slick-next > span::before {
  margin-right: -10px;
  right: 50%;
  border-right: 5px solid #858585;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-slider .slick-dots {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}

.p-slider .slick-dots li {
  display: inline-block;
  margin: 0 7px;
  vertical-align: top;
}

.p-slider .slick-dots button {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #858585;
  font-size: 0;
}

.p-slider .slick-dots .slick-active button {
  background-color: #E2E2E2;
}

@media screen and (max-width: 640px) {
  .p-slider__item {
    padding: 0 1px;
  }
  .p-slider .slick-arrow {
    margin-top: -15px;
    width: 20px;
    height: 18px;
  }
  .p-slider .slick-arrow > span::before {
    margin-top: -4px;
    border-bottom-width: 2px;
    width: 6px;
    height: 6px;
  }
  .p-slider .slick-prev > span::before {
    margin-left: -3px;
    border-left-width: 2px;
  }
  .p-slider .slick-next {
    right: 0;
  }
  .p-slider .slick-next > span::before {
    margin-right: -3px;
    border-right-width: 2px;
  }
  .p-slider .slick-dots {
    margin-top: 6px;
  }
  .p-slider .slick-dots li {
    margin: 0 2.5px;
  }
  .p-slider .slick-dots button {
    width: 6px;
    height: 6px;
  }
}

/**
 * Utility
 */
.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

.u-fcRed {
  color: #ef4337;
}

.u-fsSmall {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .u-fsSmall {
    font-size: 1.2rem;
  }
}

.u-mt0 {
  margin-top: 0 !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;
}

@media screen and (max-width: 640px) {
  .u-mtSp0 {
    margin-top: 0 !important;
  }
}

.u-spOnly {
  display: none;
}

.u-spSmallOnly {
  display: none;
}

@media screen and (max-width: 640px) {
  .u-spOnly {
    display: inherit;
  }
  .u-pcOnly {
    display: none;
  }
}

@media screen and (max-width: 395px) {
  .u-spSmallOnly {
    display: inherit;
  }
}

/**
 * keyframes
 */
