@charset "UTF-8";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////                 c Branding Technology inc.                  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/* ======================================================

   common-Setting

========================================================= */
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  color: #1a1a1a;
  -webkit-text-size-adjust: 100%;
  font-family: 'Lato', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6,
input,button,textarea,select,
p,blockquote,
table,th,td,pre,address,
ul,ol,li,dl,dt,dd {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 2;
}
li { list-style: none; }
th,td { vertical-align: middle; }
select { visibility: visible !important; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #d62828;
  text-decoration: none;
}
a:hover {
  color: #d62828;
  text-decoration: underline;
}

.mb0 { margin-bottom: 0 !important; }
.mb_10 { margin-bottom: 10px !important; }
.mb_20 { margin-bottom: 20px !important; }
.mb_30 { margin-bottom: 30px !important; }
.mb_40 { margin-bottom: 40px !important; }
.mb_50 { margin-bottom: 50px !important; }
.mb_60 { margin-bottom: 60px !important; }
.mb_70 { margin-bottom: 70px !important; }
.mb_80 { margin-bottom: 80px !important; }
.mb_90 { margin-bottom: 90px !important; }
.mb_100 { margin-bottom: 100px !important; }

.mb_t { margin-bottom: 20px !important; }
.mb_s { margin-bottom: 30px !important; }
.mb_m { margin-bottom: 50px !important; }
.mb_l { margin-bottom: 70px !important; }

.f_b { font-weight: bold; }
.f_10 { font-size: 10px !important; }
.f_12 { font-size: 12px !important; }
.f_14 { font-size: 14px !important; }
.f_16 { font-size: 16px !important; }
.f_18 { font-size: 18px !important; }
.f_20 { font-size: 20px !important; }
.f_22 { font-size: 22px !important; }

.bold { font-weight: 700; }
.txt_red { color: #d62828; }
.txt_mb { margin-bottom: 1em; }
.txt-l { text-align: left !important; }
.txt-c { text-align: center !important; }
.txt-r { text-align: right !important; }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.pc_area,.tab_area { display: none; }

.wrapper {
  padding-top: 60px;
  overflow-x: hidden;
  position: relative;
}
.sub_page_main {
  margin: 0 auto 60px;
}

.topicpath ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}
.topicpath li {
  display: inline;
  line-height: 1.4;
  font-size: 14px;
}
.topicpath li::before { content: ' > '; }
.topicpath li:first-child::before { content: ''; }

@media screen and (min-width: 600px) {
  .sp_area { display: none; }
  .tab_area { display: block; }
}

@media screen and (min-width: 1025px) {
  .mb_t { margin-bottom: 30px !important; }
  .mb_s { margin-bottom: 50px !important; }
  .mb_m { margin-bottom: 80px !important; }
  .mb_l { margin-bottom: 100px !important; }
  
  .pc_area { display: block; }
  
  .hover_opacity { transition: 0.3s; }
  .hover_opacity:hover {
    transition: 0.3s;
    opacity: 0.8;
  }

  .wrapper {
    padding-top: 0;
  }
  .sub_page_main {
    margin: 0 auto 120px;
  }
}

/* ======================================================

   header

========================================================= */
.outer_header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #FFF;
}
.header_contents {
  padding: 10px;
}
.header_contents h1.logo {
  height: 40px;
}
.header_contents h1.logo img {
  width: auto;
  height: 100%;
}
.pc_header_menu {
  display: none;
}
@media screen and (min-width: 600px) {
  .outer_header {
    height: auto;
  }
  .header_contents {
    padding: 20px;
  }
  .header_contents h1.logo {
    height: 60px;
    margin-bottom: 10px;
  }
  .pc_header_menu {
    display: block;
  }

  .head_utility {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
  }
  .head_utility .header_btn {
    width: 20%;
  }
  .head_utility .header_btn01 {
    margin-right: 10px;
  }
  .head_utility .header_btn02 {
    margin-right: 20px;
  }
  .head_utility .header_btn03 {
    max-width: none !important;
    width: auto;
    margin-right: 20px;
  }
  .head_utility .header_btn03 p {
    font-size: 11px;
  }
  .head_utility .header_btn03 a {
    color: #1a1a1a;
    text-decoration: none;
  }
  .head_utility .header_btn03 a span.phone_number {
    display: block;
    line-height: 1;
    font-size: clamp(18px, 3vw, 36px);
    font-weight: 700;
    padding-left: 36px;
    background: url(../images/head_tel_icon.png) no-repeat left center;
    background-size: auto 80%;
  }

  nav.global_navi {
    display: block;
    width: 100%;
  }
  .gnav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0 auto;
  }
  .gnav > li {
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    padding: 5px 10px;
    border-left: 1px solid #1a1a1a;
  }
  .gnav > li:first-child {
    padding: 5px 10px 5px 0;
    border-left: none;
  }
  .gnav > li:first-child img {
    display: inline-block;
    width: 20px;
    height: auto;
  }
  .gnav a {
    display: block;
    color: #1a1a1a;
    text-decoration: none;
  }
  .gnav a:hover {
    color: #d62828;
  }
  .gnav_submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) ;
    background-color: rgba(214,40,40,0.90);
    list-style: none;
    padding: 16px 30px 30px;
    border-radius: 20px;
}
  .gnav_submenu li {
    width: 250px;
    line-height: 1.4;
    border-bottom: #fff 1px solid;
  }
  .gnav_submenu a {
    padding: 14px 40px 14px 5px;
    color: #FFF;
    text-decoration: none;
    background: url(../images/gnav_arrow.png) no-repeat right 5px center;
    background-size: 20px;
    transition: 0.3s;
  }
  .gnav_submenu a:hover {
    transition: 0.3s;
    background: url(../images/gnav_arrow.png) no-repeat right center;
    background-size: 20px;
  }
  .gnav li:hover > .gnav_submenu {
    display: block;
    transition: 0.3s;
  }
  .gnav li:hover > .gnav_submenu li:hover a {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1025px) {
  .header_contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_contents h1.logo {
    height: 105px;
	margin-bottom: 0;
  }
  .pc_header_menu {
    width: calc(100% - 260px);
  }
  .head_utility .header_btn {
    max-width: 181px;
  }
  .gnav > li {
    padding: 5px 15px;
  }
  .gnav > li:first-child {
    padding: 5px 15px 5px 0;
  }
}

/* hamburger menu */
.hamburger_menu_cover {
  position: fixed;
  top: 0;
  right: 0;
  background: #d62828;
  z-index: 999;
}
.hamburger_menu {
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 15px;
  cursor: pointer;
}
.hamburger_menu__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: relative;
  transition: all 0.5s;
}
.hamburger_menu__line::before,
.hamburger_menu__line::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  transition: all 0.5s;
}

.hamburger_menu__line::before { transform: translateY(-8px); }
.hamburger_menu__line::after { transform: translateY(8px); }
.hamburger_menu.open .hamburger_menu__line { background-color: transparent; }
.hamburger_menu.open .hamburger_menu__line::before { transform: rotate(45deg); }
.hamburger_menu.open .hamburger_menu__line::after { transform: rotate(-45deg); }

.nav_sp {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  padding: 60px 0 0;
  background: #FFF;
  text-align: left;
  transition: right 0.5s;
  overflow: scroll;
  z-index: 998;
}
.nav_sp.open { right: 0; }

.nav_sp .has_submenu,
.nav_sp p.sp_menu_btn {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  padding: 20px;
  border-bottom: #ccc 1px solid;
}
.nav_sp p.sp_menu_btn a {
  display: block;
  color: #d62828;
  text-decoration: none;
}
.nav_sp p.sp_menu_btn.first_btn {
  border-top: #ccc 1px solid;
}

/* サブメニューのトグルボタン */
.submenu_toggle {
  display: block;
  position: relative;
  cursor: pointer;
  color: #d62828;
  font-size: 16px;
}

/* プラスマーク（開閉アイコン） */
.submenu_toggle::after, 
.submenu_toggle::before {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 0;
}
.submenu_toggle::after { 
  width: 16px;
  height: 2px;
  margin-top: -1px;
}
.submenu_toggle::before {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}
.has_submenu.open .submenu_toggle::before {
  display: none;
}

/* サブメニュー */
.submenu {
  display: none;
  padding: 20px 0 0 1em;
}
.submenu.open {
  display: block;
}
.sp_menu_list .submenu li {
  margin-bottom: 0.5em;
}
.sp_menu_list .submenu li a {
  color: #1a1a1a;
}
@media screen and (min-width: 600px) {
  .hamburger_menu_cover {
    display: none;
  }
}

.side_cta {
  display: none;
}
.side_cta p {
		margin-bottom: 10px;
	}
.side_right a{
	display: block;
}
.side_right a:hover {
	cursor: pointer!important;
	opacity: 0.8!important;
}
@media screen and (min-width: 600px) {
  .side_cta {
    display: block;
    width: 70px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
  }
	
}

/* ======================================================

   footer

========================================================= */
.ft_gmap {
  height: 200px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ft_gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.footer_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.footer_contents .ft_lft .logo {
  width: 200px;
  margin: 0 auto 20px;
}
.footer_contents .ft_lft .ft_company_address {
  font-size: clamp(12px, 2vw, 16px);
  text-align: center;
  margin-bottom: 15px;
}
.footer_contents .ft_lft .ft_phone_number {
  font-size: 13px;
  text-align: center;
}
.footer_contents .ft_lft .ft_phone_number a {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1;
}
.footer_contents .ft_lft .ft_phone_number a span {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/head_tel_icon.png) no-repeat left center;
  background-size: 20px auto;
}
.footer_contents .ft_rgt {
  display: none;
}

.copy {
  color: #FFF;
  font-size: 14px;
  text-align: center;
  background: #d62828;
  padding: 20px;
}

.footer_follow {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
.footer_follow .sp_btm_contact {
  width: 100%;
  display: flex;
}
.footer_follow .sp_btm_contact li {
  line-height: 1.6;
  text-align: center;
}
.footer_follow .sp_btm_contact li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 10px 0;
}
.footer_follow .sp_btm_contact li.mail {
  width: calc(50% - 25px);
  background: #d62828;
  font-size: 2.8vw;
}
.footer_follow .sp_btm_contact li.tel {
  width: calc(50% - 25px);
  background: #003c6e;
  font-size: 2.8vw;
  line-height: 1.4;
}
.footer_follow .sp_btm_contact li.tel a {
  flex-wrap: wrap;
}
.footer_follow .sp_btm_contact li.tel span {
  width: 100%;
  display: inline-block;
  font-size: 5vw;
  font-weight: 700;
}
.footer_follow .sp_btm_contact li.line {
  width: 50px;
  background: #27ad37;
}
@media screen and (min-width: 600px) {
  .ft_gmap {
    height: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .ft_gmap {
    height: 400px;
  }
  .footer_contents {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 50px;
  }
  .footer_contents .ft_lft {
    width: 40%;
  }
  .footer_contents .ft_lft .logo {
    width: 374px;
    margin: 0 0 20px;
  }
  .footer_contents .ft_lft .ft_company_address {
    text-align: left;
  }
  .footer_contents .ft_lft .ft_phone_number {
    font-size: 14px;
    text-align: left;
  }
  .footer_contents .ft_lft .ft_phone_number a {
    font-size: 40px;
  }
  .footer_contents .ft_lft .ft_phone_number a span {
    padding-left: 40px;
    background-size: 30px auto;
  }
  .footer_contents .ft_rgt {
    display: flex;
    justify-content: space-between;
    width: 55%;
  }
  .footer_contents .ft_rgt .ft_menu {
    width: 48%;
  }
  .footer_contents .ft_rgt .ft_menu.ft_menu01 li {
    margin-bottom: 0.8em;
  }
  .footer_contents .ft_rgt .ft_menu.ft_menu02 .ft_menu_ttl {
    color: #d62828;
  }
  .footer_contents .ft_rgt .ft_menu.ft_menu02 ul {
    padding: 5px 0 0 1em;
  }
  .footer_contents .ft_rgt .ft_menu.ft_menu02 ul.ft_nav01 {
    margin-bottom: 20px;
  }
  .footer_contents .ft_rgt .ft_menu.ft_menu02 li {
    line-height: 1.6;
    margin-bottom: 0.8em;
  }
  .footer_contents .ft_rgt .ft_menu.ft_menu02 li a {
    color: #1a1a1a;
  }
  .footer_follow .sp_btm_contact {
    display: none;
  }
}

/* ======================================================

   index

========================================================= */
.main_img_cover {
  position: relative;
  overflow: hidden;
}
.fv_bg_slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fv_bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1);
  animation: fvFade 15s infinite;
  animation-timing-function: linear;
  will-change: opacity, transform;;
}
.fv_bg01 {
  background-image: image-set(
    url("../images/fv_bg01.avif") type("image/avif"),
    url("../images/fv_bg01.jpg")  type("image/jpeg")
  );
  animation-delay: 0s;
}
.fv_bg02 {
  background-image: image-set(
    url("../images/fv_bg02.avif") type("image/avif"),
    url("../images/fv_bg02.jpg")  type("image/jpeg")
  );
  animation-delay: 4s;
}
.fv_bg03 {
  background-image: image-set(
    url("../images/fv_bg03.avif") type("image/avif"),
    url("../images/fv_bg03.jpg")  type("image/jpeg")
  );
  animation-delay: 8s;
}

