@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: AOTFShinmarugoPro_R;
  src: url(../font/a-otf-shinmarugo-pro/A-OTF-ShinMGoPro-Regular.otf) format("opentype");
}
@font-face {
  font-family: AOTFShinmarugoPro_B;
  src: url(../font/a-otf-shinmarugo-pro/A-OTF-ShinMGoPro-Bold.otf) format("opentype");
}
@font-face {
  font-family: AOTFShinmarugoPro_H;
  src: url(../font/a-otf-shinmarugo-pro/A-OTF-ShinMGoPro-Heavy.otf) format("opentype");
}
@font-face {
  font-family: AOTFShinmarugoPro_DB;
  src: url(../font/a-otf-shinmarugo-pro/A-OTF-ShinMGoPro-DeBold.otf) format("opentype");
}
@font-face {
  font-family: HiraginoSansW4;
  src: url(../font/hiraginosans/HiraKakuProN-W4-AlphaNum-01.otf) format("opentype");
}
@font-face {
  font-family: HiraginoSansW7;
  src: url(../font/hiraginosans/HiraKakuStdN-W7-AlphaNum-01.otf) format("opentype");
}
@font-face {
  font-family: DinBlack;
  src: url(../font/din/DIN-Black.ttf) format("truetype");
}
@font-face {
  font-family: DinMediumRegular;
  src: url(../font/din/DIN-Medium-Regular.ttf) format("truetype");
}
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  color: #231815;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

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

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

.m-wrapper {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 12px solid #8fc31f;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .m-wrapper {
    border: 1.3vw solid #8fc31f;
  }
}
@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 91.25%;
  }
}

.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
  }
}

