@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 2;
  letter-spacing: 0;
  color: #000;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.nohover {
  pointer-events: none;
}

li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 30px;
  right: 60px;
  z-index: 999999999;
  display: none;
}
@media screen and (max-width: 1250px) {
  .hnavi_btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hnavi_btn {
    right: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .hnavi_btn.fixed {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hnavi_btn.fixed {
    right: 25px;
  }
}

.menu-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  cursor: pointer;
}
.menu-button i {
  display: block;
  width: 40px;
  height: 1px;
  border-radius: 3px;
  background: transparent;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 0;
  top: 20px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #000000;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.menu-button i:after {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

body.page_open .header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
body.page_open .header_bar {
  opacity: 1;
  height: 1120px;
}
@media screen and (max-width: 767px) {
  body.page_open .header_bar {
    height: 540px;
  }
}
body.page_open .page_ttl {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
body.page_open .page_ttl span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
body.page_open .pan {
  opacity: 1;
}
body.page_open .page_mv {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

body.top.page_open .header_bar {
  opacity: 1;
  height: 1040px;
}
@media screen and (max-width: 767px) {
  body.top.page_open .header_bar {
    height: calc(120vw + 96px);
  }
}
@media screen and (max-width: 480px) {
  body.top.page_open .header_bar {
    height: 100vh;
  }
}
body.top.page_open .wrap_top_mv {
  opacity: 1;
}
body.top.page_open .mv_cnt {
  opacity: 1;
}

.top .header {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.top .header::after {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.top .mv_cnt {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.header {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.header_bar {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.pan {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.page_ttl {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.page_ttl span {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.page_mv {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.wrap_top_mv {
  opacity: 0;
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.top .header::before {
  height: 136px;
}
@media screen and (max-width: 1250px) {
  .top .header::before {
    height: 96px;
  }
}
.top .header .hlogo {
  margin-bottom: -10px;
}
@media screen and (max-width: 1250px) {
  .top .header .hlogo {
    margin-bottom: 0;
  }
}
.top .header_bar {
  display: block;
  background: url("../img/top/top_mv_bg.jpg") no-repeat;
  background-size: cover;
  width: 48px;
  height: 1040px;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top .header_bar {
    width: 20px;
    background: url("../img/common/spnavi_icon.jpg") no-repeat;
    background-size: cover;
    height: calc(120vw + 96px);
    height: 0;
  }
}
@media screen and (max-width: 480px) {
  .top .header_bar {
    height: 100vh;
    height: 0;
  }
}

.page_wrapper {
  overflow-x: hidden;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 32px;
  position: relative;
  z-index: 1000;
  margin-bottom: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .header {
    margin-bottom: 20px;
    z-index: 4000;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-left: 20px;
  }
}
.header.fixed1 {
  position: fixed;
  top: -100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1251px) {
  .header.fixed1 {
    display: none;
  }
}
.header.fixed1::before {
  display: none;
}
@media screen and (max-width: 1250px) {
  .header.fixed1::before {
    display: block;
    width: 100%;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .header.active {
    z-index: 6000;
  }
}
.header::before {
  content: "";
  display: block;
  width: 1000px;
  height: 88px;
  background: -webkit-gradient(linear, left top, right top, from(#85a7d0), to(#bdb9dd));
  background: -webkit-linear-gradient(left, #85a7d0 0%, #bdb9dd 100%);
  background: linear-gradient(to right, #85a7d0 0%, #bdb9dd 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1250px) {
  .header::before {
    z-index: 1500;
    background: #FFF;
    left: 0;
    right: auto;
    width: calc(100% - 48px);
    height: 96px;
  }
}
@media screen and (max-width: 767px) {
  .header::before {
    width: calc(100% - 20px);
  }
}
.header .hlogo {
  font-size: 0;
  position: relative;
  z-index: 3000;
}
@media screen and (max-width: 1250px) {
  .header .hlogo {
    padding: 20px 0 0;
  }
}
.header .hlogo a:hover {
  opacity: 0.6;
}
.header .hlogo img {
  width: 185px;
}
@media screen and (max-width: 1250px) {
  .header .hlogo img {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .header .hlogo img {
    width: 150px;
  }
}
.header .hnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1250px) {
  .header .hnavi {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 480px;
    width: 100%;
    height: 100vh;
    padding: 156px 56px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: -webkit-gradient(linear, left top, right top, from(#80c6db), to(#bdacd5));
    background: -webkit-linear-gradient(left, #80c6db 0%, #bdacd5 100%);
    background: linear-gradient(to right, #80c6db 0%, #bdacd5 100%);
    z-index: 1000;
  }
  .header .hnavi.active {
    opacity: 1;
    right: 0;
  }
}
.header .hnavi .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1250px) {
  .header .hnavi .gnavi {
    display: block;
  }
}
.header .hnavi .gnavi li {
  margin-left: 24px;
}
@media screen and (max-width: 1250px) {
  .header .hnavi .gnavi li {
    margin: 0 0 32px;
  }
}
.header .hnavi .gnavi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  height: 88px;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .header .hnavi .gnavi li a {
    height: auto;
  }
}
.header .hnavi .gnavi li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1250px) {
  .header .hnavi .gnavi li a::after {
    display: none !important;
  }
}
.header .hnavi .gnavi li a:hover::after {
  width: 100%;
}
.header .hnavi .gnavi li.open {
  position: relative;
}
.header .hnavi .gnavi li.open a {
  cursor: pointer;
}
.header .hnavi .gnavi li.open a::after {
  display: none;
}
.header .hnavi .gnavi li.open:hover ul {
  opacity: 1;
  pointer-events: all;
}
.header .hnavi .gnavi li.open ul {
  position: absolute;
  background: #F5FAFF url("../img/common/sub_navi_bg.jpg") no-repeat left bottom;
  background-size: 100%;
  padding: 20px 24px 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 250px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
@media screen and (max-width: 1250px) {
  .header .hnavi .gnavi li.open ul {
    opacity: 1 !important;
    pointer-events: all !important;
    padding-left: 20px;
    margin-top: 16px;
    padding: 0;
    background: none;
    position: static;
  }
}
.header .hnavi .gnavi li.open ul li {
  font-weight: 400;
  line-height: 3;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 1250px) {
  .header .hnavi .gnavi li.open ul li {
    margin-bottom: 8px;
    line-height: 2;
  }
}
.header .hnavi .gnavi li.open ul li a {
  color: #6E6E6E;
  height: auto;
}
@media screen and (max-width: 1250px) {
  .header .hnavi .gnavi li.open ul li a {
    color: #FFF;
  }
}
.header .hnavi .gnavi li.open ul li a:hover {
  color: #A277BA;
}
@media screen and (max-width: 1250px) {
  .header .hnavi .gnavi li.open ul li a:hover {
    color: #FFF;
  }
}
.header .hnavi .gnavi li.open ul li a::before {
  content: " - ";
  display: none;
}
@media screen and (max-width: 1250px) {
  .header .hnavi .gnavi li.open ul li a::before {
    display: inline-block;
    margin-right: 0.5em;
  }
}
.header .hnavi .hbtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 84px;
}
@media screen and (max-width: 1250px) {
  .header .hnavi .hbtns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding-right: 48px;
  }
}
@media screen and (max-width: 767px) {
  .header .hnavi .hbtns {
    padding-right: 20px;
  }
}
.header .hnavi .hbtns li {
  width: 128px;
  background: #FFF;
}
@media screen and (max-width: 1250px) {
  .header .hnavi .hbtns li {
    width: 50%;
  }
}
.header .hnavi .hbtns li a {
  width: 100%;
  height: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #FFF;
}
@media screen and (max-width: 1250px) {
  .header .hnavi .hbtns li a {
    height: 56px;
  }
}
.header .hnavi .hbtns a:hover {
  opacity: 0.6;
}
.header .hnavi .hbtns .hcontact a {
  background: #A277BA;
}
.header .hnavi .hbtns .hrecruit a {
  background: #437198;
}

.header_bar {
  display: block;
  background: url("../img/common/mv_bg.jpg") no-repeat;
  background-size: 100%;
  width: 48px;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}
@media screen and (max-width: 1250px) {
  .header_bar {
    z-index: 2000;
  }
}
@media screen and (max-width: 767px) {
  .header_bar {
    width: 20px;
    background: url("../img/common/spnavi_icon.jpg") no-repeat;
    background-size: cover;
    height: 540px;
  }
}
@media screen and (max-width: 1250px) {
  .header_bar.active {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    height: 100vh !important;
    position: fixed;
    z-index: 200000;
  }
}

.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -100px;
}
@media screen and (min-width: 1251px) {
  .fixed_header {
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  .fixed_header {
    display: none;
  }
}
.fixed_header.active {
  pointer-events: all;
  opacity: 1;
  top: 0;
}
.fixed_header .wrap {
  height: 88px;
  background: #FFF;
  width: calc(100% - 300px);
  border-radius: 0 0 40px 0;
  padding: 8px 42px 8px 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 19, 38, 0.07));
          filter: drop-shadow(0px 15px 15px rgba(0, 19, 38, 0.07));
}
.fixed_header .fixed_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1250px) {
  .fixed_header .fixed_navi {
    display: block;
  }
}
.fixed_header .fixed_navi li {
  margin-left: 24px;
}
@media screen and (max-width: 1250px) {
  .fixed_header .fixed_navi li {
    margin: 0 0 32px;
  }
}
.fixed_header .fixed_navi li.open {
  position: relative;
}
.fixed_header .fixed_navi li.open a {
  cursor: pointer;
}
.fixed_header .fixed_navi li.open a::after {
  display: none;
}
.fixed_header .fixed_navi li.open:hover ul {
  opacity: 1;
  pointer-events: all;
}
.fixed_header .fixed_navi li.open ul {
  position: absolute;
  background: #F5FAFF url("../img/common/sub_navi_bg.jpg") no-repeat left bottom;
  background-size: 100%;
  padding: 20px 24px 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 250px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
@media screen and (max-width: 1250px) {
  .fixed_header .fixed_navi li.open ul {
    opacity: 1 !important;
    pointer-events: all !important;
    padding-left: 20px;
    margin-top: 16px;
    padding: 0;
    background: none;
    position: static;
  }
}
.fixed_header .fixed_navi li.open ul li {
  font-weight: 400;
  line-height: 3;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 1250px) {
  .fixed_header .fixed_navi li.open ul li {
    margin-bottom: 8px;
    line-height: 2;
  }
}
.fixed_header .fixed_navi li.open ul li a {
  color: #6E6E6E;
  height: auto;
}
@media screen and (max-width: 1250px) {
  .fixed_header .fixed_navi li.open ul li a {
    color: #FFF;
  }
}
.fixed_header .fixed_navi li.open ul li a:hover {
  color: #A277BA;
}
@media screen and (max-width: 1250px) {
  .fixed_header .fixed_navi li.open ul li a:hover {
    color: #FFF;
  }
}
.fixed_header .fixed_navi li.open ul li a::before {
  content: " - ";
  display: none;
}
@media screen and (max-width: 1250px) {
  .fixed_header .fixed_navi li.open ul li a::before {
    display: inline-block;
    margin-right: 0.5em;
  }
}
.fixed_header .fixed_navi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 88px;
}
@media screen and (max-width: 1250px) {
  .fixed_header .fixed_navi li a {
    height: auto;
  }
}
.fixed_header .fixed_navi li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_header .fixed_navi li a:hover::after {
  width: 100%;
}
.fixed_header .fixed_btns {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fixed_header .fixed_btns li {
  width: 128px;
  background: #FFF;
}
@media screen and (max-width: 1250px) {
  .fixed_header .fixed_btns li {
    width: 50%;
  }
}
.fixed_header .fixed_btns li a {
  width: 100%;
  height: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 1250px) {
  .fixed_header .fixed_btns li a {
    height: 56px;
  }
}
.fixed_header .fixed_btns li a:hover {
  opacity: 0.6;
}
.fixed_header .fixed_btns .hcontact a {
  background: #A277BA;
}
.fixed_header .fixed_btns .hrecruit a {
  background: #437198;
}

.pan {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1360px) {
  .pan {
    padding-right: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .pan {
    margin-bottom: 24px;
    padding-right: 40px;
  }
}
.pan li {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pan li::after {
  content: "";
  display: block;
  background: url("../img/common/pan_arrow.svg") no-repeat;
  width: 6px;
  height: 9px;
  margin-right: 12px;
  margin-left: 12px;
}
.pan li:last-of-type::after {
  display: none;
}
.pan li a {
  position: relative;
}
.pan li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pan li a:hover::after {
  width: 100%;
}

.page_ttl {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto 80px;
  color: #437198;
}
@media screen and (max-width: 1240px) {
  .page_ttl {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl {
    margin-bottom: 32px;
    line-height: 1;
  }
}
.page_ttl span {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page_ttl span {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl img {
    height: 26px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl.natural_ttl img {
    height: 48px;
    width: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 540px) {
  .page_ttl.town_ttl img.pc {
    display: none;
  }
}
.page_ttl.town_ttl img.sp {
  display: none;
}
@media screen and (max-width: 540px) {
  .page_ttl.town_ttl img.sp {
    display: inline-block;
    height: 64px;
  }
}

.page_mv {
  margin-right: 48px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .page_mv {
    margin-right: 20px;
    margin-bottom: 100px;
  }
}
.page_mv .img {
  width: 100%;
  height: 400px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page_mv .img {
    height: 200px;
  }
}
.page_mv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_mv .shop_ttl {
  max-width: 1190px;
  width: 100%;
  margin: -75px auto 0;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_mv .shop_ttl {
    margin-top: -32px;
  }
}
.page_mv .shop_ttl span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 444px;
  max-width: 80%;
  min-height: 150px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: -webkit-gradient(linear, left top, right top, from(#85a7d0), to(#bdb9dd));
  background: -webkit-linear-gradient(left, #85a7d0 0%, #bdb9dd 100%);
  background: linear-gradient(to right, #85a7d0 0%, #bdb9dd 100%);
  color: #FFF;
  font-size: 38px;
  font-weight: 400;
  position: relative;
  z-index: 100;
  padding: 24px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page_mv .shop_ttl span {
    min-width: 200px;
    min-height: 64px;
    font-size: 24px;
    padding: 8px 16px;
  }
}

.top .wrap_fbtns {
  background: none;
}

.wrap_fbtns {
  background: url("../img/common/fbtns_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 88px;
}
@media screen and (max-width: 767px) {
  .wrap_fbtns {
    padding-top: 72px;
  }
}

.fbtns {
  max-width: 1190px;
  margin: 0 auto -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .fbtns {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .fbtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: -30px;
  }
}
.fbtns li {
  width: 567px;
}
@media screen and (max-width: 1240px) {
  .fbtns li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .fbtns li {
    width: 100%;
    max-width: 567px;
  }
}
@media screen and (max-width: 767px) {
  .fbtns li:first-of-type {
    margin-bottom: 16px;
  }
}
.fbtns li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 320px;
  padding: 0 64px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/common/fbtn_bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .fbtns li a {
    height: 280px;
    padding: 0 32px 50px;
  }
}
@media screen and (max-width: 767px) {
  .fbtns li a {
    height: 120px;
    padding: 0 24px 24px;
  }
}
@media screen and (max-width: 980px) {
  .fbtns li a img {
    width: auto;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .fbtns li a img {
    height: 20px;
  }
}
.fbtns li a .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .fbtns li a .icon {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .fbtns li a .icon {
    width: 40px;
    height: 40px;
  }
}
.fbtns li a:hover {
  background: url("../img/common/fbtn_bg_on.jpg") no-repeat center;
  background-size: cover;
}
.fbtns li a:hover .icon {
  background: #FFF;
}
.fbtns li a:hover .icon svg line {
  stroke: #437198;
}
.fbtns li a:hover .icon svg path {
  fill: #437198;
}
.fbtns li a::before {
  background: url("../img/common/fbtn_bg_on.jpg") no-repeat center;
  background-size: cover;
}
.fbtns li a p {
  display: block;
  color: #FFF;
}
.fbtns li a p span {
  font-size: 14px;
  display: block;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .fbtns li a p span {
    font-size: 12px;
    line-height: 1;
  }
}
.fbtns li a p b {
  font-size: 40px;
  font-weight: normal;
  display: block;
  line-height: 1.2;
}

.footer {
  background: url("../img/common/fbg.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 245px 88px 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .footer {
    padding: 160px 40px 60px;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    display: block;
    padding: 80px 20px 40px;
  }
}
.footer .fcnt p {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 26px;
}
.footer .fcnt .flogo {
  font-size: 0;
}
.footer .fcnt .frecruit {
  margin-bottom: 36px;
}
.footer .fcnt .frecruit a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D5D5D5;
  width: 180px;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 22px;
  color: #FFF;
}
.footer .fcnt .frecruit a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.footer .fcnt .frecruit a::after {
  content: "";
  display: block;
  background: url("../img/common/frecruit_arrow.svg") no-repeat;
  width: 11px;
  height: 4px;
}
.footer .fcnt .copyright {
  margin-bottom: 0;
  font-size: 12px;
}
.footer .wrap_fnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer .wrap_fnavi {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
.footer .wrap_fnavi .fnavi {
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .footer .wrap_fnavi .fnavi {
    width: 48%;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer .wrap_fnavi .fnavi {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .footer .wrap_fnavi .fnavi:first-of-type {
    width: 51%;
  }
}
.footer .wrap_fnavi .fnavi li {
  font-size: 14px;
  line-height: 3;
}
@media screen and (max-width: 480px) {
  .footer .wrap_fnavi .fnavi li {
    font-size: 13px;
  }
}
.footer .wrap_fnavi .fnavi li a {
  color: #FFF;
  position: relative;
}
.footer .wrap_fnavi .fnavi li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .wrap_fnavi .fnavi li a:hover::after {
  width: 100%;
}
.footer .wrap_fnavi .fnavi li ul {
  margin-top: 6px;
}
.footer .wrap_fnavi .fnavi li ul li {
  line-height: 2;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 56px;
    height: 56px;
    right: 10px;
    bottom: 50px;
  }
}

.grecaptcha-badge {
  display: none;
}

.btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #437198;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 18px;
  }
}
.btn a:hover .btn_icon::after {
  opacity: 1;
}
.btn a .btn_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: -webkit-gradient(linear, left top, right top, from(#bdacd5), to(#80c6db));
  background: -webkit-linear-gradient(left, #bdacd5 0%, #80c6db 100%);
  background: linear-gradient(to right, #bdacd5 0%, #80c6db 100%);
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn a .btn_icon {
    width: 48px;
    height: 48px;
  }
}
.btn a .btn_icon.external::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url("../img/common/external_icon.svg") no-repeat center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .btn a .btn_icon.external::before {
    width: 32px;
    height: 32px;
  }
}
.btn a .btn_icon::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url("../img/common/btn_arrow.svg") no-repeat center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .btn a .btn_icon::before {
    width: 32px;
    height: 32px;
  }
}
.btn a .btn_icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #437198;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.btn2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  padding: 8px 40px 8px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #437198;
  border-radius: 30px;
  color: #437198;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.btn2 a svg {
  position: absolute;
  right: 32px;
  top: calc(50% - 4px);
}
.btn2 a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn2 a:hover {
  background: #437198;
  color: #FFF;
}
.btn2 a:hover svg path {
  stroke: #FFF;
}

.lbtn {
  max-width: 1080px;
  margin: 0 auto;
}
.lbtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 210px;
  padding: 16px 64px;
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/common/l_btn_bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lbtn a {
    padding: 8px 24px;
    height: 120px;
  }
}
.lbtn a .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 48px;
  top: calc(50% - 32px);
}
@media screen and (max-width: 767px) {
  .lbtn a .icon {
    width: 32px;
    height: 32px;
    right: 16px;
    top: calc(50% - 16px);
  }
}
.lbtn a:hover {
  background: url("../img/common/l_btn_bg_on.jpg") no-repeat center;
  background-size: cover;
}
.lbtn a:hover .icon {
  background: #FFF;
}
.lbtn a:hover .icon svg line {
  stroke: #437198;
}
.lbtn a:hover .icon svg path {
  fill: #437198;
}
.lbtn a::before {
  background: url("../img/common/l_btn_bg_on.jpg") no-repeat center;
  background-size: cover;
}
.lbtn a span {
  font-size: 14px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .lbtn a span {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .lbtn a img {
    width: 200px;
  }
}

.lead_box {
  max-width: 708px;
  margin: 0 auto 120px;
}
.lead_box .copy {
  color: #437198;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lead_box .copy {
    margin-bottom: 24px;
  }
}
.lead_box .copy span {
  font-size: 14px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .lead_box .copy span {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .lead_box .copy img {
    width: auto;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lead_box .copy .pc {
    display: none;
  }
}
.lead_box .copy .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lead_box .copy .sp {
    display: inline-block;
  }
}
.lead_box .ttl {
  font-size: 20px;
  margin-bottom: 24px;
}
.lead_box .txt {
  color: #6E6E6E;
  margin-bottom: 24px;
}
.lead_box .txt:last-of-type {
  margin-bottom: 0;
}
.lead_box .txt.bk {
  color: #000;
}

.sec_ttl {
  color: #437198;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    margin-bottom: 24px;
  }
}
.sec_ttl span {
  font-size: 14px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .sec_ttl span {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .sec_ttl img {
    width: auto;
    height: 30px;
  }
}

.ttl_h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  color: #437198;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ttl_h3 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.ttl_h3::before {
  content: "";
  display: block;
  width: 123px;
  height: 1px;
  background: #E4E5ED;
  margin-right: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .ttl_h3::before {
    width: 40px;
    margin-right: 12px;
  }
}
.ttl_h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#80c6db), to(#bdacd5));
  background: -webkit-linear-gradient(left, #80c6db 0%, #bdacd5 100%);
  background: linear-gradient(to right, #80c6db 0%, #bdacd5 100%);
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}

.page_lead_imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1190px;
  margin: 0 auto 160px;
  font-size: 0;
  position: relative;
  padding: 41px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1270px) {
  .page_lead_imgs {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_lead_imgs {
    margin: 0 20px 80px;
    padding: 24px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_lead_imgs::before {
  content: "";
  display: block;
  background: url("../img/natural/nature_img_icon_l.png") no-repeat;
  background-size: 100%;
  width: 132px;
  height: 132px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page_lead_imgs::before {
    width: 80px;
    height: 80px;
  }
}
.page_lead_imgs::after {
  content: "";
  display: block;
  background: url("../img/natural/nature_img_icon_r.png") no-repeat;
  background-size: 100%;
  width: 132px;
  height: 132px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .page_lead_imgs::after {
    width: 80px;
    height: 80px;
  }
}
.page_lead_imgs img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page_lead_imgs img {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .page_lead_imgs .img1 {
    margin-left: -30px;
  }
}
.page_lead_imgs .img2 {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .page_lead_imgs .img2 {
    margin-top: 0;
    margin-right: -30px;
  }
}

.dot_list li {
  padding-left: 16px;
  position: relative;
  color: #6E6E6E;
}
.dot_list li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#80c6db), to(#bdacd5));
  background: -webkit-linear-gradient(left, #80c6db 0%, #bdacd5 100%);
  background: linear-gradient(to right, #80c6db 0%, #bdacd5 100%);
  position: absolute;
  top: 12px;
  left: 0;
}

/*/ top ////////////////////////////////////////////*/
.wrap_top_mv {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv {
    z-index: 5000;
  }
}
.wrap_top_mv .top_mv {
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .top_mv {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .top_mv.pc {
    display: none;
  }
}
.wrap_top_mv .top_mv.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .top_mv.sp {
    display: block;
  }
}
.wrap_top_mv .top_mv ul li {
  font-size: 0;
}
.wrap_top_mv .top_mv ul li img {
  width: 100%;
  height: 880px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .top_mv ul li img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .top_mv ul li img.pc {
    display: none;
  }
}
.wrap_top_mv .top_mv ul li img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .top_mv ul li img.sp {
    display: inline-block;
  }
}
.wrap_top_mv .top_mv .slider {
  width: 100%;
  height: 880px;
}
.wrap_top_mv .top_mv .slider .tiles-simple-anim {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mv_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 163px;
  position: relative;
  z-index: 3000;
}
@media screen and (max-width: 767px) {
  .mv_cnt {
    display: block;
    margin-bottom: 80px;
  }
}
.mv_cnt .top_copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  height: 280px;
  margin-top: -140px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#85a7d0), to(#bdb9dd));
  background: -webkit-linear-gradient(left, #85a7d0 0%, #bdb9dd 100%);
  background: linear-gradient(to right, #85a7d0 0%, #bdb9dd 100%);
}
@media screen and (max-width: 767px) {
  .mv_cnt .top_copy {
    width: 100%;
    height: 158px;
    padding: 30px 65px 50px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mv_cnt .top_copy p {
  color: #FFF;
  font-size: 24px;
  line-height: 2.33;
}
@media screen and (max-width: 767px) {
  .mv_cnt .top_copy p {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .mv_cnt .top_copy p br {
    display: none;
  }
}
.mv_cnt .company_btn {
  width: 30%;
  min-width: 320px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mv_cnt .company_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -20px;
    width: 100%;
  }
}
.mv_cnt .company_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 192px;
  background: #7999BF;
  color: #FFF;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .mv_cnt .company_btn a {
    width: 236px;
    height: 75px;
  }
}
.mv_cnt .company_btn a:hover .btn_icon {
  background: #437198;
}
@media screen and (max-width: 767px) {
  .mv_cnt .company_btn a img {
    width: 100px;
  }
}
.mv_cnt .company_btn a .btn_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: -webkit-gradient(linear, left top, right top, from(#bdacd5), to(#80c6db));
  background: -webkit-linear-gradient(left, #bdacd5 0%, #80c6db 100%);
  background: linear-gradient(to right, #bdacd5 0%, #80c6db 100%);
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .mv_cnt .company_btn a .btn_icon {
    width: 56px;
    height: 56px;
  }
}
.mv_cnt .company_btn a .btn_icon::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url("../img/common/btn_arrow.svg") no-repeat center;
}
@media screen and (max-width: 767px) {
  .mv_cnt .company_btn a .btn_icon::before {
    background-size: 23px;
  }
}

.top_sec_cnt {
  max-width: 720px;
  margin: 0 auto 175px;
}
@media screen and (max-width: 767px) {
  .top_sec_cnt {
    margin-bottom: 80px;
  }
}

.top_sec_ttl {
  color: #437198;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .top_sec_ttl {
    margin-bottom: 32px;
  }
}
.top_sec_ttl span {
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top_sec_ttl img {
    width: auto;
    height: 30px;
  }
}

.top_business {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .top_business {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1240px) {
  .top_business .top_sec_cnt {
    padding: 0 20px;
  }
}
.top_business .top_sec_cnt .txt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top_business .top_sec_cnt .txt {
    font-size: 18px;
  }
}
.top_business .top_business_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1190px;
  margin: 0 auto 120px;
  padding-bottom: 176px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 1240px) {
  .top_business .top_business_list {
    padding: 0 20px 176px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .top_business .top_business_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.top_business .top_business_list li {
  width: 475px;
}
@media screen and (max-width: 1240px) {
  .top_business .top_business_list li {
    width: 100%;
    max-width: 475px;
  }
}
.top_business .top_business_list li:first-of-type {
  border-right: 1px solid #E2E2E2;
  padding-right: 88px;
  margin-right: 88px;
}
@media screen and (max-width: 767px) {
  .top_business .top_business_list li:first-of-type {
    border: none;
    padding: 0;
    margin: 0 0 60px;
  }
}
.top_business .top_business_list li .img {
  font-size: 0;
  margin-bottom: 72px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_business .top_business_list li .img {
    margin-bottom: 32px;
  }
}
.top_business .top_business_list li .img::before {
  content: "";
  display: block;
  background: url("../img/common/img_icon.jpg");
  background-size: 100%;
  width: 200px;
  height: 267px;
  position: absolute;
  top: -32px;
  left: -32px;
  z-index: -1;
}
@media screen and (max-width: 1240px) {
  .top_business .top_business_list li .img::before {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_business .top_business_list li .img::before {
    top: -10px;
    left: -10px;
  }
}
.top_business .top_business_list li .ttl {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_business .top_business_list li .ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.top_business .top_business_list li .txt {
  margin-bottom: 48px;
  color: #6E6E6E;
}
@media screen and (max-width: 767px) {
  .top_business .top_business_list li .txt {
    margin-bottom: 24px;
  }
}
.top_business .top_business_list li .name {
  text-align: right;
  font-size: 0;
  margin-bottom: 16px;
}
.top_business .top_business_list li .btn {
  margin-left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_business .top_business_list li .btn a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1240px) {
  .top_business .top_business_list li .btn a img.pc {
    display: none;
  }
}
.top_business .top_business_list li .btn a img.sp {
  display: none;
}
@media screen and (max-width: 1240px) {
  .top_business .top_business_list li .btn a img.sp {
    display: inline-block;
  }
}
.top_business .top_shop .top_shop_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1190px;
  width: 100%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .top_business .top_shop .top_shop_head {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin-bottom: 60px;
  }
}
.top_business .top_shop .top_shop_head .cnt {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .top_business .top_shop .top_shop_head .cnt {
    margin-left: 0;
    margin-bottom: 24px;
  }
}
.top_business .top_shop .top_shop_head .cnt .ttl {
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top_business .top_shop .top_shop_head .cnt .ttl {
    margin-bottom: 8px;
  }
}
.top_business .top_shop .top_shop_head .cnt .txt {
  color: #6E6E6E;
}
.top_business .top_shop .top_shop_head .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_business .top_shop .img {
  margin-left: calc(50% - 563px);
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .top_business .top_shop .img {
    margin-left: 52px;
  }
}
@media screen and (max-width: 767px) {
  .top_business .top_shop .img {
    margin-left: 20px;
  }
}
.top_business .top_shop .img::before {
  content: "";
  display: block;
  background: url("../img/common/img_icon.jpg");
  background-size: 100%;
  width: 200px;
  height: 285px;
  position: absolute;
  top: -32px;
  left: -32px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_business .top_shop .img::before {
    top: -10px;
    left: -10px;
    height: 60%;
  }
}

.top_topics {
  max-width: 1190px;
  margin: 0 auto 120px;
  padding-left: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_topics {
    padding: 0 20px;
  }
}
.top_topics .top_topics_list {
  max-width: 620px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .top_topics .top_topics_list {
    margin-top: -24px;
    margin-bottom: 40px;
  }
}
.top_topics .top_topics_list li {
  border-bottom: 1px solid #E4E5ED;
}
.top_topics .top_topics_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 26px;
}
@media screen and (max-width: 767px) {
  .top_topics .top_topics_list li a {
    padding: 16px 0 16px;
    display: block;
  }
}
.top_topics .top_topics_list li a .date {
  width: 84px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .top_topics .top_topics_list li a .date {
    width: auto;
    margin: 0 0 5px;
  }
}
.top_topics .top_topics_list li a .ttl {
  color: #6E6E6E;
}
.top_topics .btn {
  max-width: 644px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top_history {
  background: url("../img/top/history_bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 183px;
  padding-bottom: 360px;
  margin-bottom: -360px;
}
@media screen and (max-width: 1240px) {
  .top_history {
    padding-bottom: 310px;
    margin-bottom: -310px;
  }
}
@media screen and (max-width: 767px) {
  .top_history {
    padding-bottom: 280px;
    margin-bottom: -270px;
    padding-top: 83px;
  }
}
@media screen and (max-width: 540px) {
  .top_history {
    padding-bottom: 310px;
  }
}
.top_history .top_history_cnt {
  max-width: 712px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .top_history .top_history_cnt {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .top_history .top_history_cnt {
    margin-left: 18%;
    width: auto;
    padding-right: 30px;
  }
}
@media screen and (max-width: 540px) {
  .top_history .top_history_cnt {
    margin-left: 30px;
  }
}
.top_history .top_history_cnt .pcn {
  display: none;
}
@media screen and (max-width: 540px) {
  .top_history .top_history_cnt .pcn {
    display: block;
  }
}
.top_history .top_history_cnt .top_sec_ttl {
  color: #FFF;
}
.top_history .top_history_cnt .txt {
  color: #FFF;
  font-size: 20px;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .top_history .top_history_cnt .txt {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.top_history .top_history_cnt .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_history .top_history_cnt .btn a {
  color: #FFF;
}
.top_history .top_history_img1 {
  position: absolute;
  top: -552px;
  right: 0;
  font-size: 0;
}
@media screen and (max-width: 1240px) {
  .top_history .top_history_img1 {
    width: 24%;
    top: -20vw;
  }
}
@media screen and (max-width: 980px) {
  .top_history .top_history_img1 {
    top: -10vw;
  }
}
@media screen and (max-width: 767px) {
  .top_history .top_history_img1 {
    top: -60px;
    width: 20%;
  }
}
@media screen and (max-width: 540px) {
  .top_history .top_history_img1 {
    width: 30%;
  }
}
.top_history .top_history_img2 {
  position: absolute;
  top: 157px;
  left: 0;
}
@media screen and (max-width: 1240px) {
  .top_history .top_history_img2 {
    width: 12%;
  }
}
@media screen and (max-width: 767px) {
  .top_history .top_history_img2 {
    width: 14%;
    top: auto;
    bottom: 260px;
  }
}
@media screen and (max-width: 540px) {
  .top_history .top_history_img2 {
    width: 60px;
    bottom: 220px;
  }
}

.page_wrap .page_lead {
  max-width: 712px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .page_wrap .page_lead {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 80px;
  }
}
.page_wrap .page_lead .lead {
  font-size: 23px;
  line-height: 1.7;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_wrap .page_lead .lead {
    font-size: 20px;
  }
}
.page_wrap .page_lead .txt {
  color: #6E6E6E;
  margin-bottom: 32px;
}
.page_wrap .page_lead .txt:last-child {
  margin-bottom: 0;
}
.page_wrap .page_lead .txt.bk {
  color: #000;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page_wrap .page_lead .txt.bk {
    font-size: 16px;
  }
}
.page_wrap .page_lead .lead_list li {
  padding-left: 1em;
  position: relative;
  color: #6E6E6E;
}
.page_wrap .page_lead .lead_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/*/ shop ////////////////////////////////////////////*/
.select_shop {
  max-width: 1190px;
  margin: 0 auto 214px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .select_shop {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .select_shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
}
.select_shop li {
  width: 222px;
  margin-right: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#85a7d0), to(#bdb9dd));
  background: -webkit-linear-gradient(left, #85a7d0 0%, #bdb9dd 100%);
  background: linear-gradient(to right, #85a7d0 0%, #bdb9dd 100%);
}
.select_shop li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .select_shop li {
    width: 100%;
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .select_shop li {
    margin-right: 0;
    margin-bottom: 2px;
  }
}
.select_shop li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 78px;
  padding: 8px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.7;
}
@media screen and (max-width: 1080px) {
  .select_shop li a {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .select_shop li a {
    height: 48px;
  }
}
.select_shop li a:hover {
  background: #437198;
}
.select_shop li a::after {
  content: "";
  display: block;
  background: url("../img/common/down_arrow.svg") no-repeat;
  width: 5px;
  height: 14px;
  margin-left: 6px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .select_shop li a br {
    display: none;
  }
}

.wrap_shop_sec {
  margin-bottom: 120px;
}
.wrap_shop_sec .shop_sec {
  background: #FFF;
  padding: 160px 0 150px;
}
@media screen and (max-width: 767px) {
  .wrap_shop_sec .shop_sec {
    padding: 120px 0 80px;
  }
}
.wrap_shop_sec .shop_sec:nth-of-type(odd) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 250, 255, 0.9)), to(rgba(244, 244, 252, 0.9)));
  background: -webkit-linear-gradient(rgba(245, 250, 255, 0.9) 0%, rgba(244, 244, 252, 0.9) 100%);
  background: linear-gradient(rgba(245, 250, 255, 0.9) 0%, rgba(244, 244, 252, 0.9) 100%);
  padding: 160px 0 150px;
}
@media screen and (max-width: 767px) {
  .wrap_shop_sec .shop_sec:nth-of-type(odd) {
    padding: 120px 0 80px;
  }
}
.wrap_shop_sec .shop_sec .shop_sec_cnt {
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .wrap_shop_sec .shop_sec .shop_sec_cnt {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_shop_sec .shop_sec .shop_sec_cnt {
    padding: 0 20px;
  }
}
.wrap_shop_sec .shop_sec .shop_sec_cnt .shop_sec_ttl {
  background: url("../img/common/ttl_bg.png") no-repeat;
  background-size: cover;
  width: 188px;
  height: 188px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.6;
  text-align: center;
  position: absolute;
  left: 0;
  top: -254px;
}
@media screen and (max-width: 1240px) {
  .wrap_shop_sec .shop_sec .shop_sec_cnt .shop_sec_ttl {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_shop_sec .shop_sec .shop_sec_cnt .shop_sec_ttl {
    width: 120px;
    height: 120px;
    font-size: 16px;
    top: -160px;
    left: 20px;
  }
}
.wrap_shop_sec .shop_sec .area_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 840px) {
  .wrap_shop_sec .shop_sec .area_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.wrap_shop_sec .shop_sec .area_list li {
  width: 222px;
  margin-right: 20px;
}
.wrap_shop_sec .shop_sec .area_list li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  .wrap_shop_sec .shop_sec .area_list li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.wrap_shop_sec .shop_sec .area_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #437198;
  background: #FFF;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #437198;
  position: relative;
}
.wrap_shop_sec .shop_sec .area_list li a svg {
  position: absolute;
  right: 30px;
  top: calc(50% - 1px);
}
@media screen and (max-width: 1080px) {
  .wrap_shop_sec .shop_sec .area_list li a svg {
    right: 16px;
  }
}
.wrap_shop_sec .shop_sec .area_list li a:hover {
  background: #437198;
  color: #FFF;
}
.wrap_shop_sec .shop_sec .area_list li a:hover svg path {
  stroke: #FFF;
}
.wrap_shop_sec .shop_sec .shop_area {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .wrap_shop_sec .shop_sec .shop_area {
    margin-bottom: 24px;
  }
}
.wrap_shop_sec .shop_sec .shop_area .shop_area_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  color: #437198;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_shop_sec .shop_sec .shop_area .shop_area_ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.wrap_shop_sec .shop_sec .shop_area .shop_area_ttl::before {
  content: "";
  display: block;
  width: 123px;
  height: 1px;
  background: #E4E5ED;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_shop_sec .shop_sec .shop_area .shop_area_ttl::before {
    width: 40px;
    margin-right: 12px;
  }
}
.wrap_shop_sec .shop_sec .shop_area .shop_area_ttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#80c6db), to(#bdacd5));
  background: -webkit-linear-gradient(left, #80c6db 0%, #bdacd5 100%);
  background: linear-gradient(to right, #80c6db 0%, #bdacd5 100%);
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}
.wrap_shop_sec .shop_sec .shop_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wrap_shop_sec .shop_sec .shop_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wrap_shop_sec .shop_sec .shop_list > li {
  width: 272px;
  margin-right: 34px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1240px) {
  .wrap_shop_sec .shop_sec .shop_list > li {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_shop_sec .shop_sec .shop_list > li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .wrap_shop_sec .shop_sec .shop_list > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.wrap_shop_sec .shop_sec .shop_list > li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1240px) {
  .wrap_shop_sec .shop_sec .shop_list > li:nth-of-type(4n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_shop_sec .shop_sec .shop_list > li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .wrap_shop_sec .shop_sec .shop_list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.wrap_shop_sec .shop_sec .shop_list > li .img {
  margin-bottom: 16px;
  font-size: 0;
}
.wrap_shop_sec .shop_sec .shop_list > li .img a:hover {
  opacity: 0.6;
}
.wrap_shop_sec .shop_sec .shop_list > li .ttl {
  margin-bottom: 16px;
  line-height: 1.4;
}
.wrap_shop_sec .shop_sec .shop_list > li .ttl a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #437198;
}
.wrap_shop_sec .shop_sec .shop_list > li .ttl a:hover .icon::before {
  opacity: 1;
}
.wrap_shop_sec .shop_sec .shop_list > li .ttl a .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#80c6db), to(#bdacd5));
  background: -webkit-linear-gradient(left, #80c6db 0%, #bdacd5 100%);
  background: linear-gradient(to right, #80c6db 0%, #bdacd5 100%);
  margin-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
.wrap_shop_sec .shop_sec .shop_list > li .ttl a .icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #437198;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 50%;
}
.wrap_shop_sec .shop_sec .shop_list > li .ttl a .icon::after {
  content: "";
  display: block;
  background: url("../img/common/shop_link_icon.svg") no-repeat;
  width: 8px;
  height: 3px;
  z-index: 10;
}
.wrap_shop_sec .shop_sec .shop_list > li .ttl a .icon.external::after {
  content: "";
  display: block;
  background: url("../img/common/shop_link_icon2.svg") no-repeat;
  width: 6px;
  height: 6px;
}
.wrap_shop_sec .shop_sec .shop_list > li .shop_list_info > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E4E5ED;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.wrap_shop_sec .shop_sec .shop_list > li .shop_list_info > li .ttl2 {
  font-size: 14px;
  width: 60px;
  margin-right: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.4;
}
.wrap_shop_sec .shop_sec .shop_list > li .shop_list_info > li .txt {
  font-size: 14px;
  color: #6E6E6E;
  line-height: 1.4;
}

.shop_lead {
  max-width: 752px;
  margin: 0 auto 192px;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .shop_lead {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
.shop_lead p {
  margin-bottom: 32px;
  color: #6E6E6E;
}
@media screen and (max-width: 767px) {
  .shop_lead p {
    margin-bottom: 24px;
  }
}

.shop_img {
  margin-left: calc(50% - 563px);
  font-size: 0;
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 1240px) {
  .shop_img {
    margin-left: 52px;
  }
}
@media screen and (max-width: 767px) {
  .shop_img {
    margin-left: 20px;
    margin-bottom: 80px;
  }
}
.shop_img::before {
  content: "";
  display: block;
  background: url("../img/common/img_icon.jpg");
  background-size: 100%;
  width: 200px;
  height: 285px;
  position: absolute;
  top: -32px;
  left: -32px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .shop_img::before {
    top: -10px;
    left: -10px;
    height: 60%;
  }
}

.shop_news {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 250, 255, 0.9)), to(rgba(244, 244, 252, 0.9)));
  background: -webkit-linear-gradient(rgba(245, 250, 255, 0.9) 0%, rgba(244, 244, 252, 0.9) 100%);
  background: linear-gradient(rgba(245, 250, 255, 0.9) 0%, rgba(244, 244, 252, 0.9) 100%);
  opacity: 0.9;
  padding: 144px 40px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .shop_news {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
}
.shop_news .shop_news_cnt {
  max-width: 712px;
  margin: 0 auto;
}
.shop_news .shop_news_cnt .txt {
  font-size: 18px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .shop_news .shop_news_cnt .txt {
    font-size: 16px;
  }
}

.shop_info {
  max-width: 1090px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 1240px) {
  .shop_info {
    padding: 0 40px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .shop_info {
    padding: 0 20px;
  }
}
.shop_info .shop_data {
  max-width: 712px;
  margin: 0 auto 72px;
}
@media screen and (max-width: 767px) {
  .shop_info .shop_data {
    margin-bottom: 48px;
  }
}
.shop_info .shop_data li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #E4E5ED;
}
.shop_info .shop_data li:last-of-type {
  border: none;
}
.shop_info .shop_data li .ttl {
  font-size: 18px;
  width: 100px;
  margin-right: 84px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .shop_info .shop_data li .ttl {
    font-size: 16px;
    width: 84px;
    margin-right: 16px;
  }
}
.shop_info .shop_data li .cnt {
  font-size: 16px;
  margin-top: 2px;
  color: #6E6E6E;
}
@media screen and (max-width: 767px) {
  .shop_info .shop_data li .cnt {
    font-size: 15px;
  }
}
.shop_info .shop_data li .cnt.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop_info .shop_data li .cnt.sns a {
  display: block;
  margin-right: 24px;
}
.shop_info .shop_data li .cnt.sns a:hover {
  opacity: 0.6;
}
.shop_info .recruit_bnr {
  margin-bottom: 40px;
}
.shop_info .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .shop_info .btns {
    display: block;
  }
}
.shop_info .btns .btn2 {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .shop_info .btns .btn2 {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 840px) {
  .shop_info .btns .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.shop_gmap {
  width: 100%;
  height: 560px;
  margin-bottom: 192px;
}
@media screen and (max-width: 767px) {
  .shop_gmap {
    height: 360px;
    margin-bottom: 120px;
  }
}
.shop_gmap iframe {
  width: 100%;
  height: 100%;
}

.wrap_shop_cnt {
  max-width: 1190px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .wrap_shop_cnt {
    margin-bottom: 80px;
  }
}
.wrap_shop_cnt .shop_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px;
  margin-bottom: 152px;
}
@media screen and (max-width: 767px) {
  .wrap_shop_cnt .shop_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
.wrap_shop_cnt .shop_cnt:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .wrap_shop_cnt .shop_cnt:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap_shop_cnt .shop_cnt:nth-of-type(even) .img::before {
  background: url("../img/common/img_icon_r.jpg");
  background-size: cover;
  left: auto;
  right: -32px;
}
@media screen and (max-width: 767px) {
  .wrap_shop_cnt .shop_cnt:nth-of-type(even) .img::before {
    right: -10px;
  }
}
.wrap_shop_cnt .shop_cnt .img {
  max-width: 526px;
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .wrap_shop_cnt .shop_cnt .img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_shop_cnt .shop_cnt .img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.wrap_shop_cnt .shop_cnt .img::before {
  content: "";
  display: block;
  background: url("../img/common/img_icon.jpg");
  background-size: cover;
  width: 200px;
  height: 267px;
  position: absolute;
  top: -32px;
  left: -32px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .wrap_shop_cnt .shop_cnt .img::before {
    top: -10px;
    left: -10px;
  }
}
.wrap_shop_cnt .shop_cnt .cnt {
  max-width: 484px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .wrap_shop_cnt .shop_cnt .cnt {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_shop_cnt .shop_cnt .cnt {
    width: 100%;
    padding: 0;
  }
}
.wrap_shop_cnt .shop_cnt .cnt h3 {
  font-size: 26px;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_shop_cnt .shop_cnt .cnt h3 {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.wrap_shop_cnt .shop_cnt .cnt h3:first-child {
  margin-top: 0;
}
.wrap_shop_cnt .shop_cnt .cnt p {
  color: #6E6E6E;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .wrap_shop_cnt .shop_cnt .cnt p {
    margin-bottom: 24px;
  }
}

.photo_gallery {
  max-width: 1160px;
  margin: 0 auto 160px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .photo_gallery {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.photo_gallery .gallery_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .photo_gallery .gallery_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.photo_gallery .gallery_list li {
  width: 170px;
  margin: 0 12px 12px 0;
  font-size: 0;
}
@media screen and (max-width: 1240px) {
  .photo_gallery .gallery_list li {
    width: calc(16.6% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .photo_gallery .gallery_list li {
    width: 49%;
    margin-right: 0;
  }
}
.photo_gallery .gallery_list li:nth-of-type(6n) {
  margin-right: 0;
}

.shop_contact {
  max-width: 1080px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 1240px) {
  .shop_contact {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .shop_contact {
    padding: 0 20px;
  }
}
.shop_contact .confirm-lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 48px;
}
.shop_contact .shop_contact_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 132px;
}
@media screen and (max-width: 840px) {
  .shop_contact .shop_contact_head {
    display: block;
    margin-bottom: 64px;
  }
}
.shop_contact .shop_contact_head .sec_ttl {
  margin-right: 124px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 840px) {
  .shop_contact .shop_contact_head .sec_ttl {
    margin-right: 0;
  }
}
.shop_contact .shop_contact_head .cnt {
  padding-top: 16px;
}
.shop_contact .shop_contact_head .cnt .lead {
  font-size: 18px;
  margin-bottom: 24px;
}
.shop_contact .shop_contact_head .cnt .memo {
  color: #6E6E6E;
  padding-left: 1.2em;
  position: relative;
}
.shop_contact .shop_contact_head .cnt .memo::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.shop_contact .shop_form {
  max-width: 896px;
  margin: 0 auto;
}
.shop_contact .shop_form .shop_form_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 32px;
}
.shop_contact .shop_form .shop_form_list li .ttl {
  width: 220px;
  margin-right: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  padding-top: 8px;
}
.shop_contact .shop_form .shop_form_list li .ttl .his {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 20px;
  border-radius: 2px;
  background: #7999BF;
  color: #FFF;
  font-size: 12px;
}
.shop_contact .shop_form .shop_form_list li .cnt {
  width: calc(100% - 274px);
}
.shop_contact .shop_form .shop_form_list li .cnt input[type=text],
.shop_contact .shop_form .shop_form_list li .cnt input[type=email] {
  width: 100%;
  height: 56px;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shop_contact .shop_form .shop_form_list li .cnt textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shop_contact .shop_form .pp {
  text-align: center;
  margin-bottom: 32px;
}
.shop_contact .shop_form .pp a {
  text-decoration: underline;
}
.shop_contact .shop_form .pp a:hover {
  text-decoration: none;
}
.shop_contact .shop_form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop_contact .shop_form .submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #FFF;
  font-size: 18px;
  width: 280px;
  height: 64px;
  border-radius: 32px;
  background: url("../img/common/submit_arrow.svg") no-repeat right 32px center, -webkit-gradient(linear, left top, right top, from(#80c6db), to(#bdacd5)), #437198;
  background: url("../img/common/submit_arrow.svg") no-repeat right 32px center, -webkit-linear-gradient(left, #80c6db 0%, #bdacd5 100%), #437198;
  background: url("../img/common/submit_arrow.svg") no-repeat right 32px center, linear-gradient(to right, #80c6db 0%, #bdacd5 100%), #437198;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.shop_contact .shop_form .submit input:hover {
  background: url("../img/common/submit_arrow.svg") no-repeat right 32px center, #437198;
}

/*/ aboutus ////////////////////////////////////////////*/
.aboutus .page_lead {
  margin-bottom: 318px;
}
@media screen and (max-width: 767px) {
  .aboutus .page_lead {
    margin-bottom: 120px;
  }
}
.aboutus .wrap_history {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7f2f2), color-stop(34.48%, #e0eef4), color-stop(67.98%, #efeaf5), to(#fff));
  background: -webkit-linear-gradient(#e7f2f2 0%, #e0eef4 34.48%, #efeaf5 67.98%, #fff 100%);
  background: linear-gradient(#e7f2f2 0%, #e0eef4 34.48%, #efeaf5 67.98%, #fff 100%);
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history {
    margin-bottom: 100px;
  }
}
.aboutus .wrap_history .history_ttl {
  font-size: 0;
  position: absolute;
  top: -118px;
  right: 50px;
}
@media screen and (max-width: 1240px) {
  .aboutus .wrap_history .history_ttl {
    top: -8vw;
  }
}
@media screen and (max-width: 1240px) {
  .aboutus .wrap_history .history_ttl img {
    width: auto;
    height: 8vw;
  }
}
.aboutus .wrap_history .history {
  max-width: 1190px;
  margin: 0 auto;
  top: -27px;
  position: relative;
  margin-bottom: -27px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history {
    padding-bottom: 1px;
  }
}
.aboutus .wrap_history .history::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 74px);
  background: #7999BF;
  position: absolute;
  left: 90px;
  top: 275px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history::after {
    left: 34px;
    top: 220px;
    height: calc(100% - 120px);
  }
}
.aboutus .wrap_history .history .history_box {
  margin-bottom: 106px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box {
    margin-bottom: 40px;
  }
}
.aboutus .wrap_history .history .history_box:last-of-type {
  margin-bottom: 0;
}
.aboutus .wrap_history .history .history_box .history_cnt_ttl {
  background: url("../img/common/ttl_bg.png") no-repeat;
  background-size: cover;
  width: 188px;
  height: 188px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.6;
  text-align: center;
  margin-left: 171px;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .history_cnt_ttl {
    width: 120px;
    height: 120px;
    font-size: 16px;
    margin-left: 70px;
    margin-bottom: 32px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_wholesale .history_cnt_ttl, .aboutus .wrap_history .history .history_box.wrap_sightseeing .history_cnt_ttl {
  margin-bottom: -132px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_wholesale .history_cnt_ttl, .aboutus .wrap_history .history .history_box.wrap_sightseeing .history_cnt_ttl {
    margin-bottom: -92px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_wholesale {
  margin-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_wholesale {
    margin-bottom: 120px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_wholesale .wrap_history_cnt {
  background: #FFF;
  position: relative;
  margin-left: 0;
  padding: 152px 55px 50px 147px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_wholesale .wrap_history_cnt {
    padding: 82px 20px 40px 54px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_wholesale .wrap_history_cnt::after {
  content: "";
  display: block;
  height: 140px;
  max-width: 1190px;
  width: 100%;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 0;
  bottom: -139px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_wholesale .wrap_history_cnt::after {
    height: 80px;
    bottom: -79px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_wholesale .wrap_history_cnt .gengo {
  bottom: -150px;
  top: auto;
  left: 59px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_wholesale .wrap_history_cnt .gengo {
    bottom: -90px;
    left: 16px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_wholesale .wrap_history_cnt .history_cnt {
  margin-left: 102px;
  padding-top: 50px;
  margin-bottom: 96px;
}
@media screen and (max-width: 1080px) {
  .aboutus .wrap_history .history .history_box.wrap_wholesale .wrap_history_cnt .history_cnt {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_wholesale .wrap_history_cnt .history_cnt {
    margin-left: 32px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_wholesale .wrap_history_cnt .history_cnt .img {
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_wholesale .wrap_history_cnt .history_cnt .img {
    margin-top: 24px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_retail .history_cnt_ttl {
  margin-bottom: 68px;
}
.aboutus .wrap_history .history .history_box.wrap_retail .wrap_history_cnt {
  margin-left: 0;
}
.aboutus .wrap_history .history .history_box.wrap_retail .wrap_history_cnt .gengo {
  left: 59px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_retail .wrap_history_cnt .gengo {
    left: 16px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_retail .history_cnt {
  margin-left: 102px;
}
@media screen and (max-width: 1080px) {
  .aboutus .wrap_history .history .history_box.wrap_retail .history_cnt {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_retail .history_cnt {
    margin-left: 32px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt {
  background: #FFF;
  margin-left: 0;
  padding: 152px 55px 10px 147px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt {
    padding: 82px 20px 40px 54px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt .history_cnt {
  margin-left: 102px;
  margin-bottom: 104px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt .history_cnt {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt .history_cnt {
    margin-bottom: 64px;
    margin-left: 32px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt .history_cnt:first-of-type {
  padding-top: 54px;
}
.aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt .history_cnt:first-of-type .img {
  margin-top: -46px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt .history_cnt:first-of-type .img {
    margin-top: 24px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt .history_cnt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt .history_cnt:last-of-type {
    margin-bottom: 0;
  }
}
.aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt .history_cnt .gengo {
  left: -188px;
}
@media screen and (max-width: 1080px) {
  .aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt .history_cnt .gengo {
    left: -124px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt .history_cnt .gengo {
    left: -71px;
  }
}
.aboutus .wrap_history .history .history_box.wrap_sightseeing .wrap_history_cnt .textarea {
  margin-bottom: 104px;
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt {
  margin-left: 102px;
  padding: 0 55px 0 147px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt {
    padding: 0 20px 0 54px;
    margin-left: 32px;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .gengo {
  position: absolute;
  left: -42px;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  min-height: 95px;
  padding: 20px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#85a7d0), to(#bdb9dd));
  background: -webkit-linear-gradient(#85a7d0 0%, #bdb9dd 100%);
  background: linear-gradient(#85a7d0 0%, #bdb9dd 100%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.32em;
  z-index: 20;
}
@media screen and (max-width: 1080px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .gengo {
    left: 19px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .gengo {
    width: 40px;
    font-size: 16px;
    min-height: 64px;
    padding: 16px 5px;
    left: -16px;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt {
    display: block;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt.retail1 {
  margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt.retail1 {
    margin-bottom: 40px;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt.retail1 .year {
  margin-right: 40px;
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt.retail1 .img {
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt.retail1 .img {
    margin-top: 0;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt.retail2 {
  margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt.retail2 {
    margin-bottom: 64px;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt.retail2 .year {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt.retail2 .img {
    margin-top: 24px;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt .year {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 0;
  margin-right: 74px;
}
@media screen and (max-width: 1240px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt .year {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt .year {
    margin: 0 0 16px;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt .year.mt10 {
  margin-top: 10px;
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt .cnt p {
  line-height: 2;
  color: #6E6E6E;
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt .cnt .copy {
  font-size: 26px;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.7;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt .cnt .copy {
    margin-top: 0;
    font-size: 18px;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt .cnt .txt {
  max-width: 312px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt .cnt .txt {
    max-width: none;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: auto;
  font-size: 0;
}
@media screen and (max-width: 1240px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt .img {
    width: 30%;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .history_cnt .img {
    margin: 24px 0 0;
    width: 100%;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .textarea {
  padding: 45px 92px 40px 68px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .textarea {
    padding: 24px;
    margin-left: 8px;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .textarea::before {
  content: "";
  display: block;
  background: url("../img/common/txt_icon_lt.png") no-repeat;
  background-size: cover;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .textarea::before {
    width: 40px;
    height: 40px;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .textarea::after {
  content: "";
  display: block;
  background: url("../img/common/txt_icon_rb.png") no-repeat;
  background-size: cover;
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .textarea::after {
    width: 40px;
    height: 40px;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .textarea .ttl {
  text-align: center;
  font-size: 26px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .aboutus .wrap_history .history .history_box .wrap_history_cnt .textarea .ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.aboutus .wrap_history .history .history_box .wrap_history_cnt .textarea .txt {
  color: #6E6E6E;
}

/*/ natural ////////////////////////////////////////////*/
.natural {
  margin-bottom: 160px;
}
.natural .nature_sec {
  max-width: 1190px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 1240px) {
  .natural .nature_sec {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .natural .nature_sec {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .natural .business_content .lead_box .copy img {
    height: 80px;
  }
}
.natural .products_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .natural .products_head {
    display: block;
    margin-bottom: 54px;
  }
}
.natural .products_head .lead_box {
  width: 433px;
  margin-right: 55px;
}
@media screen and (max-width: 1240px) {
  .natural .products_head .lead_box {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .natural .products_head .lead_box {
    width: 100%;
    margin-bottom: 48px;
  }
}
.natural .products_head .img {
  padding: 32px 0 0 32px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .natural .products_head .img {
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .natural .products_head .img {
    width: auto;
    padding: 20px 0 0 20px;
  }
}
.natural .products_head .img::before {
  content: "";
  display: block;
  background: url("../img/common/img_icon.jpg") no-repeat;
  background-size: 200px;
  width: 200px;
  height: 285px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.natural .lead_box2 .lead_box2_txt {
  padding-left: 147px;
  color: #6E6E6E;
  margin-bottom: 80px;
  max-width: 1040px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .natural .lead_box2 .lead_box2_txt {
    padding-left: 52px;
    margin-bottom: 54px;
  }
}
.natural .lead_box2 .lead_box2_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .natural .lead_box2 .lead_box2_img {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.natural .lead_box2 .lead_box2_img li {
  margin-right: 8px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .natural .lead_box2 .lead_box2_img li {
    width: 49%;
    margin: 0 0 8px;
  }
}
.natural .lead_box2 .lead_box2_img li:last-of-type {
  margin-right: 0;
}
.natural .nature_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 96px;
}
@media screen and (max-width: 840px) {
  .natural .nature_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.natural .nature_list li {
  width: 370px;
  margin-right: 40px;
}
@media screen and (max-width: 1240px) {
  .natural .nature_list li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 840px) {
  .natural .nature_list li {
    margin-right: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .natural .nature_list li:nth-of-type(2) {
    margin-right: 0;
  }
}
.natural .nature_list li:last-of-type {
  margin-right: 0;
}
.natural .nature_list li .img {
  font-size: 0;
  margin-bottom: 24px;
  position: relative;
}
.natural .nature_list li .img::before {
  content: "";
  display: block;
  background: url("../img/common/img_icon2.jpg") no-repeat;
  background-size: 16px;
  width: 16px;
  height: 208px;
  position: absolute;
  top: -16px;
  left: 0;
}
.natural .nature_list li .img::after {
  content: "";
  display: block;
  background: url("../img/common/img_icon2.jpg") no-repeat;
  background-size: 16px;
  width: 16px;
  height: 208px;
  position: absolute;
  bottom: -16px;
  right: 0;
}
.natural .nature_list li .cnt {
  padding: 0 24px;
}
.natural .nature_list li .cnt .ttl {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.natural .nature_list li .cnt .txt {
  color: #6E6E6E;
}
.natural .history_img {
  margin-left: calc(50% - 563px);
  font-size: 0;
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 1240px) {
  .natural .history_img {
    margin-left: 52px;
  }
}
@media screen and (max-width: 767px) {
  .natural .history_img {
    margin-left: 20px;
    margin-bottom: 80px;
  }
}
.natural .history_img::before {
  content: "";
  display: block;
  background: url("../img/common/img_icon.jpg");
  background-size: 100%;
  width: 200px;
  height: 285px;
  position: absolute;
  top: -32px;
  left: -32px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .natural .history_img::before {
    top: -10px;
    left: -10px;
    height: 60%;
  }
}
.natural .store_history {
  background: #F5FAFF;
  padding: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .natural .store_history {
    padding: 108px 40px;
  }
}
@media screen and (max-width: 767px) {
  .natural .store_history {
    padding: 40px 20px;
    display: block;
    margin-bottom: 64px;
  }
}
.natural .store_history ul {
  position: relative;
}
.natural .store_history ul::before {
  content: "";
  display: block;
  background: #E4E5ED;
  width: 1px;
  height: calc(100% - 34px);
  position: absolute;
  top: 16px;
  left: 100px;
}
@media screen and (max-width: 767px) {
  .natural .store_history ul::before {
    height: calc(100% + 28px);
    left: 77px;
  }
}
.natural .store_history ul:first-of-type {
  margin-right: 57px;
}
@media screen and (max-width: 767px) {
  .natural .store_history ul:first-of-type {
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.natural .store_history ul:last-of-type::before {
  height: calc(100% - 34px - 2em);
}
@media screen and (max-width: 767px) {
  .natural .store_history ul:last-of-type::before {
    height: calc(100% - 20px - 2em);
  }
}
.natural .store_history ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 28px;
}
.natural .store_history ul li:last-of-type {
  margin-bottom: 0;
}
.natural .store_history ul li .year {
  font-size: 20px;
  line-height: 1.6;
  color: #437198;
  width: 80px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .natural .store_history ul li .year {
    font-size: 16px;
    width: 64px;
    margin-right: 36px;
  }
}
.natural .store_history ul li .year::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#80c6db), to(#bdacd5));
  background: -webkit-linear-gradient(left, #80c6db 0%, #bdacd5 100%);
  background: linear-gradient(to right, #80c6db 0%, #bdacd5 100%);
  position: absolute;
  top: calc(50% - 4px);
  right: -24px;
}
@media screen and (max-width: 767px) {
  .natural .store_history ul li .year::after {
    right: -17px;
  }
}
.natural .store_history ul li .txt {
  color: #6E6E6E;
}
.natural .total {
  margin-left: 92px;
}
@media screen and (max-width: 1080px) {
  .natural .total {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .natural .total {
    margin-left: 20px;
  }
}
.natural .total .total_ttl {
  color: #437198;
  font-size: 20px;
  margin-bottom: 32px;
}
.natural .total ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .natural .total ul li {
    display: block;
    margin-bottom: 16px;
  }
}
.natural .total ul li .ttl {
  width: 176px;
  padding-left: 16px;
  margin-right: 16px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .natural .total ul li .ttl {
    width: auto;
    margin-right: 0;
  }
}
.natural .total ul li .ttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#80c6db), to(#bdacd5));
  background: -webkit-linear-gradient(left, #80c6db 0%, #bdacd5 100%);
  background: linear-gradient(to right, #80c6db 0%, #bdacd5 100%);
  position: absolute;
  top: 12px;
  left: 0;
}
.natural .total ul li .txt {
  color: #6E6E6E;
}
@media screen and (max-width: 767px) {
  .natural .total ul li .txt {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .natural .lbtn {
    padding: 0 20px;
  }
}

/*/ townplanning ////////////////////////////////////////////*/
.townplanning .townplanning_sec {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .townplanning .townplanning_sec {
    margin-bottom: 80px;
  }
}
.townplanning .townplanning_sec .townplanning_img {
  position: relative;
  margin-left: calc(50% - 563px);
}
@media screen and (max-width: 1240px) {
  .townplanning .townplanning_sec .townplanning_img {
    margin-left: 52px;
  }
}
@media screen and (max-width: 767px) {
  .townplanning .townplanning_sec .townplanning_img {
    margin-left: 20px;
  }
}
.townplanning .townplanning_sec .townplanning_img .townplanning_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 430px;
  min-height: 150px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: -webkit-gradient(linear, left top, right top, from(#85a7d0), to(#bdb9dd));
  background: -webkit-linear-gradient(left, #85a7d0 0%, #bdb9dd 100%);
  background: linear-gradient(to right, #85a7d0 0%, #bdb9dd 100%);
  color: #FFF;
  font-size: 38px;
  font-weight: 400;
  position: relative;
  z-index: 100;
  padding: 24px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -75px;
}
@media screen and (max-width: 767px) {
  .townplanning .townplanning_sec .townplanning_img .townplanning_ttl {
    font-size: 24px;
    padding: 8px 24px;
    min-width: 200px;
    min-height: 64px;
    bottom: -32px;
  }
}
.townplanning .townplanning_sec .townplanning_img .img {
  font-size: 0;
  position: relative;
  margin-bottom: 160px;
  padding-left: 32px;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .townplanning .townplanning_sec .townplanning_img .img {
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 72px;
  }
}
.townplanning .townplanning_sec .townplanning_img .img::before {
  content: "";
  display: block;
  background: url("../img/common/img_icon.jpg");
  background-size: 100%;
  width: 200px;
  height: 285px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .townplanning .townplanning_sec .townplanning_img .img::before {
    height: 60%;
  }
}
.townplanning .townplanning_sec .txt {
  font-size: 20px;
  max-width: 710px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .townplanning .townplanning_sec .txt {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 48px;
  }
}
.townplanning .townplanning_sec .btn {
  max-width: 1190px;
  margin: 0 auto;
  padding-right: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .townplanning .townplanning_sec .btn {
    padding-right: 20px;
  }
}

/*/ company ////////////////////////////////////////////*/
.company .company_lead {
  max-width: 720px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .company .company_lead {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 80px;
  }
}
.company .company_lead .lead {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .company .company_lead .lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .company .sec_ttl .pc {
    display: none;
  }
}
.company .sec_ttl .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .company .sec_ttl .sp {
    display: inline-block;
    height: 80px;
  }
}
.company .tanzawa {
  margin-left: calc(50% - 563px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .company .tanzawa {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .company .tanzawa {
    margin-left: 0;
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.company .tanzawa .cnt {
  max-width: 675px;
  padding-top: 72px;
}
@media screen and (max-width: 1240px) {
  .company .tanzawa .cnt {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .company .tanzawa .cnt {
    padding-top: 0;
  }
}
.company .tanzawa .img {
  width: 27.74%;
  margin-left: auto;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .company .tanzawa .img {
    position: absolute;
    right: 0;
    top: -54px;
    width: 20%;
  }
}
.company .tanzawa .img img {
  width: 100%;
}
.company .tanzawa_hd {
  margin-right: calc(50% - 540px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .company .tanzawa_hd {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .company .tanzawa_hd {
    margin-right: 0;
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.company .tanzawa_hd .cnt {
  max-width: 675px;
  width: 100%;
  padding-top: 72px;
}
@media screen and (max-width: 1240px) {
  .company .tanzawa_hd .cnt {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .company .tanzawa_hd .cnt {
    padding-top: 0;
  }
}
.company .tanzawa_hd .img {
  width: 27.74%;
  margin-right: auto;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .company .tanzawa_hd .img {
    position: absolute;
    right: 0;
    top: -30px;
    width: 20%;
    margin: 0;
  }
}
.company .tanzawa_hd .img img {
  width: 100%;
}
.company .company_table {
  margin-left: 57px;
}
@media screen and (max-width: 767px) {
  .company .company_table {
    margin-left: 0;
  }
}
.company .company_table li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E4E5ED;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 540px) {
  .company .company_table li {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.company .company_table li .ttl {
  width: 145px;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 540px) {
  .company .company_table li .ttl {
    width: auto;
    margin-right: 0;
  }
}
.company .company_table li .txt {
  color: #6E6E6E;
}
.company .company_table li .txt a {
  color: #6E6E6E;
  text-decoration: underline;
}
.company .company_table li .txt a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.company .access {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .company .access {
    margin-bottom: 80px;
  }
}
.company .access .company_lead {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .company .access .company_lead {
    margin-bottom: 40px;
  }
}
.company .access .gmap {
  width: 1080px;
  height: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .company .access .gmap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .company .access .gmap {
    height: 300px;
  }
}
.company .access .gmap iframe {
  width: 100%;
  height: 100%;
}
.company .activities {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .company .activities {
    margin-bottom: 100px;
  }
}
.company .activities .wrap_activities {
  background: #F5FAFF;
  padding: 160px 40px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .company .activities .wrap_activities {
    padding: 80px 20px;
    margin-bottom: 80px;
  }
}
.company .activities .wrap_activities .activities_head {
  max-width: 744px;
  margin: 0 auto 160px;
}
.company .activities .wrap_activities .activities_head .lead {
  font-size: 26px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .company .activities .wrap_activities .activities_head .lead {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.company .activities .wrap_activities .activities_head .txt p {
  margin-bottom: 24px;
}
.company .activities .wrap_activities .activities_head .txt p:last-of-type {
  margin-bottom: 0;
}
.company .activities .wrap_activities .activities_cnt {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company .activities .wrap_activities .activities_cnt {
    display: block;
  }
}
.company .activities .wrap_activities .activities_cnt .ttl {
  max-width: 344px;
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .company .activities .wrap_activities .activities_cnt .ttl {
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 40px;
  }
}
.company .activities .wrap_activities .activities_cnt .ttl .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .company .activities .wrap_activities .activities_cnt .ttl .img {
    max-width: 30%;
    margin-right: -20px;
    margin-left: 20px;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
.company .activities .wrap_activities .activities_cnt .ttl .img img {
  display: block;
}
@media screen and (max-width: 767px) {
  .company .activities .wrap_activities .activities_cnt .ttl .img img {
    width: 49%;
  }
}
.company .activities .wrap_activities .activities_cnt .ttl .img img:last-of-type {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.company .activities .wrap_activities .activities_cnt .activities_list {
  max-width: 620px;
  width: 100%;
}
.company .activities .wrap_activities .activities_cnt .activities_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .company .activities .wrap_activities .activities_cnt .activities_list li {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
.company .activities .wrap_activities .activities_cnt .activities_list li:last-of-type {
  margin-bottom: 0;
}
.company .activities .wrap_activities .activities_cnt .activities_list li .img {
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .company .activities .wrap_activities .activities_cnt .activities_list li .img {
    width: 30%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .company .activities .wrap_activities .activities_cnt .activities_list li .cnt {
    width: 66%;
  }
}
.company .activities .wrap_activities .activities_cnt .activities_list li .cnt .ttl {
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .company .activities .wrap_activities .activities_cnt .activities_list li .cnt .ttl {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.company .activities .rekishi {
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .company .activities .rekishi {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .company .activities .rekishi {
    padding: 0 20px;
  }
}
.company .activities .rekishi .txt {
  margin-left: 147px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .company .activities .rekishi .txt {
    margin-left: 52px;
    margin-bottom: 40px;
  }
}
.company .activities .rekishi .img {
  margin-left: 45px;
}
@media screen and (max-width: 767px) {
  .company .activities .rekishi .img {
    margin-left: 0;
  }
}

/*/ recruit ////////////////////////////////////////////*/
.recruit .recruit_sec {
  max-width: 1190px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 1240px) {
  .recruit .recruit_sec {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit_sec {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.recruit .recruit_table {
  margin-left: 149px;
}
@media screen and (max-width: 840px) {
  .recruit .recruit_table {
    margin-left: 0;
  }
}
.recruit .recruit_table li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E4E5ED;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.recruit .recruit_table li:last-of-type {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.recruit .recruit_table li .ttl {
  width: 145px;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit .recruit_table li .ttl {
    width: 100px;
    margin-right: 0;
  }
}
.recruit .recruit_table li .txt p {
  color: #6E6E6E;
  margin-bottom: 24px;
}
.recruit .recruit_table li .txt p:last-of-type {
  margin-bottom: 0;
}
.recruit .recruit_table li .txt a {
  color: #6E6E6E;
}
.recruit .recruit_shop_list {
  margin-left: 149px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 894px;
}
@media screen and (max-width: 840px) {
  .recruit .recruit_shop_list {
    margin-left: 0;
  }
}
.recruit .recruit_shop_list > li {
  width: 410px;
  margin-bottom: 135px;
}
@media screen and (max-width: 1240px) {
  .recruit .recruit_shop_list > li {
    width: 46%;
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .recruit .recruit_shop_list > li {
    width: 100%;
    margin-bottom: 64px;
  }
}
.recruit .recruit_shop_list > li .ttl {
  font-size: 20px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit .recruit_shop_list > li .ttl {
    font-size: 18px;
  }
}
.recruit .recruit_shop_list > li .ttl .hurry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 22px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  background: #D15E74;
  border-radius: 4px;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit .recruit_shop_list > li .ttl .hurry {
    font-size: 12px;
    width: 32px;
    height: 20px;
  }
}
.recruit .recruit_shop_list > li .recruit_shop_table {
  margin-bottom: 12px;
}
.recruit .recruit_shop_list > li .recruit_shop_table li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E4E5ED;
  padding-top: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .recruit .recruit_shop_list > li .recruit_shop_table li {
    padding-top: 8px;
    margin-bottom: 8px;
  }
}
.recruit .recruit_shop_list > li .recruit_shop_table li:last-of-type {
  margin-bottom: 0;
  border-bottom: 1px solid #E4E5ED;
  padding-bottom: 12px;
}
.recruit .recruit_shop_list > li .recruit_shop_table li .ttl2 {
  width: 64px;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit .recruit_shop_list > li .recruit_shop_table li .ttl2 {
    line-height: 1.7;
  }
}
.recruit .recruit_shop_list > li .recruit_shop_table li .txt {
  color: #6E6E6E;
}
@media screen and (max-width: 767px) {
  .recruit .recruit_shop_list > li .recruit_shop_table li .txt {
    line-height: 1.7;
  }
}
.recruit .recruit_shop_list > li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.recruit .recruit_shop_list > li .btn a {
  font-size: 16px;
}
.recruit .recruit_shop_list > li .btn a i {
  margin-left: 12px;
  width: 32px;
  height: 32px;
}
.recruit .recruit_shop_list > li .btn a i::before {
  background: url("../img/common/btn_arrow2.svg");
  background-size: 11px;
  width: 11px;
  height: 5px;
}

/*/ contact ////////////////////////////////////////////*/
.contact .contact_select {
  max-width: 712px;
  margin: 0 auto 214px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact .contact_select {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact .contact_select li {
  max-width: 320px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#85a7d0), to(#bdb9dd));
  background: -webkit-linear-gradient(left, #85a7d0 0%, #bdb9dd 100%);
  background: linear-gradient(to right, #85a7d0 0%, #bdb9dd 100%);
}
@media screen and (max-width: 767px) {
  .contact .contact_select li:first-of-type {
    margin-bottom: 16px;
  }
}
.contact .contact_select li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 78px;
  padding: 8px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.7;
}
.contact .contact_select li a:hover {
  background: #437198;
}
.contact .contact_select li a::after {
  content: "";
  display: block;
  background: url("../img/common/down_arrow.svg") no-repeat;
  width: 5px;
  height: 14px;
}
.contact .wrap_contact {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7f2f2), color-stop(34.48%, #e0eef4), color-stop(67.98%, #efeaf5), to(#fff));
  background: -webkit-linear-gradient(#e7f2f2 0%, #e0eef4 34.48%, #efeaf5 67.98%, #fff 100%);
  background: linear-gradient(#e7f2f2 0%, #e0eef4 34.48%, #efeaf5 67.98%, #fff 100%);
}
.contact .wrap_contact .shop_contact_ttl {
  font-size: 0;
  position: absolute;
  top: -71px;
  right: 40px;
}
@media screen and (max-width: 1240px) {
  .contact .wrap_contact .shop_contact_ttl {
    top: -4vw;
  }
}
@media screen and (max-width: 1240px) {
  .contact .wrap_contact .shop_contact_ttl img {
    width: auto;
    height: 4vw;
  }
}
.contact .wrap_contact .wrap_shop_contact,
.contact .wrap_contact .wrap_company_contact {
  position: relative;
}
.contact .wrap_contact .wrap_shop_contact {
  margin-bottom: 212px;
  padding: 100px 40px 0;
}
@media screen and (max-width: 767px) {
  .contact .wrap_contact .wrap_shop_contact {
    padding: 60px 20px 0;
    margin-bottom: 100px;
  }
}
.contact .wrap_contact .wrap_company_contact {
  background: rgba(255, 255, 255, 0.7);
  padding: 100px 40px 140px;
}
@media screen and (max-width: 767px) {
  .contact .wrap_contact .wrap_company_contact {
    padding: 60px 20px 100px;
  }
}
.contact .wrap_contact .shop_contact {
  max-width: 1190px;
  margin: 0 auto;
}
.contact .wrap_contact .shop_contact .txt {
  padding-left: 149px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .contact .wrap_contact .shop_contact .txt {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.contact .wrap_contact .shop_contact .txt p {
  margin-bottom: 24px;
  color: #6E6E6E;
}
.contact .wrap_contact .shop_contact .txt .memo {
  padding-left: 1em;
  position: relative;
}
.contact .wrap_contact .shop_contact .txt .memo::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.contact .wrap_contact .company_contact {
  max-width: 1190px;
  margin: 0 auto;
}
.contact .wrap_contact .company_contact .contact_tel {
  max-width: 770px;
  width: 100%;
  margin: 98px auto 140px;
  min-height: 222px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact .wrap_contact .company_contact .contact_tel {
    margin-bottom: 72px;
    margin-top: 54px;
  }
}
.contact .wrap_contact .company_contact .contact_tel::before {
  content: "";
  display: block;
  background: url("../img/common/txt_icon_lt.png") no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
  position: absolute;
  left: -18px;
  top: -18px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact .wrap_contact .company_contact .contact_tel::before {
    left: -10px;
    top: -10px;
  }
}
.contact .wrap_contact .company_contact .contact_tel::after {
  content: "";
  display: block;
  background: url("../img/common/txt_icon_rb.png") no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .contact .wrap_contact .company_contact .contact_tel::after {
    right: -10px;
    bottom: -10px;
  }
}
.contact .wrap_contact .company_contact .contact_tel .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact .wrap_contact .company_contact .contact_tel .wrap {
    padding: 24px;
  }
}
.contact .wrap_contact .company_contact .contact_tel .ttl {
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contact .wrap_contact .company_contact .contact_tel .ttl {
    font-size: 20px;
  }
}
.contact .wrap_contact .company_contact .contact_tel .tel {
  margin-bottom: 16px;
  font-size: 0;
}
.contact .wrap_contact .company_contact .contact_tel .txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .wrap_contact .company_contact .contact_tel .txt {
    text-align: left;
  }
}
.contact .wrap_contact .company_contact .contact_form .contact_form_head {
  max-width: 645px;
  margin: 0 auto 100px;
}
.contact .wrap_contact .company_contact .contact_form .contact_form_head .ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact .wrap_contact .company_contact .contact_form .contact_form_head .ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.contact .wrap_contact .company_contact .contact_form .contact_form_head .lead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact .wrap_contact .company_contact .contact_form .contact_form_head .lead {
    font-size: 16px;
  }
}
.contact .wrap_contact .company_contact .contact_form .contact_form_head .memo {
  padding-left: 1em;
  position: relative;
  color: #6E6E6E;
}
.contact .wrap_contact .company_contact .contact_form .contact_form_head .memo::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.company_form {
  max-width: 805px;
  margin: 0 auto;
}
.company_form.confirm .company_form_list {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .company_form.confirm .company_form_list {
    margin-bottom: 54px;
  }
}
.company_form.confirm .company_form_list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.company_form.confirm .company_form_list li .ttl {
  padding-top: 0;
}
.company_form .company_form_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .company_form .company_form_list li {
    display: block;
  }
}
.company_form .company_form_list li .ttl {
  width: 220px;
  margin-right: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .company_form .company_form_list li .ttl {
    padding-top: 0;
    margin-bottom: 8px;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
  }
}
.company_form .company_form_list li .ttl .his {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 20px;
  border-radius: 2px;
  background: #7999BF;
  color: #FFF;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .company_form .company_form_list li .ttl .his {
    margin-left: 16px;
  }
}
.company_form .company_form_list li .cnt {
  width: calc(100% - 274px);
}
@media screen and (max-width: 767px) {
  .company_form .company_form_list li .cnt {
    width: 100%;
  }
}
.company_form .company_form_list li .cnt.wrap_list_item {
  padding-top: 10px;
}
.company_form .company_form_list li .cnt.wrap_pref {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.company_form .company_form_list li .cnt.wrap_pref .pref {
  margin-right: 54px;
}
@media screen and (max-width: 767px) {
  .company_form .company_form_list li .cnt.wrap_pref .pref {
    margin-right: 24px;
  }
}
.company_form .company_form_list li .cnt select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 250px;
  height: 56px;
  padding: 0 32px 0 16px;
  border: 1px solid #D9D9D9;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF url("../img/common/select_arrow.svg") no-repeat right 24px center;
  background-size: 10px;
}
@media screen and (max-width: 767px) {
  .company_form .company_form_list li .cnt select {
    width: auto;
  }
}
.company_form .company_form_list li .cnt input[type=text],
.company_form .company_form_list li .cnt input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .company_form .company_form_list li .cnt input[type=text],
  .company_form .company_form_list li .cnt input[type=email] {
    height: 48px;
  }
}
.company_form .company_form_list li .cnt input[type=text]::-webkit-input-placeholder, .company_form .company_form_list li .cnt input[type=email]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.company_form .company_form_list li .cnt input[type=text]::-moz-placeholder, .company_form .company_form_list li .cnt input[type=email]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.company_form .company_form_list li .cnt input[type=text]:-ms-input-placeholder, .company_form .company_form_list li .cnt input[type=email]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.company_form .company_form_list li .cnt input[type=text]::-ms-input-placeholder, .company_form .company_form_list li .cnt input[type=email]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.company_form .company_form_list li .cnt input[type=text]::placeholder,
.company_form .company_form_list li .cnt input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.company_form .company_form_list li .cnt .wpcf7-list-item {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .company_form .company_form_list li .cnt .wpcf7-list-item {
    margin-left: 0;
    display: block;
    margin-bottom: 4px;
  }
}
.company_form .company_form_list li .cnt .wpcf7-list-item.first {
  margin: 0;
}
.company_form .company_form_list li .cnt .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company_form .company_form_list li .cnt input[type=radio], .company_form .company_form_list li .cnt input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.company_form .company_form_list li .cnt .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 100%;
  content: "";
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .company_form .company_form_list li .cnt .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
  }
}
.company_form .company_form_list li .cnt input[type=radio]:checked + .wpcf7-list-item-label::before,
.company_form .company_form_list li .cnt input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #515151;
  -webkit-box-shadow: inset 0 0 0 8px #fff;
          box-shadow: inset 0 0 0 8px #fff;
}
@media screen and (max-width: 767px) {
  .company_form .company_form_list li .cnt input[type=radio]:checked + .wpcf7-list-item-label::before,
  .company_form .company_form_list li .cnt input[type=checkbox]:checked + .wpcf7-list-item-label::before {
    -webkit-box-shadow: inset 0 0 0 4px #fff;
            box-shadow: inset 0 0 0 4px #fff;
  }
}
.company_form .company_form_list li .cnt textarea {
  width: 100%;
  height: 180px;
  padding: 16px;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  font-size: 16px;
}
.company_form .company_form_list li .cnt textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.company_form .company_form_list li .cnt textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.company_form .company_form_list li .cnt textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.company_form .company_form_list li .cnt textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.company_form .company_form_list li .cnt textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.company_form .pp {
  text-align: center;
  margin-bottom: 32px;
}
.company_form .pp a {
  text-decoration: underline;
}
.company_form .pp a:hover {
  text-decoration: none;
}
.company_form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 32px;
}
.company_form .submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #FFF;
  font-size: 18px;
  width: 280px;
  height: 64px;
  border-radius: 32px;
  background: url("../img/common/submit_arrow.svg") no-repeat right 32px center, -webkit-gradient(linear, left top, right top, from(#80c6db), to(#bdacd5)), #437198;
  background: url("../img/common/submit_arrow.svg") no-repeat right 32px center, -webkit-linear-gradient(left, #80c6db 0%, #bdacd5 100%), #437198;
  background: url("../img/common/submit_arrow.svg") no-repeat right 32px center, linear-gradient(to right, #80c6db 0%, #bdacd5 100%), #437198;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .company_form .submit input {
    background-position: right 16px center, left top;
  }
}
.company_form .submit input:hover {
  background: url("../img/common/submit_arrow.svg") no-repeat right 32px center, #437198;
}
@media screen and (max-width: 767px) {
  .company_form .submit input:hover {
    background-position: right 16px center;
  }
}
.company_form .submit input.back {
  background: url("../img/common/submit_arrow_l.svg") no-repeat left 32px center, -webkit-gradient(linear, left top, right top, from(#80c6db), to(#bdacd5)), #437198;
  background: url("../img/common/submit_arrow_l.svg") no-repeat left 32px center, -webkit-linear-gradient(left, #80c6db 0%, #bdacd5 100%), #437198;
  background: url("../img/common/submit_arrow_l.svg") no-repeat left 32px center, linear-gradient(to right, #80c6db 0%, #bdacd5 100%), #437198;
  background-size: 7px, 100%;
}
@media screen and (max-width: 767px) {
  .company_form .submit input.back {
    background-position: left 16px center;
  }
}
.company_form .submit input.back:hover {
  background: url("../img/common/submit_arrow_l.svg") no-repeat left 32px center, #437198;
  background-size: 7px, 100%;
}
@media screen and (max-width: 767px) {
  .company_form .submit input.back:hover {
    background-position: left 16px center;
  }
}
.company_form .submit .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: calc(50% - 12px);
}

/*/ repair ////////////////////////////////////////////*/
.repair {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .repair {
    margin-bottom: 100px;
  }
}
.repair .repair_txt {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  color: #6E6E6E;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .repair .repair_txt {
    margin: 0 20px 40px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1080px) {
  .repair .lbtn {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*/ policy ////////////////////////////////////////////*/
.policy {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .policy {
    margin-bottom: 100px;
  }
}
.policy .policy_list {
  max-width: 894px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .policy .policy_list {
    padding: 0 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .policy .policy_list {
    padding: 0 20px;
  }
}
.policy .policy_list > li {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .policy .policy_list > li {
    margin-bottom: 40px;
  }
}
.policy .policy_list > li .ttl {
  font-size: 26px;
  color: #437198;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .policy .policy_list > li .ttl {
    font-size: 20px;
  }
}
.policy .policy_list > li p {
  color: #6E6E6E;
  margin-bottom: 24px;
}
.policy .policy_list > li a {
  color: #6E6E6E;
  text-decoration: underline;
}
.policy .policy_list > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/*/ topics ////////////////////////////////////////////*/
.topics {
  padding: 0 80px 0 20px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .topics {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.topics .topics_list {
  max-width: 1190px;
  margin: 0 auto;
}
.topics .topics_list .topics_cnt {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .topics .topics_list .topics_cnt {
    margin-bottom: 80px;
  }
}
.topics .topics_list .topics_cnt .ttl_h3 {
  margin-bottom: 0;
}
.topics .topics_list .topics_cnt .date {
  margin-left: 149px;
  margin-bottom: 40px;
  color: #437198;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .topics .topics_list .topics_cnt .date {
    margin-left: 52px;
  }
}
.topics .topics_list .topics_cnt .wrap {
  max-width: 894px;
  width: calc(100% - 149px);
  margin-left: 149px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .topics .topics_list .topics_cnt .wrap {
    margin-left: 0;
    width: auto;
    display: block;
  }
}
.topics .topics_list .topics_cnt .wrap.noimg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.topics .topics_list .topics_cnt .wrap .img {
  width: 300px;
  margin-left: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .topics .topics_list .topics_cnt .wrap .img {
    margin: 0 0 40px;
    width: auto;
  }
}
.topics .topics_list .topics_cnt .wrap .cnt .body {
  margin-bottom: 48px;
}
.topics .topics_list .topics_cnt .wrap .cnt .body p {
  margin-bottom: 24px;
}
.topics .topics_list .topics_cnt .wrap .cnt .body ul, .topics .topics_list .topics_cnt .wrap .cnt .body ol {
  margin-bottom: 24px;
}
.topics .topics_list .topics_cnt .wrap .cnt .body p, .topics .topics_list .topics_cnt .wrap .cnt .body li, .topics .topics_list .topics_cnt .wrap .cnt .body div, .topics .topics_list .topics_cnt .wrap .cnt .body a {
  color: #6E6E6E;
}
.topics .topics_list .topics_cnt .wrap .cnt .body a {
  text-decoration: underline;
}
.topics .topics_list .topics_cnt .wrap .cnt .body a:hover {
  text-decoration: none;
}
.topics .topics_list .topics_cnt .wrap .cnt .btn2 {
  max-width: 400px;
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul li {
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .pagination ul li {
    margin: 0 2px;
  }
}
.pagination ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #437198;
  color: #437198;
}
.pagination ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #437198;
}
.pagination ul li.num a:hover {
  background: #437198;
  color: #FFF;
}
.pagination ul li.next, .pagination ul li.prev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#80c6db), to(#bdacd5));
  background: -webkit-linear-gradient(left, #80c6db 0%, #bdacd5 100%);
  background: linear-gradient(to right, #80c6db 0%, #bdacd5 100%);
}
.pagination ul li.next a, .pagination ul li.prev a {
  background: transparent;
}
.pagination ul li.next a:hover, .pagination ul li.prev a:hover {
  background: #437198;
}
.pagination ul li.next {
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .pagination ul li.next {
    margin-left: 16px;
  }
}
.pagination ul li.prev {
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev {
    margin-right: 16px;
  }
}/*# sourceMappingURL=style.css.map */