@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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; }

/* mixin */
/*:root { --bg:linear-gradient(142deg, rgba(229, 219, 188, 1) 0%, rgba(229, 219, 188, 0.45) 100%); }
html,body { background:var(--bg);}*/
/*	common
---------------------------------*/
body {
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  font-style: normal; }
  @media screen and (max-width: 850px) {
    body {
      font-size: 14px; } }

/* link */
a {
  color: #333333;
  text-decoration: none;
  transition: .4s; }
  a:hover {
    transition: .4s;
    text-decoration: none; }

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

/* figure */
img {
  max-width: 100%;
  height: auto;
  display: block; }

/* heading */
/* fadein */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block !important; }
  @media screen and (max-width: 850px) {
    .block_p {
      display: none !important; } }

.block_s {
  display: none !important; }
  @media screen and (max-width: 850px) {
    .block_s {
      display: block !important; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 850px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none !important; }
  @media screen and (max-width: 850px) {
    .inline_s {
      display: inline !important; } }

.inline-block_p {
  display: inline-block !important; }
  @media screen and (max-width: 850px) {
    .inline-block_p {
      display: none !important; } }

.inline-block_s {
  display: none !important; }
  @media screen and (max-width: 850px) {
    .inline-block_s {
      display: inline-block !important; } }

.anc {
  margin-top: -105px;
  padding-top: 105px; }
  @media screen and (max-width: 850px) {
    .anc {
      margin-top: -105px;
      padding-top: 105px; } }

.wrapper {
  position: relative;
  overflow: hidden; }
  .wrapper:before {
    content: "";
    transition: 0.5s; }

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9); }
  .header__ttl {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px; }
    @media screen and (max-width: 1160px) {
      .header__ttl {
        font-size: 12px; } }
  .header__li {
    border-left: 0.5px solid #CCC;
    padding: 0 15px; }
    @media screen and (max-width: 1160px) {
      .header__li {
        padding: 0 10px; } }
  .header__link {
    line-height: 1;
    font-weight: 500;
    font-size: 14px; }
    @media screen and (max-width: 1160px) {
      .header__link {
        font-size: 12px; } }
  .header__en {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #4CA3A6; }
    @media screen and (max-width: 1160px) {
      .header__en {
        font-size: 8px; } }
  .header__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 20px 20px; }
    @media screen and (max-width: 920px) {
      .header__inner {
        padding: 20px; } }
  .header__logo {
    display: block;
    width: 200px; }
    @media screen and (max-width: 1160px) {
      .header__logo {
        width: 150px; } }
  .header__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    @media screen and (max-width: 920px) {
      .header__right {
        display: none; } }
  .header__rightInner {
    margin-right: 10px; }
  .header__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .header__btn {
    width: 220px;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #FF8C00;
    border-radius: 0 0 10px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 600; }
    @media screen and (max-width: 1160px) {
      .header__btn {
        width: 180px; } }
  .header__btnInner {
    color: #FFF;
    box-sizing: border-box;
    text-align: center; }
    @media screen and (max-width: 1160px) {
      .header__btnInner {
        font-size: 12px; } }
  .header__btnTxtEn {
    font-size: 12px; }
  .header__btnTtl {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    margin: 7px 0 0 0;
    box-sizing: border-box;
    position: relative; }
    .header__btnTtl:before {
      content: "";
      left: calc(50% - 25px);
      width: 50px;
      height: 1px;
      background: #FFF;
      position: absolute;
      top: 0; }

.menu-button {
  background: url("../img/open.png") no-repeat;
  background-size: 60px;
  cursor: pointer;
  position: fixed;
  z-index: 1001;
  display: none;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px; }
  @media screen and (max-width: 920px) {
    .menu-button {
      display: block; } }

.menu-button.active {
  background-size: 60px;
  background: url("../img/close.png") no-repeat;
  background-size: 60px;
  display: block !important; }

.spMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #877316;
  background: linear-gradient(90deg, #4ca3a6 0%, #55a4d8 100%);
  padding: 100px 20px 40px;
  box-sizing: border-box;
  z-index: 1000;
  color: #fff;
  overflow: auto; }
  .spMenu__logo {
    display: block;
    width: 150px;
    position: absolute;
    left: 20px;
    top: 20px; }
  .spMenu__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .spMenu__li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #FFF; }
  .spMenu__link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    padding: 0 10px; }
  .spMenu__span {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px; }
  .spMenu__dl {
    margin: 0; }
  .spMenu__dt {
    font-weight: bold;
    font-size: 20px;
    cursor: pointer; }
  .spMenu__dd {
    font-size: 18px;
    margin-left: 15px;
    margin-top: 5px;
    display: none; }

