@charset "UTF-8";

/* root変数 */
:root {
  --color-black: #000;
  --color-white: #FFF;
  --color-main: #0085ce;
  --color-sub: #fff;
  --color-back: #f6f6f6;
  --color-border: #d2d0d0;
  --fontSize-headline01: 3rem;
  --fontSize-headline02: 1.8rem;
  --fontSize-headline03: 1.5rem;
  --fontSize-headline04: 1.2rem;
  --fontSize-headline05: 1.05rem;
  --fontSize-subtitle: 1.1875rem;
  --fontSize-caption: .8rem;
  --headerHeight: 80px;
  --shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

/* base */
body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo, Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: var(--color-black);
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: var(--headerHeight);
}

.header_s {
  position: relative;
  border-bottom: solid 1px var(--color-border);
  height: auto;
}

footer {
  background: #333;
  color: var(--color-white);
}

a:hover {
  opacity: 0.5;
  transition: 0.4s;
  cursor: pointer;
}

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

strong {
  font-weight: 700;
  background: #fff600;
}


/* layout */
.ly_cont {
  max-width: 1160px;
  padding: 90px 30px 80px;
  margin: 0 auto;
  z-index: 1;
}

.ly_cont_top {
  max-width: 1160px;
  padding-top: var(--headerHeight);
  margin: 0 auto;
}

.ly_cont_s {
  max-width: 1060px;
  padding: 40px 20px;
  margin: 0 auto;
  z-index: 1;
}

.ly_cont_contact {
  max-width: 700px;
  margin: 50px auto 30px;
  padding: 0 10px;
}

/* flex box */

.bl_row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  overflow: hidden;
}

.flex_reverse {
  flex-direction: row-reverse;
}

.bl_col2>.bl_col_item {
  width: 48%;
}

.bl_col3>.bl_col_item {
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  margin-bottom: 25px;
}

.bl_col3>.bl_col_item:nth-child(3n) {
  margin-right: 0;
}

.bl_col4>.bl_col_item {
  width: 23%;
}

.bl_col_item80 {
  width: calc( 100% - 170px);
  padding-right: 2em;
}

.bl_col_item20 {
  width: 170px;
  margin: auto;
}




.hp_grayBack {
  background: var(--color-back);
}

.main_title {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  font-style: italic;
  margin-bottom: 0.5em;
  color: var(--color-white);
}

.main_title_large {
  font-size: 4.8rem;
}

.sub_title {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  font-style: italic;
  color: var(--color-white);
}

.head_title {
  font-size: var(--fontSize-headline02);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}

.head_title_large {
  font-size: var(--fontSize-headline01);
}

.head_sub_title {
  font-size: var(--fontSize-headline03);
  font-weight: 700;
  text-align: center;
}

.head_title_02 {
  font-size: var(--fontSize-headline02);
  font-weight: 700;
  padding: 15px 0 25px;
  text-align: center;
  line-height: 1.4;
}

.head_title_03 {
  font-size: var(--fontSize-headline03);
  font-weight: 700;
  padding: .7em 0 .5em;
  text-align: center;
}

.head_title_04 {
  font-size: var(--fontSize-headline04);
  font-weight: 700;
  padding: 0 0 15px;
  text-align: center;
}

.head_title_05 {
  font-size: var(--fontSize-headline05);
  font-weight: 700;
  padding: .3em 0 0;
  text-align: center;
}

.top_comment {font-size: .5em; vertical-align: top;}

.small_text {
  font-size: var(--fontSize-caption);
}

.top_small_text {
  color: var(--color-white);
  font-size: .95rem;
  text-align: right;
}

.card {
  background: var(--color-white);
  padding: 0 2em 3em;
  height: 100%;
}

.card_noimg {
  background: var(--color-white);
  padding: 1.5em 2em 3em;
  height: 100%;
}

.card_wide {
  padding: 1.5em 2em 3em;
}

.ly_detail {
  width: 90%;
  max-width: 700px;
  margin: 20px auto 30px;
}

.el_btn {
  text-align: center;
}

.el_btn_l {
  text-align: left;
}

.el_btn a {
  background-image: linear-gradient(90deg, #0085ce, #50b9fe);
  color: var(--color-white);
  padding: 10px 80px;
  border-radius: 2rem;
  font-size: var(--fontSize-subtitle);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
}

.el_btn__small {
  background-color: var(--color-main);
  color: var(--color-white);
  padding: 0 20px;
  border-radius: 1rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}

.img_wrap {
  text-align: center;
}

/* globalnavi */
.ly_nav {
  max-width: initial;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto;
  color: var(--color-white);
}

.ly_nav.change-color {
  background-color: var(--color-white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
  color: var(--color-black);
}

.ly_nav img {
  position: absolute;
  top: 25px;
  left: 0;
  margin-left: 40px;
}

.ly_nav_s {
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:15px auto;
  padding: 0 10px;
}

.bl_nav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bl_nav_link {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1rem;
}

.bl_nav_link>li {
  height: 100%;
  padding-inline: 8px;
}

.bl_nav_link>li>a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 8px;
  font-weight: 700;
}

.bl_nav_btn {
  position: relative;
  /* height: 100%; */
  background-color: var(--color-main);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 1.5em;
  margin-right: 1em;
  text-align: center;
  font-weight: 700;
  border-radius: 3px;
}

@media only screen and (max-width: 886px) {
  .ly_nav img {
    margin-left: 10px;
  }

  .bl_nav {
    display: block;
    position: fixed;
    right: -320px;
    /* 右から出てくる */
    top: 0;
    width: 300px;
    /* スマホに収まるサイズ */
    height: 100%;
    padding-top: var(--headerHeight);
    background-color: var(--color-white);
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }

  .bl_hamburger {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 40px;
    /* クリックしやすい幅 */
    height: 40px;
    /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }

  .bl_nav_link {
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .bl_nav_link li {
    height: auto;
    text-align: center;
    padding: 0 14px;
  }

  .bl_nav_link li a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }

  .bl_nav_link li a:hover {
    background-color: #eee;
  }

  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }

  .hamburger_border_top {
    top: 14px;
  }

  .hamburger_border_center {
    top: 20px;
  }

  .hamburger_border_bottom {
    top: 26px;
  }

  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  .bl_nav_btn {
    display: block;
    height: auto;
    padding: .8rem;
    margin-right: 0;
    border-radius: 0;
  }

  /* 表示された時用のCSS */
  .nav-open .bl_nav {
    right: 0;
  }

  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }

  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }

  .bl_col_item80 {
  width: 100%;
}
}

/* mv */
.mv_box {
  height: 750px;
  overflow: hidden;
  /* z-index: -30; */
  position: relative;
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media only screen and (max-width: 886px) {
  .bl_mv {
    height: 380px;
  }
}

.cta_box {
  background-image: url(../img/plant.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em;
}

.cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-main);
  max-width: 500px;
  margin: 2rem auto;
  padding: .8em 1.5em 1em;
  text-align: center;
  font-size: var(--fontSize-headline02);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-white);
  border-radius: 2px;
}

.cta_text {
  width: calc(100% - 32px);
}

/* pageheader */
.ly_pageHeader {
  background: var(--color-back);
}

.ly_pageHeader h1 {
  font-size: var(--fontSize-headline01);
  font-weight: 700;
  text-align: center;
}

/* contact */
/* .bl_contact {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
} */

.bl_contact_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bl_contact_text {
  width: 60%;
  padding: 30px 20px;
  text-align: center;
  margin: 0 auto;
}

.bl_contact_text>h2 {
  font-size: var(--fontSize-headline04);
  color: var(--color-white);
}

.bl_contact_img {
  width: 40%;
}

@media only screen and (max-width: 886px) {
  .bl_contact {
    width: 100%;
  }

  .bl_contact_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bl_contact_text {
    width: 100%;
  }
}

/* faq */
.qa-1 {
    max-width: 100%;
    margin-bottom: 10px;
    /* border: 1px solid #d6dde3; */
    border-radius: 5px;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.13);
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: .7em 2em .7em 3em;
    color: var(--color-white);
    font-weight: 700;
    cursor: pointer;
    background: var(--color-main);
    border-radius: 5px;
    font-size: 1.08rem;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: var(--color-white);
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid var(--color-white);
    border-right: 3px solid var(--color-white);
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary {
    border-radius: 5px 5px 0 0;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 3em;
    color: var(--color-black);
    transition: transform .5s, opacity .5s;
    border-radius: 0 0 5px 5px;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

/* footer */


.bl_footer_list_item {
  display: block;
  margin-bottom: 1.5em;
  font-weight: 700;
}

.bl_footer_subList li {
  font-size: 0.85em;
  margin-bottom: 5px;
}

.bl_footer_subList li::before {
  content: '-';
  padding-right: 1em;
}

/* .bl_footer_list>li {
  padding-right: 20px;
}

.bl_footer_list>li:last-child {
  padding-right: 0;
} */

.bl_footer_sub {
  font-size: 0.9em;
  text-align: right;
}

.bl_footer_sub>a {
  margin-right: 1.5em;
}

.bl_footer_sub>a:last-child {
  margin-right: 0;
}

.bl_footer_copy {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}

/* @media only screen and (max-width: 886px) {
  .bl_footer {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .bl_footer_list {
    display: block;
    padding-left: 0;
  }

  .bl_footer_list>li {
    padding-right: 0px;
  }
} */



.bg_gray {
  background-image: url(../img/haikei.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.bg_blue {
    background-image: url(../img/bg05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.bg_color_white {
  background: var(--color-white);
}

.bg_color_beige {
  padding: 1.5em 3.5em 3em;
    background-color: #f6f6f6;
  background-image: radial-gradient(circle, #dfdfdf 1px, transparent 1px);
  background-position: 0 0;
  background-size: 12px 12px;
}





.color_white {
  color: #fff;
}


.footer_row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0 20px;
}

.footer_row>.bl_col_item {
  padding-right: 80px;
}

.footer_row>.bl_col_item:last-child {
  padding-right: 0px;
}

@media only screen and (max-width: 886px) {
.pr50 {padding-right: 0;}
.footer_row {
}
.footer_row>.bl_col_item {
  width: 100%;
  margin-bottom: 20px;
padding-right: 0;
text-align: center;
}
.bl_footer_sub {text-align: center;}

.feature-c {
  align-items: center;
}
}

.text_center {
  text-align: center;
}

.mb50 {
  margin-bottom: 50px;
}

.mb2 {
  margin-bottom: 2em;
}

/* contact */
.contact_title {
  background: var(--color-main);
  color: var(--color-white);
  text-align: center;
  margin-top: var(--headerHeight);
  padding: 1.5em;
}


@media only screen and (max-width: 886px) {
  body {font-size: 13px;}
  .ly_cont {
    padding: 30px 20px;
  }

  .sp_noBr {
    display: none;
  }

  .bl_row {
    display: block;
  }

  .bl_col2>.bl_col_item,
  .bl_col3>.bl_col_item,
    .bl_col4>.bl_col_item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .ly_jump .bl_row {
    padding: 30px 20px 0;
    display: flex;
  }

  .main_title {font-size: 1.2rem;}
  .main_title_large {font-size: 2rem;}
  .sub_title {font-size: 1.2rem;}
  .ly_cont_top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mv_box {
    height: 400px;
  }
    :root {
    --fontSize-headline01: 1.3rem;
    --fontSize-headline02: 1.2rem;
    --fontSize-headline03: 1rem;
    --fontSize-headline04: 1rem;
    --fontSize-subtitle: 1.1875rem;
    --fontSize-caption: .9rem;
    --lineHeight-headline: 1.5;
    --headerHeight: 80px;
}
.head_title {
  margin-bottom: 20px;
  line-height: 1.3;
}
.card {
  padding: 0 1.8em 2em;
}
.bg_color_beige {
  padding: 1.5em 1em 2em;
}
.mb50 {margin-bottom: 30px;}
.qa-1 summary {font-size: 1rem;}
.ly_detail {width: 100%;}
}