@charset "UTF-8";
/*===============================

    Reset

================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*===============================

    Base

================================*/
html {
  color: #333333;
  font-size: 16px;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

body,
form input[type="button"],
form input[type="submit"],
button {
  font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic',Meiryo,sans-serif;
}

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

p {
  line-height: 1.8;
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 0.8;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

figure figcaption {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.25em;
}

@media screen and (min-width: 769px) {
  figure figcaption {
    font-size: 0.9375rem;
  }
}

.bgImage {
  background-position: center;
  background-size: cover;
  padding-top: 66.66667%;
  background-repeat: no-repeat;
}


/*===============================

    Utility

================================*/
.huti {
  text-shadow: #333333 2px 0px, #333333 -2px 0px, #333333 0px -2px, #333333 0px 2px, #333333 2px 2px, #333333 -2px 2px, #333333 2px -2px, #333333 -2px -2px, #333333 1px 2px, #333333 -1px 2px, #333333 1px -2px, #333333 -1px -2px, #333333 2px 1px, #333333 -2px 1px, #333333 2px -1px, #333333 -2px -1px;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-bold {
  font-weight: bold;
}

.txt-link {
  color: #00695F;
  display: inline-block;
}

.txt-serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.txt-clip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fullwidth {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding-right: calc(50vw - 50%) !important;
  padding-left: calc(50vw - 50%) !important;
}

.lock {
  overflow: hidden;
}

.vrtTxt {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .flexbox-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/*===============================

    Layout

================================*/
/*
    サイト幅
================================*/
.inner {
  max-width: 950px;
  margin: auto;
  padding: 0 10px;
}

/*
    余白
================================*/
@media all and (-ms-high-contrast: none) {
  #mainContents {
    overflow: hidden;
  }
}

.page_content {
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  .page_content {
    margin-top: 90px;
  }
}

.sc {
  margin-top: 40px;
}

.sc_content {
  margin-top: 1.875rem;
}

.sc_btn {
  margin-top: 32px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sc {
    margin-top: 72px;
  }
  .sc_content {
    margin-top: 54px;
  }
}

/*
    flex
================================*/
.flexbox-pc .flexitem {
  display: block;
  margin: 0 auto;
}

.flexbox-pc .flexitem + .flexitem {
  margin: 1.5rem auto 0;
}

@media screen and (min-width: 769px) {
  .flexbox-pc .flexitem {
    margin: 0;
  }
  .flexbox-pc .flexitem + .flexitem {
    margin: 0 0 0 2rem;
  }
}

.flexbox-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*===============================

    Component

================================*/
/*
    サイトヘッダー
================================*/
#siteHeader {
  width: 100%;
  height: 50px;
  background-color: #43B02A;
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  #siteHeader {
    height: 90px;
    background-color: #1A1A1A;
    padding: 0 14px 0 0;
  }
}

#siteHeader > .flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

#siteHeader .siteName {
  margin-right: auto;
}

#siteHeader .siteName.flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#siteHeader .siteName .sitelogo {
  margin-right: auto;
  width: 143px;
}

#siteHeader .siteName .siteName_txt {
  color: #FFFFFF;
  font-size: 0.9375rem;
  margin-left: 12px;
  line-height: 1.66667;
}

@media screen and (min-width: 769px) {
  #siteHeader .siteName .sitelogo {
    width: 272px;
  }
}

#siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#wrap {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  #siteHeader {
    position: relative;
  }
  #wrap {
    margin-top: 0;
  }
}

.siteHeader_tel {
  border: solid 1px #FFFFFF;
  padding: 8px 10px;
}




/*===============================

    top画像

================================*/


/*top*/

.slider {
    position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

@media screen and (max-width: 769px) {
  .slider {
      position:relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    height: 50vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
}
/*　背景画像設定　*/

.slider-item01 {
    background:url(../images/index/topvisual_bg.jpg);
      background-position: center;
}
@media screen and (max-width: 769px) {
  .slider-item01 {
      background:url(../images/index/topvisual_bg_sp.jpg);
          background-position: bottom;
  }
}
.slider-item02 {
  background:url(../images/index/topvisual_bg_2.jpg);
        background-position: top;
}

@media screen and (max-width: 769px) {
  .slider-item02 {
      background:url(../images/index/topvisual_bg_sp_2.jpg);
        background-position: top;
  }
}
.slider-item03 {
  background:url(../images/index/topvisual_bg_3.jpg);
        background-position: top;
}

@media screen and (max-width: 769px) {
  .slider-item03 {
      background:url(../images/index/topvisual_bg_sp_3.jpg);
        background-position: bottom right;
  }
}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
 /*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

@media screen and (max-width: 769px) {
.slider-item {
    height: 50vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:-260px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
  margin:0 8px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:12px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}
@media screen and (max-width: 769px) {
  .slick-dots {

    margin:-30px 0 0 0;/*ドットの位置*/
  }
}
.slick-dots .slick-active button{
    background:#43B02A;/*ドットボタンの現在地表示の色*/
}




.wrapper{
  position: relative;
}

.top_ttl{
  position: absolute;
  top:250px;
  left: 138px;
  z-index: 2;
}

@media screen and (max-width: 769px){
  .top_ttl{
    position: absolute;
    top: 108px;
    left: 0;
    padding:0 10px;
    z-index: 2;
  }
}
.indexInfo{
  position: relative;
  z-index: 3;
}



/*===============================

モミガライト　ヘッダー　ロゴ

================================*/
.siteHeader_tel_box{
  display: flex;
  position: relative;
  left:15px;
}
 .back{
   position: relative;
  max-width: 200px;
  padding:0 8px;
 }

 @media screen and (max-width: 769px) {
   .back{
display: none;

   }
   .siteHeader_momi {
     display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50px;
height: 100%;
background-color: #FFFFFF;
   }
      .siteHeader_momi img{
        width:27px;
        height:auto;
      }
}








.siteHeader_tel_txt {
  font-size: 0.75rem;
}

.siteHeader_tel_num {
  font-size: 1.375rem;
  color: #FFFFFF;
  background-color: #43B02A;
  text-align: center;
  padding: 5px 5px 2px;
  margin-top: 4px;
  display: block;
}

.siteHeader_tel_num::before {
  content: "";
  display: inline-block;
  width: 0.63636em;
  height: 0.81818em;
  background-image: url(../images/icon_phone.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.siteHeader_contact {
  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;
  width: 50px;
  height: 100%;
  background-color: #FFFFFF;
}

.gNav {
  background-color: #1A1A1A;
  height: 60px;
}

.gNav_menu {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.gNav_menu.flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.gNav_menu_item {
  line-height: 1.2;
  font-size: 0.875rem;
  margin: 0 20px;
}

.gNav_menu_item a {
  color: #FFFFFF;
  font-size: 0.9375rem;
  text-align: center;
  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;
  height: 100%;
  letter-spacing: 1px;
  font-weight: bold;
}

/*
    ドロワーメニュー（sp）
================================*/
#spDrawerToggle {
  width: 55px;
  height: 100%;
  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;
}

.spDrawerToggleIcon {
  position: relative;
  width: 24px;
  height: 22px;
}

.spDrawerToggleIcon::before, .spDrawerToggleIcon::after, .spDrawerToggleIcon span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
}

.spDrawerToggleIcon::before {
  top: 0;
}

.spDrawerToggleIcon span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spDrawerToggleIcon::after {
  bottom: 0;
}

.spDrawerToggleIcon.close::before, .spDrawerToggleIcon.close::after {
  background-color: #000;
}

.spDrawerToggleIcon.close::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.spDrawerToggleIcon.close span {
  display: none;
}

.spDrawerToggleIcon.close::after {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#spDrawer {
  color: #000;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0 1rem;
  opacity: 0;
  z-index: -99;
  background-color: #00695F;
  padding: 0 14px 42px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#spDrawer.active {
  opacity: 1;
  z-index: 99;
}

.spDrawer_header {
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spDrawer_header #spDrawerToggle-close {
  margin-left: auto;
}

.spDrawer_item + .spDrawer_item {
  margin-top: 3rem;
}

.spDrawer_item_ttl {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: solid 2px #000;
  padding-bottom: 0.33333em;
  margin-bottom: 0.44444em;
}

.spDrawer_menu {
  padding-left: 1.25rem;
}

.spDrawer_menu_link {
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.375em 0;
  position: relative;
  display: block;
}

.spDrawer_menu_link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.spDrawer_menu_child {
  margin-bottom: 1rem;
}

.spDrawer_menu_child.flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spDrawer_menu_child.flexbox li {
  width: 50%;
}

.spDrawer_menu_child.flexbox li a {
  color: #000;
  display: block;
  padding: 0.375em 0.375em 0.375em 0;
  line-height: 1.5;
}

.lock {
  overflow: hidden;
}

.floatCtaBtn {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 98;
  -webkit-transition: all .3s;
  transition: all .3s;
  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;
  width: 55px;
  height: 170px;
  padding: 12px 6px;
  font-weight: bold;
  line-height: 1.25;
  background-color: #43B02A;
  color: #FFFFFF;
}

.floatCtaBtn::before {
  content: "";
  display: block;
  width: 31px;
  height: 21px;
  background-image: url(../images/icon_mail_w.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0.5em;
}

.floatCtaBtn:hover {
  opacity: 0.7;
}

/*
    ボタン
================================*/
.btnArea .hukidashi {
  color: #00B900;
}

.btnArea .hukidashi::before, .btnArea .hukidashi::after {
  background-color: #00B900;
}

.flexbox-btn {
  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;
  max-width: 750px;
  margin: auto;
}

.flexbox-btn .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 320px;
  flex: 1 1 320px;
}

.btn {
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #00695F;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  position: relative;
  padding: 0.625em;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

.btn:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .btn {
    padding: 0.9375em;
  }
}

.btn-arrow::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 0.5em;
  background-image: url(../images/icon_arrow_w.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-arrow-back::after {
  content: "←";
  right: auto;
  left: 1.5em;
}

@media screen and (min-width: 769px) {
  .btn-arrow {
    display: inline-block;
  }
}

/*
    見出し
================================*/
.ttl-border-l {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 0.7em;
  position: relative;
  margin-bottom: 2rem;
}

.ttl-border-l::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 11px);
  background-color: #333333;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .ttl-border-l {
    font-size: 1.875rem;
  }
}

.ttl-border-lb {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: solid 2px #333333;
  padding-left: 1.07692em;
  padding-bottom: 0.42308em;
  position: relative;
}

.ttl-border-lb::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 11px);
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .ttl-border-lb {
    font-size: 1.625rem;
  }
}

.ttl-bg-center {
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background-color: #00695F;
  padding: 1.25em 0.5em 1.25em;
  margin-bottom: 1.375rem;
}

@media screen and (min-width: 769px) {
  .ttl-bg-center {
    font-size: 1.8125rem;
    padding: 20px 18px 16px;
    padding: 0.68966em 0.55172em 0.55172em;
    margin-bottom: 2.875rem;
  }
}

.ttl-bg-center-black {
  background-color: #333;
}

.ttl-bg-g {
  background-color: #CBCBCB;
}

.ttl-bg {
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5;
  font-weight: bold;
  background-color: #000;
  padding: 0.4em 0.6em 0.35em;
  margin-bottom: 1.375rem;
}

@media screen and (min-width: 769px) {
  .ttl-bg {
    font-size: 1.5rem;
    padding: 0.375em 0.41667em 0.25em;
    margin-bottom: 1.875rem;
  }
}

.ttl-bg-l {
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  background-color: #1A1A1A;
  padding: 0.8em 0.8em 0.8em 1.6em;
  margin-bottom: 1.875rem;
  letter-spacing: 0.1em;
}

