@charset "UTF-8";

/* 基本色 */
:root {
  --main-color: #5d9ab2;
  --accent-color: #bf6a7a;
  --dark-main-color: #2b5566;
  --text-bright-color: #fff;
  --icon-color: #fff;
  --icon-bk-color: #ddd;
  --large-width: 1000px;
}
/* scroll */
html{
  scroll-behavior: smooth;
}
/* 基本設定： ページ全体 */
body {
  margin: 0;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;

  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hr {
  width:10%;
  border-width: 3px 0 0 0;

}
.hr_color1 {
  border-color: #244CD2;
}
.hr_color2 {
  border-color: #24A3D2;
}

/* コンテンツA： ヒーローイメージ */
.conA {
  height: 100vh;
  min-height: 450px;
  background: url(img/mainvisual.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  color: var(--text-bright-color);
  text-align: center;
}
.conA .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-image: url(img/pass_15.png);
  background-position: center;
  background-size: cover;
  color: #fff;
  color: var(--text-bright-color);
}
.conA .container2 {
  color: #fff;
  color: var(--text-bright-color);
}

.conA.content {
  height: 300px;
  min-height: 300px;
  background: url(img/mainvisual.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  color: var(--text-bright-color);
  text-align: center;
}

.conA h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7vw;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin-left: 0.2em;
}
.conA h2 {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  opacity: 1;
}

.conA p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

/* .conA img {
	width: 20%;
	} */

.conA a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  border: solid 3px currentColor;
  border-radius: 6px;
  background-color: #bf6a7a;
  background-color: var(--accent-color);
  color: #fff;
  color: var(--text-bright-color);
  font-size: 14px;
  text-decoration: none;
}
.conA .scroll a{
  display: inline-block;
  margin-top: 0;
  padding: 0;
  border: hidden;
  background-color: unset;
  font-size: 16px;
  text-decoration: none;
}
.conA .scroll a img:last-child {
  height: 100px;
}
@media screen and (max-width: 767px) {
  .conA .scroll a img:last-child {
    height: 85px;
  }
}
.conA a:hover {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.2)
  );
}

.conA .scroll {
  display: none;
  bottom: -45px;
  z-index: 1;
}
@media (min-width: 320px) {
  .conA .scroll {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .conA h1 {
    font-size: 50px;
  }

  .conA p {
    font-size: 24px;
  }

}
  #h3_text .h3_text{
    padding-top: 100px;
  }
  @media screen and (max-width: 767px) {
    #h3_text .h3_text{
      padding-top: 80px;
    }
  }
/* コンテンツB： 概要（アイコン＋テキスト） */
.conB .container {
  background-image: url(img/rectangle_2845.png);
  background-position: center;
  background-size: cover;
  width: 100%;
}
.conB .container2 {
  /* padding-top: 80px; */
  /* padding-bottom: 80px; */
}
.conB .container3 {
  padding-bottom: 80px;
  border: none;
  width: 90%;
  margin: 0 auto;
  border: none;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .conB .container3 {
    width: 92%;
  }
}

.conB .text {
  text-align: center;
}
.text_border {
  border: none;  
  margin: 0 auto;
}
.conB .text_2 {
  padding: 10px;
}
.back_color1 {
  background-color: #CFD3E2;
}
.back_color2 {
  background-color: #FAF9F5;
}
.back_color3 {
  background-color: #cfd3e2;
}
#img1, #img3 {
  background-color: #CFD3E2;
}
#img2 {
  background-color: #FAF9F5;
}
.conB h2 {
  margin-top: 0;
  /* margin-bottom: 10px; */
  padding-top: 60px;
  font-size: 28px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}

.conB p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.8;
}

.conB a {
  color: #606060;
  /* text-decoration: none; */
}

.conB a:hover {
  text-decoration: underline;
}
.conB #h3_text {
  position: relative;
}
.conB #img1 {
  position: relative;
  background-color: #cfd3e2;
}
.conB #img2 {
  position: relative;
  background-color: #faf9f5;
}

.conB .icon1 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 40px;
  width: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  background-color: #ddd;
  background-color: var(--icon-bk-color);
  color: #fff;
  color: var(--icon-color);
  position: absolute;
  left: 40%;
  top: 25%;
}
.conB .icon2 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 40px;
  width: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  background-color: #ddd;
  background-color: var(--icon-bk-color);
  color: #fff;
  color: var(--icon-color);
  position: absolute;
  left: 40%;
  top: 25%;
}
.conB .h3_text {
  text-align: center;
  color: white;
  margin-top: 0;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}

