@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/* アイコンフォント　Font Awesome 6.5.2 */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
@media (max-width: 767px) {
  a[href^="tel:"] {
    /* スマートフォンでのみ電話番号リンクを有効にするCSS */
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  background: #FFF;
  z-index: 0;
  color: #333333;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.5px;
  background: url("../images/common/bg_01.jpg") repeat;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
/* PC/SP 表示・非表示
----------------------------------------------------*/
/*PCでは表示しない*/
@media screen and (min-width: 897px) {
  .pc_none {
    display: none !important;
  }
}
/*SPでは表示しない*/
@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important;
  }
}
/*　inner
----------------------------------------------------*/
.inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wide_inner {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 896px) {
  .inner {
    width: 90%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .wide_inner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　共通見出し
----------------------------------------------------*/
.h2_title {
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1.2;
  padding: 0 0 56px 0;
}
.h2_title span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #008700;
}
.h2_title.text_left {
  text-align: left;
}
.h2_title.text_center {
  text-align: center;
}
.h2_title.text_w {
  color: #fff;
}
.h2_title.text_w span {
  color: #fff;
}

.h3_title_green {
  color: #008700;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.h3_title_green.no_margin {
  margin: 0;
}

.h3_green {
  color: #008700;
}
.h3_green span {
  display: block;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #333333;
}

.h3_bold {
  font-size: 1.8rem;
  font-weight: 700;
}

/* SP */
@media screen and (max-width: 896px) {
  .h2_title {
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 0 0 24px 0;
  }
  .h2_title span {
    font-size: 1.4rem;
  }
  .h2_title.text_center {
    text-align: left;
    /*スマホ版は左に統一*/
  }

  .h3_title_green {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .h3_green span {
    font-size: 1.6rem;
  }

  .h3_bold {
    font-size: 1.6rem;
  }
}
/* max-width:896px */
/*　リンク
----------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 770px) {
  a:hover {
    opacity: 1.0;
  }
}
/*　ボタン
----------------------------------------------------*/
.btn_red {
  width: 350px;
  max-width: 100%;
}
.btn_red.circle {
  background: #e50012;
  color: #fff;
  border: 2px solid #e50012;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
  margin: 36px auto 0;
}
.btn_red.circle a {
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.btn_red.circle a:hover {
  color: #e50012;
}
.btn_red.circle::after {
  background: #fff;
  border-radius: 30px;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
  color: #e50012;
}
.btn_red.circle:hover {
  color: #e50012;
}
.btn_red.circle:hover::after {
  color: #e50012;
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .5s ease-in-out;
}

/* SP */
@media screen and (max-width: 896px) {
  .btn_red {
    width: 100%;
    max-width: 300px;
  }
  .btn_red.circle {
    border: 2px solid #e50012;
    border-radius: 30px;
    margin: 24px auto 0;
  }
  .btn_red.circle a {
    padding: 8px;
  }
  .btn_red.circle::after {
    border-radius: 30px;
    top: 50%;
    left: 0;
    right: 0;
    width: 80%;
    padding-top: 80%;
  }
}
/* max-width:896px */
.btn_black {
  width: 350px;
  max-width: 100%;
}
.btn_black.circle {
  background: #333333;
  color: #fff;
  border: 2px solid #333333;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
  margin: 36px auto 0;
}
.btn_black.circle a {
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.btn_black.circle a:hover {
  color: #333333;
}
.btn_black.circle::after {
  background: #fff;
  border-radius: 30px;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
  color: #333333;
}
.btn_black.circle:hover {
  color: #333333;
}
.btn_black.circle:hover::after {
  color: #333333;
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .5s ease-in-out;
}

/* SP */
@media screen and (max-width: 896px) {
  .btn_black {
    width: 100%;
    max-width: 300px;
  }
  .btn_black.circle {
    border: 2px solid #333333;
    border-radius: 30px;
    margin: 24px auto 0;
  }
  .btn_black.circle a {
    padding: 8px;
  }
  .btn_black.circle::after {
    border-radius: 30px;
    top: 50%;
    left: 0;
    right: 0;
    width: 80%;
    padding-top: 80%;
  }
}
/* max-width:896px */
/*　背景色
----------------------------------------------------*/
.bg_gray {
  background-color: rgba(179, 179, 179, 0.1);
}

/*　テーブル
----------------------------------------------------*/
/*　tbl_type01
----------------------------------------------------*/
.tbl_type01 {
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
.tbl_type01 tr th {
  width: 203px;
  width: 19%;
  padding: 20px;
  font-weight: 700;
  color: #008700;
  box-sizing: border-box;
  border-bottom: solid 1px #CCCCCC;
  vertical-align: top;
}
.tbl_type01 tr td {
  width: calc(100% - 203px);
  width: calc(100% - 19%);
  padding: 20px;
  box-sizing: border-box;
  border-bottom: solid 1px #CCCCCC;
}
.tbl_type01 tr td a {
  color: #333333;
}
.tbl_type01 tr td ul li {
  text-indent: -14px;
  padding-left: 10px;
  margin: 8px 0 8px 0;
  /*&::before{
  	content:'-';
  	margin-right:4px;
  }*/
}
.tbl_type01 tr td ul li a {
  text-indent: 0;
}
.tbl_type01 tr td .indent {
  display: block;
  text-indent: -1.6rem;
  margin-left: 1.6rem;
}

@media screen and (min-width: 897px) {
  .tbl_type01 tr td ul.col_box li {
    width: 31.5%;
    height: auto;
    margin: 0 0 0 1.8%;
  }
  .tbl_type01 tr td ul.col_box li:nth-child(3n+1) {
    /*margin-left: 0;*/
  }
  .tbl_type01.border_top tr:first-child th {
    border-top: solid 2px #394a56;
  }
  .tbl_type01.border_top tr:first-child td {
    border-top: solid 1px #8c8c8c;
  }
}
@media screen and (max-width: 896px) {
  .tbl_type01 tr th {
    display: block;
    width: 10%;
    min-width: 0;
    padding: 16px 0 4px;
    white-space: nowrap;
    border-bottom: none;
  }
  .tbl_type01 tr td {
    display: block;
    width: 100%;
    padding: 0px 0 16px 0;
  }
  .tbl_type01 tr td ul.col_box li {
    width: 46%;
    height: auto;
    margin: 0 0 0 4%;
  }
  .tbl_type01 tr td ul.col_box li:nth-child(2n+1) {
    /*margin-left: 0;*/
  }
  .tbl_type01 tr td .indent {
    display: block;
    text-indent: -1.2rem;
    margin-left: 1.2rem;
  }
}
/*　カラム
----------------------------------------------------*/
@media screen and (min-width: 896px) {
  .col_box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin: 40px 0 0;
  }
  .col_box.no_margin {
    margin: 0;
  }
  .col_box .col1 {
    width: 100%;
    height: auto;
    margin: 4% auto 0;
  }
  .col_box .col1:first-child {
    margin-top: 0;
  }
  .col_box .col2 {
    width: 48%;
    height: auto;
    margin: 4% 0 0 4%;
  }
  .col_box .col2:nth-child(2n+1) {
    margin-left: 0;
  }
  .col_box .col2:nth-child(-n+2) {
    margin-top: 0;
  }
  .col_box .col3 {
    width: 31%;
    height: auto;
    margin: 4% 0 0 3.5%;
  }
  .col_box .col3:nth-child(3n+1) {
    margin-left: 0;
  }
  .col_box .col3:nth-child(-n+3) {
    margin-top: 0;
  }
  .col_box .col4 {
    width: 22%;
    height: auto;
    margin: 1.6% 0 0 4%;
  }
  .col_box .col4:nth-child(4n+1) {
    margin-left: 0;
  }
  .col_box .col4:nth-child(-n+4) {
    margin-top: 0;
  }
  .col_box .col5 {
    width: 18.4%;
    height: auto;
    margin: 4% 0 0 2%;
  }
  .col_box .col5:nth-child(5n+1) {
    margin-left: 0;
  }
  .col_box .col5:nth-child(-n+5) {
    margin-top: 0;
  }
  .col_box .col_i {
    width: 16.1%;
    height: auto;
    margin: 0.68% 0 0 0.68%;
  }
  .col_box .col_i:nth-child(6n+1) {
    margin-left: 0;
  }
  .col_box .col_i:nth-child(-n+6) {
    margin-top: 0;
  }
}
/* SP */
@media screen and (max-width: 896px) {
  .col_box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .col_box .sp_col1 {
    width: 100%;
    height: auto;
    margin: 6% auto 0;
  }
  .col_box .sp_col1:first-child {
    margin-top: 0;
  }
  .col_box .sp_col1 img {
    width: 100%;
  }
  .col_box .sp_col2 {
    width: 48%;
    height: auto;
    margin: 6% 0 0 4%;
  }
  .col_box .sp_col2:nth-child(2n+1) {
    margin-left: 0;
  }
  .col_box .sp_col2:nth-child(-n+2) {
    margin-top: 0;
  }
  .col_box .sp_col2 img {
    width: 100%;
  }
  .col_box .sp_col3 {
    width: 31%;
    height: auto;
    margin: 4% 0 0 3.5%;
  }
  .col_box .sp_col3:nth-child(3n+1) {
    margin-left: 0;
  }
  .col_box .sp_col3:nth-child(-n+3) {
    margin-top: 0;
  }
  .col_box .sp_col3 img {
    width: 100%;
  }
}
/* max-width:896px */
/*　インデント
----------------------------------------------------*/
.indent {
  text-indent: -1.6rem;
  margin-left: 1.6rem;
}

/*　リスト
----------------------------------------------------*/
/* ページトップ
----------------------------------------------------*/
/* map
----------------------------------------------------*/
@media (max-width: 896px) {
  .map_container {
    width: 100%;
  }
  .map_container iframe {
    height: 300px;
  }
}
/* 白ベタ枠　パディングなし、影あり
----------------------------------------------------*/
.white_box {
  background-color: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.white_box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.white_box .box_inner {
  box-sizing: border-box;
  padding: 16px;
}
.white_box .box_inner.is_24 {
  padding: 24px;
}
.white_box .box_inner.is_32 {
  padding: 32px;
}
.white_box .box_inner p {
  margin: 16px 0 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .white_box .box_inner {
    box-sizing: border-box;
    padding: 8px;
  }
  .white_box .box_inner.is_24 {
    padding: 10px;
  }
  .white_box .box_inner.is_32 {
    padding: 16px;
  }
  .white_box .box_inner p {
    margin: 8px 0 0;
  }
}
/* max-width:896px */
/*****************************************************

 Template - Header
 
*****************************************************/
/* global_header
----------------------------------------------------*/
.global_header {
  width: 100%;
  min-width: 1340px;
  max-height: 120px;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.cover_header {
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.5) 85%, transparent 100%);
  z-index: 3;
  position: fixed;
  top: -100px;
}

@media screen and (max-width: 1340px) {
  .global_header {
    min-width: 0;
    max-height: 48px;
  }

  .cover_header {
    width: 100%;
    height: 56px;
    background: linear-gradient(180deg, white 0%, white 25%, white 35%, transparent 100%);
    top: -100px;
  }
}
/* header_contents
----------------------------------------------------*/
.header_contents {
  width: 100%;
  height: 72px;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.1);
}
.header_contents .header_title {
  margin: 0% 0% 0% 1%;
  width: 20%;
  max-width: 398px;
  height: auto;
  max-height: 120px;
}
.header_contents .header_title .title_logo {
  width: 100%;
  /* max-width: 398px; */
  height: 100%;
  /* max-height: 120px; */
  display: flex;
  align-items: center;
}
.header_contents .header_title .title_logo a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 18%;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/common/logo_header.png) no-repeat;
  background-size: contain;
  /*transition: 0.3s;*/
}

@media screen and (max-width: 1450px) {
  .header_contents .inner {
    width: 100%;
    min-width: 1340px;
  }
}
@media screen and (max-width: 896px) {
  .header_contents {
    height: 48px;
  }
  .header_contents .inner {
    width: 100%;
    min-width: 0;
  }
  .header_contents .header_title {
    margin: 1% 0% 0 1%;
    width: 58%;
    height: auto;
  }
  .header_contents .header_title .title_logo {
    width: 220px;
    height: auto;
  }
}
/* global_nav
------------------------------------*/
.global_nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
  /*filter: drop-shadow(0px 0px 2px #f2f2f2);*/
}

