@charset "UTF-8";
/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */
/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
/*  html { overflow-y: scroll; } for mozilla: always display scrollbar */
body {
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  _font-family: "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  *font-size: 100%;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  border-top: 5px solid #51AE9C;
}
body.noscroll {
  overflow: hidden;
}

/*
Font-size list (base: 14px)
 75% = 12px
 88% = 14px
100% = 16px
113% = 18px
125% = 20px
138% = 22px
*/
a {
  color: blue;
}

a:hover, a:active {
  opacity: 0.7;
  color: blue;
  text-decoration: none;
}
a:hover img, a:active img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

/* IE8 */
html > body a:hover img {
  display: inline-block\9 ;
  zoom: 1\9 ;
}

/* 新旧Firefox */
a:hover img, x:-moz-any-link {
  background: #fff;
}

a:hover img, x:-moz-any-link, x:default {
  background: #fff;
}

/* for IE7: page zoom bug fix */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

@media (min-width: 700px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media (min-width: 700px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-notsp {
  display: none;
}
@media (min-width: 700px) {
  .u-br-notsp {
    display: block;
  }
}

/* Images
----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */
/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
.page-bg {
  padding: 0;
}

.page-body {
  text-align: left;
  position: relative;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
.header {
  height: auto;
  width: 100%;
}
.header .header__contact__tel {
  font-family: "Lato", sans-serif;
}

/* --------------------------------------------------
	2. GlobalNav
-------------------------------------------------- */
.global-nav {
  clear: both;
}

.global-nav__close {
  display: none;
}

.global-nav-sp {
  display: none;
}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
footer {
  background: #FDFDFD;
  padding: 70px 0 20px 0;
  clear: both;
  display: block;
  text-align: left;
  position: relative;
}
footer .go-pagetop {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
footer .footer-nav ul {
  list-style: none;
  width: 500px;
}
footer .footer-nav ul li {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 10px;
  border-left: 1px solid #666;
  font-size: 88%;
}
footer .footer-nav ul li a {
  font-weight: bold;
  color: #666;
  text-decoration: none;
}
footer .footer-nav ul li:last-child {
  border-right: 1px solid #666;
}
footer .footer-sns ul {
  width: 400px;
  list-style: none;
  margin: 0 auto 20px;
}
footer .footer-sns ul li {
  display: inline-block;
  margin-right: 20px;
}
footer .footer-sns ul li a {
  display: block;
  padding-left: 38px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 0.88rem;
}
footer .footer-sns ul li a span {
  display: block;
  font-size: 0.75rem;
}
footer .footer-sns ul li a.footer-sns__fb {
  background: url(../img/common/footer/ico--fb.webp) left center no-repeat;
  background-size: 28px auto;
}
footer .footer-sns ul li a.footer-sns__insta {
  background: url(../img/common/footer/ico--insta.webp) left center no-repeat;
  background-size: 28px auto;
}
footer address {
  font-style: normal;
  display: block;
  text-align: center;
  padding: 25px 0 0 0;
  font-size: 88%;
}
footer .footer__sitename {
  font-size: 143%;
  margin-bottom: 15px;
}
footer .copy {
  border-top: 1px solid #ccc;
  display: block;
  padding-top: 20px;
  text-align: center;
  line-height: 30px;
}

.footer-address .footer-address__title {
  margin-bottom: 35px;
  text-align: center;
  font-size: 1.5rem;
  color: #51AE9C;
}
.footer-address .footer__sitename {
  margin-bottom: 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.12rem;
}
.footer-address .footer__sitename strong {
  font-size: 1.5rem;
}
.footer-address .footer-address__btn {
  background: #51AE9C url(../img/common/footer/ico--outside.svg) right 12px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 10px 35px 10px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  line-height: 1;
  font-size: 0.88rem;
  color: #fff;
}

.footer-address__dl {
  margin-bottom: 10px;
  font-size: 1rem;
}
.footer-address__dl a {
  color: #333;
}

.footer-contact {
  background: #51AE9C;
  padding: 60px 0 70px;
  margin-bottom: 50px;
  color: #fff;
}
.footer-contact .footer-contact__title {
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.5rem;
}
.footer-contact .footer-contact__text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.footer-contact .footer-contact-content {
  text-align: center;
  font-weight: bold;
}
.footer-contact .footer-contact-content dl {
  width: 50%;
}
.footer-contact .footer-contact-content dl dt {
  margin-bottom: 10px;
  font-size: 0.88rem;
}
.footer-contact .footer-contact-tel {
  background: #fff;
  padding: 10px 0;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  color: #51AE9C;
}
.footer-contact .footer-contact-tel a {
  background: url(../img/common/footer/ico--tel.svg) left center no-repeat;
  padding-left: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-size: 2.25rem;
  font-weight: bold;
  text-decoration: none;
  color: #51AE9C;
}
.footer-contact .footer-contact-fax {
  position: relative;
}
.footer-contact .footer-contact-fax::before {
  content: " ";
  background: #fff;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-contact .footer-contact-fax dd span {
  background: url(../img/common/footer/ico--fax.svg) left center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding-left: 30px;
  font-size: 1.22rem;
}
.footer-contact .footer-contact-mail dd a {
  background: #fff url(../img/common/footer/ico--mail.svg) 28px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 12px 28px 12px 56px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto 0;
  line-height: 1;
  text-decoration: none;
  font-size: 0.88rem;
  color: #51AE9C;
}

.footer-address__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-address__dl dt {
  width: 100px;
  position: relative;
}
.footer-address__dl dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.footer-address__dl dd {
  width: calc(100% - 100px);
}

/* goPageTop
----------------------------------- */
.go-pagetop {
  clear: both;
  padding: 0 0 50px 0;
  text-align: center;
}

/* --------------------------------------------------
	4. Contents
-------------------------------------------------- */
.catch {
  text-align: center;
  background: #E8E8E8;
}

/* //////////////////////////////////////////////////
[Sub Column] 
////////////////////////////////////////////////// */
.sub-nav {
  margin-bottom: 30px;
}
.sub-nav h1 {
  font-size: 113%;
  padding: 10px;
  border: 1px solid #409163;
  color: #409163;
}
.sub-nav ul {
  list-style: none;
}
.sub-nav ul li {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}

/* //////////////////////////////////////////////////
[Item] 
////////////////////////////////////////////////// */
/* heading
----------------------------------- */
.title--page-title {
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#85ca58', endColorstr = '#68b67b');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#85ca58', endColorstr = '#68b67b')";
  background-image: -moz-linear-gradient(left, #85ca58, #68b67b);
  background-image: -ms-linear-gradient(left, #85ca58, #68b67b);
  background-image: -o-linear-gradient(left, #85ca58, #68b67b);
  background-image: -webkit-gradient(linear, left top, right top, from(#85ca58), to(#68b67b));
  background-image: -webkit-linear-gradient(left, #85ca58, #68b67b);
  background-image: linear-gradient(left, #85ca58, #68b67b);*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = "#64B9A9", endColorstr = "#3FA18E");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#64B9A9', endColorstr = '#3FA18E')";
  background-image: -webkit-gradient(linear, left top, right top, from(#64B9A9), to(#3FA18E));
  background-image: linear-gradient(left, #64B9A9, #3FA18E);
  text-align: center;
  padding: 45px 0;
  margin-bottom: 8px;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  behavior: url(PIE.htc);
}

.title--lv1 {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
  color: #51AE9C;
  font-size: 150%;
  line-height: 1.2;
}
.title--lv1 a {
  color: #51AE9C;
}

.title--lv2 {
  margin-bottom: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #51AE9C;
  line-height: 1.3;
  color: #51AE9C;
  font-size: 1.25rem;
}
.title--lv2:before {
  content: "ー ";
}

.title--other--01 {
  border-left: 4px solid #5AAC33;
  padding: 3px 10px;
  margin-bottom: 5px;
  font-size: 113%;
}

/* Topic Path
----------------------------------- */
.topic-path {
  text-align: right;
  font-size: 75%;
}

/* Layout
----------------------------------- */
.section {
  clear: both;
  margin-bottom: 140px;
}
@media (max-width: 700px) {
  .section {
    margin-bottom: 80px;
  }
}

.layout--half {
  width: 49%;
}

.layout--1-third {
  width: 32%;
}

.layout--2-third {
  width: 66%;
}

.layout--3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout--3-col.last {
  margin-right: 0%;
}

.layout--4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout--4-col.last {
  margin-right: 0;
}

/* Paragraph
----------------------------------- */
.txt {
  padding: 0 1px;
}

.paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.txt--sub {
  font-size: 85% !important;
  color: #666;
}

.attention {
  padding: 0 0 0 0.7em;
  margin-bottom: 1em;
  text-indent: -0.7em;
  color: #C60;
}

/* text link
----------------------------------- */
.link--detail {
  background: url(../img/common/mark/ico--arrow--01.png) right 5px no-repeat;
  padding-right: 13px;
}

.link--outside {
  background: url(../img/common/mark/ico--linkoutside--01.png) right 6px no-repeat;
  padding-right: 13px;
}

/* button
----------------------------------- */
.btn {
  /*display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  -moz-box-shadow: 1px 2px 2px #b3b5b4;
  -webkit-box-shadow: 1px 2px 2px #b3b5b4;
  box-shadow: 1px 2px 2px #b3b5b4;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 157.5, color = '#b3b5b4');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 157.5, Color = '#b3b5b4')";
  padding: 5px 10px;
  text-decoration: none;
  behavior: url(PIE.htc);
  &:hover{
  	text-decoration: underline;
  }*/
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 8px 28px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  display: block;
  text-decoration: none;
  text-align: center;
}
.btn:hover {
  opacity: 0.7;
}

.btn--green {
  background: #51AE9C;
  color: #fff;
}
.btn--green:hover {
  color: #fff;
}

.btn--white {
  background: #fff;
  color: #666;
  border: 1px solid #ccc;
}

.btn--large {
  padding: 14px 50px;
}

/* list
----------------------------------- */
.list--arrow {
  list-style: none;
  margin-bottom: 10px;
}
.list--arrow li {
  background: url(../img/common/mark/ico--arrow--01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list--circle {
  list-style: none;
  margin-left: 14px;
}
.list--circle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list--circle li::before {
  content: "⚫︎";
  color: #51AE9C;
  font-size: 0.6em;
  margin-right: 1em;
}

.list--border {
  list-style: none;
  margin-bottom: 10px;
}
.list--border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

.list--numbering {
  list-style: decimal inside;
  margin-bottom: 10px;
  padding-left: 30px;
}
.list--numbering li {
  margin-bottom: 5px;
  text-indent: -1.6em;
}
.list--numbering li .list--numbering {
  list-style: lower-roman inside;
}
.list--numbering li .list--numbering li {
  text-indent: -1.2em;
}

.list--nomal {
  list-style: disc　 inside;
  margin-bottom: 10px;
  padding-left: 20px;
}
.list--nomal li {
  margin-bottom: 5px;
}

.list--style-noone {
  list-style: none;
}

/* table
----------------------------------- */
.table--ptn01 th {
  background: #E6F2E1;
  border: 1px solid #ccc;
  padding: 10px 15px;
  color: #39330C;
}
.table--ptn01 td {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.table--ptn02 th {
  background: #E9F6F3;
  border: 1px solid #51AE9C;
  padding: 10px 15px;
}
.table--ptn02 td {
  background: #fff;
  border: 1px solid #51AE9C;
  padding: 10px 15px;
}

.table--ptn03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table--ptn03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/* form
----------------------------------- */
/* emphasis block
----------------------------------- */
.block-emphasis--01 {
  background: #F6F3F1;
  padding: 15px;
}

.block-emphasis--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

.bgi--white {
  background: #fff;
}

/* subArea
----------------------------------- */
/* button
---------------------------------- */
/* pagination
----------------------------------- */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 5px 9px 5px 9px;
  background-color: #fff;
  color: #555;
  text-decoration: none;
}
.pagination a {
  border: 1px solid #ccc;
}
.pagination a:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}
.pagination .current {
  padding: 5px 9px 5px 9px;
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}

/* line
----------------------------------- */
.line--solid {
  border-bottom: 1px solid #CCC4B8;
  border-top: none;
  border-left: none;
  border-right: none;
}

.line--dashed {
  border-bottom: 1px dashed #CCC4B8;
  border-top: none;
  border-left: none;
  border-right: none;
}

/* justify
----------------------------------- */
.list--justify {
  padding: 0;
  margin: 0;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.list--justify:after {
  content: url(../img/common/mark/line--ul-justify.gif);
  line-height: 0;
  visibility: hidden;
}
.list--justify li {
  display: inline;
  margin: 0;
  padding: 0;
}
.list--justify li a:focus {
  outline: none;
}
.list--justify li img {
  margin: 0 0 0 0;
}

/* Text Alignment
----------------------------------- */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.clear {
  clear: both;
}

/* Box Float
----------------------------------- */
.block {
  display: block;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

/* Text Decoration
----------------------------------- */
.font--em {
  font-size: 1.25rem;
  font-weight: bold;
}

.font--bold {
  font-weight: bold;
}

.color--red {
  color: red;
}

.color--orange {
  color: #FF9D15;
}

.color--green {
  color: #3F9163;
}

.color--light-green {
  color: #3F9163;
}

.font--size88 {
  font-size: 88%;
}

.font--size113 {
  font-size: 113%;
}

.font--size125 {
  font-size: 125%;
}

.font--size143 {
  font-size: 143%;
}

/* Space Alignment
----------------------------------- */
.padding--all--10 {
  padding: 10px;
}

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

.margin--bottom--1em {
  margin-bottom: 1em;
}

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

.margin--bottom--40 {
  margin-bottom: 40px;
}

.margin--bottom--60 {
  margin-bottom: 60px;
}

.margin--top--10 {
  margin-top: 10px;
}

.margin--top--15 {
  margin-top: 15px;
}

.margin--top--20 {
  margin-top: 20px;
}

.margin--top--40 {
  margin-top: 40px;
}

img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------------
	80. Common Item
-------------------------------------------------- */
.box-shadow {
  /* shadow */
  -webkit-box-shadow: 0px 3px 2px -2px #a2a2a2;
  box-shadow: 0px 3px 2px -2px #a2a2a2;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = "#a2a2a2");
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#a2a2a2')";
  position: relative;
}

.round-box {
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #959296;
  box-shadow: 1px 1px 1px #959296;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = "#959296");
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#959296')";
}

.contact-area .no-format dd {
  font-family: "Lato", sans-serif;
}

.kankou-cansel {
  background: #FDFDFD;
  padding: 30px 0 60px 0;
  margin-top: 4px;
}
.kankou-cansel .title--kankou-cansel {
  font-size: 150%;
  color: #666;
  text-align: center;
  margin-bottom: 15px;
}

.breadcrumb {
  padding: 7px 16px;
  font-size: 0.75rem;
  position: relative;
  margin-bottom: 11px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}
.breadcrumb li a {
  color: #333333;
}
.breadcrumb li + li::before {
  content: ">";
  margin: 0 5px;
}

/* --------------------------------------------------
	89. WP
-------------------------------------------------- */
.article {
  border-bottom: 1px dashed #ABA073;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  line-height: 1.7;
}
.article .article__time {
  display: block;
  width: 20%;
  border-right: 1px dashed #666666;
  float: left;
}
.article .article__title {
  font-size: 100%;
  font-weight: normal;
  width: 78%;
  float: left;
}

/* --------------------------------------------------
	97. IE Hack
-------------------------------------------------- */
body.win8-1 .title--page-title {
  padding-bottom: 35px;
}
body.win8-1 .title--lv1 {
  padding-bottom: 20px;
}
body.win8-1 .btn {
  padding-top: 15px;
}
body.win8-1 .btn img {
  vertical-align: top;
}
body.win8-1 .btn--large {
  padding-top: 20px;
}

/* --------------------------------------------------
	98. Other
-------------------------------------------------- */
/* for Voice Browser */
.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.dispNone {
  visibility: hidden !important;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.clearfix:after, .common-support:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .common-support {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .common-support {
  height: 1%;
}

.clearfix, .common-support {
  display: block;
}

/* End Hack */
/*Common*/
.common-support {
  margin-bottom: 50px;
}
.common-support .common-support__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.75rem;
  color: #51AE9C;
}
.common-support .common-support__title span {
  display: block;
  font-size: 1.5rem;
}
.common-support .common-support__text {
  margin-bottom: 40px;
  font-size: 1rem;
}
.common-support .flex-control-thumbs {
  float: left;
}
.common-support .flex-control-thumbs li {
  width: calc(20% - 8px);
  margin: 0 10px 10px 0;
}
@media (max-width: 700px) {
  .common-support .common-support__title {
    margin-bottom: 25px;
    font-size: 1.25rem;
  }
  .common-support .common-support__title span {
    font-size: 0.88rem;
  }
  .common-support .flex-control-thumbs li {
    width: 20%;
    margin: 0;
  }
}

.common-recruit {
  border-radius: 10px;
  padding-top: 32px;
  padding-bottom: 36px;
  background: url("../img/common/recruit/pic--01.webp") bottom left 53px no-repeat, url("../img/common/recruit/pic--02.webp") bottom right 78px no-repeat, #E9F6F3;
  background-size: 180px auto, 193px auto;
}
.common-recruit .common-recruit__lede {
  color: #51AE9C;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.common-recruit .btn {
  margin-top: 20px;
}
@media (max-width: 700px) {
  .common-recruit {
    border-radius: 10px;
    padding-top: 27px;
    padding-bottom: 33px;
    background: url("../img/common/recruit/pic--01-sp.webp") bottom 42px center no-repeat, #E9F6F3;
    background-size: 233px auto;
  }
  .common-recruit .common-recruit__lede {
    font-size: 1rem;
    margin-bottom: 80px;
  }
  .common-recruit .btn {
    width: 264px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* トップ */
.top-main-image {
  margin-bottom: 90px;
  position: relative;
}
.top-main-image .flex-control-paging li a.flex-active {
  background: #36A08C;
}
.top-main-image .top-main-image__lede {
  position: absolute;
  top: calc(50% - 83px);
  left: 6.5%;
  width: 38.4%;
  z-index: 1001;
}
.top-main-image .top-main-image__slider .slick-dots li button:before {
  font-size: 11px;
}
.top-main-image .top-main-image__slider .slick-dots li.slick-active button:before {
  color: #36A08C;
}
.top-main-image .top-main-image__slider .slick-dots {
  bottom: -35px;
}
@media (max-width: 700px) {
  .top-main-image .top-main-image__lede {
    top: calc(50% - 30px);
  }
}

.top-news {
  margin: 0 auto 65px;
  width: 960px;
}
.top-news .top-news__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.75rem;
  color: #51AE9C;
}
.top-news .top-news__list {
  padding: 20px 0;
  text-align: center;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.top-news .top-news__list span {
  margin-right: 30px;
}
@media (max-width: 700px) {
  .top-news {
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .top-news .top-news__title {
    font-size: 1.25rem;
  }
  .top-news .top-news__list {
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-news .top-news__list span, .top-news .top-news__list a {
    display: block;
    text-align: left;
    font-size: 0.75rem;
  }
}

.top-about {
  background: #E9F6F3;
  padding: 40px 0 60px;
  margin-bottom: 60px;
  color: #51AE9C;
}
.top-about .top-about__title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.75rem;
}
.top-about .top-about__text {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 700px) {
  .top-about .top-about__title {
    font-size: 1.25rem;
  }
  .top-about .top-about__text {
    font-size: 0.88rem;
  }
}

.top-about__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-about__list li {
  background: #fff;
  width: 300px;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.2));
}
.top-about__list li strong {
  display: block;
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.25rem;
  color: #51AE9C;
}
.top-about__list li img {
  display: block;
  margin-bottom: 20px;
}
.top-about__list li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  background: #51AE9C;
  padding: 8px 28px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  display: block;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 700px) {
  .top-about__list {
    display: block;
  }
  .top-about__list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-about__list li a {
    font-size: 0.88rem;
  }
}

/*Company*/
.company-feature__image {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .company-feature__image {
    margin-bottom: 40px;
  }
}

.company-activity {
  margin-top: 68px;
}
.company-activity__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company-activity__content {
  width: 380px;
  max-width: 100%;
}
.company-activity__image {
  width: 510px;
}
.company-activity__title-sub {
  background-color: #E9F6F3;
  color: #51AE9C;
  font-weight: bold;
  padding: 5px 14px;
  margin-top: 30px;
  margin-bottom: 12px;
  display: inline-block;
}
@media (max-width: 700px) {
  .company-activity {
    margin-top: 68px;
  }
  .company-activity__inner {
    display: block;
  }
  .company-activity__content {
    width: 100%;
    margin-bottom: 40px;
  }
  .company-activity__image {
    width: 100%;
  }
}

.company-message {
  position: relative;
  margin-bottom: 200px;
}
.company-message__image {
  position: absolute;
  width: 230px;
  height: auto;
  bottom: -105px;
  right: 0;
}
@media (max-width: 700px) {
  .company-message {
    position: relative;
    margin-bottom: 80px;
  }
  .company-message__image {
    position: relative;
    max-width: 100%;
    height: auto;
    bottom: 0;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.car--model {
  list-style: none;
}
.car--model li {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}
.car--model__title {
  display: block;
  font-size: 1.25rem;
  color: #51AE9C;
  margin-bottom: 20px;
}
.car--model__img-box {
  width: 320px;
  margin: 0 auto;
  text-align: center;
}
.car--model__content {
  width: 530px;
}
@media (max-width: 700px) {
  .car--model li {
    display: block;
    padding: 20px;
  }
  .car--model__img-box {
    width: 100%;
  }
  .car--model__content {
    width: 100%;
  }
}

.recruit-intro__image {
  margin-bottom: 30px;
}
.recruit-intro__list {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 700px) {
  .recruit-intro__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit-intro__list li {
    width: 50%;
  }
}

.recruit-work__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.recruit-work__content {
  width: 510px;
}
.recruit-work__image {
  width: 400px;
}
.recruit-work__lede {
  margin-bottom: 60px;
  display: block;
}
.recruit-work__lede img {
  display: block;
  margin: 0px auto;
}
@media (max-width: 700px) {
  .recruit-work__inner {
    display: block;
  }
  .recruit-work__content {
    width: 100%;
    margin-bottom: 20px;
  }
  .recruit-work__image {
    width: 100%;
  }
}

.recruit-work-section {
  margin-bottom: 50px;
}
.recruit-work-section__content {
  padding: 0px 20px;
}
.recruit-work-section .list--circle {
  margin-bottom: 10px;
  margin-left: 0;
}
@media (max-width: 700px) {
  .recruit-work-section__content {
    padding: 0px;
  }
}

.recruit-feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.recruit-feature__image {
  width: 280px;
}
.recruit-feature__content {
  width: 615px;
}
@media (max-width: 700px) {
  .recruit-feature__inner {
    display: block;
  }
  .recruit-feature__content {
    width: 100%;
    margin-bottom: 20px;
  }
  .recruit-feature__image {
    width: 100%;
  }
}
/*# sourceMappingURL=base.css.map */