.ttl-bg-l::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 42px);
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ttl-reg {
  margin-top: 2.8125rem;
  margin-bottom: 1.875rem;
  padding: 0.8em 0.8em 0.8em 1.6em;
}

@media screen and (min-width: 769px) {
  .ttl-bg-l {
    font-size: 1.5rem;
    margin-bottom: 54px;
  }
  .ttl-reg {
    margin-top: 4.375rem;
    margin-bottom: 54px
  }
  .ttl-reg > .ecohosoHeader_ttl_main,
  .ttl-reg > .ecohosoHeader_ttl_sub {
    font-size: 1.4375rem;
  }
  .ttl-reg > .ecohosoHeader_ttl_main.ttl-border-l::before {
    height: 1.65217em;
  }
}

.ttl-bg-l.fullwidth {
  font-size: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ttl-bg-l.fullwidth::before {
  position: relative;
  top: auto;
  left: auto;
  height: 1.65217em;
  -webkit-transform: none;
  transform: none;
  margin-right: 0.56522em;
}

/*
    CTAエリア
================================*/
.cta {
  background-color: #43B02A;
  color: #FFFFFF;
  padding: 2.5rem 0;
  margin-top: 3.75rem;
}

@media screen and (min-width: 769px) {
  .cta {
    margin-top: 10.625rem;
  }
}

.cta .cta_inner.flexbox-pc {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 920px;
}

.cta .cta_inner.flexbox-pc .cta_mail {
  margin-top: 2.625rem;
}

@media screen and (min-width: 769px) {
  .cta .cta_inner.flexbox-pc .cta_tel, .cta .cta_inner.flexbox-pc .cta_mail {
    width: 48%;
  }
  .cta .cta_inner.flexbox-pc .cta_mail {
    margin-top: 0;
  }
}

.cta .ttl-border-lb {
  border-color: #FFFFFF;
}

.cta .ttl-border-lb::before {
  background-color: #FFFFFF;
}

.cta_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: solid 1px #FFFFFF;
  line-height: 1.5;
  padding-bottom: 0.2em;
  margin-bottom: 1rem;
}

.cta_tel_num {
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.05em;
}

.cta_tel_num::before {
  content: "";
  display: inline-block;
  width: 0.65625em;
  height: 0.875em;
  background-image: url(../images/icon_phone.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.cta_tel_open {
  font-size: 0.9375rem;
  line-height: 1.46667;
  margin-top: 0.375rem;
}

.cta_mail_btn {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
  border: solid 1px #707070;
  background-color: #FFFFFF;
  padding: 0.33333em 0.88889em 0.33333em;
  text-align: center;
}

.cta_mail_btn::before {
  content: "";
  display: block;
  width: 2.11111em;
  height: 1.44444em;
  background-image: url(../images/icon_mail.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.55556em;
}

@media screen and (min-width: 769px) {
  .cta_mail_btn {
    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;
    padding: 1em 0.88889em 0.88889em;
  }
  .cta_mail_btn::before {
    margin: 0 1.11111em 0 0;
  }
}

/*
    コンテンツページヘッダー
================================*/
.pageHeader {
  position: relative;
}

.pageHeader_img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (min-width: 769px) {
  .pageHeader_img {
    height: 280px;
  }
}

.pageHeader_ttl {
  font-size: 1.5rem;
  padding: 0 14px;
  line-height: 1.5;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  z-index: 2;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .pageHeader_ttl {
    font-size: 2.25rem;
  }
}

/*
    パンくずリスト
================================*/
.breadcrumbs {
  font-size: 0.6875rem;
  line-height: 1.5;
  padding: 0.5rem 0 0.4375rem;
  background-color: #E5E5E5;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumbs a {
  color: #333333;
}

.breadcrumbs .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.breadcrumbs_item + .breadcrumbs_item {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs_item + .breadcrumbs_item::before {
  content: "/";
  margin-right: 8px;
}

.breadcrumbs_item:last-child {
  padding-right: 10px;
}

@media screen and (min-width: 769px) {
  .breadcrumbs {
    font-size: 0.8125rem;
    padding: 1rem 0 0.75rem;
  }
}

/*
    セクション
================================*/
.sc_content_read {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .sc_content_read {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

/*
    リスト
================================*/
.list {
  line-height: 1.8;
}

.list li {
  position: relative;
  padding-left: 1em;
}

.list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list-check li {
  padding-left: 2em;
}

.list-check li + li {
  margin-top: 0.5em;
}

.list-check li::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.125em;
  background-image: url(../images/icon_list_check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.1875em;
  left: 0;
}

/*
    ボックス
================================*/
.box {
  padding: 1.375rem 1.125rem;
  margin-top: 2rem;
}

.box-border {
  border: solid 1px #000000;
}

.box-gray {
  background-color: #E5E5E5;
}

/*
    ページネーション
================================*/
.pagenation {
  font-size: 1.125rem;
  margin-top: 1.875rem;
}

@media screen and (min-width: 769px) {
  .pagenation {
    font-size: 1.5rem;
    margin-top: 50px;
  }
}

.pagenation .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagenation_item {
  margin: 0.28571em;
}

.pagenation_item a {
  color: #333333;
  display: block;
  padding: 0.41667em 0.16667em;
  background-color: #FFFFFF;
  text-align: center;
  min-width: 1.875em;
  border: solid 1px #666666;
}

.pagenation_item a:hover {
  color: #FFFFFF;
  background-color: #000;
  opacity: 1;
}

.pagenation_item.current a {
  color: #FFFFFF;
  background-color: #000;
}

.pagenation_btn-prev a, .pagenation_btn-next a {
  padding: 0.95833em 0.20833em;
  position: relative;
  border: none;
}

.pagenation_btn-prev a::after, .pagenation_btn-next a::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.pagenation_btn-prev a:hover, .pagenation_btn-next a:hover {
  color: #000;
  background-color: transparent;
}

.pagenation_btn-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/*
    モーダル
================================*/
.modaal-gallery-control {
  width: 35px;
  height: 60px;
  top: 100%;
  background: none;
}

.modaal-gallery-control::before, .modaal-gallery-control::after {
  top: 11px;
  left: 16px;
  width: 2px;
  height: 20px;
}

.modaal-gallery-control::before {
  margin: 3px 0 0;
}

.modaal-gallery-control::after {
  margin: 16px 0 0;
}

.modaal-gallery-control.modaal-gallery-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: 0;
  background: transparent;
}

@media screen and (min-width: 769px) {
  .modaal-gallery-control {
    width: 35px;
    height: 60px;
    top: 50%;
  }
  .modaal-gallery-control::before, .modaal-gallery-control::after {
    height: 40px;
  }
  .modaal-gallery-control::before {
    margin: -15px 0 0;
  }
  .modaal-gallery-control::after {
    margin: 13px 0 0;
  }
  .modaal-gallery-control.modaal-gallery-prev {
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
  }
}

.modaal-image .modaal-content {
  border: solid 8px #fff;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 769px) {
  .modaal-image .modaal-content {
    border: solid 12px #fff;
  }
  .modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.modaal-close {
  display: none;
}

.modaal-container::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2.1875rem;
  background-image: url(../images/icon_modal_close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -2.8125rem;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .modaal-container::before {
    width: 3.125rem;
    height: 4.375rem;
    top: -5rem;
  }
}

/*
    フォーム
================================*/
.form {
  background-color: #FFFFFF;
  border: solid 1px #B2B2B2;
  padding: 1.25rem 10px 5.625rem;
}

@media screen and (min-width: 769px) {
  .form {
    padding: 3.625rem 20px 6.5rem;
  }
}

.form p + p {
  margin-top: 0.75rem;
}

.form .form_inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.form .fo-address {
  white-space: nowrap;
}

.form .fo-address .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form .fo-address #fo-postalcode, .form .fo-address #fo-city {
  margin-left: 0.75rem;
}

.form .fo-address #fo-postalcode {
  max-width: 180px;
}

.form .fo-address #fo-city {
  max-width: 272px;
}

.form .fo-furusato {
  font-weight: bold;
}

.form .fo-furusato.flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -0.375rem 0 0 -1.75rem;
}

.form .fo-furusato.flexbox li {
  margin: 0.375rem 0 0 1.75rem;
}

.form .fo-furusato.flexbox li:last-of-type {
  margin-left: 1.75rem;
}

.form .fo-furusato.flexbox li.none {
  display: none;
}

.form_btnArea {
  margin-top: 3.5rem;
}

.form_btnArea.flexbox-pc {
  text-align: center;
}

.form_btnArea.flexbox-pc .form_btn {
  margin-left: auto;
  margin-right: auto;
}

.form_btnArea.flexbox-pc .form_btn + .form_btn {
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  .form_btnArea.flexbox-pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form_btnArea.flexbox-pc .form_btn {
    margin: 0;
  }
  .form_btnArea.flexbox-pc .form_btn + .form_btn {
    margin-left: 2rem;
    margin-top: 0;
  }
  .form .fo-furusato.flexbox li:last-of-type {
    margin-left: 0.75em;
  }
  .form .fo-furusato.flexbox li.none {
    width: 100%;
    height: 0;
    display: block;
  }
}

.form_btn {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #000;
  text-align: center;
  border: none;
  padding: 0.5em;
  max-width: 320px;
}

.form_btn-back {
  background-color: #808080;
}

.form {
  line-height: 1.8;
}

.form dl {
  margin: 0 auto;
  overflow: hidden;
}

.form dl dt {
  clear: both;
  width: auto;
  float: none;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .form dl dt {
    font-size: 1.0625rem;
    margin-top: 32px;
  }
}

.form dl dt .required {
  font-size: 0.9375rem;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #000;
  margin-left: 0.8em;
  line-height: 1;
  padding: 0.06667em 0.53333em;
}

@media screen and (min-width: 769px) {
  .form dl dt .required {
    padding: 0.2em 0.53333em;
  }
}

.form dl dd {
  width: auto;
  float: none;
  margin-top: 3px;
}

@media screen and (min-width: 769px) {
  .form dl dd {
    margin-top: 10px;
  }
}

.confirmForm {
  font-size: 0.9375rem;
}

.confirmForm form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.confirmForm_ttl {
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 769px) {
  .confirmForm_ttl {
    margin-bottom: 5.1875rem;
  }
}

.confirmForm .flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.confirmForm .flexbox dt {
  width: 100%;
  padding-top: 0.625rem;
}

.confirmForm .flexbox dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 769px) {
  .confirmForm .flexbox dt, .confirmForm .flexbox dd {
    padding: 1.3125rem 2.875rem;
  }
  .confirmForm .flexbox dt {
    width: 265px;
    padding: 1.3125rem 0 1.3125rem 5.75%;
  }
  .confirmForm .flexbox dd {
    padding: 1.3125rem 0 1.3125rem 5.75%;
  }
}

.confirmForm dl {
  border-bottom: solid 1px #000;
}

.confirmForm dl:first-child {
  border-top: solid 1px #000;
}

.confirmForm dt, .confirmForm dd {
  line-height: 1.8;
}

.confirmForm dt {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .confirmForm {
    font-size: 1rem;
  }
}

.completeForm_ttl {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.82609;
}

.completeForm_txt {
  margin-top: 0.75rem;
}

.completeForm_btn {
  margin-top: 2.875rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .completeForm_ttl {
    font-size: 1.4375rem;
  }
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="date"],
form textarea {
  width: 100%;
  padding: 13px 2%;
  border: none;
  background: #F1F1F1;
  border: solid 1px #B2B2B2;
  -webkit-appearance: none;
  font-size: 100%;
}

@media screen and (min-width: 769px) {
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form input[type="date"],
  form textarea {
    padding: 13px 2%;
  }
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form input[type="date"]:focus,
form textarea:focus {
  border: solid 2px #00695F;
  outline: none;
}

form textarea {
  display: block;
  width: 100%;
  padding: 16px 2%;
  border: none;
  background: #F1F1F1;
  border: solid 1px #B2B2B2;
  resize: vertical;
  -webkit-appearance: none;
  font-size: 100%;
}

@media screen and (min-width: 769px) {
  form textarea {
    padding: 18px 2%;
  }
}

form textarea:focus {
  border: solid 2px #00695F;
  outline: none;
}

form ul li input[type="radio"],
form ul li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 1px;
}

form ul {
  list-style-type: none;
}

form ul li label:hover {
  cursor: pointer;
}

form input[type="button"],
form input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

form input[type="button"]:hover,
form input[type="submit"]:hover {
  opacity: 0.8;
}

/*
    サイトフッター
================================*/
#siteFooter {
  background-color: #1A1A1A;
  color: #FFFFFF;
  padding: 2.25rem 0 1.125rem;
}

