/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

/* レイアウト
--------------------------------------------------------------------------*/

body {
	color: #333333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

/* ヘッダー
--------------------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	color: #fff;
	/*
	display: flex;
	align-items: center;
	justify-content: center;
	*/
	opacity: 0;
	z-index: 10;
}

#header_left {
	float: left;
	margin-left: 5%;
}

#header_left div {
	padding: 15px 0;
}

/* メイン
--------------------------------------------------------------------------*/

.fixed-main {
	position: relative;
	height: 100vh;
}

.section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article {
	margin-bottom: 50px;
}

.bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
}

.text-block {
	position: absolute;
	color: #fff;
	opacity: 0;
}

.left-bottom { bottom: 20%; left: 10%; }
.right-bottom { bottom: 20%; right: 10%; }
.right-top { top: 40%; right: 10%; }
.center { top: 50%; left: 50%; transform: translate(-50%, -50%); }

.title {
	font-size: 350%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
}

.fontL {
	font-size: 330%;
	color: #333;
	margin-bottom: 60px;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.4);
}

.desc {
	font-size: 160%;
	font-weight: 600;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	text-align: left;
}

.extra {
	margin-top: 20px;
	gap: 10px;
	opacity: 0;
}

.char { display:block; }

.logo {
	text-align: center;
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}


/* ボタン
--------------------------------------------------------------------------*/

.btn {
	display: block;
	position: relative;
	z-index: 100 !important;
	margin-top: 100px;
	
}

.btn01 {
	color: #ea5514;
	text-decoration: none;
	  border: 4px double #ea5514;
	  margin-right: 20px;
	padding: 10px 30px;
}

a:link.btn01,
a:visited.btn01 {
	color: #ea5514 !important;
}

.btn02 {
	padding: 10px 30px;
	color: #036eb8;
	text-decoration: none;
	border: 4px double #036eb8;
	margin-left: 20px;
}

a:link.btn02,
a:visited.btn02 {
	color: #036eb8 !important;
}

.section {
  pointer-events: none; /* 初期状態でクリック不可 */
}

.section.active {
  pointer-events: auto; /* 表示中のみクリック可能 */
}

/* スクロール
--------------------------------------------------------------------------*/

.scrolldown1{
    position:absolute;
    left:50%;
    bottom:80px;
    /*全体の高さ*/
    height:30px;
    z-index: 10;
}

.scrolldown1 span{
    position: absolute;
    left:-15px;
    top: -15px;
    /*テキストの形状*/
    color: #4a4a4a;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}

.scrolldown1::after{
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #4a4a4a;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:20px;
    opacity: 1;
  }
  100%{
    height:0;
    top:40px;
    opacity: 0;
  }
}

/* コンテンツ
--------------------------------------------------------------------------*/