@media screen and (max-width: 1430px) {
  .global_nav {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .global_nav {
    margin-right: 12px;
  }
}
/* pc_nav_contents
----------------------------------------------------*/
.pc_nav_contents {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 0 40px 0 0;
}
.pc_nav_contents .header_menu_list {
  display: flex;
  height: 76px;
  align-items: center;
}
.pc_nav_contents .header_menu_list li {
  height: 100%;
}
.pc_nav_contents .header_menu_list li:first-child {
  margin-left: 0;
}
.pc_nav_contents .header_menu_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  padding: 24px 16px;
  box-sizing: border-box;
  color: #333333;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.pc_nav_contents .header_menu_list li a:hover {
  color: #e50012;
  transform: translateY(-3px);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.15);
}
.pc_nav_contents .header_menu_list li.active a::after {
  transform: scale(1, 1);
}
.pc_nav_contents .header_contact_list {
  margin-left: 48px;
  display: block;
  width: 250px;
  height: 80px;
}
.pc_nav_contents .header_contact_list li {
  height: 50%;
}
.pc_nav_contents .header_contact_list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 900;
  text-align: center;
}
.pc_nav_contents .header_contact_list li a i {
  margin-right: 6px;
}

.sp_nav_contents {
  display: none;
}

@media screen and (max-width: 1340px) {
  .pc_nav_contents .header_menu_list li {
    margin-left: 24px;
  }
  .pc_nav_contents .header_contact_list {
    margin-left: 24px;
    display: block;
    width: 180px;
    height: 80px;
  }
  .pc_nav_contents .header_contact_list li {
    height: 50%;
  }
  .pc_nav_contents .header_contact_list li.tel {
    font-size: 1.8rem;
    line-height: 2.2;
  }
  .pc_nav_contents .header_contact_list li.mail a {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}
/* sp_nav_contents
----------------------------------------------------*/
@media screen and (max-width: 1340px) {
  .pc_nav_contents {
    display: none;
  }

  .sp_nav_contents {
    display: block;
    margin-left: auto;
  }
  .sp_nav_contents p.menu {
    /*margin-right:16px;*/
  }
  .sp_nav_contents p.menu a {
    color: #e50012;
    font-size: 2.4rem;
    line-height: 1;
  }

  .mm-menu {
    background: #fff !important;
    border-color: #DCDCDC !important;
  }
  .mm-menu .mm-navbar {
    background: #e50012;
  }
  .mm-menu .mm-navbar .mm-navbar__title {
    color: #fff !important;
  }
  .mm-menu .tel {
    color: #e50012 !important;
    font-weight: 900;
  }
  .mm-menu .address {
    padding: 10px 10px 10px 20px !important;
  }
  .mm-menu .top_cover_contents {
    padding: 16px;
  }
}
/* slider　
slick.css/slick-theme.css/slick.min.jsを使用
----------------------------------------------------*/
.main_cover {
  width: 100%;
  z-index: -1;
}
.main_cover li {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.main_cover li:nth-of-type(1) {
  background: url("../images/home/top_slider_01.jpg") center/cover no-repeat;
}
.main_cover li:nth-of-type(2) {
  background: url("../images/home/top_slider_02.jpg") center/cover no-repeat;
}
.main_cover li:nth-of-type(3) {
  background: url("../images/home/top_slider_03.jpg") center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .main_cover li {
    height: 40vh;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .main_cover li p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
  }
}
/* トップページ・メインビジュアル
----------------------------------------------------*/
/* top_mainvisual
----------------------------------------------------*/
.top_mainvisual {
  position: relative;
  width: 100%;
  height: 750px;
}
.top_mainvisual .header_img {
  position: absolute;
  width: 80%;
  height: 600px;
  top: 20%;
  right: 0;
}
.top_mainvisual .header_img img {
  position: relative;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 100% 0;
  /* 右上を基準に表示 */
}
.top_mainvisual .catchcopy_box {
  position: absolute;
  box-sizing: border-box;
  width: 660px;
  height: auto;
  padding: 60px;
  top: 30%;
  left: 6%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 100;
}
.top_mainvisual .catchcopy_box .catchcopy_text {
  font-size: 4rem;
  padding: 0 0 20px;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  line-height: 1.4;
}
.top_mainvisual .inner {
  width: calc(100% - 512px);
  width: calc(100% - 26.05%);
  max-width: 1400px;
  height: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_mainvisual .title_catchcopy h1 {
  color: #333;
  font-size: 3.6rem;
  font-size: clamp(2.2rem, 3.4vw, 4.4rem);
  font-weight: 700;
  line-height: 1.65;
}

@media screen and (max-width: 896px) {
  .top_mainvisual {
    position: relative;
    width: 100%;
    height: 290px;
  }
  .top_mainvisual .header_img {
    position: relative;
    width: 100%;
    height: 290px;
    top: 0%;
  }
  .top_mainvisual .header_img img {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 290px;
    object-position: 50% 0;
    /* 右上を基準に表示 */
  }
  .top_mainvisual .catchcopy_box {
    position: relative;
    box-sizing: border-box;
    width: 90%;
    height: auto;
    padding: 24px 24px 40px;
    top: -40%;
    left: 0;
    margin: 0 auto;
  }
  .top_mainvisual .catchcopy_box .catchcopy_text {
    font-size: 2rem;
    padding: 0 0 20px;
  }
  .top_mainvisual .inner {
    width: calc(100% - 512px);
    width: calc(100% - 12%);
    max-width: 1400px;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .top_mainvisual .title_catchcopy {
    text-align: center;
  }
  .top_mainvisual .title_catchcopy h1 img {
    width: 80%;
  }
}
/* max-width:896px */
/* 下層ページ・メインビジュアル
----------------------------------------------------*/
/* mainvisual
----------------------------------------------------*/
.mainvisual {
  width: 100%;
  height: auto;
  position: relative;
}
.mainvisual .mainvisual_inner {
  width: 90%;
  padding: 142px 0 0;
  margin: 0 auto;
}
.mainvisual .page_title {
  position: relative;
  margin: 0 6%;
}
.mainvisual .page_title .en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #E50012;
  font-size: 2.0rem;
  line-height: 1;
}
.mainvisual .page_title .jp {
  color: #333;
  font-family: "Noto Serif", serif;
  font-size: clamp(2.2rem, 3.4vw, 4.2rem);
  font-weight: 700;
  line-height: 1.5;
}
.mainvisual img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  margin: 40px 0 0;
}

@media screen and (max-width: 896px) {
  .mainvisual {
    margin-top: 48px;
    height: 34vh;
    background-position: center center;
  }
  .mainvisual .mainvisual_inner {
    width: 90%;
    padding: 24px 0 0;
    margin: 0 auto;
  }
  .mainvisual .page_title {
    position: relative;
    margin: 0 2%;
  }
  .mainvisual .page_title .en {
    font-size: 1.6rem;
    line-height: 1;
  }
  .mainvisual img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    margin: 24px 0 0;
  }
}
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  box-sizing: border-box;
  background: rgba(6, 116, 198, 0.1);
  padding: 30px 0 0;
}
.global_footer .col_box {
  justify-content: center;
}
.global_footer .col_box .col2 {
  width: 35%;
}