@media screen and (min-width: 769px) {
  #siteFooter {
    padding: 2.5rem 0;
  }
  #siteFooter .copyright {
    margin-top: 1.25rem;
    padding: 0.4375rem;
  }
}

.footer_menu {
  margin-bottom: 3.375rem;
}

.footer_menu_item {
  font-size: 1.5625rem;
  line-height: 1.73333;
  text-align: left;
  border-bottom: solid 2px #FFFFFF;
  padding: 0 14px;
  font-weight: bold;
}

.footer_menu_item a {
  color: #FFFFFF;
  display: block;
}

@media screen and (min-width: 769px) {
  .footer_menu > .flexbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_menu > .flexbox .footer_menu_item + .footer_menu_item {
    margin-left: 3rem;
  }
  .footer_menu_item {
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 0;
  }
}

.footer_info {
  font-size: 0.75rem;
}

.footer_info.flexbox-pc .footer_info_logo {
  width: 170px;
  margin: 0 auto 1.3125rem;
}

.footer_info.flexbox-pc .footer_info_addres {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer_info.flexbox-pc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_info.flexbox-pc .footer_info_logo {
    width: 180px;
    margin: 0;
  }
  .footer_info.flexbox-pc .footer_info_addres {
    margin-left: 1.75rem;
    text-align: left;
  }
  .footer_info.flexbox-pc .footer_info_menu {
    margin-left: auto;
  }
}

.footer_info_menu {
  margin: 0 -14px;
}

.footer_info_menu_item {
  font-size: 0.8125rem;
  line-height: 2.69231;
  text-align: left;
  border-bottom: solid 2px #FFFFFF;
  padding: 0 14px;
}

.footer_info_menu_item:first-child {
  border-top: solid 2px #FFFFFF;
}

.footer_info_menu_item a {
  color: #FFFFFF;
  display: block;
}

@media screen and (min-width: 769px) {
  .footer_info_menu > .flexbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 -0.66667em;
  }
  .footer_info_menu_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 0.66667em;
    border: none;
    padding: 0;
  }
  .footer_info_menu_item::before {
    content: "|";
    display: inline-block;
    font-weight: normal;
    margin-right: 0.66667em;
    margin-top: -2px;
  }
  .footer_info_menu_item:last-child::after {
    content: "|";
    display: inline-block;
    font-weight: normal;
    margin-left: 1em;
    margin-top: -2px;
  }
  .footer_info_menu_item:first-child {
    border-top: none;
  }
  .footer_info_menu_item.bold {
    background: none;
  }
}