.conB .h3_text2 {
  margin-top: 0;
  padding-top: 20px;
  text-align: center;
  color: white;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}
.conB .scroll2 {
  display: none;
}
.conB .h3_position {
  display: block;
  /* position: absolute; */
  /* top: 225px; */
  /* left: 0; */
  width: 100%;
  text-align: center;
  /* z-index:10; */
}
.business {
  background-color: #020B15;
}
@media (max-width: 768px) {
  .business{
    position: relative;
	padding-bottom: 5px;  
  }
}
.business_background1 {
  background-image: url("../assets/img/business01.jpg");
  height: 300px; 
  background-position: center; 
  background-size: cover; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.business_background2 {
  background-image: url("../assets/img/business02.jpg");
  height: 300px; 
  background-position: center; 
  background-size: cover; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.business_background3 {
  background-image: url("../assets/img/business03.jpg");
  height: 300px; 
  background-position: center; 
  background-size: cover; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.business_background4 {
  background-image: url("../assets/img/business04.jpeg");
  height: 300px; 
  background-position: center; 
  background-size: cover; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}
/* new css edit 22/10/2024 */
.business_background5 {
	background-image: url("../assets/img/business05.jpg");
	height: 300px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.business_background5-01 {
	background-image: url("../assets/img/business05_01.jpg");
}
.business_background5-02 {
	background-image: url("../assets/img/business05_02.jpg");
}
.business_background5-03 {
	background-image: url("../assets/img/asobuba.jpg");
}
.business_background61 {
	background-image: url("../assets/img/business06_1.jpg");
	height: 460px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
}
.business_background62 {
	background-image: url("../assets/img/business06_2.jpg");
	height: 460px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
}
/* new css edit 28/03/2025 */
.business_background7-1 {
	background-image: url("../assets/img/nanatumoriBg_1.jpg");
	height: 300px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.business_background7-2 {
	background-image: url("../assets/img/nanatumoriBg_2.jpg");
	height: 300px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.business_background8-1 {
  background-image: url("../assets/img/nanatsumori01.jpg");
}
.business_background8-2 {
  background-image: url("../assets/img/nanatsumori02.jpg");
}
#img5 {
	width: 100%;
	padding-bottom: 0;
}
#img5 .text_2 {
	min-height: auto;
}
#img6 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #707070;
}
@media only screen and (max-width: 767px) {
	#img6 {
		/* padding-top: 20px; */
	}

  #img5 .text_2{
    overflow: hidden;
  }
  #img6-2{
    padding: 20px !important;
  }
}
#img6 ul {
	display: flex;
	justify-content: center;
	padding: 4%;
	margin: 0;
	width: 100%;
	list-style: none;
}
#img6 ul li {
	width: 48%;
	max-width: 225px;
}
#img6 ul li + li {
	margin-left: 10px;
}

/* end new css  */
.business_p {
  text-align: left; 
  padding-top: 20px;
}
.business_img1 {
  position:absolute; 
  right: 28px; 
  bottom: 40px; 
  width: 60%;
}
.business_img2 {
  position:absolute; 
  right: 26px; 
  bottom: 40px; 
  width: 65%;
}
.business_icon1 {
  position:relative;
  display: flex;
}
.business_icon2 {
  position:relative;
  display: flex;
}
.business_img3 {
	position: absolute;
	right: 26px;
	bottom: 27px;
	width: 60%;
}
.business_url {
  display:flex;
}

.profile {
  background-position: center; 
  background-size: cover;
}