.cont {
  position: relative;
  padding-top: 113px; }
  @media screen and (max-width: 920px) {
    .cont {
      padding-top: 82px; } }

.mv {
  height: 610px;
  background: url("../img/mv.png") center no-repeat;
  background-size: cover;
  width: calc(100% - 40px);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: auto; }
  @media screen and (max-width: 850px) {
    .mv {
      width: calc(100% - 40px);
      border-radius: 5px;
      height: 530px; } }
  .mv__news {
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1; }
    .mv__news:before {
      content: "";
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #4ca3a6 0%, #55a4d8 100%);
      mix-blend-mode: multiply;
      /* ←ここで乗算 */
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.7; }
    @media screen and (max-width: 850px) {
      .mv__news .mv__inner {
        padding: 0; } }
  .mv__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    color: #FFF;
    padding: 5px 0; }
    @media screen and (max-width: 850px) {
      .mv__dl {
        padding: 10px;
        font-size: 10px;
        padding: 5px 20px; } }
  .mv__date {
    display: inline-block;
    margin-right: 10px; }
  .mv__dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px;
    margin-left: 20px;
    color: #FFF;
    position: relative; }
    @media screen and (max-width: 850px) {
      .mv__dd {
        padding-left: 10px;
        margin-left: 10px; } }
    .mv__dd:before {
      content: "";
      width: 1px;
      height: 15px;
      background: #FFF;
      position: absolute;
      left: 0;
      top: 6px; }
    .mv__dd a {
      color: #FFF; }
  .mv__icon {
    position: absolute;
    right: 20px;
    bottom: 80px;
    width: 120px; }
    @media screen and (max-width: 850px) {
      .mv__icon {
        bottom: 60px;
        right: 10px;
        width: 75px; } }
  .mv__inner {
    position: relative;
    max-width: 1104px;
    padding: 0 40px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 850px) {
      .mv__inner {
        padding: 0 20px; } }
    @media screen and (max-width: 850px) {
      .mv__inner {
        display: block;
        padding: 30px 0 0 0; } }
  .mv__pic {
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 325px; }
    @media screen and (max-width: 850px) {
      .mv__pic {
        width: 245px;
        right: -40px; } }
  .mv__ttlInner {
    color: #FFF;
    box-sizing: border-box;
    padding: 1px 14px 0px;
    background: linear-gradient(90deg, #4ca3a6 0%, #55a4d8 100%);
    margin: 0 0 12px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1.5px;
    display: inline-block; }
    @media screen and (max-width: 890px) {
      .mv__ttlInner {
        font-size: 22px; } }
    @media screen and (max-width: 850px) {
      .mv__ttlInner {
        font-size: 16px; } }
  .mv__type {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 30px; }
    @media screen and (max-width: 850px) {
      .mv__type {
        max-width: 200px;
        margin: 10px 0 30px 20px;
        position: relative;
        z-index: 1; } }
  .mv__typeLi {
    width: 90px;
    height: 90px;
    background: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #333333;
    text-align: center;
    margin-right: 10px;
    line-height: 1.2;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px; }
    @media screen and (max-width: 850px) {
      .mv__typeLi {
        font-size: 16px;
        width: 70px;
        height: 70px;
        margin-bottom: 10px; } }
  .mv__btn {
    background: #FF8C00;
    display: inline-block;
    border-radius: 100px;
    color: #FFF;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 20px;
    letter-spacing: 1px; }
    .mv__btn img {
      display: inline-block;
      width: 20px;
      position: relative;
      margin: 0 5px 0 0;
      top: 3px; }
      @media screen and (max-width: 850px) {
        .mv__btn img {
          top: 2px; } }
    @media screen and (max-width: 850px) {
      .mv__btn {
        position: absolute;
        width: 220px;
        bottom: 20px;
        z-index: 1;
        font-size: 16px;
        text-align: center;
        padding: 10px 20px;
        bottom: 75px;
        left: 20px;
        font-size: 14px; } }
  .mv__nameBox {
    position: absolute;
    right: 320px;
    bottom: 110px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #4ca3a6 0%, #55a4d8 100%);
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 1px; }
    @media screen and (max-width: 850px) {
      .mv__nameBox {
        right: 0px;
        bottom: 160px;
        padding: 7px 10px 5px; } }
  .mv__name {
    font-size: 18px;
    font-weight: 600; }
    @media screen and (max-width: 850px) {
      .mv__name {
        font-size: 16px; } }
  @media screen and (max-width: 850px) {
    .mv__nameInner {
      font-size: 12px; } }

.ttlWrap {
  margin-bottom: 40px; }
  @media screen and (max-width: 850px) {
    .ttlWrap {
      margin-bottom: 20px; } }
  .ttlWrap .ttl {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 2px; }
    @media screen and (max-width: 850px) {
      .ttlWrap .ttl {
        font-size: 20px; } }
  .ttlWrap .ttlEn {
    color: #4CA3A6;
    font-weight: 600;
    letter-spacing: 1px; }
    @media screen and (max-width: 850px) {
      .ttlWrap .ttlEn {
        font-size: 14px; } }

.commonBtn {
  background: #FF8C00;
  color: #FFF;
  border-radius: 100px;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px 20px;
  letter-spacing: 1px;
  font-weight: 500; }

.topAbout {
  position: relative;
  padding: 100px 0; }
  @media screen and (max-width: 850px) {
    .topAbout {
      padding: 70px 0; } }
  .topAbout__inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px; }
    @media screen and (max-width: 850px) {
      .topAbout__inner {
        padding: 0 20px; } }
  .topAbout__box {
    max-width: 650px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 850px) {
      .topAbout__box {
        max-width: 100%; } }
  .topAbout__ttl {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1.6;
    margin: 0 0 30px;
    font-weight: 500; }
    @media screen and (max-width: 850px) {
      .topAbout__ttl {
        font-size: 22px;
        margin: 0 0 20px; } }
    .topAbout__ttl span {
      background: #FFF;
      box-sizing: border-box;
      padding: 2px; }
  .topAbout__txt {
    margin-bottom: 30px; }
    @media screen and (max-width: 850px) {
      .topAbout__txt {
        margin: 0 0 20px; } }
    .topAbout__txt span {
      background: #FFF;
      box-sizing: border-box;
      padding: 2px; }
      @media screen and (max-width: 850px) {
        .topAbout__txt span {
          padding: 0; } }
  .topAbout__pic {
    position: absolute;
    width: 480px;
    right: 0;
    top: 0;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 1280px) {
      .topAbout__pic {
        right: 40px; } }
    @media screen and (max-width: 1000px) {
      .topAbout__pic {
        width: 350px; } }
    @media screen and (max-width: 850px) {
      .topAbout__pic {
        position: static;
        width: 100%;
        margin-bottom: 20px; } }
    .topAbout__pic img {
      width: 100%; }

.topService {
  background: linear-gradient(90deg, #4ca3a6 0%, #55a4d8 100%);
  border-radius: 10px;
  margin: auto;
  padding: 100px 0;
  width: calc(100% - 40px);
  color: #FFF; }
  @media screen and (max-width: 850px) {
    .topService {
      padding: 70px 0 30px; } }
  .topService__inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px; }
    @media screen and (max-width: 850px) {
      .topService__inner {
        padding: 0 20px; } }
  .topService__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin-top: 40px; }
  .topService__box {
    width: calc(100%/3 - 25px);
    border: 2px solid #FFF;
    border-radius: 10px;
    margin-bottom: 40px; }
    @media screen and (max-width: 850px) {
      .topService__box {
        width: 100%;
        border-radius: 5px; } }
  .topService__iconWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 200px; }
  .topService__icon {
    margin: auto; }
  .topService__icon1, .topService__icon2 {
    width: 135px; }
  .topService__icon3 {
    width: 115px; }
  .topService__icon4 {
    width: 153px; }
  .topService__icon5 {
    width: 137.25px; }
  .topService__icon6 {
    width: 137.25px; }
  .topService__boxInner {
    border-top: 2px solid #FFF;
    padding: 30px; }
    @media screen and (max-width: 850px) {
      .topService__boxInner {
        padding: 20px; } }
  .topService__ttl, .topService__en {
    text-align: center; }
  .topService__en {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px; }
  .topService__ttl {
    font-size: 24px;
    font-weight: 500; }
    @media screen and (max-width: 850px) {
      .topService__ttl {
        font-size: 22px; } }
  .topService__txt {
    margin: 0 0 20px; }
  .topService .commonBtn {
    width: 100%;
    text-align: center;
    max-width: 240px;
    margin: auto;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFF; }

.topServiceLead {
  position: relative;
  max-width: 1104px;
  padding: 0 40px;
  width: 100%;
  margin: auto; }
  @media screen and (max-width: 850px) {
    .topServiceLead {
      padding: 0 20px; } }
  @media screen and (max-width: 850px) {
    .topServiceLead {
      padding: 0; } }
  .topServiceLead .ttlEn {
    color: #FFF; }
  .topServiceLead__ttl {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 2px;
    font-weight: 500; }
    @media screen and (max-width: 850px) {
      .topServiceLead__ttl {
        font-size: 22px; } }
  .topServiceLead__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    @media screen and (max-width: 850px) {
      .topServiceLead__wrap {
        flex-direction: column-reverse; } }
  .topServiceLead__img {
    width: 280px;
    padding: 0 40px 0 40px; }
    @media screen and (max-width: 850px) {
      .topServiceLead__img {
        width: 140px;
        margin: 0 auto 30px;
        padding: 0; } }
  .topServiceLead__box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
    @media screen and (max-width: 850px) {
      .topServiceLead__box {
        width: 100%; } }
  .topServiceLead__txt {
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .topServiceLead__txt {
        font-size: 14px; } }

.topReason {
  padding: 100px 0; }
  @media screen and (max-width: 850px) {
    .topReason {
      padding: 70px 0; } }

.topReasonLead {
  position: relative;
  max-width: 1104px;
  padding: 0 40px;
  width: 100%;
  margin: auto;
  margin-bottom: 80px; }
  @media screen and (max-width: 850px) {
    .topReasonLead {
      padding: 0 20px; } }
  .topReasonLead .ttlWrap {
    text-align: center; }
  .topReasonLead__icon {
    margin: 0 auto 20px;
    width: 57.26px; }

.topReasonWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 1280px;
  margin: 0 auto 70px;
  padding: 0 40px;
  align-items: center; }
  @media screen and (max-width: 850px) {
    .topReasonWrap {
      padding: 0 20px;
      flex-direction: column-reverse; } }
  .topReasonWrap:last-of-type {
    margin-bottom: 0; }
  .topReasonWrap__box, .topReasonWrap__pic {
    width: 50%; }
    @media screen and (max-width: 850px) {
      .topReasonWrap__box, .topReasonWrap__pic {
        width: 100%; } }
  .topReasonWrap__pic {
    border-radius: 10px;
    overflow: hidden; }
  .topReasonWrap__boxInner {
    padding: 0 100px; }
    @media screen and (max-width: 850px) {
      .topReasonWrap__boxInner {
        padding: 30px 20px 0; } }
  .topReasonWrap__ttl {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0 0 30px;
    position: relative; }
    @media screen and (max-width: 850px) {
      .topReasonWrap__ttl {
        font-size: 22px;
        margin: 0 0 20px; } }
    .topReasonWrap__ttl span {
      position: relative;
      z-index: 1; }
    .topReasonWrap__ttl:before {
      position: absolute;
      left: -50px;
      top: -90px;
      font-size: 100px;
      font-style: oblique;
      font-weight: 600;
      color: #4CA3A6;
      opacity: 0.5; }
      @media screen and (max-width: 850px) {
        .topReasonWrap__ttl:before {
          font-size: 60px;
          left: -55px;
          top: -40px; } }
  .topReasonWrap__ttl1:before {
    content: "01"; }
  .topReasonWrap__ttl2:before {
    content: "02"; }
  .topReasonWrap__ttl3:before {
    content: "03"; }
  .topReasonWrap__ttl4:before {
    content: "04"; }