/*
    背景オーバーレイ
================================*/
.overlay {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.overlay.active {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

/*===============================

    Page

================================*/
/*
    トップページ
================================*/
.index .inner {
  max-width: 1000px;
}

.index .cta {
  margin-top: 0;
}

.topVisual {
  position: relative;
}

.topVisual_img {
  min-height: 465px;
  background-image: url(../images/index/topvisual_bg_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .topVisual_img {
    min-height: 700px;
    background-image: url(../images/index/topvisual_bg.jpg);
  }
}

.topVisual_ttl {
  position: absolute;
  top: 108px;
  left: 0;
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  .topVisual_ttl {
    position: absolute;
    top: 108px;
    left: 138px;
  }
}

.indexInfo {
  padding-top: 0.875rem;
  background-color: #1A1A1A;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .indexInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
    background-color: rgba(26, 26, 26, 0.87);
  }
}

@media screen and (min-width: 769px) {
  .indexInfo > .flexbox-pc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .indexInfo > .flexbox-pc .indexInfo_ttl {
    width: 120px;
    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;
  }
  .indexInfo > .flexbox-pc .infoList {
    width: calc(100% - 120px);
    padding-left: 26px;
  }
  .indexInfo > .flexbox-pc .indexInfo_more {
    width: 100%;
  }
}

.indexInfo_ttl {
  color: #FFFFFF;
  font-size: 1.125rem;
  letter-spacing: 1px;
  text-align: left;
  border-bottom: solid 2px #FFFFFF;
  padding-bottom: 0.16667em;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .indexInfo_ttl {
    font-size: 1.4375rem;
    text-align: center;
    border-right: solid 2px #FFFFFF;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.indexInfo .infoList {
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .indexInfo .infoList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .indexInfo .infoList_item_ttl {
    margin-left: 72px;
  }
}

.indexInfo_more {
  text-align: right;
}

.indexInfo_more a {
  font-size: 0.8125rem;
  color: #FFFFFF;
  font-weight: bold;
  padding: 15px;
  display: inline-block;
}

.indexInfo_more a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(-2px);
  transform: rotate(45deg) translateY(-2px);
}

@media screen and (min-width: 769px) {
  .indexInfo_more a {
    font-size: 1rem;
  }
}

.infoList_item {
  padding: 1rem 0 0.625rem;
  border-bottom: solid 1px #FFFFFF;
}

.infoList_item_ttl {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 0.25rem;
}

.infoList_item_ttl a {
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .infoList_item {
    font-size: 1rem;
    padding: 10px 15px;
  }
}

.infoList_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.infoList_meta_date {
  font-size: 0.8125rem;
}

.infoList_meta_tag {
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  min-width: 72px;
  margin-left: 1.625rem;
  background-color: #00695F;
  padding: 3px 5px;
}

.infoList_meta_tag-news {
  background-color: #F05A24;
}

.infoList_meta_tag-work {
  background-color: #8BC53F;
}

@media screen and (min-width: 769px) {
  .infoList_meta_date {
    font-size: 0.9375rem;
  }
}

.indexAbout {
  padding: 5rem 0 4.375rem;
  background-image: url(../images/index/indexabout_bg_sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.indexAbout p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
}

.indexAbout p + p {
  margin-top: 1em;
}

.indexAbout_btn {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  border: solid 2px #FFFFFF;
  background-color: #1A1A1A;
  padding: 1.1em;
  margin-top: 1.6875rem;
}

@media screen and (min-width: 769px) {
  .indexAbout {
    padding: 175px 0;
    background-image: url(../images/index/indexabout_bg.png);
  }
  .indexAbout p {
    font-size: 1.25rem;
    line-height: 2.1;
  }
  .indexAbout p + p {
    margin-top: 1.8em;
  }
  .indexAbout_btn {
    font-size: 1.25rem;
    max-width: 473px;
    padding: 0.85em;
    margin-top: 1.6875rem;
  }
  .indexAbout_btn::after {
    width: 2.3em;
    height: 0.7em;
  }
}

.indexWorks {
  background-color: #F1F1F1;
  padding: 5.1875rem 0 6.125rem;
}

.worksGallery > .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}

.worksGallery > .flexbox .worksGallery_item {
  width: calc(50% - 10px);
  margin: 10px 0 0 10px;
}

@media screen and (min-width: 769px) {
  .worksGallery > .flexbox {
    margin: -12px 0 0 -12px;
  }
  .worksGallery > .flexbox .worksGallery_item {
    width: calc(25% - 12px);
    margin: 12px 0 0 12px;
  }
}

.worksGallery_item {
  position: relative;
}

.worksGallery_item_img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #666666;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.worksGallery_item_header {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  font-weight: bold;
  color: #FFFFFF;
}

.worksGallery_item_tag {
  font-size: 0.6875rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  min-width: 100px;
  background-color: #00695F;
  padding: 0.33333em;
  line-height: 1;
}

.worksGallery_item_tag.concrete {
  background-color: #666666;
}

.worksGallery_item_tag.srem {
  background-color: #662D90;
}

.worksGallery_item_tag.tuchihoso {
  background-color: #754C24;
}

.worksGallery_item_tag.furusato {
  background-color: #009145;
}

.worksGallery_item_tag.other {
  background-color: #F6921E;
}

.worksGallery_item_ttl {
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.28571;
  margin-top: 0.42857em;
}

@media screen and (min-width: 769px) {
  .worksGallery_item_tag {
    font-size: 0.75rem;
  }
  .worksGallery_item_ttl {
    font-size: 0.875rem;
  }
}

.worksGallery_item_more_btn {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #333333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
}

.worksGallery_item_more_btn::after {
  content: "";
  display: block;
  width: 1.94444em;
  height: 0.66667em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.16667em;
  background-image: url(../images/icon_arrow_b.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .worksGallery_item_more_btn {
    font-size: 1.125rem;
  }
}

.offerInfo.flexbox-pc .offerInfo_facebook {
  padding: 1.5rem 10px 0.75rem;
}

.offerInfo.flexbox-pc .offerInfo_radio {
  margin: 1.5rem 10px 0.75rem;
  padding: 1.25rem 1rem 1rem;
}

@media screen and (min-width: 769px) {
  .offerInfo.flexbox-pc .offerInfo_inner {
    max-width: 490px;
  }
  .offerInfo.flexbox-pc .offerInfo_facebook, .offerInfo.flexbox-pc .offerInfo_radio {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .offerInfo.flexbox-pc .offerInfo_facebook {
    padding: 0 0 4.25rem;
  }
  .offerInfo.flexbox-pc .offerInfo_facebook .offerInfo_inner {
    margin-left: auto;
    padding: 35px 18px 0 0;
  }
  .offerInfo.flexbox-pc .offerInfo_radio {
    margin: 0;
    padding: 0 0 4.25rem;
  }
  .offerInfo.flexbox-pc .offerInfo_radio .offerInfo_inner {
    margin-right: auto;
    padding: 35px 0 0 42px;
  }
}

.offerInfo_facebook {
  text-align: center;
}

.offerInfo_radio {
  background-image: url(../images/index/offerInfo_radio_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

.offerInfo_radio .ttl-border-lb {
  border-color: #FFFFFF;
}

.offerInfo_radio .ttl-border-lb::before {
  background-color: #FFFFFF;
}

.offerInfo_radio_body {
  margin-top: 1.625rem;
  padding: 0 1.5rem;
}

.offerInfo_radio_body_bold {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
}

.offerInfo_radio_btn {
  margin-top: 3.375rem;
  text-align: center;
}

.offerInfo_radio_btn .btn-arrow {
  color: #333333;
  background-color: #FFFFFF;
}

.offerInfo_radio_btn .btn-arrow::after {
  background-image: url(../images/icon_arrow_b.svg);
}

@media screen and (min-width: 769px) {
  .offerInfo_radio_btn {
    text-align: right;
  }
}

/*
    企業情報
================================*/
.page-company #mainContents {
  background-color: #F1F1F1;
}

.greeting_img {
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 1.3125rem;
}

.greeting_img_rinen {
  margin-top: 1.3125rem;
}

@media screen and (min-width: 769px) {
  .greeting_img {
    padding: 0;
  }
  .greeting_img.flexbox-pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .greeting_img_rinen {
    margin-top: 0;
  }
}

.greeting_img_rinen {
  margin-top: 1.3125rem;
}

.greeting_body {
  font-size: 0.9375rem;
}

.greeting_body p {
  line-height: 2.375;
}

@media screen and (min-width: 769px) {
  .greeting_body {
    font-size: 1rem;
  }
}

.greeting_ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2rem;
}

.greeting_ceo_name {
  width: 120px;
  margin-left: 1em;
}

.companyData {
  max-width: 900px;
  margin: auto;
}

.companyData > .flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.companyData > .flexbox dt, .companyData > .flexbox dd {
  padding: 1.125rem 0.625rem;
}

.companyData > .flexbox dt {
  width: 115px;
}

.companyData > .flexbox dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .companyData > .flexbox dt, .companyData > .flexbox dd {
    padding: 1.3125rem 3.125rem;
  }
  .companyData > .flexbox dt {
    width: 180px;
    padding-right: 1em;
  }
}

.companyData dl {
  border-bottom: solid 1px #A0A0A0;
  font-size: 0.9375rem;
}

.companyData dl:first-child {
  border-top: solid 1px #A0A0A0;
}

.companyData dt, .companyData dd {
  line-height: 1.8;
}

.companyData dt {
  font-weight: bold;
}

.companyData_map {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #A0A0A0;
}

.companyData_map .iframeWrap {
  padding-top: 104.22535%;
}

@media screen and (min-width: 769px) {
  .companyData_map .iframeWrap {
    padding-top: 48.25%;
  }
}

.chronology {
  margin-top: -26px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chronology dt {
  width: 180px;
  margin-top: 26px;
}

.chronology dt::before {
  content: "・";
}

.chronology dd {
  width: 100%;
  padding-left: 2em;
  margin-top: 4px;
}

.chronology dd p {
  margin-top: 0.5em;
}

@media screen and (min-width: 769px) {
  .chronology {
    margin-top: -26px;
  }
  .chronology dt, .chronology dd {
    margin-top: 26px;
  }
  .chronology dd {
    padding-left: 3%;
    width: calc(100% - 180px);
  }
}

@media screen and (min-width: 769px) {
  .history.flexbox-pc .chronology {
    width: calc(100% - 270px);
  }
  .history.flexbox-pc .history_img {
    width: 250px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*
    施工実績
================================*/
.worksMenu_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 769px) {
  .worksMenu_ttl {
    font-size: 1.625rem;
    margin-bottom: 2.25rem;
  }
}

.worksMenu > .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2.11% 0 0 -2.11%;
}

.worksMenu > .flexbox .worksMenu_item {
  width: 47.89%;
  margin: 2.11% 0 0 2.11%;
}

@media screen and (min-width: 769px) {
  .worksMenu > .flexbox {
    margin: -1.5% 0 0 -1.5%;
  }
  .worksMenu > .flexbox .worksMenu_item {
    width: 23.5%;
    margin: 1.5% 0 0 1.5%;
  }
}

.worksMenu_item a {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.3;
  height: 43px;
  padding: 0.5rem;
  background-color: #FFFFFF;
  border: solid 1px #00695F;
  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;
  text-align: center;
}

.worksMenu_item a.this {
  background-color: #0E7664;
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .worksMenu_item a {
    font-size: 1.125rem;
    padding: 0.25em;
    height: 50px;
    color: #333333;
  }
  .worksMenu_item a:hover {
    color: #FFFFFF;
    background-color: #00695F;
    opacity: 1;
  }
}

.construction {
  margin-top: 5rem;
}

@media screen and (min-width: 769px) {
  .construction {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 769px) {
  .construction_result > .flexbox-pc .construction_result_main {
    width: 54.69%;
  }
  .construction_result > .flexbox-pc .construction_result_body {
    width: 45.31%;
    padding-left: 1rem;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .construction_result > .flexbox-pc .construction_result_body .construction_result_body_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .construction_result > .flexbox-pc .construction_result_body .construction_result_body_img {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.construction_result {
  padding: 2rem 0;
  background-color: #F1F1F1;
}

@media screen and (min-width: 769px) {
  .construction_result {
    padding: 4rem 0;
  }
}

.construction_result:nth-child(odd) {
  background-color: #CBCBCB;
}

.construction_result_main_img {
  width: 100%;
  height: 100%;
  max-height: 569px;
  height: 70.4vw;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (min-width: 769px) {
  .construction_result_main_img {
    height: 41.47vw;
    max-height: 394px;
  }
}

.construction_result_body_tag {
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  min-width: 165px;
  background-color: #00695F;
  padding: 0.47368em 0.26316em 0.36842em;
  color: #FFFFFF;
  margin-top: 1rem;
  line-height: 1;
}

.construction_result_body_tag.concrete {
  background-color: #666666;
}

.construction_result_body_tag.srem {
  background-color: #662D90;
}

.construction_result_body_tag.tuchihoso {
  background-color: #754C24;
}

.construction_result_body_tag.furusato {
  background-color: #009145;
}

.construction_result_body_tag.other {
  background-color: #F6921E;
}

@media screen and (min-width: 769px) {
  .construction_result_body_tag {
    font-size: 1.1875rem;
    margin-top: 0;
  }
}

.construction_result_body_ttl {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.84211em;
}

@media screen and (min-width: 769px) {
  .construction_result_body_ttl {
    font-size: 1.1875rem;
    margin-top: 0.84211em;
  }
}

.construction_result_body_txt {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 0.4em;
}

@media screen and (min-width: 769px) {
  .construction_result_body_txt {
    font-size: 1rem;
    margin-top: 1.375em;
  }
}

.construction_result_body_img {
  margin-top: 1rem;
}

.construction_result_body_img > .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}

.construction_result_body_img > .flexbox .construction_result_body_img_thumb {
  width: calc(50% - 16px);
  margin: 16px 0 0 16px;
}

.construction_result_body_img_thumb img {
  width: 100%;
  height: 100%;
  max-height: 278px;
  height: 34.93vw;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (min-width: 769px) {
  .construction_result_body_img_thumb img {
    height: 15.89vw;
    max-height: 146px;
  }
}

/*
    プライバシーポリシー
================================*/
.privacy_text {
  margin-top: 36px;
}

.privacy_text .privacy_name p {
  font-size: 16px;
  font-weight: 600;
  height: 22px;
  line-height: 22px;
  border-left: 4px solid #1A1A1A;
  padding-left: 10px;
  margin-bottom: 17px;
}

.privacy_text .text p {
  font-size: 14px;
  letter-spacing: .05em;
}

.privacy_text .text > ul {
  margin-top: 35px;
}

.privacy_text .text > ul > li a {
  font-weight: 600;
}

@media screen and (max-width: 374px) {
  .privacy_text .privacy_name p {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .privacy_text {
    margin-top: 44px;
  }
  .privacy_text .privacy_name p {
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .privacy_text .text p {
    font-size: 16px;
  }
  .privacy_text .text > ul {
    margin-top: 30px;
  }
  .privacy_text .text > ul > li a {
    font-weight: 400;
    border-bottom: 1px solid #333333;
    padding-bottom: 3px;
  }
}

/*
    サイトマップ
================================*/
.site_category {
  background-color: #E5E5E5;
  padding: 20px 10px 30px;
}

.site_category:nth-of-type(n + 2) {
  margin-top: 35px;
}

.site_category .name p {
  font-size: 16px;
  font-weight: 600;
  height: 28px;
  line-height: 28px;
  border-left: 4px solid #1A1A1A;
  padding-left: 15px;
  margin-bottom: 25px;
}

.site_category .site_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -33px;
  margin-top: -15px;
}

.site_category .site_link_list:nth-of-type(n + 2) {
  margin-top: 0;
}

.site_category .site_link_list li {
  margin-top: 15px;
}

.site_category .site_link_list li.sp_single,
.site_category .site_link_list li.both_single {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.site_category .site_link_list li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: 22px;
}

.site_category .site_link_list a {
  padding-left: 25px;
  position: relative;
  margin-left: 33px;
  letter-spacing: .05em;
}

.site_category .site_link_list a::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0;
  transform: translateY(-10%);
  background: no-repeat url(../images/link_arr_b.png) center center / contain;
  width: 8px;
  height: 16px;
}

@media screen and (min-width: 769px) {
  .site_category {
    padding: 15px 15px 25px;
  }
  .site_category .name p {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 35px;
  }
  .site_category .site_link_list {
    margin-left: -40px;
    margin-top: -18px;
  }
  .site_category .site_link_list li {
    margin-top: 18px;
  }
  .site_category .site_link_list li.sp_single {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  .site_category .site_link_list li .category_s {
    margin-left: 64px;
  }
  .site_category .site_link_list li > ul {
    margin-left: 65px;
  }
  .site_category .site_link_list.site_link_list_tech {
    margin-left: 4px;
  }
  .site_category .site_link_list.site_link_list_tech li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px !important;
    flex: 0 0 320px !important;
  }
  .site_category .site_link_list a {
    padding-left: 28px;
    margin-left: 44px;
  }
  .site_category .site_link_list.site_link_list_tech li a {
    margin-left: 0;
  }
}

/*
    お問い合わせ
================================*/
.contact_top {
  border: 1px solid #000000;
  padding: 25px 7px 35px;
}

.contact_top .contact_top_text {
  margin-bottom: 13px;
}

.contact_top .contact_top_text > p {
  font-size: 18px;
  font-weight: 600;
}

.contact_top .contact_top_fax {
  margin-top: 20px;
}

.contact_top .contact_top_tel p:first-of-type,
.contact_top .contact_top_fax p:first-of-type {
  font-size: 30px;
  font-weight: 600;
  font-family: Arial;
  line-height: 1em;
}

.contact_top .contact_top_tel p:last-of-type,
.contact_top .contact_top_fax p:last-of-type {
  font-size: 16px;
}

.form_top_text .name p {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 600;
  height: 27px;
  line-height: 27px;
  padding-left: 10px;
  border-left: 4px solid #1A1A1A;
  margin-bottom: 30px;
}

.form_top_text .text {
  padding: 0 5px;
  margin-bottom: 25px;
}

.form_top_text .text p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .05em;
}

.contact_page .form {
  background-color: #CBCBCB;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  border: none;
  margin-bottom: -3.75rem;
}

.contact_page .form a.form_read {
  font-size: 14px;
  display: block;
  max-width: 600px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .contact_top {
    padding: 30px 25px 40px;
  }
  .contact_top .contact_top_text {
    margin-bottom: 40px;
  }
  .contact_top .contact_top_text > p {
    font-size: 20px;
  }
  .contact_top .contact_top_tel,
  .contact_top .contact_top_fax {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact_top .contact_top_fax {
    margin-top: 30px;
  }
  .contact_top .contact_top_tel p:first-of-type,
  .contact_top .contact_top_fax p:first-of-type {
    font-size: 34px;
  }
  .contact_top .contact_top_tel p:last-of-type,
  .contact_top .contact_top_fax p:last-of-type {
    padding-left: 45px;
  }
  .form_top_text .name p {
    margin-top: 88px;
    font-size: 30px;
    height: 34px;
    line-height: 34px;
    padding-left: 22px;
    margin-bottom: 36px;
  }
  .form_top_text .text {
    margin-bottom: 5px;
  }
  .form_top_text .text p {
    font-size: 16px;
    font-weight: 400;
  }
  .contact_page .form {
    background-color: #CBCBCB;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
    width: 100%;
  }
  .contact_page .form a.form_read {
    font-size: 13px;
    font-weight: 600;
  }
}

/*
    新着情報
================================*/
.info_list {
  margin-top: 20px;
}

.info_list ul {
  border-top: 1px solid #555;
}

.info_list ul > li > a {
  display: block;
  padding: 14px 0 9px;
  border-bottom: 1px solid #555;
}

.info_list ul > li > a .info_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.info_list ul > li > a .info_detail .label {
  color: #fff;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  width: 100px;
  margin-left: 54px;
  text-align: center;
}

.info_list ul > li > a .info_detail .label.color_o {
  background-color: #F05A24;
}

.info_list ul > li > a .info_detail .label.color_g {
  background-color: #6FA150;
}

.info_list ul > li > a .info_title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .info_list {
    margin-top: 30px;
  }
  .info_list ul {
    border-top: none;
  }
  .info_list ul > li > a {
    padding: 20px 0 9px;
  }
  .info_list ul > li > a .info_detail {
    margin-bottom: 10px;
  }
  .info_list ul > li > a .info_title p {
    font-size: 17px;
  }
}

/*
    ラジオ
================================*/
.radio_content .flexbox-pc {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radio_content .flexbox-pc .flex-item {
  width: 100%;
  max-width: 300px;
  margin: auto;
  background-color: #fff;
  padding: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.radio_content .flexbox-pc .flex-item:nth-of-type(n + 2) {
  margin-top: 20px;
}

.radio_content .flexbox-pc .flex-item:nth-of-type(n + 4) {
  margin-top: 30px;
}

.radio_content .flexbox-pc .flex-item:last-of-type {
  margin: 20px auto 100px;
}

.radio_content .flexbox-pc .flex-item .img img {
  width: 100%;
}

.radio_content .flexbox-pc .flex-item .label p {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 600;
  background-color: #00695F;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.radio_content .flexbox-pc .flex-item .date p {
  font-size: 13px;
  letter-spacing: .05em;
}

.radio_content .flexbox-pc .flex-item .title p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 30px;
}

.radio_content .flexbox-pc .flex-item .play_btn {
  max-width: 108px;
  height: auto;
}

@media screen and (min-width: 769px) {
  .radio_content .flexbox-pc .flex-item {
    width: calc(33.3333% - 12px * 2 / 3);
    margin-right: 12px;
  }
  .radio_content .flexbox-pc .flex-item:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .radio_content .flexbox-pc .flex-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .radio_content .flexbox-pc .flex-item:nth-of-type(n + 4) {
    margin-top: 30px;
    margin-left: 0;
  }
  .radio_content .flexbox-pc .flex-item:last-of-type {
    margin-left: 0;
    margin-right: auto;
  }
  .radio_content .flexbox-pc .flex-item .label p {
    font-size: 16px;
  }
}

/*
    技術紹介（共通）
================================*/
.page-technical #mainContents {
  background-color: #F1F1F1;
}

.page-technical .page_content {
  font-size: 0.9375rem;
}

.page-technical .page_content .img {
  text-align: center;
}

.page-technical .page_content_item {
  margin-top: 2.3125rem;
}

@media screen and (min-width: 769px) {
  .page-technical .page_content {
    font-size: 1rem;
  }
  .page-technical .page_content_item {
    margin-top: 3.75rem;
  }
}

.page-technical .page_content_read {
  font-size: 0.9375rem;
}

@media screen and (min-width: 769px) {
  .page-technical .page_content_read {
    font-size: 1.125rem;
  }
}

.page-technical .page_content p:not([class]) + p:not([class]) {
  margin-top: 1em;
}

.page-technical .ttl-bg {
  margin-top: 2.8125rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .page-technical .ttl-bg {
    margin-top: 4.375rem;
    text-align: left;
  }
}

.techHeader {
  position: relative;
}

.techHeader_img {
  width: 100%;
  height: 415px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.techHeader_body {
  color: #FFFFFF;
  width: 100%;
  min-height: 250px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.5rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.techHeader_ttl {
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.375rem;
}

@media screen and (min-width: 769px) {
  .techHeader_ttl.flexbox-pc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .techHeader_ttl.flexbox-pc .techHeader_ttl_sub {
    margin-left: 1.45455em;
  }
}

.techHeader_ttl_main {
  font-size: 1.75rem;
}

.techHeader_ttl_sub {
  font-size: 1.125rem;
}

.techHeader_ttl::after {
  content: "";
  display: block;
  width: 155px;
  height: 4px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.techHeader_txt {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 1.76471em;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 769px) {
  .techHeader_img {
    height: 450px;
  }
  .techHeader_ttl {
    padding-bottom: 0.75rem;
  }
  .techHeader_ttl_main {
    font-size: 2.5rem;
  }
  .techHeader_ttl_sub {
    font-size: 1.375rem;
  }
  .techHeader_txt {
    font-size: 1.0625rem;
  }
}

.techFooter {
  padding: 1.3125rem 0;
  color: #FFFFFF;
  background-color: #00695F;
}

.techFooter_txt {
  font-size: 0.9375rem;
  line-height: 1.42308;
  text-align: center;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 769px) {
  .techFooter {
    padding: 2.8125rem 0;
  }
  .techFooter_txt {
    font-size: 1.625rem;
    margin-bottom: 1.5rem;
  }
}

/*
    技術紹介（トップ）
================================*/
.techMenu > .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.techMenu > .flexbox .techMenu_item {
  max-width: 226px;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.techMenu > .flexbox .techMenu_item_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page_content > .inner > .page_content_label {
  background-color: #296FC2;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 27px 0 28px;
  margin-top: 80px;
}

@media screen and (min-width: 481px) {
  .techMenu > .flexbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -14px 0 0 -14px;
  }
  .techMenu > .flexbox .techMenu_item {
    width: calc(50% - 14px);
    max-width: 100%;
    margin: 14px 0 0 14px;
  }
  .page_content > .inner > .page_content_label {
    font-size: 25px;
  }
}

@media screen and (min-width: 769px) {
  .techMenu > .flexbox .techMenu_item {
    width: calc(25% - 14px);
  }
}

.techMenu_item {
  background-color: #1A1A1A;
  padding: 0.75rem;
}

.techMenu_item_ttl {
  font-size: 1.0625rem;
  color: #00695F;
  font-weight: bold;
  line-height: 1.5;
  border-top: solid 2px #00695F;
  padding-top: 0.41176em;
  margin-top: 0.5rem;
}

.techMenu_item_txt {
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 1.5;
  margin-top: 0.35714em;
}

.techMenu_item_btn {
  padding: 3px;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.techMenu_item_btn::after {
  right: 1em;
}

/*
    技術紹介（decosdry）
================================*/
.page-technical-boron .techFooter_b {
  background-color: #296FC2 !important;
}
.page_content_decosdry .ttl-bg {
  font-size: 20px;
  color: #333333;
}
.page_content_decosdry .ttl-bg > span {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.page_content_decosdry .ttl-bg.ttl-bg-g {
  background-color: #8BC53F;
}
.page_content_decosdry .ttl-bg.ttl-bg-b {
  background-color: #29AAE1;
}
.page_content_decosdry .ttl-bg.ttl-bg-o {
  background-color: #FF921E;
}
.page_content_decosdry .flexbox-pc .flexitem > p:not(class) {
  font-size: 15px;
}
.page_content_decosdry .flexbox-pc .name {
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 8px;
}
.page_content_decosdry .flexbox-pc .name:nth-of-type(n + 2) {
  margin-top: 35px;
}
.page_content_decosdry .flexbox-pc img.flexitem {
  max-height: 300px;
}
.page_content_decosdry .flexbox-pc .flexitem .name_g {
  color: #8BC53F;
}
.page_content_decosdry .flexbox-pc .flexitem .name_b {
  color: #29AAE1;
}
.page_content_decosdry .flexbox-pc .flexitem .name_o {
  color: #FF921E;
}
.page_content_decosdry .page_content_decosdry_other {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_content_decosdry .page_content_decosdry_other .page_content_decosdry_other_item {
  width: 100%;
  margin-right: 0;
}
.page_content_decosdry .page_content_decosdry_other .page_content_decosdry_other_item:nth-of-type(2n) {
  margin-right: 0;
}
.page_content_decosdry .page_content_decosdry_other .page_content_decosdry_other_item .ttl-bg {
  background-color: #CBCBCB;
}
.page_content_decosdry .page_content_decosdry_other .page_content_decosdry_other_item > .img {
  width: 100%;
  max-height: 235px;
  overflow: hidden;
  margin-bottom: 15px;
}
.page_content_decosdry .page_content_decosdry_other .page_content_decosdry_other_item > .img > img {
  object-fit: cover;
}
.page_content_decosdry .page_content_decosdry_other_item .ttl-bg > span {
  font-size: 25px;
  margin-left: 24px;
}

@media screen and (min-width: 769px) {
  .page_content_decosdry .page_content_decosdry_other .page_content_decosdry_other_item {
    width: calc(50% - 24px);
    margin-right: 24px;
  }
  .page_content_decosdry .page_content_decosdry_other .page_content_decosdry_other_item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .page_content_decosdry .page_content_decosdry_other_item .ttl-bg {
    font-size: 17px;
  }
  .page_content_decosdry .page_content_decosdry_other_item .ttl-bg > span {
    font-size: 20px;
    margin-left: 15px;
    margin-top: -5px;
  }
}

/*
    技術紹介（ボロンdeガード工法）
================================*/
.page-technical-boron .ttl-bg {
  background-color: #006E00;
}

.page-technical-boron .techFooter {
  background-color: #006E00;
}

.feature {
  padding: 3.125rem 0;
  background-color: #A5E1F9;
}

.feature_item + .feature_item {
  margin-top: 2.5rem;
}

.feature_item.flexbox-pc .feature_item_box {
  margin: 1rem 0 0 0;
}

@media screen and (min-width: 769px) {
  .feature_item.flexbox-pc .feature_item_round {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 203px;
    flex: 1 0 203px;
  }
  .feature_item.flexbox-pc .feature_item_box {
    margin: 0 0 0 1rem;
  }
}

.feature_item_round {
  font-size: 1.5625rem;
  line-height: 1.52;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  width: 6.44em;
  height: 6.44em;
  margin-left: auto;
  margin-right: auto;
  background-color: #00A9ED;
  border-radius: 50%;
  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;
}

.feature_item_box {
  line-height: 1.75;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 1.5rem 1.25rem;
}

.feature_item_box_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  color: #00A9ED;
  text-align: center;
}

.feature_item_box_txt {
  margin-top: 0.625rem;
}

@media screen and (min-width: 769px) {
  .feature_item_round {
    font-size: 1.875rem;
    line-height: 1.36667;
    width: 6.76667em;
    height: 6.76667em;
  }
  .feature_item_box_ttl {
    text-align: left;
  }
}

/*
    HySPEED工法
================================*/
.page_content_hyspeed_top .text {
  margin-top: 30px;
  text-align: center;
}
.page_content_hyspeed_top .text .catch {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.page_content_hyspeed_top .text .desc p {
  font-size: 15px;
  margin-top: 0 !important;
  line-height: 2em;
  text-align: left;
}
.page_content > .inner > .page_content_label_hy {
  margin-top: 25px !important;
  background-color: #004789;
}
.hyspeed_method {
  background-color: #E5E5E5;
  width: 100%;
  max-width: 900px;
  margin: 20px auto 30px;
  text-align: center;
  padding: 26px 23px 20px;
}
.hyspeed_method > .title p {
  font-size: 20px;
  color: #004789;
  padding-bottom: 20px;
  font-weight: 600;
}
.hyspeed_method > .text p {
  font-size: 16px;
  padding-bottom: 15px;
}
.hyspeed_method > .hyspeed_method_items {
  margin: auto;
  width: 100%;
  max-width: 270px;
}
.hyspeed_method > .hyspeed_method_items > .hyspeed_method_item {
  background-color: #FAAF3B;
  font-size: 18px;
  margin: auto;
  font-weight: 600;
  padding: 7px 0;
}
.hyspeed_method > .hyspeed_method_items > .hyspeed_method_item:nth-of-type(n + 2) {
  margin-top: 15px;
}
.hyspeed_method_img > .img:nth-of-type(n + 2) {
  margin-top: 10px;
}
.hyspeed_method_img > .text {
  margin-top: 48px;
  background-color: #DBE8F8;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 18px !important;
  font-weight: 600;
}
.hyspeed_method_img > .text > .c_b {
  color: #004789;
  margin-bottom: 10px;
}
.hyspeed_method_img > .text > .c_r {
  color: #C0272D;
}
.hyspeed_method_move {
  margin: 44px auto 36px;
  text-align: center;
}
.hyspeed_method_move > p.title {
  font-size: 20px;
  color: #004789;
  margin-bottom: 25px;
}
.techFooter_b_d {
  background-color: #004789 !important;
}
@media screen and (min-width: 769px) {
  .page_content_hyspeed_top .text {
    margin-top: 60px;
    text-align: center;
  }
  .page_content_hyspeed_top .text .catch {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .page_content_hyspeed_top .text .desc p {
    font-size: 18px;
    text-align: center;
  }
  .page_content > .inner > .page_content_label_hy {
    margin-top: 60px !important;
  }
  .hyspeed_method > .title p {
    font-size: 26px;
  }
  .hyspeed_method > .text p {
    font-size: 18px;
    padding-bottom: 23px;
  }
  .hyspeed_method > .hyspeed_method_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
  }
  .hyspeed_method > .hyspeed_method_items > .hyspeed_method_item {
    width: calc(33.333% - 25px * 2 / 3);
    margin-right: 25px;
  }
  .hyspeed_method > .hyspeed_method_items > .hyspeed_method_item:last-of-type {
    margin-right: 0;
  }
  .hyspeed_method > .hyspeed_method_items > .hyspeed_method_item:nth-of-type(n + 2) {
    margin-top: 0px;
  }
  .hyspeed_method_move {
    margin: 64px auto 58px;
  }
}

/*
    パラボラ工法
================================*/
.page_content_parabola .inner .page_content_label_pa {
  background-color: #F6921E;
}

.page_content_parabola .inner .parabola_wh {
  max-width: 900px;
  margin: 42px auto 0;
}

.page_content_parabola .inner .parabola_wh .text p {
  line-height: 2em;
  letter-spacing: .03em;
  font-size: 15px;
}

.page_content_parabola .inner .parabola_wh .text:first-of-type {
  margin-bottom: 25px;
}

.page_content_parabola .inner .parabola_wh .text:last-of-type {
  margin-top: 23px;
}

.page_content_parabola .inner .parabola_wh .parabola_wh_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 360px;
  margin: auto;
}

.page_content_parabola .inner .parabola_wh .parabola_wh_items .parabola_wh_item {
  width: calc(50% - 8px / 2);
  margin-right: 8px;
  text-align: center;
  background-color: #FABE78;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
}

.page_content_parabola .inner .parabola_wh .parabola_wh_items .parabola_wh_item:nth-of-type(2n) {
  margin-right: 0;
}

.page_content_parabola .inner .parabola_wh .parabola_wh_items .parabola_wh_item:nth-of-type(n + 3) {
  margin-top: 8px;
}

.page_content_parabola .inner .parabola_wh .text_label {
  margin-top: 55px;
}

.page_content_parabola .inner .parabola_wh .text_label p {
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  height: 28px;
  padding-left: 17px;
  border-left: 4px solid #1A1A1A;
}

.parabola_features {
  margin-bottom: 55px;
}

.parabola_features .parabola_features_label p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  height: 43px;
  line-height: 43px;
  margin-top: 36px;
}

.parabola_features .parabola_features_label.parabola_features_label_g {
  background-color: #808080;
  margin-bottom: 27px;
}

.parabola_features .parabola_features_label.parabola_features_label_b {
  background-color: #333333;
  margin-bottom: 20px;
}

.parabola_features > .text {
  margin-bottom: 25px;
}

.parabola_features > .text > p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: .03em;
  margin: 0 !important;
}

.parabola_features .img {
  width: 250px;
  margin: auto;
}

.parabola_features .parabola_features_flex > div {
  width: 340px;
  max-width: 100%;
  margin: auto;
}

.parabola_features .parabola_features_flex > div:nth-of-type(n + 2) {
  margin-top: 33px;
}

.parabola_features .img > img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.parabola_features .parabola_features_flex > div img {
  margin-bottom: 10px;
  width: 100%;
}

.parabola_features .parabola_features_flex > div p {
  text-align: left;
  font-size: 13px;
}

.techFooter_o {
  background-color: #F6921E !important;
}

@media screen and (min-width: 769px) {
  .page_content_parabola .inner .parabola_wh .text p {
    font-size: 16px;
  }
  .page_content_parabola .inner .parabola_wh .parabola_wh_items {
    max-width: 100%;
  }
  .page_content_parabola .inner .parabola_wh .parabola_wh_items .parabola_wh_item {
    width: calc(20% - 10px * 4 / 5);
    font-size: 16px;
  }
  .page_content_parabola .inner .parabola_wh .parabola_wh_items .parabola_wh_item:nth-of-type(2n) {
    margin-right: 10px;
  }
  .page_content_parabola .inner .parabola_wh .parabola_wh_items .parabola_wh_item:nth-of-type(n + 3) {
    margin-top: 0px;
  }
  .page_content_parabola .inner .parabola_wh .parabola_wh_items .parabola_wh_item:last-of-type {
    margin-right: 0;
  }
  .page_content_parabola .inner .parabola_wh .text_label {
    margin-top: 74px;
  }
  .page_content_parabola .inner .parabola_wh .text_label p {
    font-size: 25px;
    line-height: 38px;
    height: 38px;
  }
  .parabola_features {
    max-width: 820px;
    margin: 0 auto 100px;
  }
  .parabola_features .parabola_features_label p {
    font-size: 22px;
    margin-top: 60px;
  }
  .parabola_features .parabola_features_label.parabola_features_label_b {
    margin-bottom: 23px;
  }
  .parabola_features > .text > p {
    font-size: 16px;
  }
  .parabola_features .img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .parabola_features .img > div:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 64%;
    flex: 1 0 64%;
    width: 100%;
  }
  .parabola_features .img > div:first-of-type img {
    width: 100%;
  }
  .parabola_features .img > div:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 31%;
    flex: 1 0 31%;
    padding-left: 18px;
  }
  .parabola_features .img > div:last-of-type img {
    width: 100%;
  }
  .parabola_features .parabola_features_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  }
  .parabola_features .parabola_features_flex > div {
    width: calc(50% - 17px / 2);
    margin-left: 17px;
  }
  .parabola_features .parabola_features_flex > div:nth-of-type(odd) {
    margin-left: 0;
  }
  .parabola_features .parabola_features_flex > div p {
    font-size: 16px;
  }
}

/*
    モルダム工法
================================*/
.page_content_morudamu .inner .page_content_label {
  background-color: #002D65;
  line-height: 1.5em;
}

.page_content_morudamu .morudamu_wh {
  margin: 23px auto 25px;
  max-width: 345px;
}

.page_content_morudamu .morudamu_wh .flexitem > p {
  line-height: 2em;
  letter-spacing: .03em;
}

.page_content_morudamu .ttl-bg-r {
  background-color: #D66161;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 20px;
}

.page_content_morudamu .caution_text {
  color: #D66161;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 34px;
}

.page_content_morudamu .morudamu_caution {
  max-width: 284px;
  margin: auto;
}

.page_content_morudamu .morudamu_caution .flexitem > p {
  margin-top: 5px;
}

.page_content_morudamu .morudamu_ace {
  margin-top: 30px;
}

.page_content_morudamu .morudamu_ace > .catch {
}

.page_content_morudamu .morudamu_ace .morudamu_catch_img {
  margin: 23px auto 26px;
  max-width: 340px;
}

.page_content_morudamu .morudamu_ace .morudamu_catch_img .flexitem > p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.page_content_morudamu .morudamu_merit {
  background-color: #F3E1E1;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 38px;
  padding-bottom: 34px;
}

.page_content_morudamu .morudamu_merit .img {
  max-width: 340px;
  margin: auto;
}

.page_content_morudamu .morudamu_construction {
  margin: 33px auto 0;
  max-width: 340px;
}

.page_content_morudamu .morudamu_construction > .img:nth-of-type(2) {
  margin-top: 56px;
}

.page_content_morudamu .techFooter_b {
  background-color: #002D65 !important;
}

/*
    ここ触ってる！！！！！！！
================================*/

.morudamu_move_inner {
  display: block;
  margin:0 auto;
}


 .move_item ul {
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto;
   justify-content: space-between;
}
.move_item img {
  width:450px;
  padding-bottom:20px;
}
.move_item {
  display:block;
 text-align:center;
}
@media screen and (max-width: 934px) {
  .move_item ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  justify-content: center;
}
}


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

  .page_content_morudamu .morudamu_wh {
    margin: 37px auto 73px;
    max-width: 100%;
  }
  .page_content_morudamu .morudamu_wh .flexitem > p {
    padding-top: 20px;
  }
  .page_content_morudamu .caution_text {
    margin-bottom: 22px;
  }
  .page_content_morudamu .morudamu_caution {
    max-width: 100%;
  }
  .page_content_morudamu .morudamu_caution .flexitem {
    width: calc(33.333% - 20px * 2 / 3);
    margin: 0 20px 0 auto;
  }
  .page_content_morudamu .morudamu_caution .flexitem:last-of-type {
    margin-right: 0;
  }
  .page_content_morudamu .morudamu_caution .flexitem > .img > img {
    width: 100%;
  }
  .page_content_morudamu .morudamu_ace {
    margin-top: 50px;
  }
  .page_content_morudamu .morudamu_ace .morudamu_catch_img {
    margin: 0 auto 26px;
    max-width: 98%;
  }
  .page_content_morudamu .morudamu_ace .morudamu_catch_img .flexitem > p {
    font-size: 18px;
  }
  .page_content_morudamu .morudamu_merit {
    padding-top: 46px;
    padding-bottom: 36px;
  }
  .page_content_morudamu .morudamu_merit .pc > p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 26px;
  }
  .page_content_morudamu .morudamu_merit .img {
    max-width: 823px;
    width: 90%;
  }
  .page_content_morudamu .morudamu_construction {
    margin: 70px auto 90px;
    max-width: 100%;
  }
  .page_content_morudamu .morudamu_construction > .img:nth-of-type(2) {
    margin-top: 70px;
  }

}

/*
    D-BOX
================================*/
.page_content_dbox .inner .text_label p {
  font-size: 19px;
  font-weight: 600;
  padding-left: 15px;
  border-left: 4px solid #1A1A1A;
  margin-top: 34px;
  margin-bottom: 37px;
}

.page_content_dbox .dbox_base_img {
  max-width: 252px;
  margin: auto;
}

.page_content_dbox .dbox_base_text {
  margin: 44px auto;
}

.page_content_dbox .dbox_base_text {
  line-height: 2em;
  letter-spacing: .04em;
}

.page_content_dbox .dbox_use .dbox_use_label p {
  background-color: #FD663D;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  height: 51px;
  line-height: 51px;
  margin-bottom: 23px;
}

.page_content_dbox .dbox_use .sp {
  max-width: 350px;
  margin: auto;
}

.page_content_dbox .dbox_use .sp .dbox_use_img_text .dbox_use_img_text_item {
  margin-top: 25px;
}

.page_content_dbox .dbox_use .sp .dbox_use_img_text .dbox_use_img_text_item .name p {
  font-size: 18px;
  color: #FD663D;
  line-height: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #FD663D;
}

.page_content_dbox .dbox_use .sp .dbox_use_img_text .dbox_use_img_text_item .text {
  margin-top: 5px;
}

.page_content_dbox .dbox_effect {
  background: linear-gradient(#0E3C21, #4B9644, #0E3C21);
  padding-top: 34px;
  padding-bottom: 45px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 53px;
  margin-bottom: 47px;
}

.page_content_dbox .dbox_effect .title p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 30px;
  letter-spacing: .1em;
}

.page_content_dbox .dbox_effect .flexbox-pc {
  max-width: 340px;
  margin: auto;
}

.page_content_dbox .dbox_effect .flexbox-pc .flexitem .label {
  color: #fff;
  font-size: 19px;
  background-color: #FD663D;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 17px;
  height: 35px;
  line-height: 35px;
  letter-spacing: .1em;
}

.page_content_dbox .dbox_effect .flexbox-pc .flexitem > p {
  color: #fff;
  letter-spacing: .03em;
}

.page-technical .page_content.page_content_dbox .dbox_effect .flexbox-pc .flexitem > p:not([class]) + p:not([class]) {
  margin-top: 7px;
}

.page_content_dbox .dbox_flow > div {
  max-width: 290px;
  margin: auto;
}

.page_content_dbox .techFooter_o {
  background-color: #FD663D !important;
}

.page_content_dbox .techFooter_o p.img {
  max-width: 175px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .page_content_dbox .inner {
    max-width: 920px !important;
  }
  .page_content_dbox .inner .text_label p {
    margin-top: 64px;
    margin-bottom: 25px;
    font-size: 25px;
    padding-left: 20px;
  }
  .page_content_dbox .dbox_base_img {
    max-width: 100%;
  }
  .page_content_dbox .dbox_base_text {
    margin: 30px auto 64px;
    font-size: 18px;
  }
  .page_content_dbox .dbox_use .dbox_use_label p {
    font-size: 25px;
    height: 47px;
    line-height: 47px;
    margin-bottom: 50px;
  }
  .page_content_dbox .dbox_use .pc > img {
    display: block;
    width: 97%;
    margin: auto;
  }
  .page_content_dbox .dbox_effect {
    margin-top: 105px;
    margin-bottom: 90px;
    padding: 44px 0;
  }
  .page_content_dbox .dbox_effect .title p {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .page_content_dbox .dbox_effect .flexbox-pc {
    max-width: 840px;
    width: 90%;
  }
  .page_content_dbox .dbox_effect .flexbox-pc .flexitem {
    width: calc(50% - 33px / 2);
    margin: 0 33px 0 0;
  }
  .page_content_dbox .dbox_effect .flexbox-pc .flexitem:last-of-type {
    margin-right: 0;
  }
  .page_content_dbox .dbox_effect .flexbox-pc .flexitem .label {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page_content_dbox .dbox_effect .flexbox-pc .flexitem > p {
    font-size: 17px;
  }
  .page_content_dbox .dbox_flow > div {
    max-width: 100%;
    margin: auto;
  }
  .page_content_dbox .techFooter_o p.img {
    max-width: 248px;
  }
  .page_content_dbox .techFooter_o p.img img {
    width: 100%;
  }
}

/*
    技術紹介（エコロジー舗装）
================================*/
.page-technical-eco .techHeader_img {
  height: 200px;
}

@media screen and (min-width: 769px) {
  .page-technical-eco .techHeader_img {
    height: 250px;
  }
}

.page-technical-eco .techHeader_body {
  min-height: auto;
}

.page-technical-eco .techHeader_ttl {
  padding-bottom: 0;
}

.page-technical-eco .techHeader_ttl_main {
  padding: 0 0 0 1rem;
  position: relative;
}

.page-technical-eco .techHeader_ttl_main::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 18px);
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .page-technical-eco .techHeader_ttl_main {
    padding: 0 0 0 1rem;
  }
  .page-technical-eco .techHeader_ttl_main::before {
    height: calc(100% - 26px);
  }
}

.page-technical-eco .techHeader_ttl_sub {
  margin-left: 1em;
}

.page-technical-eco .techHeader_ttl::after {
  display: none;
}

.page-technical-eco .page_content p:not([class]) {
  margin-top: 1em;
}

.page-technical-eco .ttl-bg {
  font-size: 1.125rem;
  text-align: left;
}

.page-technical-eco .ttl-bg-l {
  color: #333;
  margin-top: 3.875rem;
  background-color: #CBCBCB;
}

.page-technical-eco .ttl-bg-l::before {
  background-color: #333;
}

@media screen and (min-width: 769px) {
  .page-technical-eco .ttl-bg {
    font-size: 1.25rem;
  }
  .page-technical-eco .ttl-bg-l {
    margin-top: 5rem;
  }
}

.ecohosoHeader_ttl_main {
  margin-bottom: 0;
}

.ecohosoHeader_ttl_sub {
  font-size: 1rem;
  margin-left: 1em;
}

@media screen and (min-width: 769px) {
  .ecohosoHeader_ttl.flexbox-pc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ecohosoHeader_ttl_sub {
    font-size: 1.25rem;
    font-weight: bold;
  }
}

.ecohosoHeader_read {
  margin-top: 1.5rem;
}

@media screen and (min-width: 769px) {
  .ecohosoHeader_read {
    font-size: 1.25rem;
    line-height: 1.65;
  }
}

.ecohosoNav > .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ecohosoNav > .flexbox .ecohosoNav_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ecohosoNav > .flexbox .ecohosoNav_item + .ecohosoNav_item {
  margin-top: 3.5rem;
}

.ecohosoNav > .flexbox .ecohosoNav_item_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 481px) {
  .ecohosoNav > .flexbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -8.89% 0 0 -3.33%;
  }
  .ecohosoNav > .flexbox .ecohosoNav_item {
    width: 46.67%;
    max-width: 100%;
    margin: 8.89% 0 0 3.33% !important;
  }
}

.ecohosoNav_item_tag {
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #000;
  padding: 0.11111em 0.44444em 0.05556em;
  margin-bottom: 0.5rem;
}

.ecohosoNav_item_img {
  margin-top: 10px;
}

.ecohosoNav_item_ttl {
  font-size: 1.25rem;
  color: #000;
  border-left: solid 4px #000;
  padding-left: 0.41667em;
  line-height: 1.25;
  margin-top: 2rem;
}

.ecohosoNav_item_txt {
  margin-top: 0.75rem;
}

.ecohosoNav_item_btn {
  padding: 12px 10px 9px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.ecohosoNav_item_btn::after {
  right: 1em;
}

@media screen and (min-width: 769px) {
  .ecohosoNav_item_ttl {
    font-size: 1.5rem;
  }
  .ecohosoNav_item_txt {
    margin-top: 1.6875rem;
  }
}

.workSample > .flexbox-pc .workSample_item {
  margin-top: 27px;
}

.workSample > p.img {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .workSample > .flexbox-pc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
  }
  .workSample > .flexbox-pc .workSample_item {
    margin: 20px 0 0 20px;
  }
  .workSample > p.img {
    text-align: left !important;
  }

}

.workSample_item {
  text-align: center;
}

.workSample_item figure {
  display: inline-block;
}

.workSample_item_ttl {
  font-size: 1rem;
  background-color: #CBCBCB;
  padding: 0.375em 1em;
  margin-top: 0.625em;
  text-align: left;
  font-weight: bold;
}

.workMethod > .flexbox-pc {
  counter-reset: num;
}

.workMethod > .flexbox-pc.flex-text-img {
  margin: auto !important;
}

.workMethod > .flexbox-pc .workMethod_item {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.workMethod > .flexbox-pc .workMethod_item.no_num::before {
  display: none;
}

.workMethod > .flexbox-pc .workMethod_item .workMethod_item_img.no_arr::after {
  display: none;
}

.workMethod > .flexbox-pc .workMethod_item + .workMethod_item {
  margin-top: 2.875rem;
}

.workMethod > .flexbox-pc .workMethod_item_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.workMethod > .flexbox-pc .workMethod_item_txt::before {
  display: block;
  counter-increment: num;
  content: counter(num) ". ";
  margin-right: 0.25em;
}

.workMethod > .flexbox-pc .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 55.5%;
  flex: 1 0 55.5%;
  padding-right: 60px;
}

.workMethod > .flexbox-pc .img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 44.5%;
  flex: 1 0 44.5%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .workMethod > .flexbox-pc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -64px 0 0 -64px;
  }
  .workMethod > .flexbox-pc.flexbox-pc-two {
    width: 83%;
    margin: 0;
  }
  .workMethod > .flexbox-pc .workMethod_item {
    width: calc(33.333% - 64px);
    margin: 64px 0 0 64px !important;
  }
  .workMethod > .flexbox-pc.flexbox-pc-two .workMethod_item {
    width: calc(50% - 80px / 2);
    margin: 0 80px 0 0 !important;
    max-width: 335px;
  }
  .workMethod > .flexbox-pc.flexbox-pc-two .workMethod_item:last-of-type {
    margin-right: 0px !important;
  }
  .workMethod > .flexbox-pc .workMethod_item::before {
    display: block;
    counter-increment: num;
    content: counter(num);
    margin-bottom: 0.5rem;
  }
  .workMethod > .flexbox-pc .workMethod_item_txt::before {
    display: none;
  }
  .workMethod > .flexbox-pc .img {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .workMethod_item + .workMethod_item .workMethod_item_img {
    position: relative;
  }
  .workMethod_item + .workMethod_item .workMethod_item_img::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 18px solid #000;
    border-right: 18px solid transparent;
    position: absolute;
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .workMethod > .flexbox-pc.flexbox-pc-two .workMethod_item + .workMethod_item .workMethod_item_img::after {
    left: -47px;
  }
  .workMethod > .tsuchihoso_img > .img:nth-of-type(n + 2) {
    margin-top: 23px;
  }
  .workMethod > .tsuchihoso_list {
    padding-left: .4em;
  }
  .workMethod > .tsuchihoso_text {
    background-color: #fff;
    border: 1px solid #000000;
    padding: 25px 23px 28px;
    margin-top: 34px;
  }
  .workMethod > .tsuchihoso_text > .catch {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    font-weight: 600;
  }
  .tsuchihoso-ttl-bg {
    background-color: #CBCBCB;
    color: #000000;
    margin-bottom: 1em;
  }
  .diy_text {
    margin-left: .4em;
  }
  .reiwa-pc-img {
    margin-top: 30px;
  }
}

.workMethod_item_txt {
  font-size: 1.0625rem;
  margin-top: 0.88235em;
  line-height: 1.58824;
}

.workRecord > .flexbox-pc .workRecord_item {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.workRecord > .flexbox-pc .workRecord_item + .workRecord_item {
  margin-top: 2.875rem;
}

.workMethod > .srem_img {
  margin-top: 32px;
}

.workMethod > .srem_img .img {
  text-align: left;
}

.workMethod > .srem_img .img:nth-of-type(n + 2) {
  margin-top: 35px;
}

.workMethod > .tsuchihoso_img .ttl-bg {
  text-align: center;
  background-color: #333333;
}

.workMethod > .tsuchihoso_img > .sp > .img:nth-of-type(2n) {
  margin-top: 20px;
}

.workMethod > .tsuchihoso_text {
  background-color: #fff;
  border: 1px solid #000000;
  padding: 25px 10px 15px;
  margin-top: 30px;
}
.workMethod > .tsuchihoso_text > .catch {
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  font-weight: 600;
}
.workMethod > .tsuchihoso_text > div > p {
  margin-top: 0 !important;
  line-height: 2em;
}
.workMethod > .tsuchihoso_text > div > p:first-of-type {
  margin-top: 1em !important;
}
.tsuchihoso-ttl-bg {
  background-color: #CBCBCB;
  color: #000000;
  margin-bottom: 1em;
}
.diy_text {
  margin-left: .4em;
}
.reiwa-sp-img {
  margin-top: 20px;
}
.reiwa-sp-img .img {
  text-align: left !important;
}
.reiwa-sp-img > .img:nth-of-type(n + 2) {
  margin-top: 17px;
}
.reiwa-sp-img > p {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .workRecord > .flexbox-pc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -64px 0 0 -64px;
  }
  .workRecord > .flexbox-pc .workRecord_item {
    width: calc(33.333% - 64px);
    margin: 64px 0 0 64px !important;
  }
}

.workRecord_ttl {
  font-size: 1rem;
  background-color: #CBCBCB;
  padding: 0.375em 1em;
  margin-top: 0.625em;
}

/*
    ふるさと留守宅サポート
================================*/
.page-furusato #mainContents {
  background-color: #F1F1F1;
}