@media (min-width: 768px) {
  .conB .container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .conB .container2 {
    padding: 0 0 80px;
    display: flex;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .conB .container3 {
    padding: 40px 0 80px 0;
    display: flex;
    /* max-width: 60%; */
    margin-left: auto;
    margin-right: auto;
  }

  .conB .container2 > .text {
    /* flex: 1; */
    width: 50%;
  }
  .conB .text_border {
  }
  .conB .text_2 {
    min-height: 500px;
    padding: 2%;
  }
  .conB .h3_text {
    text-align: center;
    font-size: 2em;
    color: white;
    margin-top: 0;
  }
  .conB .h3_text2 {
    font-size: 2em;
  }
  /* .conB .h3_position {
    display: block;
    position: absolute;
    top: 225px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
  } */
  /* .conB .scroll2  {
		display: block;
        margin-top: 0 ;
        position: absolute;
        top: 188%;
        left: 90%;
        }  */
}
@media (min-width: 1025px) {
  .conB .text_2 {
    min-height: 400px;
    padding: 2%;
  }
  .conB .container3 {
    max-width: 60%;
  }
}
/* @media only screen and (max-width: 767px) {
  .conB .text {
    padding-bottom: 20px;
  }
} */
/* edit 18/10/2024 */
#business.conB .container2 {
	justify-content: space-between;
}
#business.conB .container2.container2-w100 {
	max-width: unset;
	padding: 0;
	margin-top: 30px;
	width: 100%;
}
#business.conB .container2 > .text {
	width: calc((100% - 20px) / 2);
	margin-bottom: 20px;
}
#business.conB .container2 > .text#img5,
#business.conB .container2 > .text#img6{
  overflow: hidden;
}
#business.conB .container2.container2-w100 .text {
	border-radius: 6px;
	overflow: hidden;
}

#business.conB .container2 > .text#img5,
#business.conB .container2 > .text#img6 {
	width: 100%;
}
#business.conB .container2 > .text#img6 {
	background-color: #b0b7d5;
}
#img6 .btn-flat-border3 p,
#img5-1 .btn-flat-border3 p {
	flex: 1;
	max-width: unset;
}
#business .btn-flat-border3 p {
	max-width: unset;
}
#business .coming-soon {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #b5b5b5;
	font-family: "メイリオ", "meiryo", sans-serif;
}

#img6 h2 {
	padding-top: 30px;
}
.text#img6 > .text {
	width: 50%;
	height: 100%;
	box-sizing: border-box;
}

#img6 .text_2 {
	min-height: auto;
}
#img6-1 .business_background5 {
	height: 330px;
}
#img6-1 .text_2 {
	height: calc(100% - 300px);
}
#img6-2 {
	padding: 30px;
}
#img6-2 .business_background5 {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
@media screen and (max-width: 768px) {

	#business.conB .container2.container2-w100 {
		flex-direction: column;
	}
  #business.conB .container2 > .text{
    width: 95%;
    margin: 0 auto 20px;
  }
	#business.conB .container2 > .text#img5,
	#business.conB .container2 > .text#img6,
	#business.conB .container2.container2-w100 .text{
    width: 95%;
  }
  #business.conB .container2 > .text#img6{
    flex-direction: column;
  }
  .text#img6 > .text{
    width: 100%;
  }
  .business_url{
    flex-wrap: wrap;
  }
}
/* end edit 18/10/2024 */

/* フッター */
footer {
  color: #fff;
  color: var(--text-bright-color);
  position: relative;
}

footer .container {
  /* padding: 40px 20px;
	margin:0 auto; */
}

footer .container2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 130px;
  background-color: #1c1c1c;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
footer .container3 {
  height: 50px;
  display: flex;
  background-color: #000;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  footer .container2 {
    display: flex;
    flex-direction: column;
    height: 150px;
    background-color: #1c1c1c;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  footer .container3 {
    height: 50px;
    display: flex;
    background-color: #000;
    align-items: center;
    justify-content: center;
  }

  .footA {
    margin: 0 auto;
  }

  .footB {
    flex: 0 0 60%;
  }

  .footC {
    /* flex: 0 0 100%; */
  }
}

/* フッターA： サイト情報 */
.footA {
  /* margin-bottom: 30px; */
}

.footA h2 {
  margin-top: 20px;
  margin-bottom: 0;
  /* font-size: 30px; */
  letter-spacing: 0.2em;
  font-family: "Trajan Pro 3", Courier, monospace;
  font-weight: normal;
}

.footA p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.footA a {
  color: inherit;
  text-decoration: none;
}

.footA ul {
  display: flex;
}
.footA li {
  list-style: none;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .footA h2 {
    font-size: 30px;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
  }
}

/* フッターB： フッターメニュー */
.footB div {
  margin-bottom: 20px;
}

.footB h3 {
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: solid 1px currentColor;
  font-size: 14px;
}

