@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap);
@charset "UTF-8"; /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.inview,
.inviewL,
.inviewR {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*-- settingフォルダの中の_index.scss --*/
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: YakuHanJP, "Zen Kaku Gothic New", YuGothic, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  overflow-y: scroll;
  text-justify: inter-ideograph;
  width: 100%;
}

.stopscroll {
  overflow: hidden;
}

.inter {
  font-family: "Inter", sans-serif;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 1031px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  html {
    overflow-x: hidden;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
  }
}
main {
  margin-top: 0px;
}
@media screen and (max-width: 1030px) {
  main {
    margin-top: 0px;
  }
}

.ly_w1100 {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 40px);
}

.ly_w1240 {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 40px);
}

.slick-dots li {
  margin: 0 !important;
}
.slick-dots li button:before {
  color: #b3b3b3 !important;
  content: "●" !important;
  font-family: sans-serif !important;
}
.slick-dots li.slick-active button:before {
  color: #ff778c !important;
}

.slick-loading .slick-list {
  background: none !important;
}

.slick-prev:before,
.slick-next:before {
  background-image: url(../images/common/btn_slidearrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "" !important;
  display: block;
  height: 25px;
  opacity: 1 !important;
  width: 25px;
}
@media screen and (max-width: 1030px) {
  .slick-prev:before,
  .slick-next:before {
    height: 30px;
    width: 30px;
  }
}

.slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slick-prev,
.slick-next {
  height: 25px !important;
  width: 25px !important;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .slick-prev,
  .slick-next {
    height: 30px !important;
    width: 30px !important;
  }
}

.control-style1 .slick-prev {
  left: 0;
  top: calc(100% + 40px);
}
.control-style1 .slick-next {
  left: 34px;
  right: auto;
  top: calc(100% + 40px);
}
.control-style1 .slick-dots {
  bottom: -50px;
  left: 80px;
  text-align: left;
}

body {
  font-weight: 500;
  width: 100%;
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}
body .txt {
  line-height: 3.2;
}
@media screen and (max-width: 768px) {
  body .txt {
    line-height: 2.4;
  }
}
body .green {
  color: #02aa8f;
}
body .orange {
  color: #f39800;
}
body .pink {
  color: #ec6486;
}
body .npt01 span, body .npt02 span {
  display: inline-block;
  width: 79px;
}
body .health span, body .machizukuri span {
  display: inline-block;
  width: 79px;
}
body .npt01 {
  color: #02aa8f;
}
body .npt02 {
  color: #e56480;
}
body .news_title.machizukuri a:link,
body .news_title.machizukuri a:visited,
body .news_title.machizukuri .news_data {
  color: #02aa8f;
}
body .news_title.health a:link,
body .news_title.health a:visited,
body .news_title.health .news_data {
  color: #e56480;
}
body .round {
  border-radius: 40px;
}

.mv {
  width: 100%;
}

header {
  position: relative;
}

.hd_inner {
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 100;
}
.hd_inner.fixed {
  background-color: #f1f2f2;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed; /*fixedを設定して固定*/
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 1100px) {
  .hd_inner {
    display: none;
  }
}
.hd_inner .pc_nav {
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 25px 0;
  width: 95%;
}
@media screen and (max-width: 1100px) {
  .hd_inner .pc_nav {
    display: none;
  }
}
.hd_inner .pc_nav .logo {
  max-width: 180px;
  padding-left: 20px;
}
.hd_inner .pc_nav .gNav {
  align-items: center;
  display: flex;
}
.hd_inner .pc_nav .gNav ul {
  display: flex;
}
.hd_inner .pc_nav .gNav ul li {
  font-size: 0.9em;
  font-weight: 600;
  margin-right: 15px;
  position: relative;
}
.hd_inner .pc_nav .gNav ul li a {
  position: relative;
}
.hd_inner .pc_nav .gNav ul li .c_btn {
  cursor: pointer;
}
.hd_inner .pc_nav .gNav ul li .c_menu {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 10px;
  box-sizing: border-box;
  display: none;
  left: -10px;
  min-width: 140px;
  position: absolute;
  top: 30px;
}
.hd_inner .pc_nav .gNav ul li .c_menu::before {
  background: url(/assets/images/common/fukidashi.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 8.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -8.5px;
  width: 25px;
}
.hd_inner .pc_nav .gNav ul li .c_menu li {
  border-bottom: dotted 1px #000;
  font-size: 0.9em;
  margin: 0 auto;
  padding: 5px 10px;
}
.hd_inner .pc_nav .gNav ul li .c_menu li:last-child {
  border-bottom: none;
}
.hd_inner .pc_nav .gNav ul li .c_menu li::after {
  content: none;
}
.hd_inner .pc_nav .gNav .main_manu li {
  margin-left: 15px;
  position: relative;
}
.hd_inner .pc_nav .gNav .main_manu li::after {
  background-color: #000;
  content: "";
  display: block;
  height: 15px;
  left: -15px;
  margin: 0px auto 0;
  position: absolute;
  top: 15%;
  width: 2px;
}
.hd_inner .pc_nav .gNav .sub_menu {
  display: flex;
}
.hd_inner .pc_nav .gNav .sub_menu .rec {
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  margin-right: 15px;
  padding: 3px 16px;
}
.hd_inner .pc_nav .gNav .sub_menu .sns_menu {
  padding-right: 25px;
}
.hd_inner .pc_nav .gNav .sub_menu .sns_menu li {
  display: inline-block;
}
.hd_inner .pc_nav .gNav .sub_menu .sns_menu .note {
  max-width: 57px;
}
.hd_inner .pc_nav .gNav .sub_menu .sns_menu .fb {
  max-width: 26px;
}

.sp_nav {
  display: none;
}
@media screen and (max-width: 1100px) {
  .sp_nav {
    display: block;
  }
  .sp_nav .nav_top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
  }
  .sp_nav .nav_top .logoArea {
    background-color: #fff;
    border-bottom-right-radius: 40px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px 20px;
    width: 45%;
  }
  .sp_nav .nav_top .logoArea .logo {
    line-height: 0;
    width: 90%;
  }
  .sp_nav .nav_top .btnArea {
    display: flex;
    margin-right: 5%;
  }
  .sp_nav .nav_top .btnArea .contact-btn {
    margin-right: 5px;
  }
  .sp_nav .nav_top .btnArea .contact-btn a {
    font-size: 0.8em;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .sp_nav .nav_top .btnArea .contact-btn a {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1100px) {
  .sp_nav .nav_top .btnArea .menu-btn {
    background-color: #000;
    border: solid 2px #000;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 0px;
    text-align: center;
    width: 70px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .sp_nav .nav_top .btnArea .menu-btn {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1100px) {
  .sp_nav .sp_nav_cnt {
    background-color: #ffe000;
    color: #000;
    display: none;
    height: 100vh;
    min-height: 700px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2002;
  }
}
@media screen and (max-width: 1100px) and (max-width: 400px) {
  .sp_nav .sp_nav_cnt {
    min-height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .sp_nav .sp_nav_cnt .cnt_top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .sp_nav .sp_nav_cnt .cnt_top .logoArea {
    background-color: #fff;
    border-bottom-right-radius: 40px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px 20px;
    width: 45%;
  }
  .sp_nav .sp_nav_cnt .cnt_top .logoArea .logo {
    line-height: 0;
    width: 90%;
  }
  .sp_nav .sp_nav_cnt .cnt_top .btnArea {
    display: flex;
    margin-right: 5%;
  }
  .sp_nav .sp_nav_cnt .cnt_top .btnArea .contact-btn {
    margin-right: 5px;
  }
  .sp_nav .sp_nav_cnt .cnt_top .btnArea .contact-btn a {
    font-size: 0.8em;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .sp_nav .sp_nav_cnt .cnt_top .btnArea .contact-btn a {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1100px) {
  .sp_nav .sp_nav_cnt .cnt_top .btnArea .close_btn {
    background-color: #000;
    border: solid 2px #000;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 0.8em;
    font-size: 0.8em;
    padding: 2px 0px;
    text-align: center;
    width: 70px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .sp_nav .sp_nav_cnt .cnt_top .btnArea .close_btn {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1100px) {
  .sp_nav .sp_nav_cnt .navArea {
    height: calc(100vh - 100px);
    overflow: scroll;
    width: 100%;
  }
  .sp_nav .sp_nav_cnt .navArea .gNav {
    background-color: #fff;
    margin: 0 auto;
    width: 90%;
  }
  .sp_nav .sp_nav_cnt .navArea .gNav ul {
    border-bottom: solid 1px #000;
    margin: 50px auto;
  }
  .sp_nav .sp_nav_cnt .navArea .gNav ul li {
    border-top: solid 1px #000;
  }
  .sp_nav .sp_nav_cnt .navArea .gNav ul li .c_txt {
    color: #969696;
    padding: 15px 5%;
  }
  .sp_nav .sp_nav_cnt .navArea .gNav ul li .c_tglArea {
    position: relative;
  }
  .sp_nav .sp_nav_cnt .navArea .gNav ul li .c_tglArea .tgl {
    border: solid 1px #000;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 5%;
    top: 10px;
    width: 25px;
  }
  .sp_nav .sp_nav_cnt .navArea .gNav ul li a {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px 0 10px 5%;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .sp_nav .sp_nav_cnt .navArea .gNav ul li a {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 1100px) {
  .sp_nav .sp_nav_cnt .navArea .gNav ul li .c_menu li a {
    margin-left: 5%;
    position: relative;
  }
  .sp_nav .sp_nav_cnt .navArea .gNav ul li .c_menu li a .icon {
    display: inline-block;
    height: 15px;
    left: -1%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
  }
  .sp_nav .sp_nav_cnt .navArea .gNav ul li .c_menu li a .icon img {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .sp_nav .sp_nav_cnt .navArea .gNav ul li.note a {
    display: block;
    margin-left: auto;
    margin-right: 5%;
    width: 30%;
  }
}
@media screen and (max-width: 1100px) {
  .sp_nav .sp_nav_cnt .navArea .gNav ul li.fb a {
    display: block;
    margin-left: auto;
    margin-right: 5%;
    width: 15%;
  }
}
@media screen and (max-width: 1100px) {
  .sp_nav .sp_nav_cnt .navArea .gNav ul li .p_menu li a {
    align-items: center;
    display: flex;
    position: relative;
  }
  .sp_nav .sp_nav_cnt .navArea .gNav ul li .p_menu li a .icon {
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    width: 15px;
  }
  .sp_nav .sp_nav_cnt .navArea .gNav ul li .p_menu li a .icon img {
    display: block;
  }
}

.contents .inner {
  margin: 0 auto;
  width: 1280px;
}
@media screen and (max-width: 768px) {
  .contents .inner {
    width: 90%;
  }
}
.contents .sec p {
  line-height: 1.8;
}
.contents .sec .flexbox {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contents .sec .flexbox {
    display: block;
  }
}
.contents .lower_top {
  background: url(/assets/images/common/lower_top.jpg) no-repeat center bottom;
  background-size: cover;
  height: 450px;
  width: 100%;
}
.contents .lower_top .lower_ttl {
  position: relative;
  text-align: center;
  top: 160px;
}
.contents .lower_top .lower_ttl h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.contents .lower_top .lower_ttl h2 {
  font-size: 0.95em;
}

.btn {
  display: inline-block;
  text-align: center;
}
.btn a {
  align-items: center;
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 30px;
  display: flex;
  font-weight: 500;
  padding: 5px 35px;
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 3.5vw;
    padding: 5px 20px;
  }
}
.btn .arrow {
  display: block;
  height: 17px;
  margin-left: 15px;
  margin-top: 2px;
  width: 12px;
}
.btn .arrow img {
  display: block;
}

.tgl .open {
  display: block;
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 15px;
}
.tgl .open img {
  display: block;
}
.tgl .minus {
  display: none;
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 15px;
}
.tgl .minus img {
  display: block;
}
.tgl.active .open {
  display: none;
}
.tgl.active .minus {
  display: block;
}

footer {
  padding-top: 50px;
}
footer .inner {
  margin: 0 auto;
  width: 1280px;
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: 90%;
  }
}
footer .ft_top {
  margin-bottom: -300px;
}
@media screen and (max-width: 768px) {
  footer .ft_top {
    margin-bottom: 0px;
    position: relative;
  }
  footer .ft_top::before {
    background-color: #ffe000;
    bottom: 0;
    content: "";
    display: block;
    height: 85%;
    position: absolute;
    width: 100%;
  }
}
footer .ft_top .contactArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .ft_top .contactArea ul li {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 48%;
  z-index: 1;
  /*&::before{
    content: "";
    display: block;
    width: 90%;
    height: 80%;
    border: solid 2px #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    border-radius: 35px;
    position: absolute;
    z-index: -1;
  }*/
}
@media screen and (max-width: 768px) {
  footer .ft_top .contactArea ul li {
    width: 100%;
  }
}
footer .ft_top .contactArea ul li.kenko_item a {
  background-color: #5ec9b8;
}
footer .ft_top .contactArea ul li.machi_item a {
  background-color: #f18ca5;
}
footer .ft_top .contactArea ul li.koen_item a {
  background-color: #a9a9a9;
}
footer .ft_top .contactArea ul li.rec_item a {
  background-color: #333333;
}
footer .ft_top .contactArea ul li a {
  border: solid 2px #fff;
  border-radius: 40px;
  display: block;
  height: 100%;
  padding: 30px 0;
  position: relative;
  width: 100%;
}
footer .ft_top .contactArea ul li a::after {
  -webkit-transition: all 0.3s;
  background-color: #fff;
  border-radius: 40px;
  bottom: -8px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  z-index: -1;
}
footer .ft_top .contactArea ul li a:hover::after {
  bottom: -2px;
}
footer .ft_top .contactArea ul li.big_item a {
  padding: 70px 0;
}
footer .ft_top .contactArea ul li .txt {
  color: #fff;
}
footer .ft_top .contactArea ul li .txt p {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.75;
}
footer .ft_top .contactArea ul li .txt .icon {
  height: auto;
  margin: 0 auto;
  width: 75px;
}
footer .ft_top .contactArea ul li .txt .icon img {
  display: block;
}
footer .ft_mdl {
  background-color: #ffe000;
  padding-bottom: 60px;
  padding-top: 70px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  footer .ft_mdl {
    padding-top: 60px;
  }
}
footer .ft_mdl .ft_img1 {
  bottom: 50px;
  position: absolute;
  right: 0;
  width: 278px;
}
@media screen and (max-width: 768px) {
  footer .ft_mdl .ft_img1 {
    bottom: auto;
    top: 25%;
    width: 50%;
  }
}
footer .ft_mdl .ft_img2 {
  bottom: -50px;
  left: 20%;
  position: absolute;
  width: 572px;
}
@media screen and (max-width: 768px) {
  footer .ft_mdl .ft_img2 {
    bottom: 0px;
    left: auto;
    right: 0;
    width: 20%;
  }
}
footer .ft_mdl .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .ft_mdl .inner {
    display: block;
  }
}
footer .ft_mdl .inner .corpArea {
  max-width: 240px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  footer .ft_mdl .inner .corpArea {
    padding-bottom: 140px;
    width: 100%;
  }
}
footer .ft_mdl .inner .corpArea .footer_logo {
  margin-bottom: 10px;
  max-width: 240px;
}
footer .ft_mdl .inner .corpArea .corp_name {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}
footer .ft_mdl .inner .corpArea .corp_info {
  font-size: 0.9em;
  margin-bottom: 20px;
}
footer .ft_mdl .inner .corpArea .ft_snsArea {
  align-items: center;
  display: flex;
}
footer .ft_mdl .inner .corpArea .ft_snsArea li {
  margin-right: 10px;
}
footer .ft_mdl .inner .corpArea .ft_snsArea li img {
  display: block;
}
footer .ft_mdl .inner .corpArea .ft_snsArea .note {
  width: 60px;
}
footer .ft_mdl .inner .corpArea .ft_snsArea .fb {
  width: 26px;
}
footer .ft_mdl .inner .sitemap {
  display: flex;
  position: relative;
  width: 70%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  footer .ft_mdl .inner .sitemap {
    width: 100%;
  }
  footer .ft_mdl .inner .sitemap .sitemap_box {
    width: 50%;
  }
}
footer .ft_mdl .inner .sitemap .sitemap_box2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .ft_mdl .inner .sitemap .sitemap_box2 {
    display: block;
  }
}
footer .ft_mdl .inner .sitemap ul {
  font-weight: 600;
  margin-bottom: 30px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  footer .ft_mdl .inner .sitemap ul {
    margin-left: 0;
    margin-right: 5%;
  }
}
footer .ft_mdl .inner .sitemap ul li {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  footer .ft_mdl .inner .sitemap ul li {
    font-size: 3vw;
  }
}
footer .ft_mdl .inner .sitemap ul li ol {
  font-size: 0.9em;
  margin-top: 15px;
  text-indent: 1em;
}
footer .ft_btm {
  background-color: #fff3b2;
  text-align: right;
  width: 100%;
}
footer .ft_btm .inner {
  padding: 10px 0;
}
footer .ft_btm .inner .btm_link {
  font-size: 0.8em;
}

main {
  padding-bottom: 50px;
}

.contents {
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents {
    padding-bottom: 100px;
  }
}
.contents .bnr {
  bottom: 5%;
  max-width: 417px;
  position: fixed;
  right: 0;
  z-index: 2000;
}
@media screen and (max-width: 768px) {
  .contents .bnr {
    bottom: 2%;
    left: 0;
    margin: auto;
    width: 90%;
  }
}
.contents .mv {
  background-color: #f2f2f2;
  min-height: 900px;
  padding-bottom: 100px;
  padding-top: 250px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .mv {
    min-height: 200px;
    padding: 120px 0;
  }
}
.contents .mv .inner {
  position: relative;
}
.contents .mv .top_img {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100px;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .contents .mv .top_img {
    position: relative;
    top: -20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contents .mv #top_img_pc {
    display: none;
  }
}
.contents .mv #top_img_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .contents .mv #top_img_sp {
    display: block;
  }
}
.contents .mv .txtArea {
  position: relative;
  z-index: 10;
}
.contents .mv .txtArea h1 {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contents .mv .txtArea h1 {
    font-size: 5vw;
    margin-bottom: 30px;
  }
}
.contents .mv .txtArea p {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .contents .mv .txtArea p {
    line-height: 2;
  }
}
.contents .mv .txtArea p span {
  border-radius: 5px;
  margin: 0 2px;
  padding: 1px 8px;
}
.contents .mv .txtArea p .kenko {
  background-color: #f18ca5;
}
.contents .mv .txtArea p .machi {
  background-color: #5ec9b8;
}
.contents .mv .y_btn {
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
.contents .mv .y_btn a {
  -webkit-transition: all 0.3s;
  background-color: #ffe000;
  border-bottom: 5px solid #000;
  padding: 15px 45px;
  transition: all 0.3s;
}
.contents .mv .y_btn a:hover {
  border-bottom: 2px solid #000;
}
.contents .sec .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .contents .sec .inner {
    width: 90%;
  }
}
.contents .sec .flexbox {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contents .sec .flexbox {
    display: block;
  }
}
.contents .sec .sec_ttl {
  font-size: 1.8em;
  font-weight: 600;
}
.contents .news_sec {
  background: url(/assets/images/top/y_bg.png) no-repeat center top;
  background-size: cover;
  padding-bottom: 180px;
  position: relative;
  width: 100%;
}
.contents .news_sec::before {
  background: url(/assets/images/top/yg_top2.png) no-repeat center top;
  background-size: cover;
  content: "";
  display: block;
  height: 0;
  left: 0;
  padding-bottom: 12.5vw;
  position: absolute;
  top: -12.2vw;
  width: 100%;
}
.contents .news_sec::after {
  background: url(/assets/images/top/top_tree.png) no-repeat center top;
  background-size: cover;
  content: "";
  display: block;
  height: 0;
  left: 5%;
  padding-bottom: 16vw;
  position: absolute;
  top: -11vw;
  width: 90%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .contents .news_sec::after {
    background: url(/assets/images/top/top_tree_sp.png) no-repeat center top;
    background-size: 100%;
    content: "";
    display: block;
    padding-bottom: 20vw;
    top: -20vw;
  }
  .contents .news_sec .n_img1 {
    position: absolute;
    right: 5%;
    top: 15px;
    width: 25%;
  }
}
.contents .news_sec .flexbox {
  justify-content: space-between;
  position: relative;
  top: 50px;
  z-index: 10;
}
.contents .news_sec .flexbox .txtArea {
  margin-left: 20px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .contents .news_sec .flexbox .txtArea {
    width: 100%;
  }
}
.contents .news_sec .flexbox .txtArea .sec_ttl {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.contents .news_sec .flexbox .txtArea .sec_ttl .news_en {
  left: -20px;
  max-width: 264px;
  position: absolute;
  top: -40px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contents .news_sec .flexbox .txtArea .sec_ttl .news_en {
    width: 40%;
  }
}
.contents .news_sec .flexbox .txtArea .news_list ul li {
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 20px;
}
.contents .news_sec .flexbox .txtArea .news_list ul li span {
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 30px;
  display: inline-block;
  padding: 3px 15px;
}
.contents .news_sec .flexbox .txtArea .news_list ul li.current span {
  background-color: #000;
  color: #fff;
}
.contents .news_sec .flexbox .newsArea {
  max-width: 880px;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .contents .news_sec .flexbox .newsArea {
    width: 100%;
  }
}
.contents .news_sec .flexbox .newsArea .news_block {
  background: #FFF;
  margin: 40px 0;
}
.contents .news_sec .flexbox .newsArea .news_block ul {
  display: none;
}
.contents .news_sec .flexbox .newsArea .news_block ul li {
  border-bottom: 1px solid #000;
  line-height: 1.8;
  padding: 12px 50px;
}
@media screen and (max-width: 768px) {
  .contents .news_sec .flexbox .newsArea .news_block ul li {
    padding: 10px 20px;
  }
}
.contents .news_sec .flexbox .newsArea .news_block ul li .news_title {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
.contents .news_sec .flexbox .newsArea .news_block ul li .news_title .news_data {
  margin-right: 5px;
  padding-top: 3px;
  width: 70px;
}
.contents .news_sec .flexbox .newsArea .news_block ul li .news_title span {
  margin-right: 5px;
  width: 79px;
}
.contents .news_sec .flexbox .newsArea .news_block ul li .news_title span img {
  display: block;
}
.contents .news_sec .flexbox .newsArea .news_block ul li .news_title a {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .contents .news_sec .flexbox .newsArea .news_block ul li .news_title {
    flex-wrap: wrap;
  }
  .contents .news_sec .flexbox .newsArea .news_block ul li .news_title a {
    display: block;
    width: 100%;
  }
}
.contents .news_sec .flexbox .newsArea .news_block ul li:first-child {
  border-top: 1px solid #000;
}
.contents .news_sec .flexbox .newsArea .news_block ul.show {
  display: block;
}
.contents .purpose_sec {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents .purpose_sec {
    padding: 70px 0;
  }
}
.contents .purpose_sec .pu_img1 {
  left: 0;
  position: absolute;
  top: 150px;
  width: 345px;
}
@media screen and (max-width: 768px) {
  .contents .purpose_sec .pu_img1 {
    left: 5%;
    top: -70px;
    width: 90%;
  }
}
.contents .purpose_sec .pu_img2 {
  position: absolute;
  right: 0;
  top: 150px;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .contents .purpose_sec .pu_img2 {
    top: 50%;
    width: 12%;
  }
}
.contents .purpose_sec .pu_img3 {
  bottom: 0;
  position: absolute;
  right: 80px;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .contents .purpose_sec .pu_img3 {
    bottom: -30px;
    right: 5%;
    width: 90%;
  }
}
.contents .purpose_sec .leadArea {
  position: relative;
  text-align: center;
  z-index: 100;
}
.contents .purpose_sec .leadArea .sec_ttl {
  line-height: 1.75;
  margin-bottom: 70px;
}
.contents .purpose_sec .leadArea .sec_ttl .en {
  display: block;
  margin: 0 auto 20px;
  max-width: 185px;
}
.contents .purpose_sec .leadArea .txt {
  margin-bottom: 30px;
}
.contents .purpose_sec .leadArea .moreBtn {
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .contents .purpose_sec .leadArea {
    width: 100%;
  }
}
.contents .service_sec {
  padding: 120px 0px;
}
@media screen and (max-width: 768px) {
  .contents .service_sec {
    padding: 80px 0 0;
  }
}
.contents .service_sec .inner .sec_ttl {
  line-height: 1.75;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.contents .service_sec .inner .sec_ttl .cnt_en {
  display: block;
  left: 25px;
  position: absolute;
  top: -30px;
  width: 624px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contents .service_sec .inner .sec_ttl .cnt_en {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contents .service_sec .inner .sec_ttl {
    margin-bottom: 40px;
  }
}
.contents .service_sec .inner .service_img {
  position: relative;
  z-index: 1;
}
.contents .service_sec .inner .service_img::before {
  background-color: #5ec9b8;
  border-radius: 40px;
  bottom: -30px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -40px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contents .service_sec .inner .service_img::before {
    bottom: -20px;
    right: -25px;
  }
}
.contents .service_sec .inner .service_img img {
  border-radius: 40px;
  display: block;
}
.contents .service_sec .inner .npt_k .service_img::before {
  background-color: #f18ca5;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.contents .service_sec .inner .service_top {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contents .service_sec .inner .service_top {
    margin-bottom: 50px;
  }
}
.contents .service_sec .inner .service_top .flexbox {
  margin-bottom: 120px;
}
.contents .service_sec .inner .service_top .flexbox .service_img {
  max-width: 600px;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contents .service_sec .inner .service_top .flexbox .service_img {
    margin: 0 auto 60px;
    width: 90%;
  }
}
.contents .service_sec .inner .service_top .flexbox .service_content {
  margin-left: 120px;
  max-width: 440px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .contents .service_sec .inner .service_top .flexbox .service_content {
    margin: 0 auto;
    width: 100%;
  }
}
.contents .service_sec .inner .service_top .flexbox .service_content span {
  display: block;
  margin-bottom: 5px;
  width: 79px;
}
.contents .service_sec .inner .service_top .flexbox .service_content h3 {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 30px;
}
.contents .service_sec .inner .service_top .flexbox .service_content .moreBtn {
  margin-top: 30px;
}
.contents .service_sec .inner .service_top .r_flex {
  flex-direction: row-reverse;
}
.contents .service_sec .inner .service_top .r_flex .service_content {
  margin-left: 0;
  margin-right: 80px;
}
.contents .service_sec .inner .service_btm {
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents .service_sec .inner .service_btm li {
  margin-bottom: 70px;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .contents .service_sec .inner .service_btm li {
    margin-bottom: 50px;
    width: 100%;
  }
}
.contents .service_sec .inner .service_btm li .service_img {
  margin-bottom: 60px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .contents .service_sec .inner .service_btm li .service_img {
    margin: 0 auto 60px;
    width: 90%;
  }
}
.contents .service_sec .inner .service_btm li .service_content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .service_sec .inner .service_btm li .service_content {
    margin: 0 auto;
    width: 100%;
  }
}
.contents .service_sec .inner .service_btm li .service_content span {
  display: block;
  margin-bottom: 5px;
  width: 79px;
}
.contents .service_sec .inner .service_btm li .service_content h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 15px;
}
.contents .service_sec .inner .service_btm li .service_content .moreBtn {
  margin-top: 30px;
}

.p-service {
  width: 100%;
}
.p-service .contentArea .asset_sec {
  margin-bottom: 100px;
}
.p-service .contentArea .asset_sec .top_img {
  margin-left: auto;
  margin-right: 0;
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .asset_sec .top_img {
    width: 80%;
  }
}
.p-service .contentArea .asset_sec .txtArea .sec_ttl {
  margin-bottom: 50px;
  margin-top: -50px;
  max-width: 525px;
}
@media screen and (max-width: 1030px) {
  .p-service .contentArea .asset_sec .txtArea .sec_ttl {
    margin-top: 50px;
    width: 70%;
  }
}
.p-service .contentArea .asset_sec .txtArea .txt {
  margin-bottom: 80px;
  margin-left: 180px;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .asset_sec .txtArea .txt {
    margin: 0 auto 60px;
    width: 100%;
  }
}
.p-service .contentArea .asset_sec .txtArea .img {
  margin-left: 180px;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .asset_sec .txtArea .img {
    margin: 0 auto;
    width: 100%;
  }
}
.p-service .contentArea .advice_sec {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .advice_sec {
    padding-bottom: 100px;
  }
}
.p-service .contentArea .advice_sec .inner {
  position: relative;
  z-index: 1;
}
.p-service .contentArea .advice_sec .imgArea {
  margin-left: auto;
  margin-right: 0;
  max-width: 755px;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .advice_sec .imgArea {
    width: 90%;
  }
}
.p-service .contentArea .advice_sec .txtArea {
  margin-bottom: 65px;
}
.p-service .contentArea .advice_sec .txtArea .sec_ttl {
  margin-bottom: 30px;
  margin-top: -150px;
  max-width: 605px;
}
@media screen and (max-width: 1030px) {
  .p-service .contentArea .advice_sec .txtArea .sec_ttl {
    margin-top: 50px;
    width: 80%;
  }
}
.p-service .contentArea .advice_sec .txtArea .txt {
  max-width: 1098px;
}
.p-service .contentArea .advice_sec .service_list {
  margin: 0 auto;
}
.p-service .contentArea .advice_sec .btm_img {
  bottom: -120px;
  left: 0;
  max-width: 485px;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .advice_sec .btm_img {
    bottom: -40px;
    position: relative;
    width: 90%;
  }
}
.p-service .contentArea .service_list {
  max-width: 920px;
}
.p-service .contentArea .service_list h3 {
  font-size: 1.3em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .service_list h3 {
    font-size: 4vw;
  }
}
.p-service .contentArea .service_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .service_list ul {
    display: block;
  }
}
.p-service .contentArea .service_list ul li {
  background-color: #fff;
  border: solid 5px #157d3f;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 20px auto;
  max-width: 450px;
  padding: 40px 55px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .service_list ul li {
    padding: 30px 40px;
    width: 100%;
  }
}
.p-service .contentArea .service_list ul li h4 {
  font-size: 1.3em;
  line-height: 2;
  text-align: center;
}
.p-service .contentArea .service_list ul li h4::after {
  background-color: #157d3f;
  content: "";
  display: block;
  height: 4px;
  margin: 40px auto;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .service_list ul li h4::after {
    margin: 25px auto;
  }
}
@media screen and (max-width: 400px) {
  .p-service .contentArea .service_list ul li h4 {
    font-size: 4.5vw;
  }
}
.p-service .contentArea .service_list ul li p {
  font-size: 0.9em;
}
.p-service .contentArea .service_list .linkBtn {
  margin-left: auto;
  margin-right: 0;
  margin-top: 50px;
  width: 290px;
}
.p-service .contentArea .estate_sec {
  padding-bottom: 120px;
}
.p-service .contentArea .estate_sec .inner {
  position: relative;
  z-index: 1;
}
.p-service .contentArea .estate_sec .imgArea {
  margin-left: auto;
  margin-right: 0;
  max-width: 755px;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .estate_sec .imgArea {
    width: 90%;
  }
}
.p-service .contentArea .estate_sec .txtArea {
  margin-bottom: 65px;
}
.p-service .contentArea .estate_sec .txtArea .sec_ttl {
  margin-bottom: 50px;
  margin-top: -100px;
  max-width: 391px;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .estate_sec .txtArea .sec_ttl {
    margin-top: 50px;
    width: 60%;
  }
}
.p-service .contentArea .estate_sec .txtArea .txt {
  max-width: 1098px;
}
.p-service .contentArea .estate_sec .service_list {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .estate_sec .service_list {
    position: relative;
  }
  .p-service .contentArea .estate_sec .service_list ul {
    padding-top: 120px;
  }
}
.p-service .contentArea .estate_sec .mdl_img {
  max-width: 485px;
  position: absolute;
  right: 0;
  top: 700px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .estate_sec .mdl_img {
    position: absolute;
    right: -5%;
    top: 60px;
    width: 85%;
  }
}
.p-service .contentArea .photovo_sec {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .photovo_sec {
    padding-bottom: 60px;
  }
}
.p-service .contentArea .photovo_sec .inner {
  position: relative;
  z-index: 1;
}
.p-service .contentArea .photovo_sec .imgArea {
  margin-left: auto;
  margin-right: 0;
  max-width: 755px;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .photovo_sec .imgArea {
    width: 90%;
  }
}
.p-service .contentArea .photovo_sec .txtArea {
  margin-bottom: 65px;
}
.p-service .contentArea .photovo_sec .txtArea .sec_ttl {
  margin-bottom: 50px;
  margin-top: -100px;
  max-width: 391px;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .photovo_sec .txtArea .sec_ttl {
    margin-top: 50px;
    width: 65%;
  }
}
.p-service .contentArea .photovo_sec .txtArea .txt {
  max-width: 1098px;
}
.p-service .contentArea .photovo_sec .service_list {
  margin: 0 auto;
}
.p-service .contentArea .photovo_sec .btm_img {
  bottom: -120px;
  left: 0;
  max-width: 485px;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-service .contentArea .photovo_sec .btm_img {
    bottom: -50px;
    left: -5%;
    position: relative;
    width: 80%;
  }
}

textarea, select {
  background-color: #fff;
  border: solid 1px #ccc;
}

.contact_block {
  margin: 0 auto;
  max-width: 1080px;
  padding: 70px 0 150px;
}
.contact_block .notice {
  margin: 20px auto;
  text-align: center;
}
.contact_block .comment {
  font-size: 0.9em;
  margin-top: 10px;
}
.contact_block .thanksArea {
  margin: 100px auto 0;
  text-align: center;
}
.contact_block .thanksArea a {
  text-decoration: underline;
}
.contact_block .thanksArea a:hover {
  text-decoration: none;
}

.contact_block h3 {
  border-bottom: dotted 1px #B5B5B6;
  border-top: dotted 1px #B5B5B6;
  font-size: 20px;
  padding: 25px 0;
  text-align: center;
}

.contact_block .lead {
  border-bottom: dotted 1px #B5B5B6;
  line-height: 1.75em;
  padding: 25px 0;
  padding-left: 100px;
}

.contact_block .mw_wp_form dl dt {
  clear: left;
  float: left;
  font-size: 16px;
  font-weight: 600;
  padding-top: 30px;
  width: 280px;
}

.contact_block .mw_wp_form dl dt span {
  background-color: #e75a24;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  margin-right: 5px;
  padding: 2px 3px;
}

.contact_block .mw_wp_form dl dd {
  border-bottom: dotted 1px #B5B5B6;
  padding: 30px 0;
  padding-left: 350px;
  position: relative;
}

.mw_wp_form .error {
  bottom: 5px;
  left: 350px;
  line-height: 1.75;
  position: absolute;
}

.contact_block .mw_wp_form dl dd p {
  line-height: 1.75;
  margin-bottom: 15px;
}

.contact_block .mw_wp_form dl dd p .txt {
  display: block;
  margin-bottom: 3px;
}

.contact_block .mw_wp_form dl dd input[type=text],
.contact_block .mw_wp_form dl dd input[type=tel],
.contact_block .mw_wp_form dl dd input[type=email] {
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 100%;
  padding: 5px 15px;
  width: 730px;
}

.contact_block .mw_wp_form dl dd select {
  border-radius: 10px;
  padding: 10px 0;
  width: 130px;
}

.contact_block .mw_wp_form dl dd textarea {
  border-color: #CCCCCC;
  border-radius: 10px;
  font-size: 100%;
  height: 230px;
  width: 730px;
}

.contact_block .mw_wp_form dl dd .mwform-tel-field input[type=text] {
  border-radius: 10px;
  width: 130px;
}

.contact_block .mw_wp_form dl dd em {
  display: inline-block;
  font-style: normal;
  width: 100px;
}

.contact_block .mw_wp_form dl .address input[type=text] {
  width: 340px;
}

.contact_block .mw_wp_form dl .address #zip1,
.contact_block .mw_wp_form dl .address #zip2 {
  width: 110px;
}

.contact_block .submitarea {
  margin: 0 auto;
  width: 340px;
}

.confirm_block .submitarea {
  margin: 30px auto 0;
  width: 710px;
}

.contact_block .submit-btn {
  display: inline-block;
  text-align: center;
}
.contact_block .submit-btn.y_btn {
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.contact_block .submit-btn.y_btn .confirm-btn {
  -webkit-transition: all 0.3s;
  align-items: center;
  background-color: #ffe000;
  border: solid 1px #000;
  border-bottom: 5px solid #000;
  border-radius: 35px;
  display: block;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 15px 45px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
  z-index: 10;
}
.contact_block .submit-btn.y_btn .confirm-btn:hover {
  opacity: 0.7;
}
.contact_block .submit-btn.y_btn .arrow {
  margin: 0 auto;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .contact_block {
    margin: 0 auto;
    padding: 12% 0 20%;
    position: relative;
    width: 90%;
  }
  .contact_block .mw_wp_form dl dt {
    float: none;
    font-size: 16px;
    margin-left: 0px;
    padding-top: 20px;
    width: 100%;
  }
  .contact_block .mw_wp_form dl dd {
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .mw_wp_form .error {
    bottom: 5px;
    font-size: 75% !important;
    left: 0px;
    line-height: 1.75;
    position: absolute;
  }
  .contact_block .mw_wp_form dl dd input[type=text],
  .contact_block .mw_wp_form dl dd input[type=tel],
  .contact_block .mw_wp_form dl dd input[type=email] {
    width: 100%;
  }
  .contact_block .mw_wp_form dl dd textarea {
    height: 300px;
    width: 100%;
  }
  .contact_block .mw_wp_form dl dd .mwform-tel-field input[type=text] {
    width: 28%;
  }
  .contact_block .mw_wp_form dl dd .mwform-zip-field input[type=text] {
    width: 30%;
  }
  .contact_block .mw_wp_form dl dd em {
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
  .contact_block .submitarea {
    width: 100%;
  }
  .confirm_block .submitarea {
    margin: 15px auto;
    width: 100%;
  }
  .contact_block .mw_wp_form dl .address input[type=text] {
    width: 100%;
  }
  .contact_block .confirm-btn {
    width: 90%;
  }
  .contact_block h3 {
    line-height: 1.75em;
  }
  .contact_block .lead {
    padding-left: 0px;
  }
  .contact_block .mw_wp_form dl dd #req_year {
    width: 12%;
  }
}
.p-privacy {
  width: 100%;
}
.p-privacy .privacy_sec .inner {
  line-height: 2.3;
  margin: 0 auto;
  max-width: 920px;
}
.p-privacy .privacy_sec .inner .box {
  margin-bottom: 50px;
}
.p-privacy .privacy_sec .inner .box .sec_ttl {
  margin-bottom: 80px;
  max-width: 484px;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy_sec .inner .box .sec_ttl {
    margin-bottom: 50px;
    width: 70%;
  }
}
.p-privacy .privacy_sec .inner .box p {
  font-size: 0.9em;
}
.p-privacy .privacy_sec .inner .privacy_txt dl dt {
  font-weight: bold;
  margin-bottom: 30px;
}
.p-privacy .privacy_sec .inner .privacy_txt dl dd {
  font-size: 0.9em;
  margin-bottom: 40px;
}
.p-privacy .privacy_sec .inner .privacy_txt dl dd ul {
  padding-left: 20px;
  text-indent: -20px;
}
.p-privacy .privacy_sec .inner .privacy_txt dl dd ol {
  padding-left: 20px;
  text-indent: -20px;
}

.p-about {
  width: 100%;
}

.contents .lower_top {
  background: url(/assets/images/common/lower_top.png) no-repeat center bottom;
  background-size: cover;
  height: 450px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .lower_top {
    background: url(/assets/images/common/lower_top_sp.png) no-repeat center bottom;
    background-size: 100%;
    height: 0;
    padding-bottom: 70%;
  }
}
.contents .lower_top .lower_ttl {
  font-weight: 600;
  position: relative;
  text-align: center;
  top: 160px;
}
@media screen and (max-width: 768px) {
  .contents .lower_top .lower_ttl {
    top: 70px;
  }
}
.contents .lower_top .lower_ttl h1 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .contents .lower_top .lower_ttl h1 {
    font-size: 5vw;
  }
}
.contents .lower_top .lower_ttl h2 {
  font-size: 0.95em;
}
@media screen and (max-width: 768px) {
  .contents .lower_top .lower_ttl h2 {
    font-size: 4vw;
  }
}
.contents .bg_c {
  background-color: #fffde8;
  padding: 70px 0;
  width: 100%;
}
.contents .bg_w {
  background-color: #fff;
  padding: 70px 0;
  width: 100%;
}
.contents .y_line {
  background: linear-gradient(transparent 50%, #ffe000 50%);
  padding: 0 5px;
}
.contents .lower_contentArea {
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .contents .lower_contentArea {
    padding-bottom: 50px;
  }
}
.contents .lower_contentArea .sec .inner .cnt_box {
  margin-left: 360px;
  margin-right: 0;
  max-width: 880px;
}
@media screen and (max-width: 1030px) {
  .contents .lower_contentArea .sec .inner .cnt_box {
    margin: 0 auto;
    width: 90%;
  }
}
.contents .lower_contentArea .sec .inner .cnt_box .lead_ttl {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .inner .cnt_box .lead_ttl {
    font-size: 5.5vw;
    line-height: 2;
  }
}
.contents .lower_contentArea .sec .inner .cnt_box .sec_ttl {
  font-size: 1.5em;
  line-height: 2;
  margin-bottom: 20px;
}
.contents .lower_contentArea .sec .inner .cnt_box .sec_ttl .tag {
  display: block;
  width: 79px;
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .inner .cnt_box .sec_ttl {
    font-size: 4.5vw;
    line-height: 2;
  }
}
.contents .lower_contentArea .sec .inner .cnt_box .flexbox {
  justify-content: space-between;
}
.contents .lower_contentArea .sec .inner .cnt_box .flexbox.r_flex {
  flex-direction: row-reverse;
}
.contents .lower_contentArea .sec .inner .cnt_box .flexbox .txtArea {
  max-width: 520px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .inner .cnt_box .flexbox .txtArea {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
}
.contents .lower_contentArea .sec .inner .cnt_box .flexbox .imgArea {
  max-width: 320px;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .inner .cnt_box .flexbox .imgArea {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
}
.contents .lower_contentArea .sec .inner .cnt_box .flexbox .imgArea .round {
  border-radius: 40px;
  display: block;
}
.contents .lower_contentArea .sec .inner .cnt_box .y_btn {
  margin-top: 50px;
  position: relative;
  z-index: 10;
}
.contents .lower_contentArea .sec .inner .cnt_box .y_btn a {
  background-color: #ffe000;
  padding: 15px 45px;
  transition: all 0.3s;
}
.contents .lower_contentArea .sec .inner .cnt_box .y_btn a:hover {
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .inner .cnt_box .y_btn a {
    font-size: 3.5vw;
    padding: 15px 25px;
  }
}
.contents .lower_contentArea .sec .inner .cnt_box .movieArea {
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .inner .cnt_box .movieArea {
    max-width: 100%;
    width: 100%;
  }
}
.contents .lower_contentArea .sec .inner .cnt_box .topics {
  background-color: #f2f2f2;
  border-radius: 20px;
  box-sizing: border-box;
  font-size: 0.85em;
  line-height: 2;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
}
.contents .lower_contentArea .sec .inner .cnt_box .topics a {
  text-decoration: underline;
}
.contents .lower_contentArea .sec .inner .cnt_box .btn {
  margin-top: 30px;
}
.contents .lower_contentArea .sec .cnt_box .news_block {
  background: #FFF;
  margin: 40px 0;
}
.contents .lower_contentArea .sec .cnt_box .news_block ul li {
  border-bottom: 1px solid #000;
  line-height: 1.8;
  padding: 12px 50px;
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .cnt_box .news_block ul li {
    padding: 10px 20px;
  }
}
.contents .lower_contentArea .sec .cnt_box .news_block ul li .news_title {
  display: flex;
}
.contents .lower_contentArea .sec .cnt_box .news_block ul li .news_title .news_data {
  margin-right: 5px;
  padding-top: 3px;
  width: 70px;
}
.contents .lower_contentArea .sec .cnt_box .news_block ul li .news_title span {
  margin-right: 5px;
  width: 79px;
}
.contents .lower_contentArea .sec .cnt_box .news_block ul li .news_title a {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .cnt_box .news_block ul li .news_title {
    flex-wrap: wrap;
  }
  .contents .lower_contentArea .sec .cnt_box .news_block ul li .news_title a {
    display: block;
    width: 100%;
  }
}
.contents .lower_contentArea .sec .cnt_box .news_block ul li:first-child {
  border-top: 1px solid #000;
}
.contents .lower_contentArea .sec .pagerArea {
  text-align: center;
}
.contents .lower_contentArea .sec .pagerArea .page-numbers {
  background-color: #a9a9a9;
  border-radius: 50%;
  color: #fff;
  margin: auto 10px;
  padding: 11px 20px;
}
.contents .lower_contentArea .sec .pagerArea .page-numbers.current {
  background-color: #000;
}
.contents .lower_contentArea .sec .pagerArea .page-numbers a {
  display: block;
  height: 100%;
  width: 100%;
}
.contents .lower_contentArea .sec .pagerArea .page-numbers.next {
  background: none;
  color: #a9a9a9;
}
.contents .lower_contentArea .sec .pagerArea .page-numbers.prev {
  background: none;
  color: #a9a9a9;
}
.contents .lower_contentArea .sec .pagerArea .pager {
  align-items: center;
  display: flex;
  justify-content: center;
}
.contents .lower_contentArea .sec .pagerArea .pager li {
  margin: auto 10px;
}
.contents .lower_contentArea .sec .pagerArea .pager li.num {
  background-color: #a9a9a9;
  border-radius: 50%;
  color: #fff;
  padding: 11px 20px;
}
.contents .lower_contentArea .sec .pagerArea .pager li.current {
  background-color: #000;
}
.contents .lower_contentArea .sec .pagerArea .pager li.next {
  color: #a9a9a9;
}
.contents .lower_contentArea .sec .history_box {
  background-color: #f2f2f2;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 70px 40px 10px;
}
.contents .lower_contentArea .sec .history_box dl .row {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .history_box dl .row {
    display: block;
    margin-bottom: 30px;
  }
}
.contents .lower_contentArea .sec .history_box dl .row dt {
  color: #e75a24;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .history_box dl .row dt {
    width: 100%;
  }
}
.contents .lower_contentArea .sec .history_box dl .row dd {
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .history_box dl .row dd {
    width: 100%;
  }
}
.contents .lower_contentArea .sec .info_ttl {
  font-weight: 600;
  margin-bottom: 15px;
}
.contents .lower_contentArea .sec .info_box {
  margin-bottom: 30px;
}
.contents .lower_contentArea .sec .info_box dl {
  background-color: #fff;
  border-top: solid 1px #000;
}
.contents .lower_contentArea .sec .info_box dl .row {
  border-bottom: solid 1px #000;
  display: flex;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .info_box dl .row {
    display: block;
  }
}
.contents .lower_contentArea .sec .info_box dl .row dt {
  color: #e75a24;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .info_box dl .row dt {
    margin-bottom: 5px;
    width: 100%;
  }
}
.contents .lower_contentArea .sec .info_box dl .row dd {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .contents .lower_contentArea .sec .info_box dl .row dd {
    width: 100%;
  }
}
.contents .lower_contentArea .sec .mapArea {
  margin: 50px auto;
}
.contents .lower_contentArea .sec .tagArea {
  margin: 40px auto 80px;
  max-width: 160px;
}
@media screen and (max-width: 1030px) {
  .contents .lower_contentArea .side_wrap {
    display: none;
  }
}
.contents .lower_contentArea .side_wrap .side_menu {
  padding: 90px 0 50px;
  position: absolute;
  width: 290px;
}
.contents .lower_contentArea .side_wrap .side_menu::before {
  background: url(/assets/images/common/index_top.png) no-repeat center top;
  background-size: cover;
  content: "";
  display: block;
  height: 70px;
  left: 20px;
  position: absolute;
  top: 40px;
  width: 245px;
}
.contents .lower_contentArea .side_wrap .side_menu .side_cnt {
  background-color: #fff3b2;
  border: solid 2px #000;
  border-bottom: solid 5px #000;
  border-radius: 30px;
  text-align: center;
  width: 100%;
}
.contents .lower_contentArea .side_wrap .side_menu .menu_top {
  background-color: #000;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 25px auto;
  padding: 2px 40px;
  text-align: center;
}
.contents .lower_contentArea .side_wrap .side_menu ul {
  border-top: dashed 1px #a9a9a9;
  margin: 0 auto 20px;
  text-align: left;
  width: 92%;
}
.contents .lower_contentArea .side_wrap .side_menu ul li {
  border-bottom: dashed 1px #a9a9a9;
  display: flex;
  padding: 10px 0;
  position: relative;
}
.contents .lower_contentArea .side_wrap .side_menu ul li a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.contents .lower_contentArea .side_wrap .side_menu ul li a p {
  display: inline-block;
  width: calc(100% - 21px);
}
.contents .lower_contentArea .side_wrap .side_menu ul li a em {
  font-style: normal;
  margin-right: 5px;
}
.contents .lower_contentArea .side_wrap .side_menu ul li a::before {
  background: url(/assets/images/common/arrow_down.png) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  margin-top: 4px;
  vertical-align: top;
  width: 16px;
}
.contents .lower_contentArea .side_wrap .side_menu .tag {
  display: inline-block;
  width: 79px;
}
.contents .lower_contentArea .side_wrap .side_menu .news_list li::before {
  background: #000;
  border-radius: 50%;
  color: #fff;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  margin-top: 4px;
  position: relative;
  vertical-align: top;
  width: 16px;
}
.contents .lower_contentArea .side_wrap .side_menu .news_list li::after {
  -webkit-transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 19px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}
.contents .lower_contentArea .side_wrap .side_menu .news_list li a::before {
  content: none;
}
.contents .lower_contentArea .side_wrap .side_menu .news_list li a::after {
  content: none;
}
.contents .lower_contentArea .side_wrap .side_menu .news_list li.current {
  color: #e75a24;
}
.contents .lower_contentArea .side_wrap .side_menu .news_list li.current::before {
  background: #e75a24;
}
@media screen and (min-width: 1031px) {
  .contents .lower_contentArea .btm_wrap {
    display: none;
  }
}
.contents .lower_contentArea .btm_wrap .btm_menu {
  background-color: #fff3b2;
  border: solid 2px #000;
  border-bottom: solid 5px #000;
  border-radius: 30px;
  margin: 50px auto;
  max-width: 600px;
  position: relative;
  text-align: center;
  width: 90%;
}
.contents .lower_contentArea .btm_wrap .btm_menu::before {
  background: url(/assets/images/common/index_top.png) no-repeat center top;
  background-size: 100%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  padding-bottom: 18vw;
  position: absolute;
  right: 0;
  top: -55px;
  width: 80%;
}
.contents .lower_contentArea .btm_wrap .btm_menu .menu_top {
  background-color: #000;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 25px auto;
  padding: 2px 40px;
  text-align: center;
}
.contents .lower_contentArea .btm_wrap .btm_menu ul {
  border-top: dashed 1px #a9a9a9;
  margin: 0 auto 20px;
  text-align: left;
  width: 92%;
}
.contents .lower_contentArea .btm_wrap .btm_menu ul li {
  border-bottom: dashed 1px #a9a9a9;
  padding: 10px 0;
  position: relative;
}
.contents .lower_contentArea .btm_wrap .btm_menu ul li a {
  position: relative;
}
.contents .lower_contentArea .btm_wrap .btm_menu ul li a p {
  display: inline-block;
}
.contents .lower_contentArea .btm_wrap .btm_menu ul li a em {
  font-style: normal;
  margin-right: 5px;
}
.contents .lower_contentArea .btm_wrap .btm_menu ul li a::before {
  background: url(/assets/images/common/arrow_down.png) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  margin-top: 4px;
  vertical-align: text-top;
  width: 16px;
}
.contents .lower_contentArea .btm_wrap .btm_menu .tag {
  display: inline-block;
  width: 79px;
}
.contents .lower_contentArea .btm_wrap .btm_menu .news_list li a::before {
  background: #000;
  border-radius: 50%;
  color: #fff;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  margin-top: 4px;
  position: relative;
  vertical-align: text-top;
  width: 16px;
}
.contents .lower_contentArea .btm_wrap .btm_menu .news_list li a::after {
  -webkit-transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}
.contents .lower_contentArea .btm_wrap .btm_menu .news_list li.current a {
  color: #e75a24;
}
.contents .lower_contentArea .btm_wrap .btm_menu .news_list li.current a::before {
  background: #e75a24;
}
.contents .single_sec .newsArea {
  line-height: 2;
  margin: 0 auto;
  max-width: 1000px;
}
.contents .single_sec .newsArea .news_title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 30px;
}
.contents .single_sec .newsArea img {
  margin: 30px auto;
}

.p-single-column main {
  padding-bottom: 0;
}
.p-single-column .lower_contentArea {
  padding-bottom: 0px;
  position: relative;
}
.p-single-column footer {
  padding-top: 0;
}

.p-houkatsu {
  width: 100%;
}
.p-houkatsu .lower_contentArea .img_cnt {
  margin: 50px auto 60px;
}
.p-houkatsu .lower_contentArea .sec_ttl .bg_p {
  background-color: #ec6486;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 0.95em;
  margin-bottom: 20px;
  padding: 5px 20px;
}
.p-houkatsu .lower_contentArea hr {
  color: #c2c2c2;
  margin-bottom: 60px;
}
.p-houkatsu .lower_contentArea .contact_bnr dl {
  align-items: center;
  background-color: #ec6486;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 0.95em;
  font-weight: 600;
  justify-content: space-around;
  margin-bottom: 20px;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .p-houkatsu .lower_contentArea .contact_bnr dl {
    display: block;
  }
}
.p-houkatsu .lower_contentArea .contact_bnr dl dt {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .p-houkatsu .lower_contentArea .contact_bnr dl dt {
    font-size: 5vw;
  }
}
.p-houkatsu .lower_contentArea .contact_bnr dl dd {
  font-size: 5em;
}
@media screen and (max-width: 768px) {
  .p-houkatsu .lower_contentArea .contact_bnr dl dd {
    font-size: 10vw;
  }
}

@media screen and (max-width: 768px) {
  .p-project .contents {
    padding-bottom: 0;
  }
}
.p-project .contents .service_sec .inner .service_block1 {
  position: relative;
}
.p-project .contents .service_sec .inner .service_block1::before {
  background: url(/assets/images/project/project_img01.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 148px;
  left: 0;
  position: absolute;
  top: -120px;
  width: 252px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-project .contents .service_sec .inner .service_block1::before {
    height: 111px;
    left: auto;
    right: -3%;
    top: -80px;
    width: 189px;
    z-index: 10;
  }
}
.p-project .contents .service_sec .inner .service_block2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-project .contents .service_sec .inner .service_block2::before {
    background: url(/assets/images/project/project_img05.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 117px;
    position: absolute;
    right: -5%;
    top: 700px;
    width: 143px;
  }
}
.p-project .contents .service_sec .inner .service_block2::after {
  background: url(/assets/images/project/project_img03.png) no-repeat;
  background-size: 100%;
  bottom: -300px;
  content: "";
  height: 362px;
  position: absolute;
  right: 0;
  width: 510px;
}
@media screen and (max-width: 768px) {
  .p-project .contents .service_sec .inner .service_block2::after {
    background: url(/assets/images/project/project_img03_sp.png) no-repeat;
    background-size: 100%;
    bottom: -150px;
    height: 133px;
    width: 268px;
  }
}
.p-project .contents .service_sec .inner .service_btm li .service_img {
  margin-bottom: 40px;
}
.p-project .contents .service_sec .inner .service_btm li .service_img::before {
  bottom: -20px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -20px;
  width: 100%;
  z-index: -1;
}
.p-project .contents .service_sec .inner .service_btm li .service_content .moreBtn {
  margin-top: 0;
}
.p-project .contents .service_sec1 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-project .contents .service_sec1::before {
    background: url(/assets/images/project/project_img04.png) no-repeat;
    background-size: 100%;
    bottom: 650px;
    content: "";
    height: 99px;
    position: absolute;
    right: 0;
    width: 215px;
  }
}
.p-project .contents .service_sec1::after {
  background: url(/assets/images/project/project_img02.png) no-repeat;
  background-size: 100%;
  bottom: -100px;
  content: "";
  height: 396px;
  position: absolute;
  right: 0;
  width: 602px;
}
@media screen and (max-width: 768px) {
  .p-project .contents .service_sec1::after {
    background: url(/assets/images/project/project_img02_sp.png) no-repeat;
    background-size: 100%;
    bottom: -50px;
    content: "";
    height: 147px;
    position: absolute;
    right: 0;
    width: 311px;
  }
}

.p-school .img_cnt {
  margin: 50px auto 60px;
}
.p-school .voice_sec .flexbox .voicebox {
  background-color: #fff3b2;
  border-radius: 20px;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 80px;
  position: relative;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-school .voice_sec .flexbox .voicebox {
    margin-bottom: 20px;
    padding-bottom: 110px;
    width: 100%;
  }
}
.p-school .voice_sec .flexbox .voicebox h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.p-school .voice_sec .flexbox .voicebox .ppl {
  bottom: 0;
  position: absolute;
  right: 40px;
  width: 86px;
}
@media screen and (max-width: 768px) {
  .p-school .lead_ttl .y_line {
    font-size: 5vw;
    line-height: 1.5;
  }
}

.contact_bnr a {
  background-color: #ec6486;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 2.2em;
  font-weight: 600;
  padding: 50px 20px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact_bnr a {
    font-size: 6vw;
  }
}

.p-labo p.big {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-labo p.big {
    font-size: 4vw;
  }
}
.p-labo .y_box {
  background-color: #fff3b2;
  border-radius: 40px;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 40px;
}
.p-labo .y_box h4 {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.p-labo .y_box ul {
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
.p-labo .y_box ul li {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-labo .y_box ul li {
    margin-top: 20px;
    width: 100%;
  }
}
.p-labo .service_sec .flexbox {
  justify-content: space-between;
  margin-top: 40px;
}
.p-labo .service_sec .flexbox li {
  width: 48%;
}
.p-labo .service_sec .flexbox li h4 {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  margin: 20px auto 10px;
}
@media screen and (max-width: 768px) {
  .p-labo .service_sec .flexbox li {
    margin-bottom: 40px;
    width: 100%;
  }
}
.p-labo .field_sec .flexbox {
  justify-content: space-between;
  margin-top: 40px;
}
.p-labo .field_sec .flexbox li {
  width: 48%;
}
.p-labo .field_sec .flexbox li h4 {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px auto 10px;
}
@media screen and (max-width: 768px) {
  .p-labo .field_sec .flexbox li {
    margin-bottom: 40px;
    width: 100%;
  }
}
.p-labo .school_sec .history_box .imgArea {
  margin-top: 30px;
  max-width: 560px;
}

@media screen and (max-width: 768px) {
  .p-zuncha .txtArea {
    margin-bottom: 20px;
  }
}
.p-zuncha .note_sec .flexbox {
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-zuncha .note_sec .flexbox {
    display: flex;
  }
}
.p-zuncha .note_sec .flexbox li {
  margin-bottom: 50px;
  margin-right: 5%;
  width: 30%;
}
@media screen and (min-width: 769px) {
  .p-zuncha .note_sec .flexbox li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-zuncha .note_sec .flexbox li {
    margin-bottom: 40px;
    margin-right: 2%;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-zuncha .note_sec .flexbox li:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
  }
}
.p-zuncha .note_sec .flexbox li .common_img {
  width: 100%;
}
.p-zuncha .note_sec .flexbox li .dataArea {
  color: #8c8c8c;
  display: flex;
  font-size: 0.8em;
  margin: 10px auto;
}
.p-zuncha .note_sec .flexbox li .dataArea .common_time {
  display: inline-block;
  margin-right: 10px;
}
.p-zuncha .note_sec .flexbox li .common_title {
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-zuncha .nukui_logo {
  margin-bottom: 30px;
  max-width: 240px;
}

.p-request .contents .lower_contentArea {
  padding-bottom: 0;
}
.p-request .reqest_sec .inner {
  margin: 0 auto;
  max-width: 1080px;
}
.p-request .reqest_sec .flexbox {
  justify-content: space-between;
  margin: 30px auto;
}
.p-request .reqest_sec .flexbox .txtArea {
  width: 60%;
}
.p-request .reqest_sec .flexbox .txtArea .big {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-request .reqest_sec .flexbox .txtArea .big span {
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .p-request .reqest_sec .flexbox .txtArea {
    margin-bottom: 30px;
    width: 100%;
  }
}
.p-request .reqest_sec .flexbox .imgArea {
  max-width: 320px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-request .reqest_sec .flexbox .imgArea {
    max-width: 100%;
    width: 100%;
  }
}
.p-request .reqest_sec .btn_box {
  text-align: center;
}
.p-request .reqest_sec .y_btn {
  margin: 30px auto;
  position: relative;
  text-align: center;
  z-index: 10;
}
.p-request .reqest_sec .y_btn a {
  -webkit-transition: all 0.3s;
  background-color: #ffe000;
  padding: 15px 55px;
  position: relative;
  transition: all 0.3s;
}
.p-request .reqest_sec .y_btn a::after {
  -webkit-transition: all 0.3s;
  background-color: #000;
  border-radius: 40px;
  bottom: -5px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  z-index: -1;
}
.p-request .reqest_sec .y_btn a:hover::after {
  bottom: -1px;
}

.p-recruit .lead_sec .txtArea .big {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 30px;
}
.p-recruit .feature_sec .flexbox .img {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .p-recruit .feature_sec .flexbox .img {
    margin-bottom: 30px;
    width: 100%;
  }
}
.p-recruit .faq_sec .faq_box dl {
  background-color: #fff;
  border-top: solid 1px #000;
}
.p-recruit .faq_sec .faq_box dl .row {
  border-bottom: solid 1px #000;
  box-sizing: border-box;
  font-weight: 600;
}
.p-recruit .faq_sec .faq_box dl .row dt {
  padding: 30px 20px;
  position: relative;
}
.p-recruit .faq_sec .faq_box dl .row dt .tgl {
  font-size: 1.2em;
  position: absolute;
  right: 20px;
}
.p-recruit .faq_sec .faq_box dl .row dd {
  display: none;
  padding: 0 20px 30px;
}
.p-recruit #jobdesc .info_box dl .row dt {
  width: 5px;
}

.p-privacy .reqest_sec p {
  margin-bottom: 50px;
}
.p-privacy .reqest_sec dl {
  line-height: 2;
}
.p-privacy .reqest_sec dl dt {
  font-weight: 600;
  margin-bottom: 20px;
}
.p-privacy .reqest_sec dl dd {
  margin-bottom: 50px;
}
.p-privacy .reqest_sec .addressBox {
  border: solid 1px #000;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 40px 40px 10px;
}
.p-privacy .reqest_sec .addressBox dl .row {
  display: flex;
  margin-bottom: 30px;
}
.p-privacy .reqest_sec .addressBox dl .row dt {
  margin-bottom: 0px;
  margin-right: 50px;
}
.p-privacy .reqest_sec .addressBox dl .row dd {
  margin-bottom: 0px;
}

.p-morineki hr {
  color: #c2c2c2;
  margin: 60px auto;
}
.p-morineki p.big {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-morineki .renkri_sec .flexbox li {
  width: 48%;
}
.p-morineki .renkri_sec .flexbox li h4 {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px auto 10px;
}
@media screen and (max-width: 768px) {
  .p-morineki .renkri_sec .flexbox li {
    margin-bottom: 40px;
    width: 100%;
  }
}
.p-morineki .w_box {
  background-color: #fff;
  border-radius: 40px;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 40px;
}
.p-morineki .w_box h4 {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  margin: 20px auto 10px;
}
.p-morineki .w_box dl .row {
  display: flex;
  margin-bottom: 5px;
}
.p-morineki .w_box dl .row dt {
  font-weight: 600;
  margin-right: 30px;
}
.p-morineki .box {
  margin-bottom: 50px;
}
.p-morineki .box .flexbox {
  margin: 20px auto;
}
.p-morineki .box .flexbox li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-morineki .box .flexbox li {
    margin-bottom: 40px;
    width: 100%;
  }
}
.p-morineki .anbi_box {
  margin-bottom: 40px;
}
.p-morineki .anbi_box .img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-morineki .anbi_box .img {
    margin-bottom: 20px;
    width: 100%;
  }
}
.p-morineki .anbi_box .txt {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-morineki .anbi_box .txt {
    width: 100%;
  }
}
.p-morineki .anbi_box .txt h4 {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  margin: 20px auto 10px;
}
.p-morineki .partner_sec .shop_logo {
  margin-bottom: 40px;
  max-width: 320px;
}
.p-morineki .partner_sec .txtArea {
  margin-bottom: 60px;
}
.p-morineki .partner_sec .txtArea h4 {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  margin: 20px auto 10px;
}
.p-morineki .mission_sec .flexbox {
  margin: 40px auto;
}
.p-morineki .mission_sec .flexbox li {
  width: 31%;
}
.p-morineki .mission_sec .flexbox li h4 {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.75;
  margin: 20px auto 10px;
}
@media screen and (max-width: 768px) {
  .p-morineki .mission_sec .flexbox li {
    margin-bottom: 40px;
    width: 100%;
  }
}

/*# sourceMappingURL=app.css.map*/