.page-furusato .page_content {
  overflow-x: hidden;
}

.page-furusato .techHeader_ttl_main {
  letter-spacing: 0.1em;
}

.page-furusato .page_content_read {
  font-size: 1.25rem;
  line-height: 1.81818;
  font-weight: bold;
  text-align: center;
}

.page-furusato .ttl-bg-center {
  margin-top: 3.375rem;
}

.page-furusato .ttl-bg {
  font-size: 1.25rem;
  padding: 0.4em 0.75em 0.3em;
  margin-top: 2rem;
  text-align: center;
  background-color: #333;
}

@media screen and (min-width: 769px) {
  .page-furusato .techHeader_ttl_main {
    font-size: 2.0625rem;
  }
  .page-furusato .page_content_read {
    font-size: 1.375rem;
  }
  .page-furusato .ttl-bg-center {
    font-size: 1.5625rem;
    margin-top: 6.25rem;
    padding: 1.12em 0.64em 1.04em;
  }
  .page-furusato .ttl-bg {
    font-size: 1.375rem;
    padding: 0.68182em 0.68182em 0.54545em;
    margin-top: 3.75rem;
    text-align: left;
  }
}

.furusatoAbout {
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  .furusatoAbout {
    margin-top: 3.375rem;
  }
}

.furusatoAbout_item {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2;
  background-color: #333333;
  padding: 2rem 0.75rem;
}