.for-ie {
  display: none;
  width: 100%;
  color: #231815;
  letter-spacing: 0.05em;
  padding: 25px 4.375%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.for-ie .m-wrapper {
  position: relative;
  padding-right: 100px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}
.for-ie a {
  text-decoration: underline;
}
.for-ie a:hover {
  text-decoration: none;
}
.for-ie button {
  width: 120px;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 12px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.for-ie button:focus {
  outline: none;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.tLeft {
  text-align: left !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.modalBtn:focus {
  outline: none;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 90%;
  max-width: 640px;
  overflow-y: auto;
}
@media screen and (max-width: 640px) {
  .modal__content {
    width: 90%;
  }
}
.modal__content--inner {
  border-radius: 10px;
  border: 7px solid #8fc31f;
  padding: 15px;
}
.modal__content--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__content--text {
  font-size: 23.99px;
  font-size: 1.499375rem;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .modal__content--text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
    text-align: left;
  }
}
.modal .modalIcon-flex {
  display: flex;
  gap: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .modal .modalIcon-flex {
    margin-right: 2%;
    margin-left: 5%;
    gap: 20px;
  }
}
.modal .close-modal {
  position: absolute;
  bottom: 10px;
  right: 25px;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 50px);
}
.fadeInUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  transition: 1s;
  transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  transform: scale(1);
}

.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*******************************
Style
*******************************/
html, body {
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #89e12c url(../img/main-page/bg_page.jpg);
  background-repeat: repeat-y;
  background-size: cover;
}

.l-header {
  position: relative;
  z-index: 1000;
}
.l-header__logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 500px;
}
@media screen and (max-width: 1000px) {
  .l-header__logo {
    width: 36.563%;
  }
}
@media screen and (max-width: 640px) {
  .l-header__logo {
    width: 45%;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__btn-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 60px;
  right: 45px;
}
@media screen and (max-width: 1000px) {
  .l-header__btn-wrapper {
    top: 5.5vw;
    right: 19vw;
  }
}
.l-header__btn-wrapper .m-btn1--red {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .l-header__btn-wrapper .m-btn1--red {
    margin-bottom: 1vw;
    width: 34vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__btn-wrapper .m-btn1--white {
    width: 34.3vw;
    padding: 0.9vw 0px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__btn-wrapper .m-btn1--white .f-small {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__btn-wrapper .m-btn1--white .f-large {
    font-size: 2.2vw;
    margin-top: 0.73vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__btn-wrapper .m-btn1--white .f-large::after {
    width: 2vw;
    height: 2vw;
  }
}
.l-header__iconMenu {
  position: fixed;
  display: none;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 1000px) {
  .l-header__iconMenu {
    top: 0vw;
    right: -2vw;
    width: 21.9vw;
    height: 21.9vw;
    display: inline-block;
    pointer-events: visible;
    visibility: visible;
  }
}
.l-header__iconMenu .ico-open, .l-header__iconMenu .ico-close {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.l-header__iconMenu .ico-open {
  opacity: 1;
}
.l-header__iconMenu .ico-open.is-close {
  opacity: 0;
}
.l-header__iconMenu .ico-close {
  opacity: 0;
}
.l-header__iconMenu .ico-close.is-open {
  opacity: 1;
}
.l-header__menu {
  position: fixed;
  top: 25vw;
  width: 100%;
  left: 100%;
  background: rgba(0, 167, 0, 0.9);
  padding-bottom: 4vw;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .l-header__menu.is-active {
    left: 0;
  }
}
.l-header__menu .menu-list__item {
  border-bottom: 0.1vw dotted #ffffff;
}
.l-header__menu .menu-list__item .link {
  position: relative;
  display: block;
  font-family: AOTFShinmarugoPro_B, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 4.5vw;
  padding: 0.5vw 0 1.5vw;
}
.l-header__menu .menu-list__item .link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7vw;
  background-image: url(../img/icon/ico_arrow-right--green.svg);
  width: 3.8vw;
  height: 3.8vw;
}

.l-main__mainvisual {
  text-align: center;
  position: relative;
}
.l-main__mainvisual::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 118%;
  top: 0;
  left: 0;
  background-image: url(../../assets/img/main-page/midori_mainvisual.webp);
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .l-main__mainvisual::after {
    background-image: url(../../assets/img/main-page/midori_mainvisual_sp.webp);
    height: 109%;
    width: 100%;
  }
}
.l-main__mainvisual .mainvisual-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 80%;
}
@media screen and (max-width: 1000px) {
  .l-main__mainvisual .mainvisual-wrapper {
    padding-top: 113vw;
  }
}
.l-main__mainvisual .mainvisual-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .l-main__mainvisual .mainvisual-wrapper .btn-wrapper {
    flex-direction: column;
  }
}
.l-main__mainvisual .mainvisual-wrapper .btn-wrapper .m-btn1 {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .l-main__mainvisual .mainvisual-wrapper .btn-wrapper .m-btn1 {
    margin: 1vw 0;
  }
}
.l-main__construction {
  position: relative;
  z-index: 1;
  padding-top: 6%;
  padding-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  .l-main__construction {
    padding-top: 5vw;
    padding-bottom: 6vw;
  }
}
.l-main__construction .construction-wrapper {
  padding-bottom: 66px;
  padding-top: 20px;
}
@media screen and (max-width: 1000px) {
  .l-main__construction .construction-wrapper {
    padding-top: 2vw;
    padding-bottom: 7vw;
  }
}
.l-main__construction .construction-wrapper .title-sub {
  text-align: center;
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 1.1898;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  font-family: AOTFShinmarugoPro_DB, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1299px) {
  .l-main__construction .construction-wrapper .title-sub {
    font-size: 82px;
    font-size: 5.125rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-main__construction .construction-wrapper .title-sub {
    font-size: 8.7vw;
  }
}
.l-main__construction .construction-wrapper .title-sub .f-large {
  font-family: AOTFShinmarugoPro_B, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.l-main__construction .construction-wrapper .title-sub .bg_underline {
  background: linear-gradient(rgba(234, 220, 33, 0) 75%, #fff100 0);
  background-position: 0 -7px;
}
.l-main__construction .construction-wrapper__list {
  margin-left: 83px;
  margin-right: 83px;
  margin-top: 36px;
}
@media screen and (max-width: 1000px) {
  .l-main__construction .construction-wrapper__list {
    margin-left: 6vw;
    margin-right: 6vw;
    margin-top: 6vw;
  }
}
.l-main__construction .construction-wrapper__list .example-item {
  position: relative;
}
.l-main__construction .construction-wrapper__list .example-item:not(:last-of-type) {
  margin-bottom: 81px;
}
@media screen and (max-width: 1000px) {
  .l-main__construction .construction-wrapper__list .example-item:not(:last-of-type) {
    margin-bottom: 8vw;
  }
}
.l-main__construction .construction-wrapper__list .example-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 103px;
  height: 20px;
  background-image: url(../img/main-page/ico_grass.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
@media screen and (max-width: 1000px) {
  .l-main__construction .construction-wrapper__list .example-item:not(:last-of-type)::after {
    width: 11vw;
    height: 2vw;
    bottom: -5vw;
  }
}
.l-main__construction .construction-wrapper__list .example-item__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-main__construction .construction-wrapper__list .example-item__gallery .item {
  position: relative;
  width: 48.81%;
}
.l-main__construction .construction-wrapper__list .example-item__gallery .item.before::after {
  background-image: url(../img/main-page/txt_before.png);
  width: 180px;
  height: 50px;
  left: 10px;
  bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .l-main__construction .construction-wrapper__list .example-item__gallery .item.before::after {
    width: 14.2vw;
    height: 4vw;
    left: 1vw;
    bottom: 0.5vw;
  }
}
.l-main__construction .construction-wrapper__list .example-item__gallery .item.after::after {
  background-image: url(../img/main-page/txt_after.png);
  width: 322px;
  height: 143px;
  right: -10px;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .l-main__construction .construction-wrapper__list .example-item__gallery .item.after::after {
    width: 30vw;
    height: 15vw;
    right: -2vw;
    bottom: -2vw;
  }
}
.l-main__construction .construction-wrapper__list .example-item__gallery .item:nth-child(3) {
  width: 100%;
  margin-top: 2.38%;
}
.l-main__construction .construction-wrapper__list .example-item__gallery .item::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-main__construction .construction-wrapper__list .example-item__gallery .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main__voice {
  position: relative;
  z-index: 1;
  padding-top: 46px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .l-main__voice {
    padding-top: 6vw;
    padding-bottom: 2.5vw;
  }
}
.l-main__voice .voice-wrapper__heading {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .l-main__voice .voice-wrapper__heading {
    padding-bottom: 1vw;
  }
}
.l-main__voice .voice-wrapper__heading .voice-obj {
  max-width: 100%;
  position: relative;
}
.l-main__voice .voice-wrapper__heading .voice-obj .obj1, .l-main__voice .voice-wrapper__heading .voice-obj .obj2 {
  position: absolute;
  bottom: -15px;
}
@media screen and (max-width: 1000px) {
  .l-main__voice .voice-wrapper__heading .voice-obj .obj1, .l-main__voice .voice-wrapper__heading .voice-obj .obj2 {
    bottom: -1vw;
  }
}
.l-main__voice .voice-wrapper__heading .voice-obj .obj1 {
  left: 40px;
}
@media screen and (max-width: 1000px) {
  .l-main__voice .voice-wrapper__heading .voice-obj .obj1 {
    left: 2vw;
    width: 24vw;
  }
}
.l-main__voice .voice-wrapper__heading .voice-obj .obj2 {
  right: 44px;
}
@media screen and (max-width: 1000px) {
  .l-main__voice .voice-wrapper__heading .voice-obj .obj2 {
    right: 3.5vw;
    width: 22vw;
  }
}
.l-main__voice .voice-wrapper__reading {
  background-image: url(../img/main-page/bg_voice.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-left: 92px;
  padding-right: 79px;
  padding-bottom: 77px;
}
@media screen and (max-width: 1000px) {
  .l-main__voice .voice-wrapper__reading {
    padding-top: 7vw;
    padding-bottom: 7.7vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.l-main__voice .voice-wrapper__reading .voice-list__item {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 26px 20px 0px;
  box-shadow: 5px 5px 20px #000;
}
@media screen and (max-width: 1000px) {
  .l-main__voice .voice-wrapper__reading .voice-list__item {
    padding: 2vw 2.6vw 2vw 0vw;
  }
}
.l-main__voice .voice-wrapper__reading .voice-list__item img {
  position: absolute;
  top: -25px;
  left: -36px;
}
@media screen and (max-width: 1000px) {
  .l-main__voice .voice-wrapper__reading .voice-list__item img {
    top: -3vw;
    left: -3vw;
    width: 15vw;
  }
}
.l-main__voice .voice-wrapper__reading .voice-list__item .t-reading {
  width: calc(100% - 160px);
  margin-left: auto;
  margin-right: 0;
  font-size: 27.05px;
  font-size: 1.690625rem;
  line-height: 1.2798521257;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  font-family: AOTFShinmarugoPro_DB, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1000px) {
  .l-main__voice .voice-wrapper__reading .voice-list__item .t-reading {
    width: 78%;
    font-size: 2.15vw;
  }
}
.l-main__voice .voice-wrapper__reading .voice-list__item:nth-child(even) {
  padding: 20px 0px 20px 26px;
}
@media screen and (max-width: 1000px) {
  .l-main__voice .voice-wrapper__reading .voice-list__item:nth-child(even) {
    padding: 2vw 0vw 2vw 2.6vw;
  }
}
.l-main__voice .voice-wrapper__reading .voice-list__item:nth-child(even) img {
  left: auto;
  right: -36px;
}
@media screen and (max-width: 1000px) {
  .l-main__voice .voice-wrapper__reading .voice-list__item:nth-child(even) img {
    right: -3vw;
  }
}
.l-main__voice .voice-wrapper__reading .voice-list__item:nth-child(even) .t-reading {
  margin-left: 0;
  margin-right: auto;
}
.l-main__voice .voice-wrapper__reading .voice-list__item:not(:last-of-type) {
  margin-bottom: 58px;
}
@media screen and (max-width: 1000px) {
  .l-main__voice .voice-wrapper__reading .voice-list__item:not(:last-of-type) {
    margin-bottom: 6vw;
  }
}
.l-main__for-our {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .l-main__for-our {
    padding-top: 2.5vw;
  }
}
.l-main__for-our .for-our-wrapper {
  position: relative;
  padding-left: 45px;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .l-main__for-our .for-our-wrapper {
    padding-bottom: 3vw;
    padding-top: 3vw;
    padding-left: 4.5vw;
  }
}
.l-main__for-our .for-our-wrapper .m-title1 {
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 72.14px;
  font-size: 4.50875rem;
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .l-main__for-our .for-our-wrapper .m-title1 {
    font-size: 7vw;
    line-height: 1.2;
  }
}
.l-main__for-our .for-our-wrapper .m-title1 .f-large {
  display: block;
  position: relative;
  text-shadow: 0 0 15px #ffffff, 0 0 31.2px #ffffff, 0 0 30px #ffffff;
  font-size: 72.14px;
  font-size: 4.50875rem;
  line-height: 0.3561131134;
}
@media screen and (max-width: 1000px) {
  .l-main__for-our .for-our-wrapper .m-title1 .f-large {
    font-size: 7vw;
  }
}
.l-main__for-our .for-our-wrapper .m-title1 .f-large::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/ico_arrow-right--green.svg);
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 12px;
}
@media screen and (max-width: 1000px) {
  .l-main__for-our .for-our-wrapper .m-title1 .f-large::after {
    width: 5vw;
    height: 5vw;
    margin-left: 1.2vw;
  }
}
.l-main__for-our .for-our-wrapper .t-desc {
  position: relative;
  z-index: 1;
  font-size: 35.7px;
  font-size: 2.23125rem;
  letter-spacing: 0.03334em;
  font-feature-settings: "palt";
  line-height: 1.1;
  font-family: AOTFShinmarugoPro_DB, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: 15px;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .l-main__for-our .for-our-wrapper .t-desc {
    font-size: 3.3vw;
    margin-top: 2.3vw;
  }
}
.l-main__for-our .for-our-wrapper .fifa-quality {
  display: flex;
  border-top: 1px solid #231815;
  margin-top: 20px;
  padding-top: 9px;
}
@media screen and (max-width: 1000px) {
  .l-main__for-our .for-our-wrapper .fifa-quality {
    margin-top: 2.5vw;
    padding-top: 0.8vw;
  }
}
.l-main__for-our .for-our-wrapper .fifa-quality__img {
  width: 160px;
}
@media screen and (max-width: 1000px) {
  .l-main__for-our .for-our-wrapper .fifa-quality__img {
    width: 16vw;
  }
}
.l-main__for-our .for-our-wrapper .fifa-quality__text {
  width: calc(100% - 160px);
  padding-top: 8px;
  padding-left: 10px;
}
@media screen and (max-width: 1000px) {
  .l-main__for-our .for-our-wrapper .fifa-quality__text {
    width: calc(100% - 16vw);
    padding-top: 1.5vw;
    padding-left: 1.5vw;
  }
}
.l-main__for-our .for-our-wrapper .fifa-quality__text .ttl-fifa {
  font-size: 36.07px;
  font-size: 2.254375rem;
  font-weight: bold;
  line-height: 0.971998891;
  font-family: HiraginoSansW4, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #1b5488;
}
@media screen and (max-width: 1000px) {
  .l-main__for-our .for-our-wrapper .fifa-quality__text .ttl-fifa {
    font-size: 3vw;
  }
}
.l-main__for-our .for-our-wrapper .fifa-quality__text .t-desc1 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 0.8929011079;
  font-family: HiraginoSansW4, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  .l-main__for-our .for-our-wrapper .fifa-quality__text .t-desc1 {
    font-size: 1.9vw;
    margin-top: 0.8vw;
  }
}
.l-main__for-our .for-our-wrapper .for-our-obj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-main__for-our .for-our-wrapper .for-our-obj img {
  position: absolute;
  top: -7px;
  right: -90px;
  z-index: 0;
  width: 490px;
}
@media screen and (max-width: 1200px) {
  .l-main__for-our .for-our-wrapper .for-our-obj img {
    right: -41px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main__for-our .for-our-wrapper .for-our-obj img {
    right: -7vw;
    width: 41vw;
    top: 0vw;
  }
}
.l-main__for-our .for-our-wrapper2 {
  max-width: 1030px;
  width: 91.25%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 68px;
}
@media screen and (max-width: 1000px) {
  .l-main__for-our .for-our-wrapper2 {
    margin-top: 9vw;
  }
}
.l-main__btn-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .l-main__btn-wrapper {
    padding-top: 6vw;
    padding-bottom: 5vw;
    flex-direction: column;
  }
}
.l-main__btn-wrapper .m-btn1 {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .l-main__btn-wrapper .m-btn1 {
    margin: 2vw 0;
  }
}
.l-main__contact {
  position: relative;
  z-index: 1;
}
.l-main__contact .contact-wrapper {
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 28px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 2vw;
    padding-bottom: 3vw;
  }
}
.l-main__contact .contact-wrapper .t-desc1 {
  text-align: center;
  font-size: 37.87px;
  font-size: 2.366875rem;
  line-height: 1.2896752046;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  font-family: AOTFShinmarugoPro_R, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper .t-desc1 {
    font-size: 3.1vw;
  }
}
.l-main__contact .contact-wrapper .t-tel {
  position: relative;
  display: inline-block;
  font-size: 91px;
  font-size: 5.6875rem;
  line-height: 1;
  font-family: DinBlack, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  color: #e60012;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper .t-tel {
    font-size: 7vw;
  }
}
.l-main__contact .contact-wrapper .t-tel::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/ico_phone.svg);
  width: 77px;
  height: 80px;
  background-size: 100% 100%;
  margin-left: 5px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper .t-tel::before {
    width: 7vw;
    height: 7.2vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper .t-tel:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .l-main__contact .contact-wrapper .t-tel:hover img {
    opacity: 1;
  }
}
.l-main__contact .contact-wrapper .image-text {
  max-width: 850px;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.l-main__contact .contact-wrapper__sns {
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__sns {
    flex-direction: column;
    margin-top: 2vw;
  }
}
.l-main__contact .contact-wrapper__sns .sns-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__sns .sns-item {
    justify-content: center;
  }
}
.l-main__contact .contact-wrapper__sns .sns-item .sns {
  margin: 0 14px;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__sns .sns-item .sns {
    margin: 0 1.4vw;
    width: 15%;
  }
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__sns .contact-item {
    margin-top: 3vw;
  }
}
.l-main__contact .contact-wrapper__sns .contact-item .t-working {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2922235723;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  font-family: AOTFShinmarugoPro_R, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__sns .contact-item .t-working {
    font-size: 3.5vw;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-bottom: 3vw;
  }
}
.l-main__contact .contact-wrapper__block {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__block {
    margin-top: 3vw;
  }
}
.l-main__contact .contact-wrapper__block .ttl1 {
  font-size: 22.93px;
  font-size: 1.433125rem;
  line-height: 1.7906672481;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  font-family: AOTFShinmarugoPro_R, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__block .ttl1 {
    font-size: 3.6vw;
  }
}
.l-main__contact .contact-wrapper__block .block-flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__block .block-flex {
    margin-top: 1vw;
    flex-direction: column;
  }
}
.l-main__contact .contact-wrapper__block .block-flex__ttl {
  width: 278px;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #231815;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__block .block-flex__ttl {
    width: 100%;
    padding: 0.5vw 1vw 1vw;
  }
}
.l-main__contact .contact-wrapper__block .block-flex__ttl .ttl2 {
  font-size: 18.76px;
  font-size: 1.1725rem;
  line-height: 1.2217484009;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  font-family: AOTFShinmarugoPro_R, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__block .block-flex__ttl .ttl2 {
    font-size: 3.1vw;
    text-align: center;
  }
}
.l-main__contact .contact-wrapper__block .block-flex__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 18px;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__block .block-flex__tel {
    margin-left: 0;
    margin-top: 1vw;
  }
}
.l-main__contact .contact-wrapper__block .block-flex__tel .tel {
  align-items: baseline;
  margin-top: -21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: DinBlack, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 56.96px;
  font-size: 3.56rem;
  line-height: 1.1755617978;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__block .block-flex__tel .tel {
    font-size: 6.5vw;
    width: 80%;
    margin-top: -6px;
  }
}
.l-main__contact .contact-wrapper__block .block-flex__tel .tel img {
  margin-right: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__block .block-flex__tel .tel img {
    margin-right: 1.4vw;
    width: 5%;
    margin-top: 3vw;
  }
}
.l-main__contact .contact-wrapper__block .block-flex__tel .t-sub {
  font-size: 27.49px;
  font-size: 1.718125rem;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  line-height: 1.2895598399;
  font-family: AOTFShinmarugoPro_R, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-left: 12px;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__block .block-flex__tel .t-sub {
    width: 23%;
    margin-left: 0;
    font-size: 3vw;
    margin-top: 3vw;
  }
}
.l-main__contact .contact-wrapper__map {
  position: relative;
  padding-top: 26.712%;
  margin-top: 38px;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__map {
    padding-top: 27.4%;
    margin-top: 3vw;
  }
}
.l-main__contact .contact-wrapper__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-main__contact .contact-wrapper__footer {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__footer .logo-footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-main__contact .contact-wrapper__footer .t-access {
  font-size: 18.05px;
  font-size: 1.128125rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  font-family: HiraginoSansW4, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__footer .t-access {
    font-size: 1.87vw;
    margin-top: 1.5vw;
  }
}
.l-main__contact .contact-wrapper__footer .t-access .f-style1 {
  font-family: DinMediumRegular, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
.l-main__contact .contact-wrapper__footer .t-access .f-style2 {
  font-size: 19.05px;
  font-size: 1.190625rem;
  font-family: DinMediumRegular, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-wrapper__footer .t-access .f-style2 {
    font-size: 1.9vw;
  }
}
.l-main__contact .contact-Link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .l-main__contact .contact-Link {
    margin-bottom: 0;
  }
}
.l-main__contact .contact-tel-blc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.l-main__contact .contact-tel-blc .contact-manager {
  font-family: AOTFShinmarugoPro_R, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .l-main__contact .contact-tel-blc .contact-manager {
    font-size: 2.3vw;
  }
}
.l-main__contact .contact-annotation {
  margin-top: 2%;
  font-family: AOTFShinmarugoPro_R, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
}

::-webkit-full-page-media, :future, :root .contact-annotation {
  margin-top: 1em;
}

.l-footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  .l-footer {
    padding-top: 1.5vw;
    padding-bottom: 7vw;
  }
}
.l-footer .pagetotop {
  display: none;
  position: fixed;
  z-index: 999;
  width: 10vw;
  height: 10vw;
  bottom: 5%;
  right: 4%;
}
@media screen and (max-width: 1000px) {
  .l-footer .pagetotop {
    display: inline-block;
  }
}
.l-footer .pagetotop img {
  width: 100%;
}
.l-footer .copyright {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  line-height: 0.7245454545;
  font-family: AOTFShinmarugoPro_R, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  text-shadow: 2px 0 #33aa00, -2px 0 #33aa00, 0 2px #33aa00, 0 -2px #33aa00, 1px 1px #33aa00, -1px -1px #33aa00, 1px -1px #33aa00, -1px 1px #33aa00;
}
@media screen and (max-width: 1000px) {
  .l-footer .copyright {
    font-size: 1.9vw;
  }
}

