/* 2026.0702 Kishimoto */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&display=swap');
/* ---------------------------------------------------------------
     PC用ここから min-width 1024px
---------------------------------------------------------------- */
/* 基本設定　ここから */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	max-width: 100%;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Serif JP', serif;
	max-width: 100%;
	height: auto;
	overflow-x: hidden!important;
}
p {
	font-size: 16px;
	font-size: 1.6em;
	color: #3E3A39; /*濃いグレイ */
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}
h2 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
}
h3 {
}
li {
	list-style: none;
}
dt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
dd {
	font-size: 16px;
	font-size: 1.4rem;
	line-height: 1.6em;/* padding-top: 0.6em; 
	padding-bottom: 1.3em; */
}
img {
	width: 100%;
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
/* clearfix　ここから */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* clearfix　ここまで */
* {
	margin: 0;
	padding: 0;
}
/* Google Map レスポンシブ　ここまで */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.clearfix:after {  /* clearfix　ここから */
	　　　　content: ".";
	　　　　display: block;
	　　　　height: 0;
	　　clear: both;
	　　visibility: hidden;
}/* clearfix　ここまで */
h2 {
	font-size: 26px;
	font-size: 8vw;
	font-weight: bold;
}
p {
	font-size: 14px;
	font-size: 1.4em;
	color: #3E3A39; /*濃いグレイ */
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}
}
/* ---------------------基本設定　ここまで ---------------------- */

/* ===================================================
       header
  ===================================================*/
.include_header {
    width: 100%;
	margin: 0 auto;
	padding: 0;
}
.include_header h1 {
	padding: 3%;
	text-align: left;
}
.left_top_logo {
	width: 30%;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.include_header {
	border-bottom: 1px solid #ccc;
}
.include_header h1 {
	padding: 5%;
	text-align: left;
}
.left_top_logo {
	width: 70%;
	margin: 0 auto;
	padding: 0;
}
}

/* =========================================
       gnav ナビゲーション
  =========================================*/
.gnav {
	width: 100%;
	margin: 0 auto;
	background-color: #ec4040;
}
.menu {
	position: relative;
	width: 80%;
	max-width: 90%;
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.menu > li {
	flex-basis: 16%; /* グローバルナビ6つの場合 */
	line-height: 50px;
	background-color: #ec4040;
	text-align: center;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 600;
}
.menu > li:last-child {
}
.menu > li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 1.3vw;
}
.menu > li a:hover {
	color: #999;
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	padding: 0px; /* ←追加 */
	margin: 0px; /* ←追加 */
}
.menu > li:hover {
	background: #b81d1d;/*hoverで深い赤*/
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a {
	padding: 0 1rem;
	font-size: 1.3vw;
	line-height: 1.4;
}
.menu__second-level li:hover {
	background: #111;
}
/* 下矢印 */
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 3px 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #3e3a39;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	list-style: none;
}
li.menu__single:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}
.not_btn_li_p {
	color: #fff;
	font-size: 1.3vw;
}

/*--------------------------------
  スマホのみハンバーガーメニュー 
---------------------------------*/
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #ec4040;
	border: 3px solid #fff;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
#menu-btn-check {
	display: none;
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 100%;/* rightの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: #ec4040;
	transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
	padding: 18vw 5vw 0;
}
.menu-content ul li {
	border-bottom: solid 1px #ffffff;
	list-style: none;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 600;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 4vw;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 15px 5px 0;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
	right: 0;/*メニューを画面内へ*/
}
.menu-content ul .second_menu {
	border-bottom: solid 1px #fff;
}
.menu-content ul .second_menu_in_ul {
	margin: 0 auto;
	padding: 0;
}
.menu-content ul .second_menu_in_ul .second_menu_in_li {
	border-top: 1px solid #fff;
	border-bottom: none;
	/*padding-left: 8%;*/
}
}