@keyframes fvFade {
  0%   { opacity: 0; transform: scale(1.00); }
  10%  { opacity: 1; transform: scale(1.02); }
  35%  { opacity: 1; transform: scale(1.06); }
  55%  { opacity: 0; transform: scale(1.10); }
  100% { opacity: 0; transform: scale(1.14); }
}

.main_img {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}

.fv_img01 {
  width: 29%;
  position: absolute;
  left: -15%;
  bottom: 0;
}

@media screen and (min-width: 600px) {
  .main_img {
    padding: 50px 0;
  }
  .fv_img01 {
    width: 30%;
    max-width: 359px;
    position: absolute;
    left: -19%;
    bottom: 0;
  }
}

.index_intro_section {
  background: #7c6147;
  padding: 30px 0;
}
.index_intro_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.index_intro_contents p {
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 700;
  text-align: center;
  color: #FFF;
  line-height: 1.8;
}
.index_intro_contents p span {
  color: #ffc85d;
}
.index_worries_section {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/index_worries_bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 50px 0;
}
.index_worries_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 250px;
  background: url(../images/index_worries_img01.png) no-repeat center bottom;
  background-size: 200px auto;
}
.index_worries_list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.index_worries_list ul li.worries_list {
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  will-change: opacity, transform;
}
.index_worries_list ul li.worries_list.is-show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--delay, 0s);
}
.index_worries_list ul li.worries_list01 {
  width: 60%;
  background: url(../images/index_worries_bubble01_sp.png) no-repeat center;
  background-size: 100% 100%;
}
.index_worries_list ul li.worries_list01 span {
  display: block;
  padding: 30px 0 20px;
}
.index_worries_list ul li.worries_list02 {
  width: 74%;
  background: url(../images/index_worries_bubble02_sp.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: auto;
  margin-bottom: 10px;
}
.index_worries_list ul li.worries_list02 span {
  display: block;
  padding: 30px 0 40px;
}
.index_worries_list ul li.worries_list03 {
  width: 55%;
  background: url(../images/index_worries_bubble03_sp.png) no-repeat center;
  background-size: 100% 100%;
}
.index_worries_list ul li.worries_list03 span {
  display: block;
  padding: 30px 0 30px;
}
.index_worries_list ul li.worries_list04 {
  width: 60%;
  background: url(../images/index_worries_bubble04_sp.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: auto;
  margin-bottom: 20px;
}
.index_worries_list ul li.worries_list04 span {
  display: block;
  padding: 30px 0 20px 10px;
}
.index_worries_list ul li.worries_list05 {
  width: 88%;
  background: url(../images/index_worries_bubble05_sp.png) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.index_worries_list ul li.worries_list05 span {
  display: block;
  padding: 30px 0;
}
.index_worries_list ul li.worries_list06 {
  width: 86%;
  background: url(../images/index_worries_bubble06_sp.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: auto;
}
.index_worries_list ul li.worries_list06 span {
  display: block;
  padding: 30px 0;
}
@media screen and (min-width: 600px) {
  .index_worries_contents {
    background-size: 380px auto;
    padding-bottom: 0;
  }
  .index_worries_list ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start
  }
  .index_worries_list ul li.worries_list01 {
    width: 36%;
    background: url(../images/index_worries_bubble01.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 20px;
  }
  .index_worries_list ul li.worries_list01 span {
    padding: 40px 10% 30px 0;
  }
  .index_worries_list ul li.worries_list02 {
    width: 34.5%;
    background: url(../images/index_worries_bubble02.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 29.5%;
  }
  .index_worries_list ul li.worries_list02 span {
    padding: 30px 0 50px 9%;
  }
  .index_worries_list ul li.worries_list03 {
    width: 26.5%;
    background: url(../images/index_worries_bubble03.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 5%;
  }
  .index_worries_list ul li.worries_list03 span {
    padding: 40px 19% 40px 0;
  }
  .index_worries_list ul li.worries_list04 {
    width: 30%;
    background: url(../images/index_worries_bubble04.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 35%;
  }
  .index_worries_list ul li.worries_list04 span {
    padding: 30px 0 30px 22%;
  }
  .index_worries_list ul li.worries_list05 {
    width: 41%;
    background: url(../images/index_worries_bubble05.png) no-repeat center;
    background-size: 100% 100%;
  }
  .index_worries_list ul li.worries_list05 span {
    padding: 40px 12% 40px 0;
  }
  .index_worries_list ul li.worries_list06 {
    width: 41%;
    background: url(../images/index_worries_bubble06.png) no-repeat center;
    background-size: 100% 100%;
  }
  .index_worries_list ul li.worries_list06 span {
    padding: 40px 0 40px 12%;
  }
}
@media screen and (min-width: 1025px) {
  .index_worries_section {
    padding: 80px 0 120px;
  }
  .index_worries_list {
    margin: -120px 0 0;
  }
}

.index_problem_section {
  position: relative;
  padding: 50px 0;
}
.index_problem_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.index_problem_contents .ttl_pt01 {
  text-align: left;
}
.index_problem_contents .index_problem_txt p,
.index_problem_contents .index_problem_txt ul {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .index_problem_contents .ttl_tag {
    text-align: left;
  }
  .index_problem_contents .ttl_tag::after {
    bottom: -12px;
    left: 50px;
    transform: none;
  }
  .index_problem_section {
    padding: 60px 0 80px;
  }
  .index_problem_contents .index_problem_txt {
    position: relative;
  }
  .index_problem_img01,
  .index_problem_img02 {
    position: absolute;
    z-index: -1;
  }
  .index_problem_img01 {
    width: 49%;
    max-width: 940px;
    top: 100px;
    right: 4%;
  }
  .index_problem_img02 {
    width: 37%;
    max-width: 694px;
    bottom: 120px;
    right: 3%;
  }
}

.index_knowledge_img_contents_bg {
  background: url(../images/dot_pattern01.gif);
  background-size: 20px 20px;
}
.index_knowledge_img_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.index_knowledge_img_contents .index_knowledge_img {
  width: 24%;
  max-width: 300px;
}
.index_knowledge_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 80px;
}
.index_knowledge_contents .index_knowledge_item .ttl_pt01 {
  margin-bottom: 5px;
}
.index_knowledge_contents .index_knowledge_item p {
  text-align: center;
  margin-bottom: 20px;
}
.index_knowledge_item--inheritance {
  margin-bottom: 50px;
}
.index_knowledge_contents .index_knowledge_item .txt_btn01 {
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index_knowledge_img_contents {
    padding-top: 80px;
  }
  .index_knowledge_contents {
    padding: 50px 0 100px;
    display: flex;
    justify-content: space-between;
  }
  .index_knowledge_contents .index_knowledge_item {
    width: 48%;
  }
  .index_knowledge_item--inheritance {
    margin-bottom: 0;
  }
}

.index_reason_section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 50px;
  background: #f9f6f1;
}
.index_reason_section .index_reason_ttl {
  background: url(../images/dot_pattern02.gif) repeat;
  background-size: 20px 20px;
  position: relative;
  margin-bottom: 30px;
}
.index_reason_section .index_reason_ttl::after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background: url(../images/index_reason_arrow.png) no-repeat center bottom;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_reason_section .index_reason_ttl_contents {
  padding: 50px 0 0;
}
.index_reason_section .index_reason_ttl_contents h4 {
  margin-bottom: 20px;
}
.index_reason_section .index_reason_ttl_contents h4,
.index_reason_section .index_reason_ttl_contents p {
  font-weight: 700;
  text-align: center;
  color: #7c6147;
}
.index_reason_section .index_reason_ttl_contents h4 .sub_txt {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 15px;
  font-size: clamp(20px, 3.3vw, 40px);
  line-height: 1.4;
}
.index_reason_section .index_reason_ttl_contents h4 .line_deco {
	display: flex;
  align-items: center;
  width: 100%;
  color: #FFF;
  font-size: clamp(26px, 5vw, 58px);
  line-height: 1;
}
.index_reason_section .index_reason_ttl_contents h4 .line_deco span {
	display: block;
}
.index_reason_section .index_reason_ttl_contents h4 .line_deco::before,
.index_reason_section .index_reason_ttl_contents h4 .line_deco::after {
  content: "";
  display: block;
  flex: 1;
  height: 3px;
  background: #d62828;
}
.index_reason_section .index_reason_ttl_contents h4 .line_deco span span {
  display: inline-block;
  background: #d62828;
  padding: 5px;
  margin-right: 3px;
}
.index_reason_section .index_reason_ttl_contents h4 .line_deco span span:last-child {
  margin-right: 0;
}
.index_reason_section .index_reason_ttl_contents h4 .line_deco::before {
  margin-right: 0.5em;
}
.index_reason_section .index_reason_ttl_contents h4 .line_deco::after {
  margin-left: 0.5em;
}
.index_reason_section .index_reason_ttl_contents p.sub_ttl {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: clamp(18px, 2.8vw, 32px);
}
.index_reason_ttl_img {
  width: 130px;
  margin: 10px auto 0;
}
@media screen and (min-width: 1025px) {
  .index_reason_section {
    padding-bottom: 120px;
  }
  .index_reason_section .index_reason_ttl {
    margin-bottom: 50px;
  }
  .index_reason_section .index_reason_ttl::after {
    height: 100px;
  }
  .index_reason_section .index_reason_ttl_contents {
    padding: 50px 0 80px;
  }
  .index_reason_section .index_reason_ttl_contents h4 .line_deco span span {
    margin-right: 5px;
  }
  .index_reason_section .index_reason_ttl_contents h4 .line_deco::before {
    margin-right: 0.5em;
  }
  .index_reason_section .index_reason_ttl_contents h4 .line_deco::after {
    margin-left: 0.5em;
  }
  .index_reason_ttl_img {
    width: 162px;
    margin: 0;
    position: absolute;
    right: 10%;
    bottom: 20px;
  }
}

.index_reason_list_contents {
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
}
.index_reason_list_contents .index_reason_img {
  margin-bottom: 10px;
}
.index_reason_list_contents .index_reason_txt {
  padding: 30px;
  background: #FFF;
  border-radius: 20px;
  position: relative;
}
.index_reason_list_contents .index_reason_list .index_reason_txt::before {
  display: block;
  position: absolute;
  top: -120px;
  right: 20px;
  font-weight: 700;
  font-size: 100px;
  color: #facd89;
  opacity: 45;
}
.index_reason_list_contents .index_reason_list01 .index_reason_txt::before {
  content: '01';
}
.index_reason_list_contents .index_reason_list02 .index_reason_txt::before {
  content: '02';
}
.index_reason_list_contents .index_reason_list03 .index_reason_txt::before {
  content: '03';
}
.index_reason_list_contents .index_reason_txt h5 {
  color: #d62828;
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1.6;
  margin-bottom: 10px;
}
.index_reason_list_contents .index_reason_list01,
.index_reason_list_contents .index_reason_list02 {
  margin-bottom: 30px;
}

.index_reason_list {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.index_reason_list.is-odd {
  transform: translateX(-40px);
}
.index_reason_list.is-even {
  transform: translateX(40px);
}
.index_reason_list.is-show {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 1025px) {
  .index_reason_list_contents .index_reason_list {
    padding-top: 40px;
    position: relative;
  }
  .index_reason_list_contents .index_reason_img {
    width: 37%;
    margin-bottom: 0;
    position: absolute;
    top: -40px;
    z-index: 1;
  }
  .index_reason_list_contents .index_reason_list:nth-child(even) .index_reason_img {
    right: 0;
  }
  .index_reason_list_contents .index_reason_txt {
    width: 70%;
    border-radius: 30px;
  }
  .index_reason_list_contents .index_reason_list:nth-child(odd) .index_reason_txt {
    padding: 60px 5% 60px 10%;
    margin-left: auto;
  }
  .index_reason_list_contents .index_reason_list:nth-child(even) .index_reason_txt {
    padding: 60px 10% 60px 5%;
    margin-right: auto;
  }
  .index_reason_list_contents .index_reason_list .index_reason_txt::before {
    top: -240px;
    right: -50px;
    font-size: 200px;
  }
  .index_reason_list_contents .index_reason_list:nth-child(even) .index_reason_txt::before {
    right: auto;
    left: -50px;
  }
  .index_reason_list_contents .index_reason_txt h5 {
    margin-bottom: 20px;
  }
  .index_reason_list_contents .index_reason_list01,
  .index_reason_list_contents .index_reason_list02 {
    margin-bottom: 100px;
  }
}

.index_salemenu_section {
  background: url(../images/index_salemenu_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
.index_salemenu_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.index_salemenu_list {
  margin-bottom: 40px;
}
.index_salemenu_list.index_salemenu_list07 {
  margin-bottom: 0;
}
.index_salemenu_img {
  position: relative;
  margin-bottom: 20px;
}
.index_salemenu_ttl {
  position: absolute;
  left: -2%;
  bottom: 20px;
}
.index_salemenu_ttl h4 {
  position: relative;
  font-weight: 700;
}
.index_salemenu_ttl h4 span.index_salemenu_number {
  position: absolute;
  top: 12px;
  display: inline-block;
  width: 40px;
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1;
  color: #FFF;
  text-align: center;
  background: url(../images/index_salemenu_number.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 5px;
  padding: 5px 10px 5px 5px;
}
.index_salemenu_ttl h4 span.index_salemenu_ttl_txt {
  font-size: clamp(26px, 3.8vw, 44px);
  background: #FFF;
  padding: 5px 10px 5px 50px;
  border-radius: 5px;
}
.index_salemenu_ttl h4 span.red_txt {
  color: #d62828;
}
.index_salemenu_list .txt_btn01 {
  max-width: 350px;
  margin: 20px auto 0;
}
.index_salemenu_list {
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}
.index_salemenu_list.is-odd { transform: translateX(-40px); }
.index_salemenu_list.is-even { transform: translateX(40px); }
.index_salemenu_list.is-last { transform: translateY(30px); }
.index_salemenu_list.is-show {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 1025px) {
  .index_salemenu_section {
    padding: 120px 0;
  }
  .index_salemenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index_salemenu_list {
    width: 48%;
    margin-bottom: 60px;
  }
  .index_salemenu_img {
    margin-bottom: 25px;
  }
  .index_salemenu_ttl h4 span.index_salemenu_number {
    top: 16px;
    width: 70px;
  }
  .index_salemenu_ttl h4 span.index_salemenu_ttl_txt {
    line-height: 1.6;
    padding: 5px 10px 5px 80px;
  }
  .index_salemenu_list07 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .index_salemenu_list07 .index_salemenu_img {
    width: 62.5%;
    margin-bottom: 0;
  }
  .index_salemenu_list07 .index_salemenu_txt {
    width: 30%;
  }
}

.index_achievements_section {
  padding-bottom: 50px;
}
.index_achievements_ttl {
  background: #7c6147;
  padding-top: 40px;
}
.index_achievements_ttl_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 110px;
  background: url(../images/index_achievements_img01.png) no-repeat center bottom;
  background-size: auto 100px;
}
.index_achievements_ttl_contents h3 {
  color: #FFF;
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.index_achievements_ttl_contents h3 span {
  display: inline-block;
  border-bottom: dotted 2px #fff;
}
.index_achievements_list_contents {
  position: relative;
}
.index_achievements_list_contents::before {
  content: '';
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  background: #7c6147;
}
.index_achievements_list_contents ul {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
.index_achievements_list_contents .index_achievements_list {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 5px 10px rgba(109, 80, 18, 0.35);
}
.index_achievements_list_contents .index_achievements_list01,
.index_achievements_list_contents .index_achievements_list02 {
  margin-bottom: 20px;
}
.index_achievements_list_contents .index_achievements_list .index_achievements_txt {
  padding: 30px;
}
.index_achievements_list_contents .index_achievements_list .index_achievements_txt h4 {
  color: #d62828;
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1.6;
  margin-bottom: 15px;
}
.index_achievements_name {
  text-align: right;
  margin-top: 1.5em;
}
.index_achievements_list_contents .txt_btn01 {
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index_achievements_ttl {
    padding-top: 50px;
  }
  .index_achievements_ttl_contents {
    padding: 0 0 30px;
    background: url(../images/index_achievements_img01.png) no-repeat left 10% bottom;
    background-size: 14% auto;
  }
  .index_achievements_list_contents ul {
    display: flex;
    justify-content: space-between;
  }
  .index_achievements_list_contents .index_achievements_list {
    width: 32%;
  }
  .index_achievements_list_contents .index_achievements_list01,
  .index_achievements_list_contents .index_achievements_list02 {
    margin-bottom: 0;
  }
}

.index_basics_section {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/index_basics_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 15% 0 50px;
}
.index_basics_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.index_basics_contents .ttl_pt01 {
  color: #7c6147;
}
.index_basics_contents .ttl_pt01 span.under_line {
  border-bottom: dotted 2px #fff;
}
.index_basics_list_contents {
  margin-bottom: 30px;
}
.index_basics_list_contents .index_basics_list {
  border-radius: 20px;
  background: url(../images/index_basics_bg02.jpg) no-repeat center;
  background-size: cover;
  box-shadow: 4px 5px 10px rgba(109, 80, 18, 0.35);
  padding: 50px 30px 40px;
}
.index_basics_list_contents .index_basics_list a {
  color: #1a1a1a;
  text-decoration: none;
}
.index_basics_list_contents .index_basics_list01,
.index_basics_list_contents .index_basics_list02 {
  margin-bottom: 20px;
}
.index_basics_list_contents .index_basics_list .index_basics_img {
  width: 250px;
  margin: 0 auto 30px;
  position: relative;
}
.index_basics_list_contents .index_basics_list .index_basics_img .index_basics_icon {
  display: block;
  width: 100px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.index_basics_list_contents .index_basics_list h4 {
  font-size: clamp(24px, 2.6vw, 32px);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #d62828;
}
.index_basics_contents .txt_btn01 {
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index_basics_section {
    padding: 5% 0 100px;
  }
  .index_basics_contents .ttl_pt01 span.wht_txt {
    color: #FFF;
  }
  .index_basics_list_contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .index_basics_list_contents .index_basics_list {
    width: 32%;
    transition: 0.3s;
  }
  .index_basics_list_contents .index_basics_list:hover {
    transition: 0.3s;
	opacity: 0.8;
  }
  .index_basics_list_contents .index_basics_list01,
  .index_basics_list_contents .index_basics_list02 {
    margin-bottom: 0;
  }
}

.index_info_section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.index_info_section .index_info_contents {
  border-radius: 20px;
  padding: 30px 30px 40px;
}
.index_info_section .index_info_contents h6 {
  font-size: clamp(24px, 3.2vw, 38px);
  text-align: center;
  margin-bottom: 20px;
}
.index_info_section .index_info_contents ul {
  margin-bottom: 30px;
}
.index_info_section .index_info_contents li {
  line-height: 1.6;
  border-bottom: dotted 2px #bfbfbf;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.index_info_section .index_info_contents li .index_info_data {
  display: block;
}
.index_info_section .index_info_contents li a {
  color: #1a1a1a;
}
.index_info_section .index_info_contents .txt_btn01 {
  max-width: 350px;
  margin: 0 auto;
}
.index_info_section .index_info_contents.cate_01 {
  border: #d62828 3px solid;
  margin-bottom: 20px;
}
.index_info_section .index_info_contents.cate_01 h6 span {
  color: #d62828;
  border-bottom: #d62828 3px solid;
  padding-bottom: 5px;
}
.index_info_section .index_info_contents.cate_02 {
  border: #0156a9 3px solid;
	margin-bottom: 20px;
}
.index_info_section .index_info_contents.cate_02 h6 span {
  color: #0156a9;
  border-bottom: #0156a9 3px solid;
  padding-bottom: 5px;
}
.index_info_section .index_info_contents.cate_03 {
  border: #0c943d 3px solid;
}
.index_info_section .index_info_contents.cate_03 h6 span {
  color: #0c943d;
  border-bottom: #0c943d 3px solid;
  padding-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .index_info_section {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
	  gap:20px;
  }
  .index_info_section .index_info_contents {
    width: 48%;
    padding: 30px 40px 50px;
  }
  .index_info_section .index_info_contents li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .index_info_section .index_info_contents li a {
    flex: 1;
    margin-left: 2em;
  }
  .index_info_section .index_info_contents.cate_01, .index_info_section .index_info_contents.cate_02 {
    margin-bottom: 0;
  }
}

.index_greeting_section {
  background: #f9f6f1;
}
.index_greeting_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.index_greeting_contents .index_greeting_txt h4 {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
.index_greeting_contents .index_greeting_txt h4 span {
  background: linear-gradient(transparent 70%, #fee7e7 70%);
}
.index_greeting_contents .index_greeting_txt .txt_btn01 {
  max-width: 350px;
  margin: 20px auto 0;
}
.index_greeting_contents .index_greeting_img {
  width: 180px;
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  .index_greeting_contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .index_greeting_contents .index_greeting_txt {
    width: 50%;
    padding-bottom: 80px;
  }
  .index_greeting_contents .index_greeting_img {
    width: 50%;
    margin: 0;
  }
}

/* ======================================================

   block

========================================================= */
.img_deco,
.img_deco img {
  position: relative;
  border-radius: 20px;
}
.img_deco::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(../images/img_deco.gif) no-repeat center;
  background-size: cover;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  .img_deco::before {
    top: 10px;
    left: 10px;
  }
}

.bg_color_deco {
	padding: 30px;
	background: #f9f6f1;
	border-radius: 20px
}
@media screen and (min-width: 1025px) {
  .bg_color_deco {
      padding: 30px 40px;
  }
}

.intro_section {
  background: #f9f6f1;
  margin-bottom: 50px;
}
.intro_section .intro_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (min-width: 600px) {
  .intro_section {
    margin-bottom: 80px;
  }
  .intro_section .intro_contents {
    padding: 80px 0 100px;
  }
}

.main_section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.row-content .block {
	margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .row-content {
    display: flex;
    flex-wrap: wrap;
  }
  .row-content.row-2 {
  	justify-content: space-between;
  }
  .row-content.row-2 .block {
  	width: 49%;
  }
  .row-content.row-3 .block {
  	width: 32%;
	margin-right: 2%;
  }
  .row-content.row-3 .block:nth-child(3n) {
   margin-right: 0;
  }
}

.image_l .img,
.image_r .img {
  margin: 0 auto 30px;
}
.image_l .txt p,
.image_r .txt p {
  margin-bottom: 1em;
}
.image_l .txt p:last-child,
.image_r .txt p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {  
  .image_l,
  .image_r {
    display: flex;
    align-items: flex-start;
  }
  .image_r {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .image_l .img,
  .image_r .img {
    width: 45%;
	  margin: 0;
  }
  .image_l .txt,
  .image_r .txt {
    width: 50%;
  }
  .image_l .txt {
    margin-left: auto;
  }
  .image_r .txt {
    margin-right: auto;
  }
}

.pickup_section {
  background: #f9f6f1;
  padding: 50px 0;
}
.pickup_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.pickup_contents .pickup_contents_img {
  margin-bottom: 10px;
}
.pickup_contents .pickup_contents_txt {
  padding: 30px;
  background: #FFF;
  border-radius: 20px;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .pickup_contents {
    padding-top: 40px;
    position: relative;
  }
  .pickup_contents .pickup_contents_img {
    width: 37%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pickup_contents.img_right .pickup_contents_img {
    right: 0;
  }
  .pickup_contents .pickup_contents_txt {
    width: 70%;
    border-radius: 30px;
  }
  .pickup_contents.img_left .pickup_contents_txt {
    padding: 60px 5% 60px 12%;
    margin-left: auto;
  }
  .pickup_contents.img_right .pickup_contents_txt {
    padding: 60px 12% 60px 5%;
    margin-right: auto;
  }
}

/* ======================================================

   title

========================================================= */
.page_title {
  background-image: image-set(
    url("../images/fv_bg02.avif") type("image/avif"),
    url("../images/fv_bg02.jpg")  type("image/jpeg")
  );
  background-size: cover;
  background-position: center;
}
.page_title h2 {
  width: 90%;
  margin: 0 auto;
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  padding: 30px 0;
}
.page_title h2 span.page_ttl_txt {
  display: inline-block;
  border: #d62828 3px solid;
  border-radius: 20px;
  background: rgba(255,255,255,0.9);
  padding: 20px;
}
.page_title h2 span.under_line {
  background: linear-gradient(transparent 70%, #fee7e7 70%);
}
.page_title h2 span.red_txt {
  color: #d62828;
}

.ttl_tag {
  color: #FFF;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.ttl_tag::after {
  content: '';
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 12px 9px 0 9px;
  border-color: #d62828 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.ttl_tag span {
  display: inline-block;
  padding: 10px 20px;
  background: #d62828;
  border-radius: 50vh;
}
.ttl_pt01,
.ttl_pt02 {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
.ttl_pt02 {
  font-size: clamp(26px, 4vw, 40px);
  text-align: left;
}
.ttl_pt01 span.under_line,
.ttl_pt02 span.under_line {
  padding-bottom: 3px;
  border-bottom: dotted 2px #bfbfbf;
}
.ttl_pt01 span.red_txt,
.ttl_pt02 span.red_txt {
  color: #d62828;
}
.ttl_pt03 {
  font-size: clamp(22px, 2.5vw, 28px);
  color: #d62828;
}
.ttl_pt04 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_title h2 {
    padding: 100px 0;
  }
  .page_title h2 span.page_ttl_txt {
    border: #d62828 6px solid;
    padding: 20px 40px;
  }
  .ttl_tag {
    font-size: 18px;
  }
}

/* ======================================================

   list

========================================================= */
.list_pt01 li {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding-left: 25px;
  background: url(../images/icon_check.png) no-repeat left top 10px;
  background-size: 15px auto;
}
.list_pt01 li:last-child {
  margin-bottom: 0;
}

/* ======================================================

   table

========================================================= */
.tbl_pt01,
.tbl_pt02 {
  width: 100%;
  border-right: #ccc solid 1px;
  border-top: #ccc solid 1px;
  table-layout: fixed;
}
.tbl_pt01 th,.tbl_pt01 td,
.tbl_pt02 th,.tbl_pt02 td {
  padding: 10px 15px;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
.tbl_pt01 tr,.tbl_pt01 th,.tbl_pt01 td {
  display: block;
  box-sizing: border-box;
}
.tbl_pt01 th,.tbl_pt02 th {
  font-weight: 700;
  background: #f9f6f1;
}
.tbl_pt02 thead th {
  background: #34429e;
  color: #FFF;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .tbl_pt01 th,.tbl_pt01 td,.tbl_pt02 th,.tbl_pt02 td {
    padding: 15px 20px;
  }
  .tbl_pt01 tr {
    display: table-row;
  }
  .tbl_pt01 th {
    width: 30%;
  }
	 .tbl_pt01 th.w20 {
    width: 20%;
  }
  .tbl_pt01 th,.tbl_pt01 td {
    display: table-cell;
  }
  .wp15 {
    width:15% !important;
  }
  .wp20 {
    width:20% !important;
  }
  .wp25 {
    width:25% !important;
  }
  .wp30 {
    width:30% !important;
  }
}

@media screen and (min-width: 1025px) {
  /* 現在は何もないので削除するか、必要なスタイルを追加 */
}


/* ======================================================

   button

========================================================= */
.center{text-align: center;}
.link_btn.center{justify-content: center;}
.link_btn li {
  margin-bottom: 20px;
}
.txt_btn01,
.link_btn li {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  background: #d62828;
  border-radius: 50vh;
  border: #e26969 5px solid;
  box-shadow: 4px 5px 10px rgba(109, 80, 18, 0.35);
}
.txt_btn01 a,
.link_btn a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 15px 50px 15px 15px;
  background: url(../images/arrow.png) no-repeat right 20px center;
  background-size: 28px 28px;
}
@media screen and (min-width: 1025px) {
  .link_btn {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
  }
  .link_btn li {
    width: calc(50% - 10px);
  }
  .txt_btn01,
  .txt_btn01 a,
  .link_btn li,
  .link_btn li a {
    transition: 0.3s;
  }
  .txt_btn01:hover,
  .link_btn li:hover {
    transition: 0.3s;
    opacity: 0.9;
  }
  .txt_btn01:hover a,
  .link_btn li:hover a {
    transition: 0.3s;
    background: url(../images/arrow.png) no-repeat right 10px center;
    background-size: 28px 28px;
  }
  .w350 {
    max-width: 350px;
    margin: 0 auto;
  }
	 .link_btn3 li {
    width: calc(33% - 10px);
  }
}

/* ======================================================

   14.company

========================================================= */
.company_img01 {
  display: block;
  max-width: 240px;
  margin-bottom: 5px;
}
.gmap {
  height: 200px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.staff_block .img {
  max-width: 250px;
  margin: 0 auto 20px;
}
.staff_block .txt h5 {
  font-size: clamp(20px, 2vw, 24px);
  margin-bottom: 10px;
}
.staff_block .txt h5 span {
  color: #d62828;
}
@media screen and (min-width: 1025px) {  
  .gmap {
    height: 350px;
  }
  .staff_block {
    display: flex;
    justify-content: space-between;
  }
  .staff_block .img {
    width: 250px;
    margin: 0;
  }
  .staff_block .txt {
    width: calc(100% - 300px);
  }
}

/* ======================================================

   16-17.お知らせ・ブログ

========================================================= */
.info_list_section,
.info_details_section {
  background: #f9f6f1;
  padding: 50px 0;
}
.info_list_contents,
.info_details_contents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.info_list_contents article,
.info_details_contents article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: dotted 2px #bfbfbf;
}
.info_list_contents article a {
  color: #1a1a1a;
  text-decoration: none;
}
.info_list_contents article .info_list_thumb {
  width: 100%;
  height: 220px;
  background: #FFFFFF;
  box-sizing: border-box;
  margin-bottom: 15px;
  overflow: hidden;
}
.info_list_contents article .info_list_thumb img {
  position: relative;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info_date {
  color: #d62828;
  margin-bottom: 5px;
}
.info_ttl {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
.info_intro p {
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .info_list_section {
    padding: 80px 0;
  }
  .info_list_contents article {
    margin-bottom: 40px;
    transition: 0.3s;
  }
  .info_list_contents article:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
  .info_list_contents article a {
    display: flex;
    justify-content: space-between;
  }
  .info_list_contents article .info_list_thumb {
    width: 240px;
    height: 185px;
    margin-bottom: 0;
  }
  .info_list_contents article .info_list_txt {
    width: calc(100% - 270px);
  }
}

.info_details_contents article p {
  margin: 0 0 1em 0;
}
.info_img {
  margin: 40px 0;
}
.info_img p {
  text-align: center;
}
.info_img p img {
  width: auto;
  max-height: 200px;
}

@media screen and (min-width: 1025px) {
  .info_img p img {
    max-height: 500px;
  }
}

ul.pagination {
  text-align: center;
  padding: 30px 0 0 0;
}
ul.pagination li {
  display: inline-block;
  margin-bottom: 10px;
}
ul.pagination li a {
  padding: 3px 12px 3px;
  text-decoration: none;
  display: block;
  color: #d62828;
  background: #FFF;
  line-height: 26px;
  border-radius: 3px;
}
ul.pagination li a:hover {
  background: #d62828;
  color: #fff;
  cursor: pointer;
}
ul.pagination li.active a {
  background: #d62828;
  color: #fff;
  cursor: pointer;
}
ul.pagination li.active a:hover {
  background: #d62828;
  color: #fff;
  cursor: pointer;
}
ul.pagination li.disabled a {
  display: none;
}

ul.paging_detail {
  display: flex;
  margin-bottom: 40px;
}
ul.paging_detail li.next {
  margin-left: auto;
}
ul.paging_detail a {
  color: #1a1a1a;
}
ul.paging_detail a:hover {
  color: #d62828;
  text-decoration: underline;
}

.img_lb{position: relative;}
.img_lb:hover{opacity: 0.7;}
.img_lb a{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 5;}
.img_lb span{position: absolute;bottom: -45px;right: -20px;}
.list01 li {
  position: relative;
  padding-left: 15px;
}
.list01.bold li {
  font-weight: bold;
}
.list01 li:before {
	position: absolute;
	content: '';
  width: 5px;
	height: 5px;
	border-radius: 50%;
  background: #d62828;
	left: 0;
  top: 13px;
}
.tbl_pt02 th.w20 {
	width: 20%;
}
.tbl_pt02 th.bg_color01 {
	background: #f5691f;
	color: #fff;
}
.tbl_pt02 th.bg_color02 {
	background: #956e37;
	color: #fff;
}

.list_anc a {
	background: url("../images/arrow_anc.png") no-repeat;
 background-position: right 20px center;
  background-size: 28px 28px;
	height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_anc li:hover a {
    background: url(../images/arrow_anc.png) no-repeat;
    background-size: 28px 28px;
	background-position: right 20px top calc(50% + 4px);
  }

@media screen and (max-width: 600px) {
.tb_scroll {
    overflow: scroll;
  }
	.tb_scroll table {
    width: 600px;
  }
	.tb_note {
		font-size: 13px;
		color: #ccc;
		line-height: 1.5;
	}
	.list_anc a {
		font-size: 14px;
		background-size: 20px 20px;
	}
	.list_anc li:hover a {
		background-size: 20px 20px;
	}
}
@media screen and (max-height: 768px) {
  .side_cta {
    width: 50px;
  }
}