.furusatoAbout_item + .furusatoAbout_item {
  margin-top: 2.5rem;
}

.furusatoAbout_item.flexbox-pc .furusatoAbout_item_img {
  text-align: center;
  margin-top: 3.375rem;
}

@media screen and (min-width: 769px) {
  .furusatoAbout_item.flexbox-pc .furusatoAbout_item_body {
    width: 62.77%;
  }
  .furusatoAbout_item.flexbox-pc .furusatoAbout_item_img {
    width: 32.82%;
    margin-top: 0;
  }
}

.furusatoAbout_item_ttl {
  font-size: 1.25rem;
  line-height: 1.5;
}

.furusatoAbout_item_ttl::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #FFFFFF;
  margin-top: 10px;
}

.furusatoAbout_item_txt {
  font-size: 0.9375rem;
  margin-top: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .furusatoAbout_item {
    padding: 2rem;
  }
  .furusatoAbout_item_ttl {
    font-size: 1.375rem;
  }
  .furusatoAbout_item_txt {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.vacantHouse {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.vacantHouse_img.flexbox-pc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vacantHouse .list-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5em 0 0 -1em;
  font-weight: bold;
}

.vacantHouse .list-check li {
  margin: 0.5em 0 0 1em;
}

.vacantHouse .list-check li.none {
  display: none;
}

.vacantHouse .list-check li.none::before {
  height: 0;
}

@media screen and (min-width: 769px) {
  .vacantHouse .list-check {
    font-size: 1.125rem;
  }
  .vacantHouse .list-check li.none {
    width: 100%;
    display: block;
  }
}

.vacantHouse_notes {
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0.5rem;
}

@media screen and (min-width: 769px) {
  .vacantHouse_notes {
    font-size: 1.125rem;
  }
}

.emergencyPatrol_txt {
  line-height: 2.0;
  letter-spacing: 0.05em;
}

.pricePlan {
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #989898;
}

.pricePlan_inner {
  max-width: 600px;
}

.pricePlan_ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1.875rem;
}

.pricePlan_tbl {
  font-weight: bold;
}

.pricePlan_tbl.flexbox-pc .pricePlan_tbl_ttl {
  margin-top: 1.5625rem;
}

.pricePlan_tbl.flexbox-pc .pricePlan_tbl_data {
  margin-top: 0.375rem;
}

@media screen and (min-width: 769px) {
  .pricePlan_tbl.flexbox-pc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.755% 0 0 -0.755%;
  }
  .pricePlan_tbl.flexbox-pc .pricePlan_tbl_ttl, .pricePlan_tbl.flexbox-pc .pricePlan_tbl_data {
    margin: 0.755% 0 0 0.755%;
  }
  .pricePlan_tbl.flexbox-pc .pricePlan_tbl_ttl {
    width: 38.49%;
  }
  .pricePlan_tbl.flexbox-pc .pricePlan_tbl_data {
    width: 60%;
  }
}