/* ===================================================
       footer
===================================================*/
footer {
    width: 100%;
    margin: 0 auto;
    background-color: #393939;
    padding: 0.5% 0;
}
.footer_ul {
    width: 90%;
    margin: 2% auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.pc_left_li {
    flex-basis: 20%;
    margin: 0 auto;
}
.footer_logo {
    width: 100%;
    display: block;
    padding: 2%;
}
.company_name {
    color: #fff;
    font-size: 2.2vw;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 600;
}
address {
    color: #fff;
    font-size: 1.2vw;
    font-style: normal;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 400;
}
.pc_center_li_01 {
    flex-basis: 20%;
    margin: 0 auto;
}
.pc_center_li_02 {
    flex-basis: 28%;
    margin: 0 auto;
}
.footer_item_div {
    width: 100%;
    margin: 0 auto;
    padding: 0.5em;
}
.item_title_p {
    color: #fff;
    border-bottom: 0.5px solid #a9a7a7;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 600;
    font-size: 1.1vw;
    padding: 0.5em;
}
.footer_item_div_ul {
    padding: 0.5em;
}
.no_hanging-text_li {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 400;
    padding: 3px 0;
}
.no_hanging-text_li a {
    text-decoration: none;
    color: #fff;
    font-size: 1vw;
}
.no_hanging-text_li a:hover {
    opacity: 0.7;
}
.hanging-text_li {/* インデントで2行目以降を右にずらす */
   font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 400;
    padding-left: 3.5em;
    text-indent: -3.5em;
    padding-top: 0.5em;
}
.hanging-text_li a {
    text-decoration: none;
    color: #fff;
    font-size: 1vw;
}
.hanging-text_li a:hover {
    opacity: 0.7;
}
.pc_right_li {
    flex-basis: 20%;
    margin: 0 auto;
}
.footer_text_p {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 600;
    font-size: 1vw;
    color: #fff;
}
.tel_p {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 600;
    font-size: 3vw;
}
.tel_p a {
    color: #f24541;
    text-decoration: none;
}
.contact_form_p {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    margin: 8% auto;
    border: 1px solid #fff;
    text-align: center;
}
.contact_form_p:hover {
    opacity: 0.7;
}
.contact_form_p a {
    color: #fff;
    text-decoration: none;
}
.other_link_ul {
}
.other_link_li {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 600;
    font-size: 1.2vw;
}
.other_link_li:hover {
    opacity: 0.7;
}
.other_link_li a {
    color: #fff;
    text-decoration: none;
}
.various_logos_div {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
    background-color: #fff;
}
.various_logos_ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.various_logos_li01 {
    flex-basis: 25%;
    margin: 0 auto;
}
.various_logos_li02 {
    flex-basis: 25%;
    margin: 0 auto;
}
.various_logos_li03 {
    flex-basis: 10%;
    margin: 0 auto;
}
.various_logos_li04 {
    flex-basis: 25%;
    margin: 0 auto;
}
.logos_img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.c-copyright {
    width: 100%;
    margin: 0 auto;
    padding: 1% 0;
    text-align: center;
}
.c-container {
    color: #fff;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
footer {    
}
.footer_ul {
    width: 90%;
    margin: 2% auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; 
}
.pc_left_li {
    flex-basis: 100%;
    margin: 0 auto;
    width: 100%;
    order: 0;
}
.pc_center_li_01 {
    flex-basis: 100%;
    margin: 0 auto;
    order: 2;
}
.pc_center_li_02 {
    flex-basis: 100%;
    margin: 0 auto;
    order: 3;
}
.pc_right_li {
    flex-basis: 100%;
    margin: 5% auto;
    order: 1;
    padding: 5% 0;
    border-top: 1px solid #fff;
}
.footer_logo {
  width: 80%;
  display: block;
  padding: 0;
  margin: 5% auto;
}
.company_name {
  color: #fff;
  font-size: 6vw;
  text-align: center;
}
address {
  font-size: 4vw;
  text-align: center;
}
.item_title_p { 
  font-size: 4vw;
    }
.no_hanging-text_li a {
  font-size: 3.6vw;
}
.hanging-text_li {
  padding-left: 1em;
  text-indent: -1em;
  padding-top: 0.5em;
}
.hanging-text_li a {
  font-size: 3.6vw;
}
.footer_text_p {
   font-size: 4vw;
   text-align: center;
    }
.tel_p {
  font-size: 8vw;
  text-align: center;
}
.contact_form_p {
  font-size: 4vw;
  margin: 8% auto;
  width: 80%;
}
.other_link_ul {
  width: 80%;
  margin: 0 auto;
}
.other_link_li {
  font-size: 4vw;
}
.various_logos_ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.various_logos_li01 {
    flex-basis: 50%;
    margin: 0 auto;
}
.various_logos_li02 {
    flex-basis: 50%;
    margin: 0 auto;
}
.various_logos_li03 {
    flex-basis: 20%;
    margin: 0 auto;
}
.various_logos_li04 {
    flex-basis: 50%;
    margin: 0 auto;
}
}