.footB ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footB a {
  display: block;
  padding: 5px;
  color: inherit;
  font-size: 12px;
  text-decoration: none;
}

.footB a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .footB {
    display: flex;
  }

  .footB div {
    flex: 1;
  }

  .footB div:not(:first-child) {
    margin-left: 40px;
  }
}

/* フッターC： コピーライト */
.footC {
  font-size: 12px;
  text-align: center;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}

/* フッターD： SNSメニュー */
.footD {
  margin-top: 20px;
}

.footD ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footD a {
  display: block;
  margin-right: 8px;
  padding: 0;
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  border: solid 1px currentColor;
  width: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
}

.footD a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* ヘッダー */
header {
  /* position: absolute; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  /* background-color: rgba(255,255,255,0.9); */
}

/* ヘッダーA: サイト名 */
.headA {
  display: inline-block;
  line-height: 70px;
  padding: 10px 20px 0;
  text-decoration: none;
}
.headA img {
  /* width:80%; */
}

/* ヘッダーB： ナビゲーションメニュー */
.headB ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}

.headB a {
  display: block;
  padding: 15px;
  color: inherit;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.headB a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .headB ul {
    display: flex;
    justify-content: flex-end;
  }
  /* .headB li {
		flex: 0 0 300px;
	} */
}
/* SP MENU */
/*========= ボタンのためのCSS ===============*/
  
/*アクティブになったエリア*/
#g-nav.panelactive{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
top: 0;
width:100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg{
  position: fixed;
z-index:3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #343434;
  /*丸のスタート位置と形状*/
transform: scale(0);/*scaleをはじめは0に*/
right:-50px;
  top:-50px;
  transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
  display: none;/*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
   display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0 !important;/*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute !important;
  z-index: 999 !important;
  top:50% !important;
  left:50% !important;
  transform: translate(-50%,-50%) !important;
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
  opacity:1 !important;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
.headB.panelactive ul li{
animation-name:gnaviAnime !important;
animation-duration:1s !important;
animation-delay:.2s !important;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards !important;
opacity:0 !important;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
text-align: center; 
list-style: none;
}

#g-nav li a{
color: #333;
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
  position:fixed;
  top:10px;
  right: 10px;
  z-index: 9999;/*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height:50px;
  display: none;
}
@media (max-width: 768px) {
  .openbtn{
    display: block;
  }
}
/*×に変化*/	
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFF;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top:15px;	
}

.openbtn span:nth-of-type(2) {
  top:23px;
}