.pricePlan_tbl_ttl, .pricePlan_tbl_data {
  text-align: center;
}

.pricePlan_tbl_ttl {
  background-color: #E5E5E5;
  padding: 0.8125em 1em 0.625em;
}

@media screen and (min-width: 769px) {
  .pricePlan_tbl_ttl {
    padding: 1.25em 1em 1.125em;
  }
}

.pricePlan_tbl_data {
  background-color: #FFFFFF;
  padding: 1.25em 1em 1.125em;
}

.pricePlan_notes {
  font-size: 0.9375rem;
  color: #FFFFFF;
  margin-top: 1.5rem;
}

.pricePlan_read {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.875rem;
}

.pricePlan_read::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  border-top: 29px solid #FAAF3B;
  border-bottom: 0 solid transparent;
  border-left: 86px solid transparent;
  border-right: 86px solid transparent;
}

@media screen and (min-width: 769px) {
  .pricePlan_ttl {
    font-size: 1.375rem;
  }
  .pricePlan_notes {
    font-size: 1rem;
  }
  .pricePlan_read {
    font-size: 1.375rem;
  }
  .pricePlan_read::after {
    border-top: 62px solid #FAAF3B;
    border-left: 137px solid transparent;
    border-right: 137px solid transparent;
  }
}

.pricePlan-sakutou {
  margin-top: 0;
  background-color: #323232;
}

