/*--------------------------------------------------

    global-header

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .global-header {
    padding: 0 0 19px;
    line-height: 1;
    background: url(../images/common/pattern01.png) repeat; }
    .global-header_item {
      align-items: center;
      padding: 12px 0;
      margin: 0 0 20px;
      border-bottom: 1px solid #bababa; }
    .global-header_title {
      padding: 6px 0 9px calc(50% - 540px);
      color: #fff;
      font-size: 1.2rem;
      letter-spacing: 0.1em;
      background: url(../images/common/pattern02.png) repeat; }
    .global-header_logo {
      width: 180px; }
    .global-header_box {
      align-items: center; }
    .global-header_button {
      margin-left: 20px; } }

@media screen and (max-width: 767px) {
  .global-header_hamburger {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1;
    color: #fff;
    font-size: 1.1rem;
    background-color: #25723b;
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 1001;
    transition: all 0.5s; }
    .global-header_hamburger.is-active {
      right: calc(100% - 60px); }
    .global-header_hamburger span {
      display: block; }
    .global-header_hamburger_text {
      margin: 0 0 5px; }
    .global-header_hamburger_line {
      width: 28px;
      height: 3px;
      background-color: #fff; }
      .global-header_hamburger_line:not(:last-child) {
        margin-bottom: 5px; } }

/*--------------------------------------------------

    global-nav

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .global-nav_list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px; }
    .global-nav_list_item {
      flex: 1;
      text-align: center; }
    .global-nav_list a:hover, .global-nav_list a.is-current {
      color: #25723b; } }

@media screen and (max-width: 767px) {
  .global-nav {
    width: calc(100% - 60px);
    height: 100%;
    padding: 40px 20px 50%;
    background: url(../images/common/pattern01.png) repeat;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    transform: translate3d(100%, 0, 0);
    transition: all 0.5s;
    overflow-y: scroll; }
    .global-nav.is-open {
      box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.7);
      transform: translate3d(0, 0, 0); }
    .global-nav_inner {
      width: 100%; }
    .global-nav_logo {
      width: 146.25px;
      height: auto;
      margin: 0 auto 20px;
      text-align: center; }
      .global-nav_logo img {
        width: 100%;
        height: 100%; }
    .global-nav_list {
      width: 100%; }
      .global-nav_list_item {
        width: 100%;
        font-size: 1.5rem;
        padding: 10px 4px;
        border-bottom: 1px solid #e7e5dc; }
      .global-nav_list a {
        display: flex;
        align-items: center; }
        .global-nav_list a.is-current {
          color: #25723b; }
        .global-nav_list a:hover {
          color: #25723b; }
        .global-nav_list a::before {
          content: '';
          width: 11px;
          height: 11px;
          margin-right: 10px;
          border-radius: 50%;
          background-color: #fff;
          border: 3px solid #25723b; }
    .global-nav_box {
      width: 100%;
      margin: 20px 0 0; }
    .global-nav_tel {
      margin: 0 0 20px; } }

/*--------------------------------------------------

    catch

--------------------------------------------------*/
.catch {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  z-index: 0; }
  .catch_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  @media screen and (min-width: 768px) {
    .catch {
      height: 40.10417vw;
      max-height: 770px;
      min-height: 500px; } }
  @media screen and (max-width: 767px) {
    .catch {
      height: 31.6vh; } }
  .catch-under {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background: url(../images/common/pattern04.png) repeat;
    position: relative;
    z-index: 0; }
    .catch-under_title {
      padding: 0 0 6px;
      background: linear-gradient(90deg, #25723b, #25723b) no-repeat right bottom/90% 1px;
      position: relative; }
      .catch-under_title::before, .catch-under_title::after {
        content: '';
        position: absolute;
        z-index: 10;
        pointer-events: none; }
      .catch-under_title::before {
        width: 75.5px;
        height: 88px;
        background: url(../images/common/catch-under_title_shape01.png) no-repeat center/contain;
        top: 0;
        left: 0; }
      .catch-under_title::after {
        width: 43px;
        height: 45px;
        background: url(../images/common/catch-under_title_shape02.png) no-repeat center/contain;
        right: -30px;
        bottom: -20px; }
      .catch-under_title_text {
        display: inline-block;
        padding: 2px 15px 3px;
        background-color: #fff; }
    .catch-under_figure {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    .catch-under_image {
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 768px) {
      .catch-under {
        height: 340px; }
        .catch-under_title {
          margin-left: calc(50% - 540px);
          font-size: 4rem; }
          .catch-under_title_text {
            margin-left: 85px; }
        .catch-under_figure {
          width: 65.88542vw;
          min-width: 940px; }
        .catch-under_image {
          object-position: left; } }
    @media screen and (max-width: 767px) {
      .catch-under {
        height: 30vh; }
        .catch-under_title {
          margin-left: 2%;
          font-size: 2.5rem; }
          .catch-under_title::before {
            width: 41.94444px;
            height: 48.88889px;
            top: 10px; }
          .catch-under_title_text {
            margin-left: 50px; } }

/*--------------------------------------------------

    top

--------------------------------------------------*/
.greeting {
  background: url(../images/top/greeting/greeting_bg.png) no-repeat center/cover;
  position: relative;
  z-index: 0; }
  .greeting::before, .greeting::after {
    content: '';
    position: absolute;
    z-index: -1; }
  .greeting::before {
    width: 374px;
    height: 446px;
    background: url(../images/top/greeting/greeting_shape01.png) no-repeat left top/contain;
    top: 0;
    left: 0; }
  .greeting::after {
    width: 299px;
    height: 284px;
    background: url(../images/top/greeting/greeting_shape02.png) no-repeat right bottom/contain;
    right: 0;
    bottom: 0; }
  .greeting_wrap {
    position: relative;
    z-index: 0; }
  .greeting_title {
    background: url(../images/top/greeting/greeting_title_shape.png) no-repeat bottom/43px 24px; }
    .greeting_title_medium {
      font-size: 57.5%;
      letter-spacing: 0.2em; }
    .greeting_title_small {
      margin-right: 1em;
      font-size: 50%; }
  .greeting_content::before, .greeting_content::after {
    content: '';
    position: absolute;
    z-index: 10;
    pointer-events: none; }
  .greeting_content::before {
    width: 142.5px;
    height: 123px;
    background: url(../images/top/greeting/greeting_content_shape01.png) no-repeat center/contain;
    top: 110px;
    left: 0; }
  .greeting_content::after {
    width: 152px;
    height: 139px;
    background: url(../images/top/greeting/greeting_content_shape02.png) no-repeat center/contain;
    bottom: 120px;
    left: -30px; }
  .greeting_text-box::before, .greeting_text-box::after {
    content: '';
    position: absolute;
    z-index: 10;
    pointer-events: none; }
  .greeting_text-box::before {
    width: 140px;
    height: 108px;
    background: url(../images/top/greeting/greeting_text-box_shape01.png) no-repeat center/contain;
    right: 0;
    bottom: 110px; }
  .greeting_text-box::after {
    width: 83.5px;
    height: 90px;
    background: url(../images/top/greeting/greeting_text-box_shape02.png) no-repeat center/contain;
    top: 240px;
    right: -20px; }
  @media screen and (min-width: 768px) {
    .greeting {
      padding: 70px 0;
      text-align: center; }
      .greeting_wrap {
        width: 651px;
        height: 655px;
        padding: 100px 70px 0;
        background: url(../images/top/greeting/greeting_wrap_bg.png) no-repeat center; }
      .greeting_title {
        padding: 0 0 44px;
        margin: 0 0 20px;
        font-size: 4rem; } }
  @media screen and (max-width: 767px) {
    .greeting::before {
      width: 30%; }
    .greeting::after {
      width: 20%; }
    .greeting_wrap {
      padding: 20px 20px 30px;
      background-color: #fff; }
    .greeting_content::before {
      width: 71.25px;
      height: 61.5px;
      top: -20px; }
    .greeting_content::after {
      width: 76px;
      height: 69.5px;
      left: -10px;
      bottom: -40px; }
    .greeting_text-box::before {
      width: 70px;
      height: 54px;
      bottom: -30px; }
    .greeting_text-box::after {
      width: 41.75px;
      height: 45px;
      top: 0;
      right: 0; }
    .greeting_title {
      padding: 0 0 25px;
      margin: 0 0 20px;
      font-size: 2.8rem;
      text-align: center;
      background-size: 21.5px 12px; } }
  @media screen and (max-width: 767px) and (min-width: 540px) {
    .greeting {
      text-align: center; } }

.information {
  padding: 0; }
  .information_wrap {
    align-items: stretch;
    border-bottom: 1px solid; }
  .information_box {
    background-color: #fff;
    box-shadow: 4.5px 5.362px 7.84px 0.16px rgba(90, 90, 90, 0.2); }
  .information_button {
    margin-top: 25px; }
  @media screen and (min-width: 768px) {
    .information_wrap {
      padding: 80px 0; }
    .information_list {
      min-height: 55px; }
    .information_box {
      width: 520px;
      padding: 43px 50px 50px; } }
  @media screen and (max-width: 767px) {
    .information_wrap {
      padding: 50px 0; }
    .information_title {
      padding-bottom: 20px;
      margin: 0 0 20px; }
    .information_box {
      width: 100%;
      padding: 20px; }
      .information_box + .information_box {
        margin-top: 40px; } }

/*--------------------------------------------------

    funeral

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .funeral_box {
    width: 550px;
    height: 620px; } }

.funeral-flow {
  background: url(../images/funeral/funeral-flow_bg.png) no-repeat left bottom/cover #fff; }
  .funeral-flow_list {
    counter-reset: number 0;
    letter-spacing: 0.1em; }
    .funeral-flow_list_item {
      text-align: center;
      border: 5px solid #25723b;
      background-color: #fff;
      position: relative;
      z-index: 0; }
      .funeral-flow_list_item::before {
        content: '';
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        margin: auto;
        border: 1px solid;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        pointer-events: none; }
      .funeral-flow_list_item::after {
        content: '';
        width: 174.5px;
        height: 84px;
        background: url(../images/funeral/funeral-flow_list_item_shape.png) no-repeat center/contain;
        position: absolute;
        right: 2px;
        bottom: 2px;
        z-index: -1; }
      .funeral-flow_list_item:first-child::after {
        content: normal; }
    .funeral-flow_list_box::before {
      display: flex;
      align-items: center;
      justify-content: center;
      counter-increment: number 1;
      content: counter(number);
      width: 94px;
      height: 94px;
      line-height: 1;
      color: #fff;
      font-size: 3rem;
      letter-spacing: 0;
      background: url(../images/funeral/funeral-flow_list_box_shape.png) no-repeat center/contain;
      position: absolute;
      top: -25px;
      left: 65px;
      z-index: 20;
      pointer-events: none; }
    .funeral-flow_list_info {
      align-items: center;
      justify-content: center;
      background: url(../images/common/pattern05.png) repeat; }
    .funeral-flow_list_subtitle {
      width: 100%; }
      .funeral-flow_list_subtitle_text {
        display: inline-block;
        border-bottom: 2px solid;
        background: linear-gradient(90deg, #353535, #353535) no-repeat left bottom 5px/100% 1px; }
    .funeral-flow_list_tel {
      font-size: 2rem; }
    .funeral-flow_list_button {
      width: 250px;
      height: 50px; }
  @media screen and (min-width: 768px) {
    .funeral-flow_wrap {
      width: 655px; }
    .funeral-flow_list_item {
      padding: 26px 40px 24px; }
      .funeral-flow_list_item:not(:last-child) {
        margin-bottom: 60px; }
    .funeral-flow_list p:not([class]):not(:last-of-type) {
      margin-bottom: 15px; }
    .funeral-flow_list_button {
      margin-left: 20px; }
    .funeral-flow_list_info {
      padding: 20px 0 30px; }
    .funeral-flow_list_subtitle {
      margin: 0 0 20px;
      font-size: 2.5rem; }
      .funeral-flow_list_subtitle_text {
        padding: 0 0 10px; } }
  @media screen and (max-width: 767px) {
    .funeral-flow {
      background-size: contain; }
      .funeral-flow_wrap {
        max-width: 450px; }
      .funeral-flow_list_item {
        padding: 20px 20px 30px; }
        .funeral-flow_list_item::after {
          width: 116.33333px;
          height: 56px; }
        .funeral-flow_list_item:not(:last-child) {
          margin-bottom: 40px; }
      .funeral-flow_list_box::before {
        width: 62.66667px;
        height: 62.66667px;
        font-size: 2.3rem;
        left: 20px; }
      .funeral-flow_list_info {
        max-width: 400px;
        padding: 20px;
        margin: 20px auto 0; }
      .funeral-flow_list_subtitle {
        margin: 0 0 15px; }
        .funeral-flow_list_subtitle_text {
          padding: 0 0 10px; }
      .funeral-flow_list_tel {
        justify-content: center;
        width: 100%;
        margin: 0 0 10px; }
        .funeral-flow_list_tel::before {
          font-size: 1.7rem; } }

/*--------------------------------------------------

    another

--------------------------------------------------*/
.another:first-child {
  padding-bottom: 0; }

.another_title_text {
  display: flex;
  align-items: center;
  justify-content: center; }
  .another_title_text::before, .another_title_text::after {
    content: '';
    flex: 1;
    height: 1px;
    background: url(../images/common/title_bg.png) repeat-x center; }
  .another_title_text::before {
    margin-right: 55px; }
  .another_title_text::after {
    margin-left: 55px; }

@media screen and (min-width: 768px) {
  .another_title {
    margin: 0 0 60px; }
  .another_content {
    min-height: 710px; }
    .another_content::before {
      max-width: 1427px;
      height: 528px;
      top: 75px; }
  .another_box {
    width: 368px;
    height: 550px;
    padding-right: 30px;
    margin-left: calc(50% + 110px); }
    .another_box_fix {
      margin-left: calc(50% - 480px); }
  .another_text-box {
    height: 500px; }
  .another_figure {
    width: 1029px;
    height: 546px; } }

@media screen and (max-width: 767px) {
  .another_box {
    padding-top: 20px; } }

/*--------------------------------------------------

    temple

--------------------------------------------------*/
.temple {
  padding-bottom: 0;
  background-color: #fff; }
  .temple-greeting {
    background: url(../images/temple/temple-greeting_bg01.png) no-repeat right top, url(../images/temple/temple-greeting_bg02.png) no-repeat left bottom, url(../images/temple/temple-greeting_bg.png) repeat;
    position: relative;
    z-index: 0; }
    .temple-greeting::before, .temple-greeting::after {
      content: '';
      position: absolute;
      z-index: -1; }
    .temple-greeting::before {
      width: 385px;
      height: 446px;
      background: url(../images/temple/temple-greeting_shape01.png) no-repeat left top/contain;
      top: 0;
      left: 0; }
    .temple-greeting::after {
      width: 298px;
      height: 284px;
      background: url(../images/temple/temple-greeting_shape02.png) no-repeat right bottom/contain;
      right: 0;
      bottom: 0; }
    .temple-greeting_text_bold {
      font-weight: 700; }
    .temple-greeting_name {
      text-align: center; }
      .temple-greeting_name_text {
        display: inline-block;
        padding: 6px;
        background: url(../images/common/title_bg.png) repeat-x top, url(../images/common/title_bg.png) repeat-x bottom; }
      .temple-greeting_name_emphasis {
        font-size: 125%;
        font-weight: 700; }
    .temple-greeting_box {
      background-color: #fff;
      position: relative;
      z-index: 0; }
      .temple-greeting_box::after {
        content: '';
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        margin: auto;
        background: url(../images/temple/temple-greeting_box_shape01.png) repeat-x top, url(../images/temple/temple-greeting_box_shape02.png) repeat-y right, url(../images/temple/temple-greeting_box_shape01.png) repeat-x bottom, url(../images/temple/temple-greeting_box_shape02.png) repeat-y left;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        pointer-events: none; }
      .temple-greeting_box_small {
        font-size: 86.66667%; }
    @media screen and (min-width: 768px) {
      .temple-greeting {
        margin-top: -42px; }
        .temple-greeting_content {
          text-align: center; }
        .temple-greeting_name {
          margin: 50px 0; }
        .temple-greeting_box {
          width: 735px;
          margin: 0 auto;
          font-size: 1.5rem;
          padding: 13px 0;
          text-align: center; } }
    @media screen and (max-width: 767px) {
      .temple-greeting {
        background-size: contain; }
        .temple-greeting::before {
          width: 30%; }
        .temple-greeting::after {
          width: 20%; }
        .temple-greeting_name {
          margin: 30px 0; }
        .temple-greeting_box {
          padding: 20px;
          font-size: 1.3rem; } }
  @media screen and (min-width: 768px) {
    .temple_wrap {
      width: 600px; }
    .temple_title {
      margin: 0 0 50px; }
    .temple_map {
      height: 400px;
      margin: 60px 0 0; } }
  @media screen and (max-width: 767px) {
    .temple_map {
      height: 64vw;
      min-height: 240px;
      max-height: 360px;
      margin: 50px 0 0; } }

/*--------------------------------------------------

    privacy

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .privacy_title {
    margin: 0 0 50px; }
  .privacy_content:not(:last-child) {
    margin-bottom: 40px; }
  .privacy_subtitle {
    font-size: 2.6rem;
    margin: 0 0 15px; } }

@media screen and (max-width: 767px) {
  .privacy_content {
    padding: 0; }
    .privacy_content:not(:last-child) {
      margin-bottom: 25px; }
  .privacy_subtitle {
    margin: 0 0 10px; } }

/*--------------------------------------------------

    site

--------------------------------------------------*/
.site_list li {
  border-bottom: 1px solid #353535; }

.site a {
  display: flex;
  align-items: center;
  padding: 15px 7px 10px;
  position: relative; }
  .site a:hover {
    opacity: 0.7;
    transform: translateX(10px); }
  .site a::before {
    content: '\f054';
    font-size: 1em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 1em; }

@media screen and (min-width: 768px) {
  .site_list {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 300px; }
    .site_list li {
      width: 48%; } }

/*--------------------------------------------------

    e404

--------------------------------------------------*/
.error {
  text-align: center; }
  .error a {
    color: #25723b;
    display: inline;
    text-decoration: underline; }
  @media screen and (max-width: 539px) {
    .error {
      text-align: left; } }

/*--------------------------------------------------

    contact

--------------------------------------------------*/
.contact_table th {
  text-align: left;
  transition: all 0.5s; }
  .contact_table th [class*="mark"] {
    margin-left: auto;
    line-height: 1.5;
    color: #fff;
    padding: 4px 12px;
    font-size: 1.2rem;
    border-radius: 16px; }
  .contact_table th .required-mark {
    background-color: #820000; }
  .contact_table th .arbitrary-mar {
    background-color: #15b91b; }

.contact_table td a {
  display: inline-block;
  text-decoration: underline;
  white-space: nowrap; }

.contact_table td div:not(:last-child) {
  margin-bottom: 8px; }

.contact_table td label {
  white-space: nowrap; }

.contact_table td input:focus,
.contact_table td select:focus,
.contact_table td textarea:focus {
  outline: none;
  border-color: #353535; }

.contact select,
.contact textarea,
.contact input[type='tel'],
.contact input[type='text'],
.contact input[type='num'],
.contact input[type='email'] {
  padding: 4px;
  border: 1px solid #dadada;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1) inset;
  transition: all 0.4s; }

.contact textarea {
  display: block;
  resize: none; }

.contact input[type='button'],
.contact input[type='submit'] {
  -webkit-appearance: none;
  transition: all 0.5s;
  cursor: pointer; }

.contact input[type='button'][disabled],
.contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: none;
  margin: 0; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  padding: 0 0 0 24px;
  color: inherit; }

.contact input[type=radio] + label::before,
.contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0; }

.contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px; }

.contact input[type=checkbox] + label::before {
  border: 2px solid #ccc; }

.contact input[type=radio]:checked + label::after,
.contact input[type=checkbox]:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%; }

.contact input[type=radio]:checked + label::after {
  margin-top: -4px;
  background: #b91515;
  border-radius: 8px;
  left: 5px;
  width: 8px;
  height: 8px; }

.contact input[type=checkbox]:checked + label::after {
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #b91515;
  border-bottom: 3px solid #b91515;
  transform: rotate(-45deg);
  left: 3px; }

.contact input[name="items[address]"] {
  margin-top: 8px; }

.contact .sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #3f955b; }

.contact .error-text {
  margin: 0 0 4px;
  color: #b91515; }

.contact_submits {
  display: flex;
  align-items: center;
  justify-content: center; }

.contact_button {
  max-width: 230px;
  margin: 0;
  padding: 0; }
  .contact_button + .contact_button {
    margin-left: 2%; }
  .contact_button:hover {
    opacity: 0.6; }

.contact_recaptcha {
  margin: 0 0 20px;
  overflow: hidden; }
  .contact_recaptcha .g-recaptcha {
    width: 304px;
    margin: auto; }

.contact_text-box {
  text-align: center; }

@media screen and (min-width: 768px) {
  .contact_table {
    width: 100%;
    margin: 0 0 40px; }
    .contact_table th {
      width: 360px;
      padding-left: 20px;
      line-height: 1.5;
      vertical-align: middle; }
    .contact_table td {
      padding-left: 40px; }
  .contact select,
  .contact textarea,
  .contact input[type='tel'],
  .contact input[type='text'],
  .contact input[type='email'] {
    width: 85%; }
  .contact input[type='num'] {
    width: 70px; }
  .contact textarea {
    min-height: 230px; } }

@media screen and (max-width: 767px) {
  .contact_table {
    text-align: left;
    margin: 0 0 30px; }
    .contact_table th {
      margin: 0 0 10px;
      line-height: 1.5;
      text-align: left; }
    .contact_table td br {
      content: normal; }
  .contact input[type=radio] + lable {
    width: 31%;
    margin: 0; }
  .contact select,
  .contact textarea,
  .contact input[type='tel'],
  .contact input[type='num'],
  .contact input[type='text'],
  .contact input[type='email'] {
    width: 125%;
    padding: 8px;
    margin: 0 0 -9px;
    font-size: 16px;
    transform: scale(0.8);
    transform-origin: left top; }
  .contact input[type='num'] {
    width: 80px;
    margin: 0; }
    .contact input[type='num'] + input[type='num'] {
      transform-origin: right top; }
  .contact textarea {
    min-height: 200px;
    margin: 0 0 -40px; }
  .contact_recaptcha {
    margin: 0 0 30px; }
  .contact_button {
    width: 48%; } }

@media screen and (max-width: 539px) {
  .contact_text-box {
    text-align: left; } }

@media screen and (max-width: 767px) and (min-width: 540px) {
  .contact_table th {
    width: 40%; }
  .contact_table td {
    padding-left: 20px; } }

/*--------------------------------------------------

    global-footer

--------------------------------------------------*/
.global-footer {
  background: url(../images/common/pattern03.png) repeat; }
  .global-footer_logo a {
    display: inline-block; }
  .global-footer_address {
    letter-spacing: 0.1em; }
  .global-footer_box {
    align-items: center; }
  .global-footer_copyright {
    padding: 4px;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    background-color: #25723b; }
    .global-footer_copyright a {
      display: inline; }
  @media screen and (min-width: 768px) {
    .global-footer_wrap {
      padding: 40px 0; }
    .global-footer_logo {
      margin: 0 0 20px; }
    .global-footer_group {
      width: 500px;
      margin: 20px 0 0; }
    .global-footer_nav {
      margin: 0 0 20px;
      font-size: 1.2rem; }
      .global-footer_nav_list {
        justify-content: flex-start; }
      .global-footer_nav_item:not(:nth-child(6)) {
        margin-right: 15px; }
      .global-footer_nav a:hover {
        opacity: 0.6; }
    .global-footer_box {
      justify-content: flex-end; }
    .global-footer_button {
      margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .global-footer {
      border-top: 1px solid; }
      .global-footer_wrap {
        max-width: 350px;
        padding: 40px 0 20px; }
        .global-footer_wrap > * {
          width: 100%; }
      .global-footer_item {
        text-align: center; }
      .global-footer_logo {
        width: 43%;
        margin: 0 auto 20px; }
      .global-footer_box {
        justify-content: center;
        margin: 20px 0 0; }
      .global-footer_tel {
        justify-content: center;
        width: 100%;
        margin: 0 0 20px; } }

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