@charset "utf-8";
/* CSS Document */
/*トップページ*/
body {}
@media screen and (min-width: 768px) {
  html, body {
  font-size: 18px;
}
}
/*ファーストビュー*/
.mv_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0em;
  padding: 0;
  background: url("./bg_sp.jpg") no-repeat center center;
  background-size: 100%;
  height: 55vh;
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
}
.mv_wrap img {
  width: 100%;
}

@media screen and (min-width: 768px) {

	.mv_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0em;
  padding: 0;
  background: url("./bg_pc.jpg") no-repeat center center;
  background-size: cover;
	height: auto;
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
}
	.logo{
		margin: 2em auto;
		max-width:600px;
	}
	
}
/*fkds*/
.fukidashi-01-12 {
  font-size: 14px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 0px;
}
.fukidashi-01-12::before {
  content: "";
  width: 25px;
  height: 1px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: var(--text);
}
.fukidashi-01-12::after {
  content: "";
  width: 25px;
  height: 1px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: var(--text);
}
.smkr {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  display: block;
  width: 240px;
  margin: 1em auto;
  border-top: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
}
.smkr span {
  display: inline-block;
  padding: 0.2em 0.5em;
  color: var(--primary);
}
#entry1 {
  z-index: 1;
  background: var(--base);
  margin-top: -2.5em !important;
  margin-bottom: -1em !important;
  padding-bottom: 0em;
}
#header {
  background: var(--primary);
  color: #FFF;
}
#header h1 {
  font-size: 11px;
  line-height: 2;
  padding: 0.2em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .koushi {
    width: 226px !important;
  }
  .koushi img {
    width: 100%;
  }
  /*fkds*/
  .fukidashi-01-12 {
    font-size: 0.8em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 16px 20px;
  }
  .fukidashi-01-12::before {
    content: "";
    width: 40px;
    height: 2px;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: var(--text);
  }
  .fukidashi-01-12::after {
    content: "";
    width: 40px;
    height: 2px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: var(--text);
  }
}
/*about*/
#lead .inner {
  margin-top: 0 !important;
  padding: 0 !important;
}
.radio_net {
	margin: 0.5em auto;
	width: 90%;
	font-size: 13px;
	list-style: none;
	font-weight: 400;
	position: relative;
	max-width: 450px;
}
.radio_net b {
  font-size: 1.5em;
  margin-right: 0.4em;
  display: inline-block;
}
.radio_net li {
  padding-left: 1.5em;
}
.radio_net li::before {
  content: "●";
  color: var(--primary);
  position: absolute;
  left: 0;
  line-height: 2.3;
}
/*mc*/
.mc {
  justify-content: center;
  gap: 1em !important;
  margin: 1em auto;
  max-width: 500px;
  position: relative;
}
.mc figure {
  width: calc(100% / 2 - 1.5em);
}
.mc figcaption {
  display: block;
  padding: 0.3em 0;
  background: var(--base);
  border-radius: 10px;
  text-align: center;
  color: var(--primary);
}
.mc figcaption b {
  font-size: 1.2em;
}
.mc figcaption small {
  font-size: 12px;
  letter-spacing: 0;
  display: block;
}
.mike {
  display: block;
  position: absolute;
  width: 50px;
  top: 40%;
}
/*lead2*/
#lead2 .inner p {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
	#lead{display: flex;
	max-width:1000px;
	margin: 1em auto;}
	#lead .inner{
		width: calc( 100% / 2 - 1em );
	}.radio_net b {
	font-size: 1.7em;
	margin-right: 0.4em;
	display: inline-block;
}
}
/*entry*/
#entry {
  color: #fff;
}
.heading-with-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: -50px; /* 見出しの上の余白 */
  margin-bottom: -20px;
}
.icon-circle {
  width: 120px;
  height: 120px;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
}
.icon-circle img {
  width: 60px;
  height: 60px;
}
#entry .h3 {
  font-size: 30px;
  text-align: center;
}
#entry .btn_main {
  background: var(--sub);
  color: var(--primary) !important;
  transition: background-color ease 0.2s, color ease 0.2s;
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  border: 3px solid var(--primary-dark);
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.btn_gray{
  background: var(--gray);
  color: #FFF!important;
  transition: background-color ease 0.2s, color ease 0.2s;
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  border: 3px solid var(--primary-dark);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);}

.heading-with-icon h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #ffe600; /* 下線の色 */
  margin: 5px auto 0;
  border-radius: 2px;
}
/*present*/
#present {
  background: var(--base);
}
#present .h3{
	margin-bottom:2em;
	color:var(--primary);
}
/*footer*/
#fax {
  background: var(--primary);
  color: var(--base);
  text-align: center;
}
#fax h3 {
  margin-bottom: 1em;
}
.box {
  background: var(--base);
  border-radius: 5px;
  padding: 1em 0.2em;
  width: 100%;
  margin: 5px;
  letter-spacing: 0;
  color: var(--primary);
}
@media screen and (min-width: 768px) {
  .box {
    background: var(--base);
    border-radius: 5px;
    padding: 2em 0.2em;
    width: calc(100% / 2 - 1em);
    margin: 5px;
    letter-spacing: 0;
    color: var(--primary);
  }
}
.box span {
  display: block;
  margin: 0 auto;
  width: 100px;
}
.box img {
  margin-left: -1em;
  width: 100%;
}
#footer {
  margin: 0 !important;
  padding-top: 0em;
  background: var(--primary-dark);
  color: #FFFFFF;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer_box div {
    width: calc(100% / 2 - 3em)
  }
#present {
	background: #FFF;}
	#present .inner
	{display: flex;
	justify-content: center;
		background: var(--base);
		border-radius:15px;align-items: center;
	}
	
	#present .h3{
		padding: 2em;
		font-size:1.4em;
	}
	
	#present figure img{
		max-width:400px;
	}
}