.content {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.after-main {
	/*
	height: 100vh;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	*/
	font-family: "Noto Sans JP", serif;
	padding: 80px 0;
	box-sizing: border-box;
}

.after-main h1 {
	font-size: 250%;
	margin-bottom: 80px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 130%;
	text-transform: uppercase;
	position: relative;
}

.after-main h1 span {
	color: #CCC;
	margin-top: 0px;
	display: block;
	font-size: 30%;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.after-main h1:before {
	position: absolute;
	bottom: -30px;
	left: calc(50% - 50px);
	width: 100px;
	height: 2px;
	content: '';
	background: #097FD3;
}

h2 {
	font-size: 160%;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-left: 1px solid #097FD3;
}

h2 span {
	margin-top: 10px;
	display: block;
	font-size: 40%;
	font-style: normal;
	color: #273FBA;
}

.column3 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

/* フッター
--------------------------------------------------------------------------*/

footer {
	background: #097FD3;
	color: #FFF;
	font-size: 85%;
	padding: 15px 0;
	text-align: center;
	letter-spacing: 0.1em;
}

address {
	text-align: center;
	font-style: normal;
}

/* ローディング
--------------------------------------------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
}


/* ----------------------------------------------------------------------------------------------------
     スマホ（〜640px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 750px) {

.pc {
	display:none;
}

.sp {
	display:block;
}


/* メイン
--------------------------------------------------------------------------*/

.fixed-main {
	position: relative;
	height: 100vh;
}

.section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article {
	margin-bottom: 50px;
}

.bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
}

.text-block {
	position: absolute;
	color: #fff;
	opacity: 0;
}

.left-bottom { bottom: 20%; left: 10%; }
.right-bottom { bottom: 20%; right: auto; left: 10%; }
.right-top { top: auto; bottom: 20%; right: 0%; left: 10%; }
.center { top: 50%; left: 10%; right: 10%; transform: translate(0%, -50%); }

.title {
	font-size: 200%;
	display: block;
	align-items: center;
	justify-content: left;
	line-height: 1;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
	text-align: left;
	white-space: pre-line;
}

.title br {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
	/*
  content: "";
  display: block;
	*/
}

.char { display:inline; }

.fontL {
	font-size: 280%;
	color: #333;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.4);
}

.desc {
	font-size: 120%;
	font-weight: 600;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	letter-spacing: 0;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	text-align: left;
}

.extra {
	margin-top: 20px;
	gap: 10px;
	opacity: 0;
}

.logo {
	text-align: center;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.btn {
	display: inline;
	padding: 10px 0px;
	text-decoration: none;
	border-radius: 5px;
}

.btn01 {
	display: block;
	padding: 10px 30px;
	color: #ea5514;
	text-decoration: none;
	  border: 4px double #ea5514;
	  margin-right: 0px;
	margin-bottom: 20px;
}

.btn01 a:link,
.btn01 a:visited {
	color: #ea5514 !important;
}

.btn02 {
	display: block;
	padding: 10px 30px;
	color: #036eb8;
	text-decoration: none;
	border: 4px double #036eb8;
	margin-left: 0px;
}

.btn02 a:link,
.btn02 a:visited {
	color: #036eb8 !important;
}

/* コンテンツ
--------------------------------------------------------------------------*/

.content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.after-main {
	/*
	height: 100vh;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	*/
	font-family: "Noto Sans JP", serif;
	padding: 80px 0;
	box-sizing: border-box;
}

.after-main h1 {
	font-size: 210%;
	margin-bottom: 80px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 130%;
	text-transform: uppercase;
	position: relative;
}

.after-main h1 span {
	color: #CCC;
	margin-top: 0px;
	display: block;
	font-size: 30%;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.after-main h1:before {
	position: absolute;
	bottom: -30px;
	left: calc(50% - 50px);
	width: 100px;
	height: 2px;
	content: '';
	background: #097FD3;
}

h2 {
	font-size: 160%;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-left: 1px solid #097FD3;
}

h2 span {
	margin-top: 10px;
	display: block;
	font-size: 40%;
	font-style: normal;
	color: #273FBA;
}

.column3 {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.column3:nth-child(3n) {
	margin-right: 0%;
}

.column3:nth-child(2n) {
	margin-right: 0;
}
	
.normalTbl table th {
	display: block;
	width: auto;
	background: #F5F5F5;
	padding: 15px;
}

.normalTbl table td {
	display: block;
	width: auto;
	background: #FFFFFF;
	padding: 15px;
}

/* スマホで1文字ずつ表示 */
.char { display:inline-block; }

.bg { width:100%; height:100%; object-fit:cover; }
.text-block { position:absolute; opacity:0; color:#fff; }

/* iPhone用タイトル改行保持 */
.title { white-space: pre-line; }
.title br { display:block; line-height:1.2; }
.section { 
  position: absolute; 
  width: 100%; 
  height: 100vh; 
  top: 0; 
  left: 0; 
  z-index: 0; /* 追加 */
}


}