.footer_title_logo img {
  width: 464px;
}

.info_item {
  position: relative;
  padding: 6px 16px;
  margin-bottom: 16px;
}
.info_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: calc(100% - 3px);
  background: #0d6536;
}

.info_title {
  font-weight: 800;
}
.info_title .info_tel {
  font-size: 2.8rem;
  font-family: "Noto Serif", serif;
  padding-left: 8px;
}

.copyright {
  width: 100%;
  margin-top: 40px;
  padding: 16px 0;
  background-color: #0d6536;
  text-align: center;
  color: #fff;
}

/* SP */
@media screen and (max-width: 896px) {
  .global_footer {
    box-sizing: border-box;
    background: rgba(6, 116, 198, 0.1);
    padding: 30px 0 0;
  }
  .global_footer .col_box {
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 4%;
  }
  .global_footer .col_box .col2 {
    width: 100%;
  }

  .footer_title_logo {
    position: relative;
    width: 100%;
    margin: 0 0 16px;
  }
  .footer_title_logo img {
    display: block;
    position: relative;
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
  }

  .info_item {
    position: relative;
    padding: 4px 16px;
    margin: 8px 0;
  }
  .info_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: calc(100% - 3px);
    background: #0d6536;
  }

  .info_title .info_tel {
    font-size: 1.8rem;
    padding-left: 8px;
  }

  .copyright {
    width: 100%;
    margin-top: 24px;
    padding: 16px 0;
  }
}
/* max-width:896px */
/*****************************************************

 Page - Home
 
*****************************************************/
/* top_feature
----------------------------------------------------*/
.top_feature {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.top_feature img {
  width: 100%;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_feature {
    box-sizing: border-box;
    width: 100%;
    margin: 220px auto 0;
    padding: 80px 0 40px;
  }
  .top_feature img {
    width: 100%;
  }
}
/* max-width:896px */
/* top_service
----------------------------------------------------*/
.top_service {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background: url("../images/home/top_service_bg_service.jpg") no-repeat;
  background-size: cover;
  text-align: center;
}
.top_service .top_service_box {
  width: 100%;
  margin: 40px auto;
}
.top_service .top_service_box img {
  width: 100%;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_service {
    padding: 40px 0;
    background: url("../images/home/top_service_bg_service.jpg") no-repeat;
    background-size: cover;
    text-align: left;
  }
  .top_service .top_service_box {
    margin: 40px auto;
  }
  .top_service .top_service_box img {
    width: 100%;
  }
}
/* max-width:896px */
/* top_news
----------------------------------------------------*/
.top_news {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.top_news .box_inner p {
  margin: 0;
}
.top_news .col_box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.top_news .date_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  margin: 0;
  padding: 8px 16px 16px;
}
.top_news .date_box p {
  color: #aaaaaa;
}
.top_news .date_box p span {
  color: #008700;
}
.top_news .date_box h3 {
  font-size: 1.6rem;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-style: normal;
  margin: 4px 0 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_news {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .top_news .col_box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .top_news .date_box {
    padding: 8px 12px 12px;
  }
  .top_news .date_box h3 {
    font-size: 1.6rem;
    margin: 4px 0 0;
  }
}
/* max-width:896px */
/* top_about_recruit
----------------------------------------------------*/
.top_about_recruit {
  display: flex;
  width: 100%;
  height: auto;
}
.top_about_recruit .top_about {
  width: 50%;
  box-sizing: border-box;
  background: url("../images/home/top_about_bg_about.jpg") no-repeat;
  padding: 80px;
  text-align: center;
}
.top_about_recruit .top_recruit {
  width: 50%;
  box-sizing: border-box;
  background: url("../images/home/top_about_bg_recruit.jpg") no-repeat;
  padding: 80px;
  color: #fff;
  text-align: center;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_about_recruit {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .top_about_recruit .top_about {
    width: 100%;
    padding: 40px 4%;
    text-align: left;
    background: url("../images/home/top_about_bg_about.jpg") no-repeat;
    background-size: cover;
    background-position: center right;
  }
  .top_about_recruit .top_recruit {
    width: 100%;
    padding: 40px 4%;
    color: #fff;
    text-align: left;
    background: url("../images/home/top_about_bg_recruit.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
/* max-width:896px */
/* top_business_owner
----------------------------------------------------*/
.top_business_owner {
  padding: 80px 0;
  text-align: center;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_business_owner {
    padding: 40px 0;
    text-align: left;
  }
}
/* max-width:896px */
/*****************************************************

 Page - ABOUT ハンエー塗装について
 
*****************************************************/
/* commit
----------------------------------------------------*/
.commit {
  padding: 80px 0;
}
.commit .col_box {
  margin: 32px 0 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .commit {
    padding: 40px 0;
  }
}
/* max-width:896px */
/* business
----------------------------------------------------*/
.business {
  padding: 80px 0;
}
.business .business_detail {
  margin: 24px 0;
}
.business .box_inner p {
  margin: 0;
}

.business_estate h3 {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  color: #0a3ca0;
}
.business_estate h4 {
  margin: 32px 0 8px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0a3ca0;
}
.business_estate .business_estate_txt {
  margin: 16px 0 0;
}
.business_estate .business_estate_txt p {
  padding: 8px 0 0;
  font-size: 1.4rem;
}
.business_estate .business_estate_txt span {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 1.6rem;
  font-weight: 800;
}

.business_construction h3 {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  color: #ea6400;
}
.business_construction h4 {
  margin: 32px 0 8px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ea6400;
}

/* SP */
@media screen and (max-width: 896px) {
  .business {
    padding: 40px 0;
  }

  .business_estate h3 {
    font-size: 1.6rem;
  }
  .business_estate h4 {
    margin: 24px 0 4px;
    font-size: 1.5rem;
  }
  .business_estate .business_estate_txt {
    margin: 16px 0 0;
  }
  .business_estate .business_estate_txt p {
    padding: 8px 0 0;
    font-size: 1.4rem;
  }
  .business_estate .business_estate_txt span {
    display: block;
    font-size: 1.4rem;
    padding: 0;
  }

  .business_construction h3 {
    font-size: 1.6rem;
  }
  .business_construction h4 {
    margin: 24px 0 4px;
    font-size: 1.5rem;
  }
}
/* max-width:896px */
/*****************************************************

 Page - service 塗装・防水
 
*****************************************************/
/* benefits
----------------------------------------------------*/
.benefits {
  padding: 80px 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .benefits {
    padding: 40px 0;
  }
}
/* max-width:896px */
/* repaint
----------------------------------------------------*/
.repaint {
  padding: 80px 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .repaint {
    padding: 40px 0;
  }
}
/* max-width:896px */
/* process 
----------------------------------------------------*/
.process {
  padding: 80px 0;
  background: url("../images/service/process_bg_01.jpg") no-repeat right bottom;
}
.process .flow {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 60%;
  margin: 40px 0 0;
}
.process .flow_item {
  background: #74b56f;
  border-radius: 20px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
}
.process .flow_item_complete {
  background: #ffffff;
  border: 3px solid #74b56f;
  color: #333;
}
.process .flow_item_complete .flow_num {
  color: #74b56f;
}
.process .flow_num {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  min-width: 42px;
  font-family: "Oswald", sans-serif;
}
.process .flow_content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
}
.process .flow_title {
  font-size: 1.8rem;
  font-weight: 700;
  min-width: 90px;
}
.process .flow_arrow {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #008700;
}

@media screen and (max-width: 896px) {
  .process {
    padding: 40px 0;
    background: none;
  }
  .process .flow {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 24px 0 0;
  }
  .process .flow_item {
    padding: 16px;
    align-items: flex-start;
    gap: 16px;
  }
  .process .flow_num {
    font-size: 2.8rem;
  }
  .process .flow_content {
    display: block;
  }
  .process .flow_title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .process .flow_text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/*****************************************************

 Page - 動的ページ news 施工事例・お知らせ
 
*****************************************************/
/*　news_navi_box
----------------------------------------------------*/
.news_navi_box {
  padding: 0 0 80px;
}

/* SP */
@media screen and (max-width: 896px) {
  .news_navi_box {
    padding: 0 0 28px;
  }
}
/* max-width:896px */
/*　news_list
----------------------------------------------------*/
.news_list {
  padding: 80px 0;
}
.news_list .col_box img {
  width: 100%;
  height: 230px;
}
.news_list .date_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  margin: 0;
  padding: 8px 16px 16px;
}
.news_list .date_box p {
  color: #aaaaaa;
}
.news_list .date_box p span {
  color: #008700;
}
.news_list .date_box h3 {
  font-size: 1.8rem;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-style: normal;
  margin: 4px 0 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .news_list {
    padding: 40px 0 1px;
  }
  .news_list .col_box img {
    width: 100%;
    height: 200px;
  }
  .news_list .date_box {
    padding: 8px 12px 12px;
  }
  .news_list .date_box h3 {
    font-size: 1.6rem;
    margin: 4px 0 0;
  }
}
/* max-width:896px */
/*　news_contents（詳細ページ）
----------------------------------------------------*/
.news_contents {
  padding: 80px 0;
}
.news_contents h2 {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
.news_contents .date_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 8px 0 16px;
}
.news_contents .date_box p {
  color: #aaaaaa;
}
.news_contents .date_box p span {
  color: #008700;
}
.news_contents .before_after figure {
  position: relative;
}
.news_contents .before_after figure img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.news_contents .before_after .txt {
  position: absolute;
  top: 24px;
  left: 24px;
  background-color: #E50012;
  border-radius: 30px;
  color: #fff;
  padding: 4px 16px 6px;
}
.news_contents .works_gallery figure {
  position: relative;
}
.news_contents .works_gallery figure img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.news_contents h3 {
  margin: 36px 0 16px;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-style: normal;
  color: #008700;
  font-size: 2.2rem;
}
.news_contents dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.news_contents dl dt {
  box-sizing: border-box;
  width: 30%;
  padding: 16px;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-style: normal;
  color: #008700;
  border-bottom: solid 1px #ccc;
}
.news_contents dl dd {
  box-sizing: border-box;
  width: 70%;
  padding: 16px;
  border-bottom: solid 1px #ccc;
}
.news_contents .works_contents {
  margin: 32px 0 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .news_contents {
    padding: 40px 0;
  }
  .news_contents h2 {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
  }
  .news_contents .before_after figure {
    position: relative;
  }
  .news_contents .before_after figure img {
    height: 250px;
  }
  .news_contents .before_after .txt {
    position: absolute;
    top: 24px;
    left: 24px;
    background-color: #E50012;
    border-radius: 30px;
    color: #fff;
    padding: 4px 16px 6px;
  }
  .news_contents .works_gallery {
    margin: 24px 0 0;
  }
  .news_contents .works_gallery figure {
    position: relative;
  }
  .news_contents .works_gallery figure img {
    height: 130px;
  }
  .news_contents h3 {
    margin: 36px 0 16px;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-style: normal;
    color: #008700;
    font-size: 2.2rem;
  }
  .news_contents dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .news_contents dl dt {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 8px 0;
    border-bottom: none;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-style: normal;
    color: #008700;
  }
  .news_contents dl dd {
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px 8px;
    border-bottom: solid 1px #ccc;
  }
  .news_contents .works_contents {
    margin: 32px 0 0;
  }
}
/* max-width:896px */
/*　Pager
----------------------------------------------------*/
.pager {
  margin: 80px 0 0;
  text-align: center;
}
.pager .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 12px 2px 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #333333;
  line-height: 50px;
  border-radius: 50%;
}
.pager a.page-numbers {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pager a.page-numbers:hover {
  background: #999999;
  color: #fff;
  opacity: 1;
}
.pager .current {
  background: #e50012;
  color: #fff;
}

/*　ページャーが空のとき
-----------------------------------*/
.pager:empty {
  margin-top: 0;
}

@media screen and (max-width: 896px) {
  .pager {
    margin: 0 0 40px;
  }
  .pager .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
/*　editor_area エディター装飾
----------------------------------------------------*/
.editor_area {
  margin: 24px auto 0;
  width: 100%;
  height: auto;
}
.editor_area img:first-child, .editor_area p:first-child, .editor_area ul:first-child, .editor_area ol:first-child, .editor_area h3:first-child, .editor_area h4:first-child {
  margin-top: 0;
}
.editor_area img {
  max-width: 100%;
  height: auto;
  margin-top: 32px;
  border: none !important;
  vertical-align: bottom;
}
.editor_area .gallery {
  margin-top: 14px !important;
}
.editor_area p {
  margin-top: 16px;
  line-height: 1.9;
}
.editor_area a {
  color: #004DA0;
  position: relative;
  font-weight: 500;
}
.editor_area a::before {
  content: '\f105';
  font: var(--fa-font-solid);
  display: inline-block;
  color: #004DA0;
  margin-right: 4px;
}
.editor_area strong {
  font-weight: 700;
}
.editor_area em {
  font-style: italic;
}
.editor_area ul {
  margin-top: 16px;
  list-style: disc;
  padding-left: 2.2rem;
}
.editor_area ul li {
  margin-top: 8px;
}
.editor_area ul li:first-child {
  margin-top: 0;
}
.editor_area ol {
  margin-top: 16px;
  list-style: decimal;
  padding-left: 2.2rem;
}
.editor_area ol li {
  margin-top: 8px;
}
.editor_area ol li:first-child {
  margin-top: 0;
}
.editor_area hr {
  border: 0;
  border-top: 1px #cccccc dotted;
  margin-top: 40px;
  margin-bottom: 40px;
}
.editor_area hr + img, .editor_area hr + p, .editor_area hr + ul, .editor_area hr + ol, .editor_area hr + h3, .editor_area hr + h4 {
  margin-top: 0;
}
.editor_area h3 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 8px 0 16px 0;
  font-weight: 700;
}
.editor_area h3::before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  width: 16px;
  height: 2px;
  background-color: #008700;
}
.editor_area h3:first-child {
  margin-top: 0;
}
.editor_area h4 {
  margin: 32px auto -4px;
  color: #008700;
  font-size: 1.8rem;
  font-weight: 600;
}
.editor_area h4:first-child {
  margin-top: 0;
}
.editor_area h4 + ul, .editor_area h4 + ol, .editor_area h4 + p {
  margin-top: 12px;
}

@media screen and (max-width: 896px) {
  .editor_area {
    margin: 16px auto 0;
  }
  .editor_area h3 {
    font-size: 1.7rem;
  }
  .editor_area h4 {
    font-size: 1.5rem;
  }
}
/*****************************************************

 Page - recruit 採用情報
 
*****************************************************/
/* recruit
----------------------------------------------------*/
.recruit {
  padding: 80px 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .recruit {
    padding: 40px 0;
  }
}
/* max-width:896px */
/*****************************************************

 Page - contact お問い合わせフォーム
 
*****************************************************/
/* contact_phone
----------------------------------------------------*/
.contact_phone {
  padding: 80px 0;
}
.contact_phone .tel_box {
  box-sizing: border-box;
  padding: 16px;
  background: #fff;
}
.contact_phone .tel_box ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_phone .tel_box ul:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20%;
  background: #999999;
  width: 1px;
  height: 60%;
}
.contact_phone .tel_box li {
  width: 100%;
  padding: 10px;
  list-style: none;
  text-align: center;
}
.contact_phone .tel_box li .tel {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Noto Serif", serif;
}
.contact_phone .tel_box li .tel a {
  color: #e50012;
}
.contact_phone .tel_box li .tel span {
  font-size: 2.4rem;
}

/* SP */
@media screen and (max-width: 896px) {
  .contact_phone {
    padding: 40px 0;
  }
  .contact_phone .tel_box {
    box-sizing: border-box;
    border: solid 1px #999999;
    border-radius: 10px;
    margin: 0;
    padding: 8px;
    background: #fff;
  }
  .contact_phone .tel_box ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .contact_phone .tel_box ul:before {
    display: none;
  }
  .contact_phone .tel_box li {
    width: 100%;
  }
  .contact_phone .tel_box li .tel {
    font-size: 2.2rem;
    padding: 0;
  }
  .contact_phone .tel_box li .tel a {
    color: #e50012;
  }
  .contact_phone .tel_box li .tel span {
    font-size: 1.8rem;
  }
}
/* max-width:896px */
/* contact_form
----------------------------------------------------*/
.contact_form {
  padding: 80px 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .contact_form {
    padding: 40px 0 20px;
  }
}
/* max-width:896px */
/* policy_scroll_box
-----------------------------------*/
.policy {
  margin: 40px 0 0;
}

.policy_scroll_box {
  margin-top: 8px;
  width: auto;
  height: 290px;
  padding: 24px;
  box-sizing: border-box;
  border: 1px #CCCCCC solid;
  background: #FFF;
  overflow-y: scroll;
  line-height: 1.6;
  font-size: 1.4rem;
}
.policy_scroll_box::-webkit-scrollbar {
  width: 8px;
}
.policy_scroll_box::-webkit-scrollbar-track {
  background: #CCCCCC;
}
.policy_scroll_box::-webkit-scrollbar-thumb {
  background: #444444;
}
.policy_scroll_box h3 {
  margin: 0 auto 24px;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.policy_scroll_box h4 {
  margin: 24px 0 0;
  color: #333333;
  font-weight: 700;
}
.policy_scroll_box ul, .policy_scroll_box ol {
  margin: 8px 8px;
}
.policy_scroll_box ul li {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}
.policy_scroll_box ul li::before {
  content: '・';
}
.policy_scroll_box ol li {
  list-style: decimal;
  margin-left: 1.4rem;
}
.policy_scroll_box p strong {
  font-weight: 700;
}

@media screen and (max-width: 1030px) {
  .policy_scroll_box {
    margin: 8px 0 24px 0;
    width: auto;
    padding: 16px;
    box-sizing: border-box;
    /*height: 180px;
    overflow-y: scroll;*/
  }
  .policy_scroll_box h3 {
    margin: 0 auto 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  .policy_scroll_box h4 {
    margin: 24px auto 8px;
    font-weight: 700;
  }
  .policy_scroll_box ul {
    margin: 8px 8px;
  }
  .policy_scroll_box ul li {
    text-indent: -1.4rem;
    margin-left: 1.4rem;
  }
}
/* mailform_area
----------------------------------------------------*/
.mailform_area {
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .mailform_area {
    margin-top: 24px;
  }
}
/* tbl_form
---------------------------------------*/
.tbl_form {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
}
.tbl_form caption {
  margin: 64px 0 24px;
  color: #f73746;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
}
.tbl_form tr {
  /*&:first-child{
  	th,td{
  		border-top:0;
  	}
  }*/
}
.tbl_form tr th, .tbl_form tr td {
  border-top: solid 1px #ccc;
}
.tbl_form tr th {
  width: 24%;
  width: 320px;
  padding: 32px 24px;
  font-weight: 700;
  box-sizing: border-box;
  position: relative;
}
.tbl_form tr th span.required {
  position: relative;
  margin: 0 0 0 16px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  background: #ad1212;
  border-radius: 4px;
  padding: 1px 7px 2px;
  box-sizing: border-box;
  line-height: 1;
}
.tbl_form tr td {
  width: 76%;
  width: 960px;
  padding: 32px 24px;
  text-align: left;
  line-height: 1.8;
}
.tbl_form tr:last-child th, .tbl_form tr:last-child td {
  border-bottom: solid 1px #ccc;
}

.tbl_form + .link_btn {
  margin-top: 64px;
}

@media screen and (max-width: 896px) {
  .tbl_form {
    margin-top: 24px;
    width: 100%;
    font-size: 1.4rem;
  }
  .tbl_form caption {
    margin: 24px 0 16px;
    color: #f73746;
    font-size: 1.6rem;
  }
  .tbl_form tr th {
    display: block;
    width: 100%;
    padding: 12px 0 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    position: relative;
  }
  .tbl_form tr th span.required {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0 0 0 8px;
  }
  .tbl_form tr td {
    border-top: 0;
    display: block;
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    border-bottom: 0;
  }
  .tbl_form tr:last-child th {
    border-bottom: 0;
  }

  .tbl_form + .link_btn {
    margin-top: 40px;
  }
}
/* フォーム関係リセット
----------------------------------------------------*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  appearance: auto;
}

/* フォーム関係装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="number"], textarea, select {
  box-sizing: border-box;
  width: 100%;
  max-width: 778px;
  height: auto;
  padding: 13px 12px;
  background: #fff;
  border: 1px solid #c4c4c4;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 4px;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #333;
}
input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, input[type="date"].w100, input[type="number"].w100, textarea.w100, select.w100 {
  width: 100%;
}
input[type="text"].w90, input[type="tel"].w90, input[type="email"].w90, input[type="date"].w90, input[type="number"].w90, textarea.w90, select.w90 {
  width: 90%;
}
input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, input[type="date"].w80, input[type="number"].w80, textarea.w80, select.w80 {
  width: 80%;
  max-width: 476px;
}
input[type="text"].w70, input[type="tel"].w70, input[type="email"].w70, input[type="date"].w70, input[type="number"].w70, textarea.w70, select.w70 {
  width: 70%;
}
input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, input[type="date"].w60, input[type="number"].w60, textarea.w60, select.w60 {
  width: 60%;
  max-width: 276px;
}
input[type="text"].w50, input[type="tel"].w50, input[type="email"].w50, input[type="date"].w50, input[type="number"].w50, textarea.w50, select.w50 {
  width: 50%;
}
input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, input[type="date"].w40, input[type="number"].w40, textarea.w40, select.w40 {
  width: 40%;
}
input[type="text"].w20, input[type="tel"].w20, input[type="email"].w20, input[type="date"].w20, input[type="number"].w20, textarea.w20, select.w20 {
  width: 20%;
}
input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, input[type="date"].zip, input[type="number"].zip, textarea.zip, select.zip {
  width: 40%;
}
input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, input[type="date"].addr, input[type="number"].addr, textarea.addr, select.addr {
  width: 100%;
}
input[type="text"].year, input[type="text"].month, input[type="text"].day, input[type="tel"].year, input[type="tel"].month, input[type="tel"].day, input[type="email"].year, input[type="email"].month, input[type="email"].day, input[type="date"].year, input[type="date"].month, input[type="date"].day, input[type="number"].year, input[type="number"].month, input[type="number"].day, textarea.year, textarea.month, textarea.day, select.year, select.month, select.day {
  width: 25%;
  max-width: 110px;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 4px #8bd2f5;
  border: 1px solid #8bd2f5;
}

textarea {
  height: 180px;
}

.zip_btn {
  margin-left: 24px;
  color: #fff;
  background: #666;
  padding: 8px 24px;
  border-radius: 4px;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 820px) {
  input[type="text"].w90, input[type="text"].w80, input[type="text"].w70, input[type="text"].w60, input[type="text"].w50, input[type="text"].w40, input[type="text"].w20, input[type="tel"].w90, input[type="tel"].w80, input[type="tel"].w70, input[type="tel"].w60, input[type="tel"].w50, input[type="tel"].w40, input[type="tel"].w20, input[type="email"].w90, input[type="email"].w80, input[type="email"].w70, input[type="email"].w60, input[type="email"].w50, input[type="email"].w40, input[type="email"].w20, input[type="date"].w90, input[type="date"].w80, input[type="date"].w70, input[type="date"].w60, input[type="date"].w50, input[type="date"].w40, input[type="date"].w20, input[type="number"].w90, input[type="number"].w80, input[type="number"].w70, input[type="number"].w60, input[type="number"].w50, input[type="number"].w40, input[type="number"].w20, textarea.w90, textarea.w80, textarea.w70, textarea.w60, textarea.w50, textarea.w40, textarea.w20, select.w90, select.w80, select.w70, select.w60, select.w50, select.w40, select.w20 {
    width: 100%;
  }
  input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, input[type="date"].zip, input[type="number"].zip, textarea.zip, select.zip {
    width: 50%;
  }
  input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, input[type="date"].addr, input[type="number"].addr, textarea.addr, select.addr {
    width: 100%;
    margin-top: 16px;
  }
  input[type="text"].year, input[type="text"].month, input[type="text"].day, input[type="tel"].year, input[type="tel"].month, input[type="tel"].day, input[type="email"].year, input[type="email"].month, input[type="email"].day, input[type="date"].year, input[type="date"].month, input[type="date"].day, input[type="number"].year, input[type="number"].month, input[type="number"].day, textarea.year, textarea.month, textarea.day, select.year, select.month, select.day {
    width: 24%;
  }

  .zip_btn {
    margin-left: 20px;
    color: #fff;
    background: #666;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    cursor: hand;
    width: 40%;
    font-size: 1.2rem;
  }
}
/* Chrome */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* Firefox */
::-moz-placeholder {
  color: #cccccc;
}

/* IE */
:-ms-input-placeholder {
  color: #cccccc;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}

label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label::before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
}

label input[type="checkbox"]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 7px;
  left: 3px;
  width: 15px;
  height: 6px;
  border-left: 2px solid #206a97;
  border-bottom: 2px solid #206a97;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 896px) {
  input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    top: 6px;
  }
}
.wpcf7-radio label::before {
  margin-top: -8px;
  border-radius: 50%;
}
.wpcf7-radio label::before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
}
.wpcf7-radio input[type="radio"] label {
  padding: 3px 3px 3px 0;
}
.wpcf7-radio label input[type="radio"]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.wpcf7-radio input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 12px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666666;
}

@media screen and (max-width: 896px) {
  .wpcf7-radio input[type="radio"]:checked + span.wpcf7-list-item-label::after {
    top: 11px;
  }
}
[data-name="agree_policy"] .wpcf7-list-item {
  margin: 0 0 0 0 !important;
}

select.year,
select.month,
select.day {
  width: 15%;
}

/*エラー時の表示*/
.wpcf7-not-valid-tip {
  display: none !important;
}

/*お問い合わせ内容と備考欄（テキストエリア）のエラー時の表示*/
/*[data-name="oubo-shubetsu"] .wpcf7-not-valid-tip,*/
[data-name="inquiry"] .wpcf7-not-valid-tip,
[data-name="purpose"] .wpcf7-not-valid-tip,
[data-name="remark"] .wpcf7-not-valid-tip,
[data-name="contact_detail"] .wpcf7-not-valid-tip {
  display: block !important;
}

.wpcf7-not-valid {
  border-color: #c1272d !important;
  background: rgba(193, 39, 45, 0.1) !important;
  transition: all .3s;
}
.wpcf7-not-valid.w100, .wpcf7-not-valid.w90, .wpcf7-not-valid.w80, .wpcf7-not-valid.w70, .wpcf7-not-valid.w60, .wpcf7-not-valid.w50, .wpcf7-not-valid.w40, .wpcf7-not-valid.w20, .wpcf7-not-valid.zip, .wpcf7-not-valid.addr, .wpcf7-not-valid.detail, .wpcf7-not-valid.year, .wpcf7-not-valid.month, .wpcf7-not-valid.day {
  border: solid 1px #c1272d !important;
}
.wpcf7-not-valid.wpcf7-checkbox, .wpcf7-not-valid.wpcf7-radio {
  /*color: #a21b20 !important;*/
  font-weight: bold !important;
  background: transparent !important;
}
.wpcf7-not-valid.wpcf7-checkbox label::before, .wpcf7-not-valid.wpcf7-radio label::before {
  border-color: #c1272d !important;
  background: rgba(193, 39, 45, 0.1) !important;
  transition: all .3s;
}

.agree_checkbox {
  margin: 40px auto;
  text-align: center;
}

/* SP */
@media screen and (max-width: 896px) {
  .agree_checkbox {
    margin: 24px auto;
    text-align: center;
  }
}
/* max-width:896px */
/* btn_contact
-----------------------------------*/
.btn_contact {
  margin: 0 auto;
  width: 400px;
  background: #e50012;
  padding: 18px 16px 18px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all .3s;
  text-align: center;
  display: block;
  border-radius: 32px;
  cursor: pointer;
}
.btn_contact:hover {
  background: #FFA5A7;
}

@media screen and (max-width: 896px) {
  .btn_contact {
    margin: 0 auto;
    width: 80%;
    max-width: 300px;
    padding: 8px;
    font-size: 1.4rem;
  }
}
.recaptcha {
  text-align: center;
  margin: 16px 0;
  font-size: 1.3rem;
}

/*     reCAPTCHA     */
.grecaptcha-badge {
  z-index: 9999 !important;
}

/*     reCAPTCHA  削除する場合   */
.grecaptcha-badge {
  visibility: hidden;
}