.pricePlan-sakutou .pricePlan_inner {
  max-width: 670px;
}

.pricePlan-sakutou .pricePlan_tbl {
  font-size: 1.0625rem;
}

@media screen and (min-width: 769px) {
  .pricePlan-sakutou .pricePlan_ttl {
    font-size: 1.875rem;
  }
  .pricePlan-sakutou .pricePlan_tbl {
    font-size: 1.25rem;
  }
}

.optionCourse {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.optionCourse > .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px 0 0 -12px;
}

.optionCourse > .flexbox .optionCourse_item {
  width: calc(50% - 12px);
  margin: 12px 0 0 12px;
}

@media screen and (min-width: 769px) {
  .optionCourse > .flexbox .optionCourse_item {
    width: calc(20% - 12px);
    margin: 12px 0 0 12px;
  }
}

.optionCourse_item {
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background-color: #F5A01E;
  padding: 0.66667em 0.66667em 0.61111em;
}

.optionCourse_notes {
  font-weight: bold;
  color: #666666;
  margin-top: 1em;
}

.optionCourse_footer {
  font-weight: bold;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  background-color: #FFFFFF;
  margin-top: 1.625rem;
}

.optionCourse_footer_tel {
  font-size: 1.75rem;
}

@media screen and (min-width: 769px) {
  .optionCourse_notes {
    font-size: 1.125rem;
  }
  .optionCourse_footer {
    font-size: 1.1875rem;
  }
}

.flow > .flexbox-pc .flow_box {
  margin: 30px auto 0;
}

.flow > .flexbox-pc .flow_box-2 {
  width: 62%;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .flow > .flexbox-pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flow > .flexbox-pc .flow_box {
    width: 84.44%;
  }
  .flow > .flexbox-pc .flow_box-2 {
    width: 50%;
    margin-right: 7.78%;
  }
  .flow > .flexbox-pc .flow_box-3 {
    width: calc(33.333% - 30px);
  }
}

.flow_box {
  background-color: #FFFFFF;
  border: solid 2px #000;
  padding: 1rem;
  position: relative;
}

.flow_box_ttl {
  font-size: 1.1875rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}

.flow_box_ttl_num {
  font-family: Arial Black, Arial;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: .1em;
  margin-right: 0.5em;
}

.flow_box_ttl::after {
  content: "";
  display: block;
  width: 92px;
  height: 2px;
  background-color: #000;
  margin-top: 0.31579em;
}

.flow_box p {
  font-weight: bold;
  margin-top: 0.75rem;
  line-height: 1.75;
}

.flow_box_img {
  margin-top: 0.75rem;
}

.flow_box_img.flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flow_box_img.flexbox figure + figure {
  margin-left: 0.75rem;
}

.flow_box .box {
  margin-top: 0.75rem;
}

.flow_box .box p {
  font-size: 0.9375rem;
  margin-top: 0;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .flow_box_ttl {
    font-size: 1.25rem;
  }
  .flow_box p {
    font-size: 1.0625rem;
  }
}

.flow_notes {
  margin-top: 0.375rem;
}

@media screen and (min-width: 769px) {
  .flow_notes {
    width: 84.44%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow .flow_box_arrow-top::before, .flow .flow_box_arrow-bottom::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 29px solid #B2B2B2;
  border-bottom: 0 solid transparent;
  border-left: 102px solid transparent;
  border-right: 102px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow .flow_box_arrow-top::before {
  top: -60px;
}

.flow .flow_box_arrow-bottom::after {
  bottom: -65px;
}

.flow .flow_box_arrow-top {
  margin-top: 90px !important;
}

.flow .flow_box_arrow-bottom {
  margin-bottom: 90px !important;
}

@media screen and (min-width: 769px) {
  .flow .flow_box_arrow-top::before, .flow .flow_box_arrow-bottom::after {
    border-top: 69px solid #B2B2B2;
    border-bottom: 0 solid transparent;
    border-left: 243px solid transparent;
    border-right: 243px solid transparent;
  }
  .flow .flow_box_arrow-top::before {
    top: -100px;
  }
  .flow .flow_box_arrow-bottom::after {
    bottom: -105px;
  }
  .flow .flow_box_arrow-top {
    margin-top: 130px !important;
  }
  .flow .flow_box_arrow-bottom {
    margin-bottom: 100px !important;
  }
}

/*# sourceMappingURL=maps/style.css.map */
