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

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

body {
  line-height: 1;
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

main {
  display: block;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"),
    local("YuGothic-Regular");
  /* Windows8.1ではMediumがないのでRegularを指定 */
}

@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
  /* Chrome用 */
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@font-face {
  font-family: "fontKokoro";
  src: url("../font/Kokoro.otf");
}

* {
  color: #000;
  letter-spacing: 0.03rem;
  line-height: 2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 768px) {
  * {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  * {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
  Layout
  ========================================================================== */

  .header-cta-padding {
    padding-bottom: 50px;
  }
  @media (min-width: 992px) {
    .header-cta-padding {
      padding-bottom: 0;
    }
  }
  

.header-cta{
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  opacity: 1;
  transition: all ease 0.4s;
}

@media screen and (min-width: 768px) {
  .header-cta{
    right: 0;
    top: 20%;
    width: auto;
  }
  
}

.header-cta ul {
  display: flex;
}

@media screen and (min-width: 768px) {
  .header-cta ul {
    display: initial;
  }
}

.header-cta ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.header-cta ul li:first-of-type{
  background-color: #62a5b0;
}

.header-cta ul li:last-of-type{
  background-color: #06c755;
}

.header-cta ul li:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .header-cta ul li {
    width: 85px;
    height: 140px;
  }
}

@media screen and (min-width: 768px) {

}

.header-cta ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .header-cta ul li a {
    flex-direction: column;
    padding: 0 5px;
  }
}

.header-cta ul li a img {
  display: block;
  width: 18px;
}

@media screen and (min-width: 768px) {
  .header-cta ul li a img {
    width: 20px;
  }
}

.header-cta ul li a span {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .header-cta ul li a span {
    font-size: 13px;
  }
}

.header-cta ul li a span br {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-cta ul li a span br {
    display: block;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 15;
}

@media screen and (min-width: 768px) {
  .l-header-menu {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header-menu {
    display: none;
    height: 100vh;
    width: 100%;
    background-color: #e9ecc5;
  }
}

@media screen and (min-width: 768px) {
  .l-header-menu__inner {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width: 768px) {
  .l-header-menu__inner {
    height: 100%;
    width: 100%;
    padding: 35% 10% 0;
  }
}

.l-header-menu__inner > a {
  font-size: 1.2vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-header-menu__inner > a {
    font-size: 2rem;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .l-header-menu__inner > a:nth-of-type(1) {
    padding-top: 0;
  }
}

.l-header-btn {
  position: fixed;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #d0e4e7;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .l-header-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header-btn {
    width: 80px;
    height: 80px;
  }
}
.l-header-btn__inner {
  position: absolute;
  right: 20px;
  display: block;
  z-index: 99999;
  box-sizing: border-box;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .l-header-btn__inner {
    top: 50%;
    width: 40px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-btn__inner {
    top: 40px;
    width: 30px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .is-active .l-header-btn__inner {
    top: 43px;
  }
}
.l-header-btn__bar {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 100%;
  background-color: #000;
  margin: 0 auto;
  z-index: 9999999;
}
@media screen and (min-width: 768px) {
  .l-header-btn__bar {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-btn__bar {
    height: 3px;
  }
}
.is-active .l-header-btn__bar {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .l-header-btn__bar--01 {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header-btn__bar--01 {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .is-active .l-header-btn__bar--01 {
    -webkit-transform: rotate(45deg) translateY(9px) translateX(9px);
    transform: rotate(45deg) translateY(9px) translateX(9px);
  }
}
@media screen and (max-width: 768px) {
  .is-active .l-header-btn__bar--01 {
    -webkit-transform: rotate(45deg) translateY(2px) translateX(1px);
    transform: rotate(45deg) translateY(2px) translateX(1px);
  }
}
@media screen and (min-width: 768px) {
  .l-header-btn__bar--02 {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-btn__bar--02 {
    top: 8px;
  }
}
.is-active .l-header-btn__bar--02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-btn__bar--03 {
    bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-btn__bar--03 {
    bottom: 0;
  }
}
.is-active .l-header-btn__bar--03 {
  bottom: 0;
  -webkit-transform: rotate(-45deg) translateX(11px) translateY(-11px);
  transform: rotate(-45deg) translateX(11px) translateY(-11px);
}
.l-header-btn__text {
  color: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "MENU";
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header-btn__text {
    bottom: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header-btn__text {
    bottom: 15px;
  }
}
.is-active .l-header-btn__text {
  display: none;
}
.l-header-btn__text--close {
  display: none;
}
.is-active .l-header-btn__text--close {
  display: block;
}

.l-main {
  background: url("../images/blog_bg.jpg");
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 15%;
  }
}

.l-fixed {
  position: fixed;
  width: 100%;
}

.l-footer {
  background-color: #62a5b0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 35px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer ol {
    width: 85vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}


@media screen and (min-width: 768px) {
  .l-footer ol li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer ol li{
    border-bottom: 1px solid #ccc;
  }
}
.l-footer ol li a {
  display: block;
  line-height: 1.5;
  color: #fff;
  margin:0 20px;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .l-footer ol li a {
    text-align: center;
    font-size: 1vw;
    margin:0;
    padding:0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer ol li a {
    font-size: 1.5rem;
  }
}
.l-footer small {
  margin-top: 30px;
  text-align: center;
  font-size: 1vw;
  display: block;
}

/* ==========================================================================
  Object
  ========================================================================== */
/* Components
  ----------------------------------------------------------------- */
.c-breadcrumbs {
  display: -webkit-box;
  display: flex;
  width: 85vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs {
    margin-top: 2%;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    flex-wrap: wrap;
    margin-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs li {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs li:not(:last-child)::after {
  content: ">";
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs li:not(:last-child)::after {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs li:not(:last-child)::after {
    padding: 0 5px;
  }
}

.c-lower-mv {
  position: relative;
  background-color: gray;
}
@media screen and (min-width: 768px) {
  .c-lower-mv {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .c-lower-mv {
    height: 25vh;
  }
}
.c-lower-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4vw;
  color: #fff;
  letter-spacing: 0.5rem;
  padding-left: 0.5rem;
  white-space: nowrap;
  font-family: "fontKokoro";
}
@media screen and (max-width: 768px) {
  .c-lower-mv__title {
    font-size: 7vw;
    white-space: wrap;
    text-align: center;
    font-family: "fontKokoro";
  }
}
.c-lower-mv__title::before {
  content: "";
  background-image: url("../images/mv-left.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 100px;
  height: 80px;
  margin-right: 0px;
  vertical-align: middle;
  background-size: contain;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-lower-mv__title::before {
    width: 48px;
    height: 48px;
    margin-right: 20px;
  }
}
.c-lower-mv__title::after {
  content: "";
  background-image: url("../images/mv-right.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 100px;
  height: 80px;
  margin-left: 0px;
  vertical-align: middle;
  background-size: contain;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-lower-mv__title::after {
    width: 48px;
    height: 48px;
    margin-left: 20px;
  }
}

.c-lower-content {
  width: 85vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-lower-content {
    margin-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .c-lower-content {
    margin-top: 5%;
  }
}

.c-nav {
  background-color: #62a5b0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-nav {
    display: none;
  }
}
.c-nav__inner {
  width: 85vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-nav__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 80px;
  }
}
.c-nav__inner li {
  /* width: calc(100% / 6); */
  position: relative;
}
.c-nav__inner li a {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.p-home-sec-lv1.light-brown .c-home-inner p{
  order: 1;
}
.p-home-sec-lv1.light-brown .c-home-inner .p-home-title{
  order: 0;
}

@media screen and (min-width: 1024px) {
  .p-home-sec-lv1.light-brown .c-home-inner p{
    order: initial;
  }
  .p-home-sec-lv1.light-brown .c-home-inner .p-home-title{
    order: initial;
  }
  
}

.c-home-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  line-height: 1;
  margin-bottom: 0;
  padding: 0 20px;
}

@media screen and (min-width: 1024px) {
  .c-home-inner {
    gap: 60px;
    flex-direction: row;
    margin-bottom: 90px;
    padding: 0;
  }
}

/* Project
  ----------------------------------------------------------------- */
.p-made-mv {
  background: url("../images/gardening-mv_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.p-blog-mv {
  background: url("../images/blog-mv_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.p-staff-mv {
  background: url("../images/blog-mv_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.p-news-mv {
  background: url("../images/blog-mv_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.p-show-mv {
  background: url("../images/blog-mv_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.p-contact-mv {
  background: url("../images/contact-mv_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  content: "";
}

.p-company-mv {
  background: url("../images/company-mv_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  content: "";
}

.p-flow-mv {
  background: url("../images/flow-mv_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  content: "";
}
/* 
.p-home-title {
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
} */

.p-home-title {
  font-family: "Petit Formal Script", cursive;
  font-size: 45px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-home-title {
    font-size: 55px;
  }
}

@media screen and (min-width: 768px) {
  .p-home-title {
    min-width: 270px;
  }
}

.archive-title{
  /* margin-bottom: 20px; */
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .archive-title{
    font-size: 33px;
    /* margin-bottom: 20px; */
  }
}

.section-title{
  font-family: "Petit Formal Script", cursive;
  font-size: 55px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 45px;    
  }
}

.section-title span{
  font-size: 18px;
  color: #62a5b0;
  padding-top: 10px;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .section-title span{
    font-size: 14px;    
  }
}

.archive-inner{
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .archive-inner{
    padding: 0 20px;
  }
}

.p-home-title span {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: block;
    padding-top: 30px;
  color: #62a5b0;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-home-title span{
    font-size: 16px;
  }
}

.p-home-title span::before {
  content: "";
  background-image: url("../images/line_left.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 100px;
  height: 10px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: contain;
}
.p-home-title span::after {
  content: "";
  background-image: url("../images/line_right.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 100px;
  height: 10px;
  margin-left: 10px;
  vertical-align: middle;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .p-home-title span::before {
    width: 90px;
    
  }
  .p-home-title span::after {
    width: 90px;
  }
}

.c-home-inner p {
  width: 640px;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .c-home-inner p{
    width: auto;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

.p-home-mv {
  background: url("../images/home-mv_bg.png");
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}
.p-home-mv__inner {
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 55%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.p-home-mv__title {
  color: #fff;
  letter-spacing: 4rem;
  padding-left: 4rem;
  font-family: "fontKokoro";
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-mv__title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-mv__title {
    white-space: nowrap;
    font-size: 10vw;
    text-align: center;
  }
}
.p-home-mv__sub {
  color: #fff;
  text-align: center;
  font-family: "fontKokoro";
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-mv__sub {
    top: -60px;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-mv__sub {
    top: -30px;
    font-size: 5vw;
  }
}
.p-home-mv__sub::before {
  content: "";
  background-image: url("../images/mv-left.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 150px;
  height: 120px;
  margin-right: 20px;
  vertical-align: middle;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-home-mv__sub::before {
    width: 48px;
    height: 48px;
    margin-right: 20px;
  }
}
.p-home-mv__sub::after {
  content: "";
  background-image: url("../images/mv-right.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 150px;
  height: 120px;
  margin-left: 20px;
  vertical-align: middle;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-home-mv__sub::after {
    width: 48px;
    height: 48px;
    margin-left: 20px;
  }
}

.p-home-about {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 45%,
    #f6f5f0 45%,
    #f6f5f0 100%
  );
  margin-top: 35px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .p-home-about {
    margin-top: 60px;
    padding-bottom: 0;
  }
}

.p-home-about__inner {
  /* display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .p-home-about__inner {
    flex-direction: row;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding: 115px 20px 30px;
  }
}

@media screen and (min-width: 1440px) {
  .p-home-about__inner {
    padding: 180px 20px 30px;
  }
}


@media screen and (min-width: 768px) {
  .p-home-about__content {
    /* padding-top: 50px; */
    width: 50%;
    margin-right: 30px;
    flex: 1;
  }
}
.p-home-about__content .p-home-about__message {
  position: absolute;
  z-index: 1;
  bottom: 143px;
  right: 0px;
  font-family: "Petit Formal Script", cursive;
  font-size: 54px;
  color: #dfdfdf;
}

@media screen and (min-width: 768px) {
  .p-home-about__content .p-home-about__message {
    top: 0;
    bottom: 0;
    left: 10px;
    font-size: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .p-home-about__content .p-home-about__message {
    left: -60px;
    font-size: 81px;
  }
}

.p-home-about__content h2 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  color: #62a5b0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-home-about__content h2 {
    text-align: left;
    font-size: 24px;
    /* font-weight: 700; */
    line-height: 1.5;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-home-about__content h2 {
    font-size: 33px;
  }
}
.p-home-about__content p {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-home-about__content p {
    font-size: 18px;
    margin-top: 55px;
  }
}
.p-home-about__content a {
  display: table;
  border: 1px solid #000;
  background-color: #fff;
  padding: 5px 15px;
  width: 200px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8vw;
}
@media screen and (min-width: 1024px) {
  .p-home-about__content a {
    margin: 50px 0 50px auto;
  }
}
.p-home-about__img {
  top: 0;
  margin-bottom: 6.66666vw;
  display: none;
}

.p-home-about__img__sp{
  position: relative;
  right: -9%;
}


@media screen and (min-width: 768px) {
  .p-home-about__img {
    display: block;
    position: relative;
    top: -100px;
    right: -20px;
    margin-bottom: 0;
    max-height: 448px;
    max-width: 736px;
    flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .p-home-about__img {
    /* right: -25px; */
    right: -9%;
  }
}

.p-home-about__img img {
  max-height: 100%;
}
.p-home-about__img__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-home-about__img__pc {
    display: block;
  }
}
.p-home-about__img__sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-about__img__sp {
    display: none;
  }
}

.p-home-sec-lv1 {
  /* background: url("../images/home-case_bg.jpg"); */
  /* background-repeat: no-repeat; */
  background-size: cover;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p-home-about__img__sp {
    margin-top: 60px;
    
  }
}

.p-home-sec-lv1.light-brown{
  background: #F8f7f3;
}

.p-home-sec-lv1__inner {
  padding-bottom: 0;
}

.p-home-sec-lv1__inner p{
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-home-sec-lv1__inner p {
    font-size: 17px;
  }
  .p-home-sec-lv1__inner.garden p{
    width: 430px;
  } 
}

.p-home-sec-lv1__inner.garden span{
  display: flex;
  align-items: center;
  text-align: center;
} 
.p-home-sec-lv1__slider {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
}
.p-home-sec-lv1__slider .slick-slide {
  margin: 0 12px;
}
.p-home-sec-lv1__slider__arrow {
  width: 37px;
  height: 0;
  cursor: pointer;
  position: absolute;
  top: 32%;
  z-index: 2;
}
.p-home-sec-lv1__slider__arrow--prev {
  left: 0;
  margin-left: 10px;
}
.p-home-sec-lv1__slider__arrow--next {
  right: 0;
  margin-right: 10px;
}
.p-home-sec-lv1__slider__box__item {
  padding: 15px 30px;
}
.p-home-sec-lv1__slider__box__item h3 {
  font-size: 2vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-home-sec-lv1__linkto-inner {
    width: 85vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-home-sec-lv1__linkto {
  margin: auto;
  display: table;
  border: 1px solid #000;
  background-color: #fff;
  padding: 5px 15px;
  width: 200px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-home-sec-lv1__linkto {
    display: table;
    border: 1px solid #000;
    background-color: #fff;
    padding: 5px 15px;
    width: 200px;
    text-align: center;
    margin: 30px 0 0 auto;
  }
}


.p-home-sec-lv2{
  margin-top: 50px;
}

.p-home-sec-lv2.nmt{
  margin-top: 0;
}

.p-home-sec-lv2.mb{
  margin-bottom: 60px;
}

.p-home-sec-lv2 dl{
  border-bottom: 1px solid #ccc;
}

.p-home-sec-lv2 dl a {
  display: -webkit-box;
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 10px;
}

.p-home-sec-lv2__linkto {
  margin: auto;
  display: table;
  border: 1px solid #000;
  background-color: #fff;
  padding: 5px 15px;
  width: 200px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-home-sec-lv2__linkto {
    display: table;
    border: 1px solid #000;
    background-color: #fff;
    padding: 5px 15px;
    width: 200px;
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
  }
}

.p-home-contact {
  border-top: 1px solid #ccc;
}
.p-home-contact__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media screen and (min-width: 1024px) {
  .p-home-contact__inner {
    padding: 90px 20px;
  }
}
.p-home-contact__content {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-home-contact__content {
    /* width: 50%; */
    margin-bottom: 60px;
  }
}

.p-home-contact__box {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .p-home-contact__box {
    font-size: 18px;
    margin-bottom: 60px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1180px;
    margin: 0 auto;
  }
}

.p-home-contact__box__image img{
  max-width: 640px;
}

.p-home-contact__box__texts p{
  font-size: 16px;
  margin-bottom: 30px;
}

.p-home-contact__box__texts p br{
  display: none;
}

@media screen and (min-width: 768px) {
  .p-home-contact__box__texts p br{
    display: block;
  }
}


.p-home-contact__box__texts a{
  background-color: #62a5b0;
  color: #fff;
  font-size: 16px;
  border: none;
  margin: 30px 0 0 auto;
  padding: 5px 15px;
  display: table;
  width: 200px;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
}

.p-home-company {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-company::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 300px;
    height: 300px;
    background: url("../images/home-company_img.png");
  }
}
.p-home-company__group {
  display: -webkit-box;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-home-company__group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    flex-direction: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-home-company__group__map {
    width: 44.93333%;
    display: block;
    content: "";
    margin-right: 30px;
  }
}
.p-home-company__group dl {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-home-company__group dl {
    width: 35%;
    display: block;
    content: "";
  }
}
.p-home-company__group dl div {
  display: -webkit-box;
  display: flex;
}
.p-home-company__group dl div dt {
  width: 30%;
}
.p-home-company__group dl div dd {
  width: calc(100% - 30%);
}

.p-made {
  width: 100vw;
  background-color: #fff;
}

.l-made-content {
  width: 100vw;
  background-image: url("../images/case_bg.png");
}
@media screen and (min-width: 768px) {
  .l-made-content {
    padding: 124px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-made-content {
    padding: 60px 0;
  }
}

.l-made-content__inner {
  width: 85vw;
  margin: 0 auto;
}

.p-made-sec-lv1 {
  width: 85vw;
  background-color: #fff;
  padding: 0 0 5%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-made-sec-lv1 {
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv1 {
    padding: 5% 0;
    margin-bottom: 30px;
  }
}

.p-made-sec-heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-made-sec-heading {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .p-made-sec-heading {
    font-size: 6vw;
    font-weight: 700;
  }
}
.p-made-sec-heading::before {
  content: "";
  background-image: url("../images/reef-left.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 86px;
  height: 86px;
  margin-right: 150px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-made-sec-heading::before {
    width: 48px;
    height: 48px;
    background-size: contain;
    margin-right: 20px;
  }
}
.p-made-sec-heading::after {
  content: "";
  background-image: url("../images/reef-right.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 86px;
  height: 86px;
  margin-left: 150px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-made-sec-heading::after {
    width: 48px;
    height: 48px;
    background-size: contain;
    margin-left: 20px;
  }
}

.p-made-sec-lv2 {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-made-sec-lv2 {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2 {
    padding: 25px;
  }
}
.p-made-sec-lv2 h3 {
  display: block;
  background-color: #d0e4e7;
  text-align: center;
  padding: 2% 0;
}
@media screen and (min-width: 768px) {
  .p-made-sec-lv2 h3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2 h3 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2 p {
    margin-top: 20px;
  }
}
.p-made-sec-lv2__wrap {
  width: 100%;
}
.p-made-sec-lv2__group {
  display: -webkit-box;
  display: flex;
  margin-top: 2.5%;
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2__group {
    display: block;
  }
}
.p-made-sec-lv2__group span {
  position: absolute;
  display: block;
  width: 203px;
  background-color: #62a5b0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2__group span {
    width: 103px;
  }
}
.p-made-sec-lv2__group__box-lv1 {
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2__group__box-lv1 {
    padding-right: 0;
  }
}
.p-made-sec-lv2__group__box-lv1 h3 {
  margin-top: 15px;
}
.p-made-sec-lv2__group__box-lv1__area {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-made-sec-lv2__group__box-lv1__area {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2__group__box-lv1__area {
    display: block;
  }
}
.p-made-sec-lv2__group__box-lv1__area__img {
  width: 110px;
}
@media screen and (min-width: 768px) {
  .p-made-sec-lv2__group__box-lv1__area__img {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2__group__box-lv1__area__img {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}
.p-made-sec-lv2__group__box-lv1__area__img img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2__group__box-lv1__area__img img {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-made-sec-lv2__group__box-lv1__area ol {
  display: inline-block;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .p-made-sec-lv2__group__box-lv1__area ol {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2__group__box-lv1__area ol {
    margin-top: 15px;
  }
}
.p-made-sec-lv2__group__box-lv1__heading {
  text-align: center;
  width: 520px;
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2__group__box-lv1__heading {
    width: auto;
  }
}
.p-made-sec-lv2__group__box-lv2 {
  width: 682px;
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2__group__box-lv2 {
    width: auto;
    margin-top: 30px;
  }
}
.p-made-sec-lv2__area {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-made-sec-lv2__area {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2__area {
    display: block;
    margin-top: 20px;
  }
}
.p-made-sec-lv2__area img {
  width: 309px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-made-sec-lv2__area img {
    width: 100%;
  }
}

.c-lower-content .p-flow-sec {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 631px) {
  .c-lower-content .p-flow-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
}
.c-lower-content .p-flow-sec__img,
.c-lower-content .p-flow-sec__content {
  height: 24vw;
}
.c-lower-content .p-flow-sec__img {
  width: 36vw;
  overflow: hidden;
}
@media screen and (max-width: 631px) {
  .c-lower-content .p-flow-sec__img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .c-lower-content .p-flow-sec__img {
    width: 100%;
  }
}
.c-lower-content .p-flow-sec__img img {
  width: 100%;
}
.c-lower-content .p-flow-sec__content {
  width: calc(100% - 36vw);
  padding: 20px 40px;
  background-color: #fff;
  margin-bottom: 38px;
}
@media screen and (max-width: 1083px) {
  .c-lower-content .p-flow-sec__content {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 815px) {
  .c-lower-content .p-flow-sec__content {
    padding: 10px;
  }
}
@media screen and (max-width: 631px) {
  .c-lower-content .p-flow-sec__content {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .c-lower-content .p-flow-sec__content {
    width: 100%;
  }
}
.c-lower-content .p-flow-sec__content h2 {
  font-size: 2vw;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1083px) {
  .c-lower-content .p-flow-sec__content h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 631px) {
  .c-lower-content .p-flow-sec__content h2 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.c-lower-content .p-flow-sec__content p {
  font-size: 2rem;
}
@media screen and (max-width: 1255px) {
  .c-lower-content .p-flow-sec__content p {
    line-height: 1.7;
  }
}
@media screen and (max-width: 1189px) {
  .c-lower-content .p-flow-sec__content p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1045px) {
  .c-lower-content .p-flow-sec__content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 952px) {
  .c-lower-content .p-flow-sec__content p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-lower-content .p-flow-sec__content p {
    line-height: 1.2;
  }
}
@media screen and (max-width: 707px) {
  .c-lower-content .p-flow-sec__content p {
    font-size: 1.4rem;
  }
}

.p-contact-catch {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-contact-catch {
    font-size: 1.3rem;
    text-align: left;
  }
}

.p-contact-heading {
  margin-top: 50px;
}
@media screen and (max-width: 810px) {
  .p-contact-heading {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .p-contact-heading__box {
    min-width: 400px;
    max-width: 600px;
    width: 50%;
  }
  .p-contact-heading__box--1 {
    margin-right: 40px;
  }
  .p-contact-heading__box--2 {
    margin-left: 40px;
  }
  .p-contact-heading__box span {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 55px;
    font-size: 2.3rem;
    background: #d0e4e7;
  }
  .p-contact-heading__box__inner {
    background: white;
    font-size: 1.6rem;
    height: 200px;
    margin-top: 100px;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 3rem;
    padding: 3rem 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-heading {
    justify-content: space-around;
  }
  .p-contact-heading__box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .p-contact-heading__box--2 {
    margin-top: 30px;
  }
  .p-contact-heading__box span {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 35px;
    font-size: 1.4rem;
    background: #d0e4e7;
  }
  .p-contact-heading__box__inner {
    background: white;
    font-size: 1.3rem;
    height: 100px;
    margin-top: 20px;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1.5rem;
    padding: 1rem 1rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-caution {
    width: 95%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-contact-caution span {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    width: 65%;
    height: 55px;
    font-size: 2.3rem;
    background: #d0e4e7;
  }
  .p-contact-caution p {
    font-size: 2.5rem;
    min-width: 515px;
    margin-top: 40px;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 3rem;
    padding: 3rem 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-contact-caution {
    width: 100%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-contact-caution span {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 35px;
    font-size: 1.4rem;
    background: #d0e4e7;
  }
  .p-contact-caution p {
    font-size: 1.3rem;
    margin-top: 20px;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1.4rem;
    padding: 1rem 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-form {
    margin-top: 40px;
  }
  .p-contact-form__title {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    font-size: 2.2rem;
    height: 60px;
    background-color: #62a5b0;
    padding: 0 2rem;
  }
  .p-contact-form__list {
    padding: 60px 40px 0;
  }
  .p-contact-form__list__inner {
    display: -webkit-box;
    display: flex;
    padding-bottom: 50px;
  }
  .p-contact-form__list__inner dt {
    font-size: 2.2rem;
    line-height: 2.3rem;
    width: 30%;
  }
  .p-contact-form__list__inner dd {
    width: 70%;
  }
  .p-contact-form__list__inner dd input {
    background-color: white;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid black;
  }
  .p-contact-form__list__inner dd textarea {
    width: 100%;
    height: 170px;
    background-color: white;
    padding: 5px 10px;
    border: 1px solid black;
  }
}

@media screen and (max-width: 768px) {
  .p-contact-form {
    margin-top: 40px;
  }
  .p-contact-form__title {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    font-size: 1.4rem;
    height: 40px;
    background-color: #62a5b0;
    padding: 0 2rem;
  }
  .p-contact-form__list {
    padding: 20px 0;
  }
  .p-contact-form__list__inner {
    padding-bottom: 20px;
  }
  .p-contact-form__list__inner dt {
    font-size: 1.3rem;
    line-height: 2rem;
    width: 100%;
  }
  .p-contact-form__list__inner dd {
    width: 100%;
  }
  .p-contact-form__list__inner dd input {
    background-color: white;
    width: 100%;
    padding: 1px 5px;
    border: 1px solid black;
  }
  .p-contact-form__list__inner dd textarea {
    width: 100%;
    height: 70px;
    background-color: white;
    border: 1px solid black;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-form__list__col03 div {
    display: -webkit-box;
    display: flex;
    margin-bottom: 1rem;
  }
  .p-contact-form__list__col03 div dt {
    width: 15%;
  }
  .p-contact-form__list__col03 div dd {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .p-contact-form__list__col03 div {
    padding-bottom: 1rem;
  }
  .p-contact-form__list__col03 div dt {
    padding-left: 1.5rem;
  }
  .p-contact-form__list__col03 div dd {
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-button {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: white;
    border: 1px solid black;
    min-width: 40px;
    font-size: 2rem;
    width: 20vw;
    padding: 0.8vw;
  }
}

@media screen and (max-width: 768px) {
  .p-contact-button {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: white;
    border: 1px solid black;
    min-width: 40px;
    font-size: 2rem;
    width: 50vw;
    padding: 0.8vw;
  }
}

.c-lower-content .p-company-group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 773px) {
  .c-lower-content .p-company-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
}
.c-lower-content .p-company-group__img {
  width: 42%;
}
@media screen and (max-width: 915px) {
  .c-lower-content .p-company-group__img {
    width: 38%;
  }
}
@media screen and (max-width: 845px) {
  .c-lower-content .p-company-group__img {
    width: 32%;
  }
}
@media screen and (max-width: 773px) {
  .c-lower-content .p-company-group__img {
    width: 100%;
  }
}
.c-lower-content .p-company-group__content {
  width: 58%;
  padding: 10px 40px 0;
}
@media screen and (max-width: 1144px) {
  .c-lower-content .p-company-group__content {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 915px) {
  .c-lower-content .p-company-group__content {
    width: 62%;
  }
}
@media screen and (max-width: 869px) {
  .c-lower-content .p-company-group__content {
    padding-left: 15px;
  }
}
@media screen and (max-width: 845px) {
  .c-lower-content .p-company-group__content {
    width: 68%;
  }
}
@media screen and (max-width: 773px) {
  .c-lower-content .p-company-group__content {
    width: 70%;
    padding: 20px 0 0px;
  }
}
@media screen and (max-width: 687px) {
  .c-lower-content .p-company-group__content {
    width: 90%;
  }
}
@media screen and (max-width: 535px) {
  .c-lower-content .p-company-group__content {
    width: 100%;
  }
}
.c-lower-content .p-company-group__content h2 {
  font-size: 2vw;
}
@media screen and (max-width: 915px) {
  .c-lower-content .p-company-group__content h2 {
    line-height: 1;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 773px) {
  .c-lower-content .p-company-group__content h2 {
    font-size: 2.4vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 687px) {
  .c-lower-content .p-company-group__content h2 {
    font-size: calc(240px / 8);
  }
}
.c-lower-content .p-company-group__content dl div {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 1113px) {
  .c-lower-content .p-company-group__content dl div {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 1003px) {
  .c-lower-content .p-company-group__content dl div {
    line-height: 1.7;
  }
}
@media screen and (max-width: 869px) {
  .c-lower-content .p-company-group__content dl div {
    line-height: 1;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 725px) {
  .c-lower-content .p-company-group__content dl div {
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 524px) {
  .c-lower-content .p-company-group__content dl div {
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .c-lower-content .p-company-group__content dl div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.c-lower-content .p-company-group__content dl div dt {
  width: 24%;
}
@media screen and (max-width: 1250px) {
  .c-lower-content .p-company-group__content dl div dt {
    width: 20%;
  }
}
@media screen and (max-width: 479px) {
  .c-lower-content .p-company-group__content dl div dt {
    width: 100%;
    font-weight: 600;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 375px) {
  .c-lower-content .p-company-group__content dl div dd {
    font-size: 12.3px;
  }
}
.c-lower-content .p-company-group .p-company-map {
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 773px) {
  .c-lower-content .p-company-group .p-company-map {
    margin-top: 30px;
  }
}
.c-lower-content .p-company-group .p-company-map iframe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-company-group .p-company-map iframe {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .c-lower-content .p-company-group .p-company-map iframe {
    height: 300px;
  }
}

.p-commitment-mv {
  background: url(../images/commitment-mv_bg.png);
}

.c-lower-content .p-commitment-row02 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-commitment-row02 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    flex-direction: unset;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.c-lower-content .p-commitment-row02__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-commitment-row02__img {
    width: 47.857%;
  }
}
.c-lower-content .p-commitment-row02__area {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-commitment-row02__area {
    margin-top: 0;
    width: 47.857%;
  }
}
.c-lower-content .p-commitment-row02 h2 {
  font-size: 3vw;
  line-height: 1.3;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-commitment-row02 h2 {
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.5;
  }
}
.c-lower-content .p-commitment-row02 p {
  margin-top: 15px;
}

.c-lower-content .p-commitment-row02--df {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-commitment-row02--df {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    flex-direction: unset;
  }
}

.c-lower-content .p-commitment-wrap {
  padding: 35px 20px;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-commitment-wrap {
    padding: 65px 100px;
    box-sizing: border-box;
    background-color: #fff;
  }
}
.c-lower-content .p-commitment-wrap h2 {
  text-align: center;
  color: #000;
  font-weight: bold;
  background-color: #d0e4e7;
  width: 85.1428%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-commitment-wrap h2 {
    text-align: center;
    color: #000;
    font-weight: bold;
    background-color: #d0e4e7;
    width: 52.1428%;
    margin: 0 auto 20px;
  }
}
.c-lower-content .p-commitment-wrap__list__inner {
  display: table;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-commitment-wrap__list__inner {
    display: table;
    margin-bottom: 15px;
  }
}
.c-lower-content .p-commitment-wrap__list__inner dt {
  display: table-cell;
  width: 75px;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-commitment-wrap__list__inner dt {
    display: table-cell;
    width: 150px;
  }
}
.c-lower-content .p-commitment-wrap__list__inner dd {
  display: table-cell;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-commitment-wrap__list__inner dd {
    display: table-cell;
  }
}
.c-lower-content .p-commitment-wrap__list--df {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-commitment-wrap__list--df {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

.p-blog-card {
  background-color: #fff;
  border: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .p-blog-card {
    width: calc(calc(100% / 3) - 20px);
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog-card {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-card:not(:nth-of-type(3n)) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-card:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog-card:not(:first-child) {
    margin-top: 30px;
  }
}
.p-blog-card .p-blog-card__img {
  margin-top: 15px;
}
.p-blog-card time {
  display: block;
  margin-top: 20px;
}
.p-blog-card p {
  margin-top: 15px;
}
.p-blog-card a {
  display: block;
  width: 203px;
  height: 42px;
  margin: 0 auto;
  margin-top: 15px;
  background-color: #62a5b0;
  text-align: center;
  line-height: 42px;
  color: #fff;
}

.p-blog-pagenate03 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-blog-pagenate03 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog-pagenate03 {
    margin-top: 30px;
  }
}
.p-blog-pagenate03 a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #000;
  background-color: #fff;
}
.p-blog-pagenate03 a:not(:last-child) {
  margin-right: 30px;
}

.p-blog-detail {
  background-color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-blog-detail {
    padding: 5% 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-blog-detail {
    padding: 10% 5%;
  }
}
.p-blog-detail img {
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .p-blog-detail img {
    margin-bottom: 38px;
  }
}
/*
  .p-blog-detail h2 {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .p-blog-detail h2 {
		background-color: #d0e4e7;
        font-size: 2vw; } }
    @media screen and (max-width: 768px) {
      .p-blog-detail h2 {
		background-color: #d0e4e7;
        font-size: 4vw; } }
  @media screen and (min-width: 768px) {
    .p-blog-detail .p-blog-heading {
      padding: 20px 0 15px; } }
  @media screen and (max-width: 768px) {
    .p-blog-detail .p-blog-heading {
      padding: 10px 0; } }
  .p-blog-detail .p-blog-heading span, .p-blog-detail .p-blog-heading time {
    font-size: 1.4vw;
    display: inline-block; }
  .p-blog-detail .p-blog-heading span {
    padding-right: 100px; }
    @media screen and (max-width: 768px) {
      .p-blog-detail .p-blog-heading span {
        padding-right: 20px; } }
  .p-blog-detail h3 {
    height: 62px;
    background-color: #d0e4e7;
    padding-left: 30px;
    line-height: 62px;
    font-size: 3vw; }
    @media screen and (max-width: 768px) {
      .p-blog-detail h3 {
        height: 42px;
        padding-left: 15px;
        line-height: 42px;
        font-size: 2rem; } }
  .p-blog-detail p {
    padding: 37px 0 68px; }
    @media screen and (max-width: 768px) {
      .p-blog-detail p {
        padding: 18px 0 38px; } }
  .p-blog-detail h4 {
    padding-left: 30px;
    font-size: 2vw; }
    @media screen and (max-width: 768px) {
      .p-blog-detail h4 {
        font-size: 2rem;
        padding-left: 15px; } }
  .p-blog-detail h4::after {
    content: '';
    display: block;
    margin-left: -30px;
    border-bottom: 9px solid #62a5b0;
    border-radius: 4px; }
    @media screen and (max-width: 768px) {
      .p-blog-detail h4::after {
        border-bottom: 4px solid #62a5b0;
        margin-left: -15px; } }
*/

.p-blog-pagenate02 {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.p-blog-pagenate02 a {
  display: block;
  padding: 10px 20px;
  width: 200px;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
}
.p-blog-pagenate02 a:not(:last-child) {
  margin-right: 25%;
}

/* Utility
  ----------------------------------------------------------------- */
/* plugin
  ----------------------------------------------------------------- */