.m-title1 {
  font-size: 65.19px;
  font-size: 4.074375rem;
  line-height: 1.4601932812;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  text-align: center;
  font-family: AOTFShinmarugoPro_B, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #00a73c;
}
@media screen and (max-width: 1299px) {
  .m-title1 {
    font-size: 56.19px;
    font-size: 3.511875rem;
  }
}
@media screen and (max-width: 1000px) {
  .m-title1 {
    font-size: 6.5vw;
  }
}

.m-btn1 {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.m-btn1--red {
  width: 380px;
}
@media screen and (max-width: 1000px) {
  .m-btn1--red {
    width: 52vw;
  }
}
.m-btn1--red2 {
  width: 540px;
}
@media screen and (max-width: 1000px) {
  .m-btn1--red2 {
    width: 52vw;
  }
}
.m-btn1--white {
  background-color: #ffffff;
  border: 2px solid #231815;
  line-height: 1;
  width: 387px;
  text-align: center;
  padding: 13px 0px;
}
@media screen and (max-width: 1000px) {
  .m-btn1--white {
    width: 52.98vw;
    padding: 1.7vw 0px;
  }
}
.m-btn1--white .f-small {
  display: block;
  font-size: 24.78px;
  font-size: 1.54875rem;
  font-family: HiraginoSansW4, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .m-btn1--white .f-small {
    font-size: 3.3vw;
  }
}
.m-btn1--white .f-large {
  display: block;
  position: relative;
  font-size: 26.98px;
  font-size: 1.68625rem;
  font-family: AOTFShinmarugoPro_B, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .m-btn1--white .f-large {
    font-size: 3.7vw;
    margin-top: 1vw;
  }
}
.m-btn1--white .f-large::after {
  content: "";
  display: inline-block;
  background-image: url(../../assets/img/icon/ico_arrow-right--white.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 8px;
}
@media screen and (max-width: 1000px) {
  .m-btn1--white .f-large::after {
    width: 2.9vw;
    height: 2.9vw;
  }
}
.m-btn1:hover {
  opacity: 0.8;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */