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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
/*------------------------------------------
	mixin
------------------------------------------*/
*, :before, :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  min-width: 1100px;
}

@media all and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}
main {
  display: block;
}

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

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
a img:hover {
  opacity: 0.8;
}

@media all and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}
@media all and (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
}
@media all and (min-width: 769px) {
  .header {
    height: 125px;
  }
}
@media all and (max-width: 768px) {
  .header {
    background-color: #fff;
    height: 55px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}
.header__container {
  position: relative;
}

@media all and (min-width: 769px) {
  .header__container {
    margin: 0 auto;
    width: 960px;
  }
}
.header__logo {
  padding-left: 6px;
  padding-top: 27px;
}

@media all and (max-width: 768px) {
  .header__logo {
    padding-left: 15px;
    padding-top: 15px;
  }
}
@media all and (max-width: 768px) {
  .header__logo img {
    width: 102px;
  }
}
.header__sns {
  position: absolute;
  top: 20px;
  right: 266px;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__sns li {
  margin-left: 13px;
}

.header__tel {
  position: absolute;
  top: 63px;
  right: 266px;
  bottom: auto;
  left: auto;
}

@media all and (max-width: 768px) {
  .header__tel {
    left: 140px;
    top: 20px;
  }
}
@media all and (max-width: 768px) {
  .header__tel img {
    width: 100px;
  }
}
@media all and (min-width: 769px) {
  .header__tel a {
    pointer-events: none;
    cursor: default;
  }
}
.header__btn {
  position: absolute;
  top: 0;
  right: -11px;
  bottom: auto;
  left: auto;
}

@media all and (max-width: 768px) {
  .header__hamburger {
    position: absolute;
    top: 18px;
    right: 14px;
    bottom: auto;
    left: auto;
    display: inline-block;
    height: 16px;
    width: 25px;
    z-index: 9;
  }
}
@media all and (max-width: 768px) {
  .header__hamburger span {
    background-color: #000;
    border-radius: 4px;
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .header__hamburger span:nth-of-type(1) {
    top: 0;
  }
}
@media all and (max-width: 768px) {
  .header__hamburger span:nth-of-type(2) {
    top: 7px;
  }
}
@media all and (max-width: 768px) {
  .header__hamburger span:nth-of-type(3) {
    bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .nav-slide {
    background-color: rgba(0, 0, 0, 0.6);
    right: -170px;
    z-index: 9;
    width: 170px;
  }
}
@media all and (max-width: 768px) {
  .nav-slide__close {
    padding-left: 133px;
    padding-top: 15px;
  }
}
@media all and (max-width: 768px) {
  .nav-slide__close span {
    cursor: pointer;
    display: block;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 20px;
  }
}
@media all and (max-width: 768px) {
  .nav-slide__close span::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
  }
}
@media all and (max-width: 768px) {
  .nav-slide__close span::after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    background-color: #fff;
    content: "";
    display: block;
    height: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2px;
  }
}
@media all and (max-width: 768px) {
  .nav-slide__list {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 15px;
    width: 125px;
  }
}
@media all and (max-width: 768px) {
  .nav-slide__list li {
    border-bottom: 1px solid #fff;
  }
}
@media all and (max-width: 768px) {
  .nav-slide__list li a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
  }
}
@media all and (max-width: 768px) {
  .nav-slide__btn {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 125px;
  }
}
@media all and (max-width: 768px) {
  .nav-slide__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav-slide__sns li {
  margin-left: 5px;
  margin-right: 5px;
}

@media all and (max-width: 768px) {
  .nav-slide__sns li img {
    width: 40px;
  }
}
.nav {
  position: relative;
  z-index: 1;
}

@media all and (min-width: 769px) {
  .nav__container {
    margin: 0 auto;
    width: 960px;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav__list li {
  height: 85px;
  width: 155px;
}
.nav__list li a {
  background-color: #1a9151;
  display: block;
  height: 100%;
  width: 100%;
}
.nav__list li a:hover {
  background-color: #009fe8;
}

.slider {
  margin-top: -75px;
  position: relative;
}

@media all and (max-width: 768px) {
  .slider {
    margin-top: 50px;
  }
}
.slider__ttl {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.slider__list-pc li {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 690px;
}
.slider__list-pc li:nth-child(1) {
  background-image: url(../img/slider/img-01-pc.png);
}
.slider__list-pc li:nth-child(2) {
  background-image: url(../img/slider/img-02-pc.png);
}
.slider__list-pc li:nth-child(3) {
  background-image: url(../img/slider/img-03-pc.png);
}
.slider__list-pc li img {
  height: 690px;
}

@media all and (max-width: 768px) {
  .slider__list-sp li img {
    width: 100%;
  }
}
.philosophy {
  background-image: url(../img/philosophy/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 170px;
}

@media all and (min-width: 769px) {
  .philosophy {
    height: 580px;
    margin-top: -250px;
  }
}
@media all and (max-width: 768px) {
  .philosophy {
    background-image: url(../img/common/bg-01.png);
    background-repeat: repeat;
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media all and (min-width: 769px) {
  .philosophy__container {
    margin: 0 auto;
    width: 960px;
  }
}
.philosophy__ttl {
  margin-bottom: 25px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .philosophy__ttl {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.philosophy__txt {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

@media all and (max-width: 768px) {
  .philosophy__txt {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.message {
  background-image: url(../img/message/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 34px;
}

@media all and (min-width: 769px) {
  .message {
    height: 591px;
  }
}
@media all and (max-width: 768px) {
  .message {
    background-image: url(../img/common/bg-02.png);
    background-repeat: repeat;
    padding-top: 70px;
  }
}
@media all and (min-width: 769px) {
  .message__container {
    margin: 0 auto;
    width: 960px;
  }
}
.message__ttl {
  margin-bottom: 25px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .message__ttl {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.message__txt {
  font-size: 17px;
  line-height: 1.8;
}

@media all and (min-width: 769px) {
  .message__txt {
    padding-right: 410px;
  }
}
@media all and (max-width: 768px) {
  .message__txt {
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (max-width: 768px) {
  .message__img {
    margin: 0 auto;
    width: 224px;
  }
}
.business {
  padding-top: 38px;
}

@media all and (min-width: 769px) {
  .business {
    background-image: url(../img/business/bg.png);
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 768px) {
  .business {
    background-color: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media all and (min-width: 769px) {
  .business__container {
    margin: 0 auto;
    width: 960px;
  }
}
.business__ttl {
  margin-bottom: 20px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .business__ttl {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (min-width: 769px) {
  .business__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -4px;
    margin-right: -4px;
  }
}
.business__list li {
  margin-bottom: 35px;
}

@media all and (min-width: 769px) {
  .business__list li {
    margin-left: 4px;
    margin-right: 4px;
    width: calc(33.3% - 8px);
  }
}
@media all and (max-width: 768px) {
  .business__list li:last-child {
    margin-bottom: 0;
  }
}
.business__list__img {
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  .business__list__img {
    text-align: center;
  }
}
.business__list__txt {
  font-size: 18px;
  line-height: 1.4;
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width: 768px) {
  .business__list__txt {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.plant {
  background-image: url(../img/plant/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 25px;
  padding-bottom: 70px;
  background-size: cover;
}

/* @media all and (min-width: 769px) {
    .plant {
      height: 1250px; } } */
@media all and (max-width: 768px) {
  .plant {
    background-image: url(../img/common/bg-01.png);
    background-position: left top;
    background-repeat: repeat;
    padding-bottom: 70px;
    padding-top: 70px;
    background-size: auto;
  }
}
@media all and (min-width: 769px) {
  .plant__container {
    margin: 0 auto;
    width: 960px;
  }
}
.plant__ttl {
  margin-bottom: 35px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .plant__ttl {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.plant__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 14px;
}
.plant__tab li {
  background-color: #b4b4b5;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.24px;
  margin-bottom: 12px;
  margin-left: 6px;
  margin-right: 6px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 230px;
}
.plant__tab li:hover {
  background-color: #fff;
  color: #009fe8;
}

@media all and (min-width: 769px) {
  .plant__tab {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media all and (max-width: 768px) {
  .plant__tab li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 6px;
    margin-left: 3px;
    margin-right: 3px;
    width: calc(50% - 6px);
  }
}
.plant__tab__active {
  background-color: #fff !important;
  color: #009fe8 !important;
}

.plant__panel {
  background-color: #fff;
  padding: 20px;
}

.plant__list li {
  display: none;
}

.plant__list__disp {
  display: block !important;
}

.plant__info {
  margin-bottom: 15px;
}

@media all and (min-width: 769px) {
  .plant__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 769px) {
  .plant__info__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 35px;
    width: 376px;
  }
}
@media all and (max-width: 768px) {
  .plant__info__body {
    margin-bottom: 30px;
  }
}
.plant__info__body dt {
  color: #009fe8;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}
.plant__info__body dd {
  font-size: 17px;
  line-height: 1.7;
}

@media all and (max-width: 768px) {
  .plant__info__body dt {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .plant__info__body dd {
    font-size: 15px;
  }
}
@media all and (min-width: 769px) {
  .plant__info__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 514px;
  }
}
.plant__map iframe {
  height: 400px;
  width: 100%;
}

@media all and (max-width: 768px) {
  .plant__map iframe {
    height: 200px;
  }
}
.profile {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media all and (max-width: 768px) {
  .profile {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .profile__container {
    overflow: hidden;
  }
}
@media all and (min-width: 769px) {
  .profile__container {
    margin: 0 auto;
    width: 960px;
  }
}
.profile__ttl {
  margin-bottom: 20px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .profile__ttl {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.profile__hyo {
  margin: 0 auto;
}
.profile__hyo th {
  color: #009fe8;
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: left;
}
.profile__hyo td {
  font-size: 17px;
  line-height: 1.6;
  padding-bottom: 5px;
  padding-top: 5px;
}

@media all and (max-width: 768px) {
  .profile__hyo {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media all and (min-width: 769px) {
  .profile__hyo th {
    width: 130px;
  }
}
@media all and (max-width: 768px) {
  .profile__hyo th {
    display: block;
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .profile__hyo td {
    display: block;
    font-size: 15px;
  }
}
.footer {
  background-color: #231815;
  padding-bottom: 15px;
  padding-top: 30px;
}

@media all and (min-width: 769px) {
  .footer__container {
    margin: 0 auto;
    width: 960px;
  }
}
.footer__contact {
  margin-bottom: 20px;
}

.footer__contact__ttl {
  color: #009fe8;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .footer__contact__ttl {
    font-size: 24px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (min-width: 769px) {
  .footer__contact__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__contact__info li {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}

@media all and (min-width: 769px) {
  .footer__contact__info li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (max-width: 768px) {
  .footer__contact__info li {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .footer__contact__info li:last-child {
    margin-bottom: 0;
  }
}
.footer__contact__info__mail span {
  background-image: url(../img/footer/icon-mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 32px 21px;
  padding-left: 45px;
}

.footer__contact__info__tel span {
  background-image: url(../img/footer/icon-tel.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px 30px;
  padding-left: 35px;
}
.footer__contact__info__tel a {
  color: #fff;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .footer__contact__info__tel a {
    pointer-events: none;
    cursor: default;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer__sns li {
  margin-left: 8px;
  margin-right: 8px;
}
.footer__sns li img {
  height: auto;
  width: 45px;
}

@media all and (max-width: 768px) {
  .footer__sns li img {
    width: 40px;
  }
}
.footer__copyright {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.footer__contact-btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media all and (max-width: 768px) {
  .footer__contact-btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px;
}
#pageTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  font-size: 28px;
  line-height: 1.4285;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  background-color: #198647;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media all and (max-width: 768px) {
  #pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #pageTop a {
    width: 130px;
    height: 130px;
    font-size: 15px;
  }
  #pageTop a span {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 400;
  }
}
.video {
  padding-bottom: 40px;
  padding-top: 40px;
}
.video p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.video .video_yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video .video_yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*.video .video_yt{
  text-align: center;
  width: 800px;
  margin:0 auto;}
.video .video_yt iframe{
  width: 100%;}*/
@media all and (max-width: 768px) {
  .video {
    padding-bottom: 70px;
    padding-top: 0px;
  }
  .video p {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.6;
  }
  /*.video .video_yt{
      width: 100%;
    }*/
}
@media all and (min-width: 769px) {
  .video__container {
    margin: 0 auto;
    width: 960px;
  }
}
.video__ttl {
  margin-bottom: 20px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .video__ttl {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.certifi {
  padding-bottom: 40px;
  padding-top: 40px;
}
.certifi p {
  text-align: center;
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  .certifi {
    padding-bottom: 70px;
    padding-top: 0px;
  }
}
@media all and (min-width: 769px) {
  .certifi__container {
    margin: 0 auto;
    width: 960px;
  }
}
.certifi__ttl {
  margin-bottom: 20px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .certifi__ttl {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* lease */
.c-center {
  text-align: center;
}

.l-header {
  padding: 60px 0;
}
.l-header__lead {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 80px auto 0;
}
@media all and (max-width: 768px) {
  .l-header {
    padding: 40px 0;
  }
  .l-header__logo {
    margin: 0 auto;
    width: 200px;
  }
  .l-header__lead {
    font-size: 24px;
    margin: 40px auto 0;
  }
}

/* contact */
/*============================================================================================================
	contact
============================================================================================================*/
.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*	.c-btn01
------------------------------------------*/
.c-btn01 {
  width: 430px;
  max-width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.c-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 50px;
  background: #2C7AC2 url("../img/ico_arrow01.svg") no-repeat right 35px center;
  border-radius: inherit;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    font-size: 16px;
    width: 300px;
  }
  .c-btn01 a {
    padding: 0 25px;
    height: 60px;
    background-position: right 15px center;
  }
}

/*	.c-btn02
------------------------------------------*/
.c-btn02 {
  width: 320px;
  max-width: 100%;
  color: #2C7AC2;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.c-btn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  padding: 0 10px;
  background: #fff;
  border-radius: inherit;
  color: #2C7AC2;
  border-left: 4px solid #2C7AC2;
}
@media screen and (max-width: 768px) {
  .c-btn02 {
    font-size: 16px;
    width: 300px;
  }
  .c-btn02 a {
    padding: 0 25px;
    height: 60px;
    background-position: right 15px center;
  }
}

/*	.c-btn03
------------------------------------------*/
.c-btn03 {
  width: 320px;
  max-width: 100%;
  color: #1A9151;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.c-btn03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  padding: 0 10px;
  background: #fff;
  border-radius: inherit;
  color: #1A9151;
  border-left: 4px solid #1A9151;
}
@media screen and (max-width: 768px) {
  .c-btn03 {
    font-size: 16px;
    width: 300px;
  }
  .c-btn03 a {
    padding: 0 25px;
    height: 60px;
    background-position: right 15px center;
  }
}

/*------------------------------------------
	.contactProduct
------------------------------------------*/
.contactProduct {
  padding: 60px 0 0;
  background: #F3FAFD;
}
.contactProduct__secTit {
  margin: 0 auto 60px;
  text-align: center;
}
.contactProduct-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contactProduct-list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1A9151;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.01em;
  font-weight: bold;
  padding: 28px 10px;
}
.contactProduct-list__wrap {
  padding: 30px;
  background: #fff;
}
.contactProduct-list__txt {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.0444em;
}
.contactProduct-list__btn {
  margin-top: 20px;
}
.contactProduct-list__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 50px;
  color: #fff;
  border: 1px solid #1A9151;
  font-size: 18px;
  line-height: 1.88;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #1A9151;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contactProduct {
    padding: 40px 0 0;
  }
  .contactProduct__secTit {
    margin: 0 auto 40px;
  }
  .contactProduct__secTit img {
    width: 60%;
  }
  .contactProduct-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contactProduct-list__ttl {
    font-size: 20px;
    padding: 20px 10px;
  }
  .contactProduct-list__wrap {
    padding: 20px;
  }
  .contactProduct-list__txt {
    font-size: 16px;
  }
  .contactProduct-list__btn {
    margin-top: 10px;
  }
  .contactProduct-list__btn a {
    height: 60px;
    padding: 0 30px;
    font-size: 16px;
  }
  .contactProduct-list__btn img {
    width: 26px;
  }
}

/*------------------------------------------
	.contactInfo
------------------------------------------*/
.contactInfo {
  padding: 80px 0;
  background: #F3FAFD;
}
.contactInfo__lead {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.contactInfo__secTit {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactInfo {
    padding: 40px 0;
  }
  .contactInfo__secTit {
    margin: 0 auto 40px;
  }
  .contactInfo__secTit img {
    width: 50%;
  }
  .contactInfo__lead {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }
}
.contactInfo__contact {
  margin: 0 auto;
}

.contactInfo-products {
  margin: 0 auto 80px;
  padding: 30px 22px 33px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #E38C00;
  -webkit-box-shadow: 0 4px 0 #E38C00;
          box-shadow: 0 4px 0 #E38C00;
}
.contactInfo-products__tit {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
.contactInfo-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 30px;
}
.contactInfo-products-list__item {
  padding: 0 12px;
  border-right: 1px solid #D9D9D9;
}
.contactInfo-products-list__item:last-of-type {
  border: none;
}
.contactInfo-products-list__num {
  display: block;
  margin: 0 auto 20px;
}
.contactInfo-products-list-imgBox {
  margin: 0 auto 6px;
  text-align: center;
}
.contactInfo-products-list-imgBox img {
  width: 100%;
}
.contactInfo-products-list-child__item {
  position: relative;
  padding: 0 0 0 7px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0;
}
.contactInfo-products-list-child__item::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #231815;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
.contactInfo-products__note {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.72;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .contactInfo-products {
    padding: 15px;
    margin-bottom: 50px;
    border-radius: 15px;
  }
  .contactInfo-products__tit {
    margin-bottom: 0;
    font-size: 20px;
  }
  .contactInfo-products-list {
    display: block;
  }
  .contactInfo-products-list__item {
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
  }
  .contactInfo-products-list__item:last-of-type {
    padding-bottom: 0;
  }
  .contactInfo-products-list__num {
    width: 50px;
    margin-bottom: 10px;
  }
  .contactInfo-products-list-imgBox img {
    max-width: 200px;
  }
  .contactInfo-products-list-child {
    max-width: 200px;
    margin: 0 auto;
  }
  .contactInfo-products-list-child__item {
    padding-left: 10px;
    font-size: 14px;
  }
  .contactInfo-products__note {
    font-size: 12px;
  }
}

.contactInfo-form {
  padding: 60px 80px 80px;
  background: #fff;
}
.contactInfo-form-caution {
  margin-top: 40px;
}
.contactInfo-form-caution_ttl {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
}
.contactInfo-form-caution_txt {
  padding: 32px;
  background: #FCFAF9;
  font-size: 14px;
}
.contactInfo-form-agree {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0;
}
.contactInfo-form-agree a {
  color: #2C7AC2;
  text-decoration: underline;
}
.contactInfo-form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contactInfo-form th, .contactInfo-form td {
  padding: 20px 0 10px;
}
.contactInfo-form th {
  width: 140px;
  border-bottom: 1px solid #2C7AC2;
  color: #2C7AC2;
  font-weight: 700;
  line-height: 2.2;
  vertical-align: bottom;
}
.contactInfo-form th span {
  font-size: 12px;
}
.contactInfo-form td {
  padding-left: 55px;
  vertical-align: middle;
  width: 100%;
}
.contactInfo-form input[type=text],
.contactInfo-form input[type=tel],
.contactInfo-form input[type=email],
.contactInfo-form select,
.contactInfo-form textarea {
  width: 100%;
  padding: 5px 15px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #F3FAFD;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
}
.contactInfo-form input[type=text]:-ms-input-placeholder,
.contactInfo-form input[type=tel]:-ms-input-placeholder,
.contactInfo-form input[type=email]:-ms-input-placeholder,
.contactInfo-form select:-ms-input-placeholder,
.contactInfo-form textarea:-ms-input-placeholder {
  color: #A7A7A7;
}
.contactInfo-form input[type=text]::-webkit-input-placeholder, .contactInfo-form input[type=tel]::-webkit-input-placeholder, .contactInfo-form input[type=email]::-webkit-input-placeholder, .contactInfo-form select::-webkit-input-placeholder, .contactInfo-form textarea::-webkit-input-placeholder {
  color: #A7A7A7;
}
.contactInfo-form input[type=text]::-moz-placeholder, .contactInfo-form input[type=tel]::-moz-placeholder, .contactInfo-form input[type=email]::-moz-placeholder, .contactInfo-form select::-moz-placeholder, .contactInfo-form textarea::-moz-placeholder {
  color: #A7A7A7;
}
.contactInfo-form input[type=text]:-ms-input-placeholder, .contactInfo-form input[type=tel]:-ms-input-placeholder, .contactInfo-form input[type=email]:-ms-input-placeholder, .contactInfo-form select:-ms-input-placeholder, .contactInfo-form textarea:-ms-input-placeholder {
  color: #A7A7A7;
}
.contactInfo-form input[type=text]::-ms-input-placeholder, .contactInfo-form input[type=tel]::-ms-input-placeholder, .contactInfo-form input[type=email]::-ms-input-placeholder, .contactInfo-form select::-ms-input-placeholder, .contactInfo-form textarea::-ms-input-placeholder {
  color: #A7A7A7;
}
.contactInfo-form input[type=text]::placeholder,
.contactInfo-form input[type=tel]::placeholder,
.contactInfo-form input[type=email]::placeholder,
.contactInfo-form select::placeholder,
.contactInfo-form textarea::placeholder {
  color: #A7A7A7;
}
.contactInfo-form input[type=text],
.contactInfo-form input[type=tel],
.contactInfo-form input[type=email],
.contactInfo-form select {
  height: 46px;
}
.contactInfo-form select,
.contactInfo-form input[type=radio],
.contactInfo-form button {
  cursor: pointer;
}
.contactInfo-form select {
  width: 280px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F3FAFD url(../img/lease/ico_select01.svg) no-repeat right 20px center;
}
.contactInfo-form select::-ms-expand {
  display: none;
}
.contactInfo-form textarea {
  height: 200px;
}
.contactInfo-form button {
  display: block;
  margin: 64px auto 0;
  width: 430px;
  max-width: 100%;
  height: 80px;
  padding: 0 40px;
  background: #2C7AC2 url("../img/lease/ico_arrow01.svg") no-repeat right 35px center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contactInfo-form button:hover {
  opacity: 0.7;
}
.contactInfo-form .btnBack {
  background: #A0A0A0 url("../img/lease/ico_arrow01.svg") no-repeat right 35px center;
}
.contactInfo-form-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.contactInfo-form-radio {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contactInfo-form-radio input {
  display: none;
}
.contactInfo-form-radio-lever {
  cursor: pointer;
  display: block;
  padding: 0 0 0 33px;
}
.contactInfo-form-radio-lever::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 4px;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #2C7AC2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contactInfo-form-radio-lever::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 9px;
  left: 4px;
  border-radius: 50%;
  background: #2C7AC2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.contactInfo-form-radio input[type=radio]:checked + .contactInfo-form-radio-lever:after {
  display: block;
}
@media screen and (max-width: 768px) {
  .contactInfo-form {
    padding: 15px;
    border-radius: 15px;
  }
  .contactInfo-form tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactInfo-form th, .contactInfo-form td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .contactInfo-form th {
    font-size: 15px;
  }
  .contactInfo-form input[type=text],
  .contactInfo-form input[type=tel],
  .contactInfo-form input[type=email],
  .contactInfo-form select,
  .contactInfo-form textarea {
    padding: 10px;
  }
  .contactInfo-form input[type=text],
  .contactInfo-form input[type=tel],
  .contactInfo-form input[type=email],
  .contactInfo-form select {
    height: 50px;
  }
  .contactInfo-form select {
    width: 100%;
    padding-right: 20px;
    background-position: right 10px center;
    background-size: 10px;
  }
  .contactInfo-form button {
    margin-top: 20px;
    height: 60px;
    background-position: right 15px center;
    font-size: 16px;
  }
  .contactInfo-form-btnWrap {
    display: block;
    gap: 0;
  }
  .contactInfo-form-radio {
    display: block;
    margin: 0 0 10px;
  }
  .contactInfo-form-radio:last-of-type {
    margin-bottom: 0;
  }
  .contactInfo-form-radio-lever {
    padding-left: 30px;
  }
  .contactInfo-form-radio-lever::before {
    width: 20px;
    height: 20px;
  }
  .contactInfo-form-radio-lever::after {
    width: 12px;
    height: 12px;
    top: 8px;
    left: 3px;
  }
}
/*# sourceMappingURL=style.css.map */