@charset "UTF-8";
/*
Theme Name: Template AtInterface
Description: オリジナル・テーマ
Author: アットインターフェース株式会社
Version: 1.0
*/

@import url("css/reset.css");
@import url("css/navigation.css");
@import url("css/moving.css");
@import url("css/section_patterns.css");
@import url("css/pages.css");
@import url("css/contact.css");

/*::::::::::::::::::::::::::::::::::::::::::::::::::
base
::::::::::::::::::::::::::::::::::::::::::::::::::*/
html, body {
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 17px;
	line-height: 1.7;
	color: #333;
}
@media(max-width:599px) {
	html, body {
		font-size: 15px;
	}
}

/* レイアウト
* section,container設定*/
main > section {
	width: 100%;
	padding: 6rem 3rem;
	position: relative;
	z-index: 0;
}
@media(max-width:991px) {
	main > section {padding: 4rem 2rem;}
}
@media(max-width:599px) {
	main > section {padding: 2rem 1.5rem;}
}

main > section .container {
	padding: 0;
	max-width: 1280px;
	margin: 0 auto;
}

.container_full {
	max-width: 100%;
}
.container_medium{
	max-width: 900px;
	margin: 0 auto;
}
.container_small {
	max-width: 600px;
	margin: 0 auto;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
共通スタイル
::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*見出し*/
main h1 {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0;
	margin: 0 auto 2rem;
	text-align: center;
}
main h1::after {
	content: '';
	display: block;
}
main h1 span {
	font-size: 0.8rem;
	font-weight: normal;
	display: block;
}
main h1::before {
	display: block;
	content: '';
	background: url("img/icon_headline.svg") no-repeat scroll center top;
	margin: 0 auto 2rem;
    height: 48px;
}
@media(max-width:767px) {
	main h1 {
		font-size: 1.5rem;
	}
}
@media(max-width:599px) {
	main h1 {
		font-size: 1.3rem;
	}
}
main p {margin-bottom: 1.5rem;}
main p:last-child {margin-bottom: 0;}
main img {border-radius: 3px;}

/*ボタン*/
.btn {
	display: flex;
	width: fit-content;
	align-items: center;
	text-decoration: none;
	padding: 0.5rem 2.5rem 0.5rem 1rem;
	white-space: unset;
	color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	margin: 0 auto;
	position: relative;
	transition: 0.5s;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="rgb(153,153,153)"><path d="m480-320 160-160-160-160-56 56 64 64H320v80h168l-64 64 56 56Zm0 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
}
.btn:hover {
	color: #fff;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="rgb(255,255,255)"><path d="m480-320 160-160-160-160-56 56 64 64H320v80h168l-64 64 56 56Zm0 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.btn_r {margin: 0 0 0 auto;}
.btn_l {margin: 0 auto 0 0;}
.btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #333;
	width: 100%;
	height: 100%;
	transform-origin: left top;
	transform: scale(0, 1);
	transition: .4s;
	z-index: -1;
}
.btn:hover::before{
	transform-origin:left top;
	transform:scale(1, 1);
}
.btn svg {
	margin-left: 0.5rem;
	transition: .4s;
}
.btn:hover svg {
	fill: #333;
}
.btn_color {
	border: 0;
	color: #fff;
	background-color: #333;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="rgb(255,255,255)"><path d="m480-320 160-160-160-160-56 56 64 64H320v80h168l-64 64 56 56Zm0 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
a:hover.btn_color {
	color: #333;
	background-color: #fff;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="rgb(153,153,153)"><path d="m480-320 160-160-160-160-56 56 64 64H320v80h168l-64 64 56 56Zm0 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}

.btn_inline {
	text-decoration: none;
	padding: 0 0.3rem;
	margin: 0 0.3rem;
	color: #333;
	background-color: #FFEB3B;
	border-radius: 3px;
}
.btn_inline::after {
}
a:hover.btn_inline {
	color: #fff;
	background-color: #333;
}

.btn_more {
	display: block;
	width: 230px;
	margin: 1rem auto;
	padding: 0.8rem;
	padding-right: 2rem;
	border: 1px solid;
	border-radius: 3px;
	position: relative;
	line-height: 1;
	transition: .7s;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="rgb(55,55,55)"><path d="m480-340 180-180-57-56-123 123-123-123-57 56 180 180Zm0 260q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
	background-position: right 0.5rem center;
    background-repeat: no-repeat;
}
.btn_more:hover {
	color: #fff;
	background-color: #333;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="rgb(255,255,255)"><path d="m480-340 180-180-57-56-123 123-123-123-57 56 180 180Zm0 260q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}

/*リスト*/
main ul {
	margin-left: 1rem;
}
main ul li {
	list-style: disc;
	margin-bottom: 1rem;
}
ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 0;
}
ul.list li {
	margin-left: 2rem;
    margin-right: 1rem;
}

/*テーブル*/
main table {
	width: 100%;
	background-color: #f9f9f9;
}
main table th,
main table td {
	padding: 0.5rem;
	border: 3px solid #fff;
}
main table th {
	background-color: #eee;
}
main table td {}
@media(max-width:767px) {
	main table th,
	main table td {
		display: block;
		width: 100%;
		text-align: center;
	}
}
/*テーブル：スワイプ型*/
.table_wrapper {
	overflow: scroll;
	width: 100%;
}
.table_wrapper {
	overflow: auto;
}
.table_swipe {
	font-size: 0.8rem;
	margin: 0 0 0.5rem 0.5rem;
	display: flex;
	align-items: center;
}
.table_swipe span {
	font-size: 1.6rem;
	display: inline-block;
	margin-right: 0.5rem;
	vertical-align: -6px;
}
@media(min-width:708px) {
	.table_swipe {
		display: none;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
header
::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*ヘッダボックス*/
header {
	width: 100%;
	padding: 1rem 0;
	position: relative;
}
.header_box {
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding-right: 120px;
}
.header_box h1 {
	margin-right: 1.5rem;
}
.header_box h1 a {
	display: flex;
	align-items: center;
	font-size: 2rem;
	line-height: 1.1;
	font-weight: bold;
}
.header_box h1 img {
	display: block;
	max-height: 80px;
	margin-right: 1rem;
}
.header_box h1 a span {}
.header_box h1 a span i {
	font-style: normal;
}
.header_box p {
	font-size: 0.8rem;
	font-weight: bold;
	padding-left: 1rem;
	border-left: 5px solid;
	flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_box p span {
	font-size: 1.5rem;
	display: flex;
}
.header_box p span a {
	display: flex;
	justify-content: center;
	align-items: center;
    background-color: #143752;
	width: 50px;
	height: 50px;
    border-radius: 50%;
	margin-left: 1rem;
}
.header_box p span a:hover {
	background-color: #ff9800;
}
@media(max-width:991px) {
	.header_box {
		display: block;
		padding-right: 20px;
	}
	.header_box h1 {
		margin-right: 0;
	}
	.header_box h1 a {
	}
	.header_box p {
		width: 100%;
		margin-top: 1rem;
	}
}
@media(max-width:767px) {
	.header_box p span {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		border-top: 3px solid #143752;
		z-index: 10;
	}
	.header_box p span a {
		width:50%;
		border-radius: 0;
		margin: 0;
	}
}
@media(max-width:543px) {
	.header_box h1 img {
		max-height: 50px;
	}
	.header_box h1 a {
		font-size: 1.5rem;
	}
}
@media(max-width:399px) {
	.header_box h1 a span i {
		display: inline-block;
		background-color: #143752;
		color: #fff;
        padding: 0.3rem 0.5rem;
        font-size: 0.7rem;
        border-radius: 3px;
		margin-bottom: 3px;
		letter-spacing: 1px;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
固定ページ共通基本設定
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.page main {
}
.page_headerImg {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.page_headerImg figure {
	height: 26vh;
}
@keyframes coverZoomAnime {
	from {
	}
	to {
		transform: scale(1.1);
	}
}
.page_headerImg h1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	color: #fff;
	background: #333333aa;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 3px;
	margin: 0;
	padding: 0.5rem;
	font-family: inherit;
}
.page_headerImg h1::before {
	display: none;
}
@media(max-width:599px) {
	.page_headerImg h1 {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
}
.page main h2 {
	font-size: 1.6rem;
	margin: 3rem 0 2rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
個別投稿ページ調整用
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.single_box {
	max-width: 740px;
	margin: 0 auto 3rem;
	padding: 2rem;
	background-color: #fafafa;
}
.single_box h1::before {
	display: none;
}
.single_box .single_title {
	padding: 0;
	margin: 0 0 2rem;
}
.single_box .single_eyecatch {
	margin: 0;
	text-align: center;
}
.single_box .single_time {
	font-size: 0.8rem;
	display: block;
	text-align: right;
}
.single_box .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
}
.single_content {;
}
@media(max-width:599px) {
	.single_box .single_title {
		font-size: 1.1rem;
	}
}

/*フォントなど*/
.single_box h1,
.single_box h2,
.single_box h3,
.single_box h4,
.single_box h5 {
	margin: 1rem 0;
	font-weight: bold;
}
.single_box h1 { font-size: 1.3rem; text-align: left; }
.single_box h2 { font-size: 1.2rem; }
.single_box h3 { font-size: 1.1rem; }
.single_box h4 { font-size: 1rem; }
.single_box h5 { font-size: 1rem; }
.single_box p { margin: 1rem 0; }
.single_box figure { margin: 1rem 0; }
.single_box img { max-width: 100%; height: auto; }
.single_box ul { margin: 1rem 0;}
.single_box ul li { list-style: disc; margin-left: 2rem; }
.single_box ol { margin: 1rem 0;}
.single_box ol li { list-style: decimal; margin-left: 2rem; }
/*
.single_box table { margin: 1rem auto 0; max-width: 100%; }
.single_box table th,
.single_box table td { padding: 1rem; border: 1px solid #fff;}
.single_box table th { background-color: #eee; }
.single_box table td { background-color: #eee; }
.single_box table td:first-child { width:320px; background-color: #1b344b; color: #fff; }
*/
.single_box em { text-decoration: italic; }
.single_box strong, .strong { font-weight: bold; }
@media(max-width:599px) {
	.single_box h1 { font-size: 1.2rem; }
	.single_box h2 { font-size: 1.1rem; }
	.single_box h3 { font-size: 1rem; }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
アーカイブページ調整用
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.archive_box {
	margin: 0;
}
.archive_box li {
	list-style: none;
	margin-bottom: 2rem;
}
.archive_box li a {
	padding: 1rem;
	display: block;
	background-color: #fafafa;
	border: 5px solid #fff;
}
.archive_box li dt {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.archive_box li dd {
	font-size: 0.8rem;
}
.archive_box li dd p {
	margin: 0;
}
.archive_box li time {
	display: block;
	text-align: right;
	font-size: 0.8rem;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
検索結果
.search  main h1 {
	margin-bottom: 3rem;
}
.search_formbox {
	margin-bottom: 4rem;
}
::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::::::::::::::::::
フッタ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
footer {
	background-color: #333;
	color: #fff;
	padding: 4rem 1rem 1rem;
}
.footer_container {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 2rem;
}
.footer_container img {
	max-width: 120px;
	margin-bottom: 1rem;
    border: 10px solid;
    border-radius: 3px;
}
.footer_container ul {
	display: flex;
	justify-content: space-around;
	margin-top: 1rem;
}
.footer_container li {
	padding: 0 3px;
}
.footer_container li a {
	display: block;
	padding: 0.5rem;
	border-radius: 3px;
}
.footer_container li a:hover {
	background-color: #444;
}
@media(max-width:767px) {
	footer {
		padding: 4rem 1rem;
	}
	.footer_container {
		display: block;
		text-align: center;
	}
	.footer_container ul {
		margin-top: 1rem;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer_container li {
		margin-top: 6px;
	}
}
.copyright {
	font-size: 0.8rem;
	text-align: center;
	padding: 0.5rem;
}
/*ページトップ*/
.page_top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	z-index: 3;
}
.page_top a {
	display: block;
}
.page_top a svg {
	background-color: #fff;
    border-radius: 50%;
	transition: .3s;
}
.page_top a:hover svg {
	fill: #444;
}

@media (max-width:991px) {
	.page_top {
		display: none !important;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ページネーション
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.pagination {
	margin: 3rem 0;
	line-height: 1;
}
.pagination ul {
	display: flex;
	justify-content: center;
	margin: 0;
}
.pagination li {
	list-style: none;
	margin: 2px;
}
.pagination li a {
	text-decoration: none;
}
.pagination ul .page-numbers {
	display: block;
	padding: 1rem;
	color: #333;
	background-color: #eee;
	border-radius: 3px;
}
a.page-numbers:hover {
	color: #fff;
	background-color: #ccc;
}
.pagination ul .page-numbers.current {
	color: #fff;
	background-color: #bbb;
}
@media(max-width: 543px) {
	.pagination {
		margin: 1.5rem 0;
		line-height: 1;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
404
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.error404 main {
	text-align: center;
}
.error404 main h1 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #999;
	margin-bottom: 2rem;
}
.error404 main h1 span {
	display: block;
	font-size: 10rem;
	margin-bottom: 2rem;
	color: #ddd;
}
.error404 main h1::before {
	display: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
プライベート・ポリシー
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.privacy-policy dl {
}
.privacy-policy dt {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.privacy-policy dd {
	margin-bottom: 3rem;
}
.privacy-policy dd ol {
	margin: 0.7rem 0 2rem 1.5rem;
	list-style: decimal;
}
.privacy-policy dd li {
	margin-bottom: 0.5rem;
	padding-left: 0.5rem;
}
.privacy-policy dd li li {
	margin-left:2rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
色調整
基本カラー：濃紺：#143752
サブカラー：オレンジ：#ff9800
::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*基本カラー（テキスト）*/
html, body {
	color: #143752;
}
/*ボタン*/
.btn {
	color: #143752;
	border-color: #143752;
}
.btn::before {
	background-color: #143752;
}
.btn_color {
	color: #fff;
	background-color: #143752;
}
a:hover.btn_inline {
	background-color: #143752;
}
/*ナビゲーション*/
.menu_trigger,
.main_nav {
	background-color: #143752;
}
/*フッター*/
footer {
	background-color: #143752;
}
.page_top a svg {
	fill: #143752;
}
/*トップページ*/
.box_news3dan li a:hover {
    border-color: #143752;
}
/*アーカイブ一覧*/
.archive_box li a:hover {
    border-color: #143752;
}
/*固定ページ、ヘッダ見出し（透過）：rgba*/
.page_headerImg h1 {
	background-color: #143752aa;
}
/*
お問い合わせページの電話アイコン（img/icon_tel.svg）
見出しのアイコン（img/icon_headline.svg）
はSVGを編集する
＊カラーコードを変換してRGBで
*/

/*サブカラー*/
.btn_color:hover {
	background-color: #ff9800;
}
.footer_container li a:hover {
	background-color: #ff9800;
}
.page_top a:hover svg {
	fill: #ff9800;
}

/*ページネーション*/
.pagination ul .page-numbers {
	background-color: #14375233;
}
.pagination ul .page-numbers.current {
	background-color: #143752;
}
a.page-numbers:hover {
	background-color: #ff9800;
}