.topReasonWrap.rev {
  flex-direction: row-reverse; }
  @media screen and (max-width: 850px) {
    .topReasonWrap.rev {
      flex-direction: column-reverse; } }

.topContact {
  padding: 100px 0;
  background: url("../img/bg_contact.png") center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 850px) {
    .topContact {
      padding: 70px 0; } }
  .topContact .ttl,
  .topContact .ttlEn {
    text-align: center;
    color: #FFF; }
    @media screen and (max-width: 850px) {
      .topContact .ttl,
      .topContact .ttlEn {
        text-align: left; } }
  .topContact__inner {
    color: #FFF;
    padding: 0 40px;
    max-width: 880px;
    margin: auto; }
    @media screen and (max-width: 850px) {
      .topContact__inner {
        padding: 0 20px; } }
  .topContact__txt {
    text-align: center; }
    @media screen and (max-width: 850px) {
      .topContact__txt {
        text-align: left; } }
  .topContact__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    max-width: 700px;
    margin: 30px auto 0; }
    @media screen and (max-width: 850px) {
      .topContact__wrap {
        width: 100%; } }
  .topContact__btn {
    width: calc(100%/2 - 15px);
    border-radius: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 80px;
    justify-content: center;
    color: #FFF;
    background: linear-gradient(90deg, #4ca3a6 0%, #55a4d8 100%);
    box-sizing: border-box;
    padding: 0 10px; }
    @media screen and (max-width: 850px) {
      .topContact__btn {
        width: 100%; } }
  .topContact__sTxt {
    display: block;
    text-align: center;
    font-size: 13px; }
  .topContact__number {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 -10px;
    position: relative;
    text-align: center; }
    .topContact__number span {
      display: inline-block;
      font-size: 20px; }
  .topContact__btn2 {
    background: #FF8C00;
    font-size: 18px;
    font-weight: 500; }
    @media screen and (max-width: 850px) {
      .topContact__btn2 {
        margin-top: 20px; } }
    .topContact__btn2 img {
      display: inline-block;
      margin: 0 5px 0 0;
      width: 25px; }

.footer {
  position: relative;
  background: linear-gradient(90deg, #4ca3a6 0%, #55a4d8 100%);
  padding: 70px 0; }
  @media screen and (max-width: 850px) {
    .footer {
      padding: 50px 0; } }
  .footer__inner {
    position: relative;
    max-width: 1104px;
    padding: 0 40px;
    width: 100%;
    margin: auto; }
    @media screen and (max-width: 850px) {
      .footer__inner {
        padding: 0 20px; } }
  .footer__logo {
    width: 250px;
    margin: 0 auto 10px; }
    @media screen and (max-width: 850px) {
      .footer__logo {
        width: 200px; } }
  .footer__address {
    text-align: center;
    color: #FFF; }
    @media screen and (max-width: 850px) {
      .footer__address {
        margin-bottom: 20px; } }
    .footer__address a {
      color: #FFF; }
  .footer__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0; }
    @media screen and (max-width: 850px) {
      .footer__list {
        display: none; } }
  .footer__li {
    text-align: center; }
    .footer__li:last-of-type .footer__link {
      border-right: 0; }
  .footer__link {
    color: #FFF;
    text-align: center;
    box-sizing: border-box;
    display: block;
    padding: 0 20px;
    border-right: 1px solid #FFF;
    font-size: 12px; }
    .footer__link span {
      display: block;
      text-align: center;
      font-size: 14px;
      position: relative;
      margin-bottom: -5px; }
  .footer__copy {
    text-align: center;
    color: #FFF;
    margin-top: 20px;
    font-size: 10px;
    letter-spacing: 1px; }

.kasoTtlBox.kasoTtlContact {
  background: url("../img/bg_kasottl_contact.jpg") center no-repeat;
  background-size: cover; }

.kasoTtlBox.kasoTtlFaq {
  background: url("../img/bg_kasottl_faq.jpg") center no-repeat;
  background-size: cover; }

.kasoTtlBox.kasoTtlNews {
  background: url("../img/bg_kasottl_news.jpg") center no-repeat;
  background-size: cover; }

.kasoTtlBox.kasoTtlService {
  background: url("../img/bg_kasottl_service.jpg") center no-repeat;
  background-size: cover; }

.kasoTtlBox.kasoTtlCompany {
  background: url("../img/bg_kasottl_company.jpg") center no-repeat;
  background-size: cover; }

.kasoTtlBox.kasoTtlPrice {
  background: url("../img/bg_kasottl_price.jpg") center no-repeat;
  background-size: cover; }

.kasoTtlBox {
  width: calc(100% - 40px);
  margin: auto;
  border-radius: 10px;
  height: 240px;
  background: url("../img/bg_kasottl.png") center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 850px) {
    .kasoTtlBox {
      height: 180px;
      border-radius: 0px;
      width: 100vw; } }
  .kasoTtlBox__inner {
    position: relative;
    max-width: 1104px;
    padding: 0 40px;
    width: 100%;
    margin: auto;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 850px) {
      .kasoTtlBox__inner {
        padding: 0 20px; } }
  .kasoTtlBox__ttl {
    font-size: 32px;
    letter-spacing: 2px;
    position: relative;
    margin: 0 0 -10px;
    color: #FFF; }
    @media screen and (max-width: 850px) {
      .kasoTtlBox__ttl {
        font-size: 26px; } }
  .kasoTtlBox__enTtl {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    color: #FFF; }
    @media screen and (max-width: 850px) {
      .kasoTtlBox__enTtl {
        font-size: 12px; } }

.pan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 1104px;
  padding: 0 40px;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 50px; }
  @media screen and (max-width: 850px) {
    .pan {
      padding: 0 20px; } }
  .pan__li {
    position: relative;
    margin: 0 10px 0 0;
    padding: 0 15px 0 0;
    font-weight: 500;
    font-size: 12px; }
    .pan__li:before {
      content: ">";
      position: absolute;
      right: 0;
      top: 0; }
    .pan__li:last-of-type:before {
      content: none; }

.inner {
  position: relative;
  max-width: 1104px;
  padding: 0 40px;
  width: 100%;
  margin: auto; }
  @media screen and (max-width: 850px) {
    .inner {
      padding: 0 20px; } }

.kasoSubTtl,
.kasoSubTtl2 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-weight: 500;
  color: #4CA3A6; }
  @media screen and (max-width: 850px) {
    .kasoSubTtl,
    .kasoSubTtl2 {
      font-size: 24px;
      margin-bottom: 20px; } }

.serviceLead {
  margin-bottom: 100px; }
  @media screen and (max-width: 850px) {
    .serviceLead {
      margin-bottom: 70px; } }
  .serviceLead__txt {
    margin-bottom: 20px; }

.serviceList {
  background: linear-gradient(90deg, #4ca3a6 0%, #55a4d8 100%);
  padding: 100px 0 30px;
  color: #FFF; }
  @media screen and (max-width: 850px) {
    .serviceList {
      padding: 70px 0 20px; } }
  .serviceList .kasoSubTtl,
  .serviceList .kasoSubTtl2 {
    color: #FFF; }
  .serviceList__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px; }
    .serviceList__wrap:first-of-type {
      margin-top: 70px; }
    @media screen and (max-width: 850px) {
      .serviceList__wrap {
        margin-bottom: 50px;
        display: block; } }
  .serviceList__pic {
    border: 1px solid #FFF;
    border-radius: 10px;
    width: 320px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 850px) {
      .serviceList__pic {
        width: 100%;
        padding: 30px 0;
        margin: 0 0 20px;
        border: none;
        padding: 0; } }
    .serviceList__pic img {
      width: 150px;
      margin: auto;
      display: block; }
      @media screen and (max-width: 850px) {
        .serviceList__pic img {
          width: 120px; } }
  .serviceList .txt {
    margin-bottom: 10px; }
  .serviceList__box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 50px; }
    @media screen and (max-width: 850px) {
      .serviceList__box {
        padding-left: 0; } }
  .serviceList__subTtl {
    line-height: 1.6;
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 500; }
    @media screen and (max-width: 850px) {
      .serviceList__subTtl {
        font-size: 18px; } }
  .serviceList__ttl {
    position: relative;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 25px;
    padding: 0 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 850px) {
      .serviceList__ttl {
        font-size: 22px; } }
    .serviceList__ttl:before {
      content: "";
      width: 60px;
      height: 1px;
      background: #FFF;
      position: absolute;
      left: 0;
      bottom: 0; }
  .serviceList__ttlInner {
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 400;
    margin-left: 20px; }

.companyLead {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #CDCDCD; }
  @media screen and (max-width: 850px) {
    .companyLead {
      margin-bottom: 30px;
      padding-bottom: 30px; } }
  .companyLead__ttl {
    position: relative;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 15px;
    padding: 0 0 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #333333; }
    @media screen and (max-width: 850px) {
      .companyLead__ttl {
        font-size: 22px; } }
    .companyLead__ttl:before {
      content: "";
      width: 60px;
      height: 2px;
      background: linear-gradient(90deg, #4ca3a6 0%, #55a4d8 100%);
      position: absolute;
      left: 0;
      bottom: 0; }
  .companyLead__ttlInner {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    letter-spacing: 1px; }
  .companyLead__txt {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px; }
    @media screen and (max-width: 850px) {
      .companyLead__txt {
        font-size: 16px;
        line-height: 1.6; } }
  .companyLead__txt2 {
    margin-bottom: 30px; }
  .companyLead__subTtl {
    color: #4CA3A6;
    font-size: 20px;
    font-weight: 500; }
    @media screen and (max-width: 850px) {
      .companyLead__subTtl {
        font-size: 18px; } }

.companyMessage {
  padding: 100px 0;
  background: linear-gradient(90deg, #4ca3a6 0%, #55a4d8 100%); }
  @media screen and (max-width: 850px) {
    .companyMessage {
      padding: 70px 0; } }
  .companyMessage .kasoSubTtl {
    color: #FFF; }
  .companyMessage__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 850px) {
      .companyMessage__wrap {
        display: block; } }
  .companyMessage__pic {
    width: 300px; }
    @media screen and (max-width: 850px) {
      .companyMessage__pic {
        margin: auto; } }
    .companyMessage__pic img {
      display: block;
      margin-bottom: 10px; }
  .companyMessage__name {
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%; }
    .companyMessage__name span {
      display: inline-block;
      font-size: 12px;
      margin-right: 10px; }
  .companyMessage__box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 40px; }
    @media screen and (max-width: 850px) {
      .companyMessage__box {
        padding: 0 0 40px; } }
  .companyMessage .txt,
  .companyMessage p {
    color: #FFF;
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .companyMessage .txt,
      .companyMessage p {
        font-size: 14px; } }
  .companyMessage__ttl {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 2px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 30px; }
    @media screen and (max-width: 850px) {
      .companyMessage__ttl {
        font-size: 20px;
        margin-bottom: 20px; } }

.companyDetail {
  padding: 100px 0; }
  @media screen and (max-width: 850px) {
    .companyDetail {
      padding: 70px 0; } }
  .companyDetail .kasoSubTtl {
    text-align: center;
    margin-bottom: 20px; }
  .companyDetail__dl {
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    max-width: 800px;
    margin: 0 auto -1px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .companyDetail__dl {
        padding: 15px 10px;
        font-size: 14px; } }
  .companyDetail__dt {
    width: 150px;
    font-weight: 600; }
    @media screen and (max-width: 850px) {
      .companyDetail__dt {
        width: 100px; } }
  .companyDetail__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }

.faq {
  padding-bottom: 100px; }
  @media screen and (max-width: 850px) {
    .faq {
      padding-bottom: 70px; } }
  .faq .kasoSubTtl {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

.faqDl {
  max-width: 800px;
  margin: 0 auto 20px; }
  @media screen and (max-width: 850px) {
    .faqDl {
      margin: 0 auto 15px; } }
  .faqDl__dt {
    cursor: pointer;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    background: linear-gradient(90deg, #4ca3a6 0%, #55a4d8 100%);
    letter-spacing: 1px;
    padding: 15px 35px 10px 25px;
    position: relative; }
    @media screen and (max-width: 850px) {
      .faqDl__dt {
        font-size: 14px;
        letter-spacing: 0;
        padding: 15px 35px 10px 15px;
        line-height: 1.4;
        border-radius: 5px; } }
    .faqDl__dt:after {
      content: "";
      background: url("../img/arrow.svg") no-repeat;
      background-size: 20px;
      height: 12px;
      width: 20px;
      position: absolute;
      right: 25px;
      top: calc(50% - 6px); }
      @media screen and (max-width: 850px) {
        .faqDl__dt:after {
          background-size: 15px;
          width: 15px;
          height: 9px;
          right: 18px;
          top: calc(50% - 4.5px); } }
  .faqDl__dt.active {
    background: #4CA3A6; }
    .faqDl__dt.active:after {
      content: "";
      background: url("../img/arrow.svg") no-repeat;
      background-size: 20px;
      height: 12px;
      width: 20px;
      position: absolute;
      right: 25px;
      top: calc(50% - 6px);
      transform: rotate(180deg); }
      @media screen and (max-width: 850px) {
        .faqDl__dt.active:after {
          background-size: 15px;
          width: 15px;
          height: 9px;
          right: 18px;
          top: calc(50% - 4.5px); } }
  .faqDl__dd {
    display: none;
    font-size: 16px;
    padding: 20px; }
    @media screen and (max-width: 850px) {
      .faqDl__dd {
        padding: 15px;
        font-size: 14px; } }
  .faqDl__liTtl {
    font-weight: 600;
    margin-bottom: 5px;
    color: #4CA3A6; }
    @media screen and (max-width: 850px) {
      .faqDl__liTtl {
        margin-bottom: 0; } }
  .faqDl__list {
    margin-top: 30px; }
    @media screen and (max-width: 850px) {
      .faqDl__list {
        margin-top: 15px; } }
  .faqDl__li {
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      .faqDl__li {
        margin-bottom: 15px; } }

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  background: #fff; }

@media screen and (max-width: 850px) {
  .table-wrap2 {
    margin-top: 10px; } }

.table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6; }
  @media screen and (max-width: 850px) {
    .table {
      min-width: 800px; } }

@media screen and (max-width: 850px) {
  .table2 {
    min-width: 300px; } }

.table__th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
  padding: 12px 10px;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
  font-size: 14px; }
  @media screen and (max-width: 850px) {
    .table__th {
      font-size: 12px;
      padding: 7px; } }

.table__td,
.table__th-row {
  padding: 12px 10px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  font-size: 15px; }
  @media screen and (max-width: 850px) {
    .table__td,
    .table__th-row {
      font-size: 12px;
      padding: 7px; } }

.table__th-row {
  text-align: left;
  font-weight: bold;
  white-space: nowrap; }

.table__tr:nth-child(even) .table__td,
.table__tr:nth-child(even) .table__th-row {
  background: #fafafa; }

.priceCont {
  margin-bottom: 70px; }
  .priceCont__spTxt {
    font-size: 12px;
    font-weight: 600;
    background: #4CA3A6;
    padding: 5px 10px 3px;
    display: none;
    color: #FFF; }
    @media screen and (max-width: 850px) {
      .priceCont__spTxt {
        display: block; } }
  .priceCont .companyLead__ttl {
    margin-bottom: 40px; }
  .priceCont__list {
    margin-top: 20px;
    font-size: 12px; }
  .priceCont__li {
    text-indent: -1em;
    padding-left: 1em; }
  .priceCont__subTtl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px; }
  .priceCont__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start; }
    @media screen and (max-width: 850px) {
      .priceCont__wrap {
        display: block;
        width: 100%; } }
  .priceCont__box {
    width: calc(100%/2 - 30px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
    align-content: flex-start; }
    @media screen and (max-width: 850px) {
      .priceCont__box {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px; } }
  .priceCont__subTtl2 {
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .priceCont__subTtl2 {
        font-size: 14px; } }
  .priceCont__span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    width: 100%; }
  .priceCont__price {
    font-weight: 600;
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .priceCont__price {
        font-size: 14px; } }

.contactBottom,
.contact {
  margin-bottom: 100px; }
  @media screen and (max-width: 850px) {
    .contactBottom,
    .contact {
      margin-bottom: 70px; } }
  .contactBottom__txt,
  .contact__txt {
    max-width: 845px;
    margin: 0 auto 30px; }
  .contactBottom .kasoSubTtl,
  .contactBottom .companyLead__ttl,
  .contact .kasoSubTtl,
  .contact .companyLead__ttl {
    max-width: 845px;
    margin: 0 auto 40px; }
  .contactBottom .hissu,
  .contact .hissu {
    display: inline-block;
    border-radius: 5px;
    background: #4CA3A6;
    color: #FFF;
    margin: 0 0 0 10px;
    position: relative;
    font-size: 12px;
    padding: 0 10px; }
  .contactBottom input[type="submit"],
  .contact input[type="submit"] {
    background: #FF8C00;
    color: #fff;
    padding: 12px 24px;
    border: none;
    box-sizing: border-box;
    width: 200px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 30px auto 0;
    display: block; }
  .contactBottom__privacy,
  .contact__privacy {
    text-align: center;
    font-weight: 600;
    margin-top: 20px; }
    .contactBottom__privacy a,
    .contact__privacy a {
      text-decoration: underline; }
  .contactBottom__dl,
  .contact__dl {
    max-width: 845px;
    margin: auto;
    border-bottom: 1px solid #ACACAC;
    border-top: 1px solid #ACACAC;
    margin-bottom: -1px;
    padding: 30px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 850px) {
      .contactBottom__dl,
      .contact__dl {
        padding: 25px 0;
        max-width: calc(100% - 40px); } }
  .contactBottom__dt,
  .contact__dt {
    font-weight: 600;
    width: 200px; }
    @media screen and (max-width: 850px) {
      .contactBottom__dt,
      .contact__dt {
        width: 100%; } }
  .contactBottom__dd,
  .contact__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 850px) {
      .contactBottom__dd,
      .contact__dd {
        padding: 10px 0 0 0; } }
    .contactBottom__dd input,
    .contactBottom__dd select,
    .contactBottom__dd textarea,
    .contact__dd input,
    .contact__dd select,
    .contact__dd textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0;
      width: 100%;
      background: #F7F7F7;
      padding: 15px;
      box-sizing: border-box;
      border: 1px solid #ACACAC;
      font-size: 16px; }
      .contactBottom__dd input:focus,
      .contactBottom__dd select:focus,
      .contactBottom__dd textarea:focus,
      .contact__dd input:focus,
      .contact__dd select:focus,
      .contact__dd textarea:focus {
        outline: none; }
      .contactBottom__dd input::placeholder,
      .contactBottom__dd select::placeholder,
      .contactBottom__dd textarea::placeholder,
      .contact__dd input::placeholder,
      .contact__dd select::placeholder,
      .contact__dd textarea::placeholder {
        color: #CCC; }
  .contactBottom__lead,
  .contact__lead {
    margin-bottom: 50px;
    border: none; }
    @media screen and (max-width: 850px) {
      .contactBottom__lead,
      .contact__lead {
        margin-bottom: 0;
        width: 100%;
        padding: 20px 0; } }

.privacyBox {
  margin-bottom: 50px; }
  .privacyBox__subTtl {
    font-size: 20px;
    margin-bottom: 10px;
    color: #4CA3A6;
    font-weight: 500; }
  .privacyBox:first-of-type {
    margin-top: 50px; }
    @media screen and (max-width: 850px) {
      .privacyBox:first-of-type {
        margin-top: 30px; } }
  .privacyBox:last-of-type {
    margin-bottom: 100px; }

.news {
  margin-bottom: 100px; }
  @media screen and (max-width: 850px) {
    .news {
      margin-bottom: 70px; } }
  .news .commonBtn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 200px;
    text-align: center;
    display: block; }
    @media screen and (max-width: 850px) {
      .news .commonBtn {
        margin-top: 30px; } }

.newsList {
  margin-bottom: 100px; }
  @media screen and (max-width: 850px) {
    .newsList {
      margin-bottom: 70px; } }
  .newsList__itemBox {
    margin-bottom: 40px;
    border-bottom: 1px solid #CCC;
    display: block;
    padding-bottom: 40px; }
  .newsList__title {
    color: #4CA3A6;
    font-size: 20px; }
  .newsList .commonBtn {
    display: block;
    margin-top: 10px;
    max-width: 200px; }
  .newsList__more {
    display: inline-block;
    text-decoration: underline;
    margin-top: 10px;
    font-weight: 600; }