.openbtn span:nth-of-type(3) {
  top:31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/* ボタン */
.btn-flat-border3 {
  display: flex;
  margin-top:30px;
  flex-wrap: wrap;
}
.btn-flat-border3 p {
  font-size: 11px;
  line-height: 1.5;
  padding: 13px 4px;
  color: white;
  background-color: #343434;
  flex: 0 0 28%;
  display: inline-block;
  transition: all 0.5s;
  text-align: center;
  margin-right: 10px;
}
.btn-flat-border4 p {
  /* display: none; */
  width: 50px;
  background-color: #c6c2b8;
  font-weight: bold;
  font-size: 1em;
  color: #fff;
  padding: 0 20px;
  margin-right: 10px;
}
.btn-flat-border5 p {
  display: none;
}
@media (min-width: 320px){
  .btn-flat-border3 p {
    flex: 0 0 calc((100% - 54px) / 3);
    line-height: 1.5;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  .btn-flat-border3 p {
    width: 100px;
    line-height: 1.5;
    /* padding: 0 10px; */
    color: white;
    background-color: #343434;
    flex: 0 0 calc((100% - 36px) / 2);
    display: inline-block;
    transition: all 0.5s;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
  }
  .btn-flat-border5 p {
    font-size: 11px;
    color: black;
    background-color: white;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .btn-flat-border3 p {
    padding: 10px 10px;
    flex: 0 0 calc((100% - 90px) / 3);
    line-height: 1.5;
    margin-right: 5px;
    margin-left: 5px;
  }
}


.btn-flat-border3 p {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 上へボタン */
.gotop {
  position: absolute;
  bottom: 150px;
  right: 20px;
  z-index: 10000;
}

/* テーブル */
table {
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  padding: 15px;
  color: #fff;
  padding-left: 10%;
}
@media only screen and (max-width: 767px) {
  table th,
table td {
  padding-left: 15px;
  font-size: 14px;
}
}

table th {
  width: 30%;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid rgb(145, 145, 145);
}

table tbody tr:nth-child(odd) {
  background-color: #343434;
}

table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.5);
}

.prof_table {
  margin: 0 auto; 
  width:100%;
  }

/* ヘッダーC： トグルボタン */

@media (max-width: 767px) {
  /* 小さい画面用の設定 */
  header .container-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .container {
    zoom: 65%;
  }

  .headC {
    margin-right: 10px;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 28px;
    opacity: 0.5;
    cursor: pointer;
  }

  .headC:hover {
    opacity: 0.3;
  }

  .headB {
    display: none;
  }
}

@media (min-width: 768px) {
  /* 大きい画面用の設定 */
  .headC {
    display: none;
  }

  .headB {
    display: block !important;
  }
}
@media (max-width: 767px){
  .headB.open {
    display: block;
    transition: 0.5s all; 
  }
  .headB a {
    font-size: 20px;
  }

}
.l-container {
  max-width: 1078px;
  margin: 0 auto;
  padding: 100px 0;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .l-container {
    max-width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 50px 0;
  }
}
/*page-privacy*/
.s-privacy {
  line-height: 1.7;
}
.s-privacy .label {
  padding-bottom: 50px;
}
.s-privacy dl,
.s-privacy p,
.s-privacy h3 {
  margin: 0;
}
.s-privacy dl {
  display: flex;
  padding: 25px 4%;
  align-items: flex-start;
}
.s-privacy dl.fl-align {
  align-items: center;
}
.s-privacy dl:nth-child(even) {
  background: #ededed;
}
.s-privacy dl dt,
.s-privacy dl dd {
  box-sizing: border-box;
}
.s-privacy dl dt {
  width: 30%;
  min-width: 205px;
  display: flex;
  align-items: center;
}
.s-privacy dl dd {
  width: 70%;
}
.s-privacy dl span {
  font-size: 16px;
  padding-right: 4%;
}
.s-privacy dl .frame {
  padding: 30px 30px 20px 30px;
  margin-top: 48px;
  border: 1px solid #c9c9c9;
}
.s-privacy dl .frame p {
  padding-top: 20px;
}
.s-privacy dl h4 {
  color: #fff;
  background: #656565;
  border-radius: 30px;
  padding: 5px 30px;
  margin: -48px 0 0 -7px;
  display: table;
}

@media screen and (max-width: 767px) {
  .s-privacy .label {
    padding-bottom: 25px;
  }
  .s-privacy dl {
    display: block;
    padding: 20px 15px;
  }
  .s-privacy dl dt {
    width: 100%;
    min-width: auto;
    display: flex;
    align-items: center;
  }
  .s-privacy dl dd {
    width: 100%;
    margin: 0;
  }
  .s-privacy dl span {
    padding-right: 12px;
  }
  .s-privacy dl .frame {
    padding: 20px 15px 20px 15px;
    margin-top: 36px;
  }
  .s-privacy dl .frame p {
    padding-top: 17px;
  }
  .s-privacy dl h4 {
    border-radius: 20px;
    padding: 3px 25px;
    margin: -35px 0 0 -7px;
  }
}

/* section-form
------------------------------------------------------------*/
.s-form__alert {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .s-form__alert {
    padding-bottom: 8px;
  }
}

.s-form__alert .required {
  margin-right: 5px;
}

.s-form .required {
  color: #1f1f1f;
  font-size: 12px;
  padding: 5px 11px;
  background: #fff;
  min-width: 26px;
  border: 1px solid #302d2c;
}

@media screen and (max-width: 767px) {
  .s-form .required {
    min-width: auto;
    padding: 3px 7px;
  }
}

.s-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 28px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .s-form dl {
    display: block;
    padding-bottom: 20px;
  }
}

.s-form dt,
.s-form dd {
  margin: 0;
  box-sizing: border-box;
}
.s-form dt {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 50px;
  width: 30%;
  min-width: 255px;
  padding: 10px 2%;
  background: #343434;
}

@media screen and (max-width: 767px) {
  .s-form dt {
    width: 100%;
    min-width: 134px;
    padding: 5px 7px;
    min-height: 40px;
  }
}

.s-form dt .required {
  /*margin-left: 10%;*/
}

@media screen and (max-width: 767px) {
  .s-form dt .required {
    /*margin-left: 5px;*/
  }
}

.s-form dd {
  width: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .s-form dd {
    width: 100%;
    margin-top: 6px;
  }
}

.s-form dd p {
  width: 100%;
  height: 100%;
  margin: 0;
}

.s-form__select select {
  margin-left: 4.5%;
  padding: 3px;
  width: 180px;
}

@media screen and (max-width: 767px) {
  .s-form__select select {
    width: 130px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .s-form {
    font-size: 13px;
  }
  .s-form dd p {
    display: block;
  }
  span.wpcf7-list-item {
    margin: 0 !important;
  }
}

.s-form__textarea dt {
  height: auto;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.s-form__textarea dd textarea {
  padding-top: 12px;
}

@media screen and (max-width: 767px) {
  .s-form__textarea dt {
    align-items: center;
  }
  .s-form__textarea dd textarea {
    height: 230px;
    padding-top: 7px;
  }
}

.s-form__checkbox dd {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-form__rules {
  margin-top: 10px;
  padding: 3%;
  background: #f5f5f5;
}

.s-form__rules p + p {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .s-form__rules p + p {
    padding-top: 17px;
  }
}

.s-form input[type="text"],
.s-form input[type="email"],
.s-form input[type="confirm_email"],
.s-form textarea {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  resize: none;
  background-color: #f5f5f5;
  vertical-align: middle;
  font-family: "メイリオ", "meiryo", sans-serif;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s,
    -webkit-box-shadow linear 0.2s;
}

@media screen and (max-width: 767px) {
  .s-form input[type="text"],
  .s-form input[type="email"],
  .s-form input[type="confirm_email"],
  .s-form textarea {
    height: 40px;
    padding: 5px;
  }
}

input[type="radio"] {
  vertical-align: -2px;
}

.s-form ::-webkit-input-placeholder {
  color: #919191;
}

.s-form :-ms-input-placeholder {
  color: #919191;
}

.s-form ::-ms-input-placeholder {
  color: #919191;
}

.s-form ::placeholder {
  color: #919191;
}

.s-form textarea:focus,
.s-form input:focus,
.s-form select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.s-form__submit,
.s-form__confirm {
  text-align: center;
}

.s-form__submit input,
.s-form__confirm input {
  color: #fff;
  width: 60%;
  border: none;
  font-size: 14px;
  cursor: pointer;
  max-width: 518px;
  padding: 20px 0;
  border-radius: 60px;
  margin: 50px 10px 0;
  background: #343434;
}

@media screen and (max-width: 767px) {
  .s-form__submit input,
  .s-form__confirm input {
    width: 45%;
    max-width: 180px;
    padding: 8px 0;
    margin: 30px 4px 0;
  }
}

.s-form .wpcf7-not-valid-tip {
  padding-left: 2%;
}

@media screen and (max-width: 767px) {
  .s-form .wpcf7-not-valid-tip {
    padding-left: 5px;
  }
}

.wpcf7-response-output {
  border-color: #343434 !important;
}

.s-form .ajax-loader {
  position: absolute;
}

/*.s-form .wpcf7-list-item.first {
  margin: 0;
  }*/

.s-form__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .s-form__info {
    display: block;
    margin-bottom: 40px;
  }
}
.s-form__info h3,
.s-form__info p {
  margin: 0;
}

.s-form__info h3 {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .s-form__info h3 {
    font-size: 17px;
  }
}

.s-form__info--logo,
.s-form__info--tel {
  box-sizing: border-box;
}
.s-form__info--logo {
  width: 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-form__info--logo h3 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .s-form__info--logo {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-form__info--logo h3 {
    margin-left: 7px;
  }
  .s-form__info--logo img {
    max-width: 60px;
  }
}

.s-form__info--tel {
  width: 59%;
  padding: 30px 0 30px 4%;
  margin-left: 4%;
  border-left: 1px solid #bfbfbf;
}

@media screen and (max-width: 767px) {
  .s-form__info--tel {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 23px 0 0 0;
    border-left: 0;
    text-align: center;
    border-top: 1px solid #bfbfbf;
  }
}

.s-form__info--tel h3 {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .s-form__info--tel h3 {
    padding-top: 15px;
  }
}

.brigela_text {
	font-family: Palatino, serif !important;
	letter-spacing: 1.5px;
}
