@charset "utf-8";

/*
Theme Name: bie_common
Description:
Version: 1.0
*/
@media only screen and (max-width: 767px) {}
/* ************************************************ 
*	スライド
* ************************************************ */
@media print, screen and (min-width: 768px){ /*768〜*/
.pcnone{display: none}
.spnone{margin-bottom: 150px;}
}
@media print, screen and (max-width: 767px){ /*〜767*/
.spnone{display: none}
.pcnone{margin-bottom: 80px;}
}

.slick-a{
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.slick-a img{
	width: 90%;
	height: auto;
	margin: 0 auto;
	border-radius: 0px;
}

@media(min-width:768px){ /*768〜*/
.slick-a{
	width: 100%;
	height: auto;
	margin-top: 240px;
}

.slick-a img{
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	border-radius: 0px;
	border: 10px solid rgba(255,255,255,1.00);
}
}

/* ローディング画面 */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: rgba(255,255,255,1.00);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.spinner {
    width: 80px;
    height: 80px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 100%;
    animation: sk-scaleout 1.0s infinite ease-in-out;
	position: relative;
	
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ************************************************ 
*	基本設定
* ************************************************ */	

body {
	font-family: "Work Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	color: rgba(17,64,99,1.0);
	line-height: 200%;
	-webkit-text-size-adjust: 100%;
	background-color: rgba(255,255,255,1.0);
}

.sp_br {
    display: block;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*フェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.fadein {
    opacity : 0;
    transform : translate(0, 75px);
    transition : all 1000ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* リンク */

a{
	color: rgba(17,64,99,1.0);
	text-decoration:none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

a:hover{
	color: rgba(17,64,99,0.6);
}

a:active, a:focus {
	outline: 0;
}

/* 画像 */

img{
	border:0;
	padding:0px;
	margin:0px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding:0px;
	margin: 0 0 10px 15px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0 15px 10px 0;
	display: inline;
}

p img {
	margin: 20px 0px 15px 0px;
}

/* Zoom In  */
.img_wrap {
	overflow: hidden;
	
}
.img_wrap img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;	
}
.img_wrap a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);	
}

div.wp-caption {
	margin:0px 0px 10px 0px;
}
div.alignright img {
	padding:0px;
	margin: 0px 0px 0px 15px;
}
div.alignleft img {
	padding:0px;
	margin: 0px 15px 0px 0px;
}

.wp-caption-text {
	text-align: center;
	font-size: 11px;
}


/* フロート */

.align-right { text-align: right; }

.align-left { text-align: left; }

.align-center { text-align: center; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* リスト */

ol{
margin: 0.5rem 0 0.5rem 1.5rem;
padding: 0 0 0 0;
list-style: decimal;
}
ol li{
	margin: 0px 0px 0.5rem 0;
	line-height: 180%;
}
ol li ol {
	margin: 0.5rem 0 0.5rem 1.5rem;
}

ul{
margin: 0 0 0 0;
padding: 0 0 0 1rem;
list-style: disc;
}

li{
margin: 0.25rem 0 0.25rem 0;
padding: 0 0 0 0;
}

li a{
color: rgba(17,64,99,1.00);
text-decoration: underline;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

li a:hover{
color: rgba(17,64,99,0.6);
}

/* ************************************************ 
*	全体Wrapper
* ************************************************ */	

.wrapper {
	margin: 60px auto 0px auto; /*header 高さ*/
	max-width: 1080px;
	padding: 0px 0px;
	_width: 1080px;
}
.wrapper-2 {
	margin: 60px auto 0px auto; /*header 高さ*/
	max-width: 1080px;
	padding: 0px 0px;
	_width: 1080px;
}

.wrapper-top {
	margin: 20px auto 0px auto; /*header 高さ*/
	max-width: 1080px;
	padding: 0px 0px;
	_width: 1080px;
}

.adj-head {
	padding-top: 20px;
}

.width100-gr {
	background-color: #f6f6f6;
}


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

#header {
	width: 100%;
	/*position: fixed;
	top: 0;*/
	z-index: 99;
	text-align: center;
	/*height: 100px;*/
	/*background: rgba(255,255,255,0.8);*/
}

.site-header{
    background: rgba(255,255,255,0.5);
    display: flex;
    padding: 10px 0px 10px 40px;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
	top: 0;
}
.site-header.transform{
    background: rgba(255,255,255,0.5);
    padding: 5px 0px 5px 40px;
	/*box-shadow: 0 .5rem 1rem rgba(17,64,99,0.5)!important;*/
}

.header {
    width: 100%;
	float: left;
    height: auto;
    z-index: 99999;
    transition: 0.25s;
	margin: 0px auto 0px auto;
	text-align: center;	
	/*background: rgba(255,255,255,0.9);*/
}


.list-lang {
	float: right;
	font-size: 14px;
	width: 150px;
	padding: 0px 0px 10px 0px;
}

/* 言語スイッチャー全体のリセット */
.header-lang-menu {
    margin: 18px 40px 0 0;
    padding: 0;
    list-style: none;
	display: block;
}
.header-lang-menu.transform {
    margin: 7px 40px 0 0;
    padding: 0;
    list-style: none;
	display: block;
}

.header-lang-menu ul,
.header-lang-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 横並びにする */
.header-lang-menu ul {
    display: flex;
	align-items: center;
    gap: 0; /* EN と JA の間隔 */
}

.header-lang-menu li {
    display: inline-flex; /* 改行防止 */
    align-items: center;
}

.header-lang-menu li:not(:first-child)::before {
    content: " / ";
    color: rgba(17,64,99,0.6);
    margin: 0 6px;
}

/* リンクのスタイル */
.header-lang-menu a {
    font-size: 14px;
    text-decoration: none;
    color: rgba(17,64,99,0.6);
    letter-spacing: 0.05em;
    transition: 0.2s ease;
}

/* ホバー */
.header-lang-menu a:hover {
    color: rgba(17,64,99,1.0);
}

/* 現在の言語（アクティブ） */
.header-lang-menu .current-lang a {
    color: rgba(17,64,99,1.0);
    font-weight: 600;
}

/*---------entry link*/

.header-wrap {
	display: flex;
	justify-content:flex-start;
    flex-wrap: wrap;
	align-items: center;
}

.logobox {
	position: relative;
	width: 80px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}

/* ************************************************ 
*	トップナビゲーション
* ************************************************ */	


#header h1.logo {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}

.site-logo img {
	width: 80px;
	margin: 0px 0px 0px 0px;
	transition-duration: 0.5s;
	/*filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));*/
}

.site-logo.transform img {
	width: 50px;
	margin: 0px 0px 0px 0px;
}

.main-menu__section {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-color: #333c45;
    color: #fefefe;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
	letter-spacing: 0.1em;
    padding: .15rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    width: 86px;
	height: 30px;
}

.sticky-box {
	position: relative;  
	width: 100%;
}

#nav {
    width: auto;
    margin: 0px auto 0px auto;
	padding: 0px;
    z-index: 1;
    text-align: center;
    background: rgba(255,255,255,0.0);
}

#nav ul {
    list-style: none;
    margin: auto;
}

.main-navigation {
    margin: 0 auto;
    position: relative;
}

#nav ul.nav-menu,
#nav div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

#nav .nav-menu li {
    display: inline-block;
    position: relative;
    margin: 0 0;
}

#nav .nav-menu li a {
	color: rgba(17,64,99,1.00);
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding: 0px 12px 5px 12px;
	margin: 0px 0px 0px 0px;
	/*filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));*/
}
#nav .nav-menu li a.angle-down::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 800;
    padding-left: 6px;
    color: rgba(17,64,99,1.0);
}
#nav .nav-menu li a:hover {
	color: rgba(17,64,99,0.6);
}

#nav .nav-menu .sub-menu,
#nav .nav-menu .children {
    background: rgba(255,255,255,0.6);
    display: none;
    padding: 0;
    position: absolute;
    z-index: 99999;
	/*box-shadow: 0 .5rem 1rem rgba(17,64,99,.05)!important;*/
}

#nav .nav-menu .sub-menu ul,
#nav .nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

#nav ul.nav-menu ul a,
#nav .nav-menu ul ul a {
    color: rgba(17,64,99,1.00);
    margin: 0;
	padding: 10px 15px 10px 15px;
    width: 150px;
}
#nav ul.nav-menu ul a:before,
#nav .nav-menu ul ul a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 800;
    padding-right: 6px;
    color: #fff;
}

#nav ul.nav-menu ul a:hover,
#nav .nav-menu ul ul a:hover {
	color: rgba(17,64,99,0.6);
	background: rgba(0,0,0,1.0);/*sub hover*/
}

#nav ul.nav-menu li:hover > ul,
#nav .nav-menu ul li:hover > ul {
	display: block;
	background: rgba(255,255,255,1.0);
}

#nav .nav-menu .current_page_item > a {
	font-weight: 600;
}

#nav .nav-menu .current_page_item > a,
#nav .nav-menu .current_page_ancestor > a,
#nav .nav-menu .current-menu-item > a,
#nav .nav-menu .current-menu-ancestor > a,
#nav .nav-menu .current-post-ancestor > a {
    color: rgba(17,64,99,1.0);
    /*background: none;
	border-bottom: 1px rgba(17,64,99,0.6) dotted;*/
}
/*#nav .nav-menu .current_page_item > a::before,
#nav .nav-menu .current_page_ancestor > a::before,
#nav .nav-menu .current-menu-item > a::before,
#nav .nav-menu .current-menu-ancestor > a::before,
#nav .nav-menu .current-post-ancestor > a::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(17,64,99,0.6);
}*/

/* ************************************************ 
*	ヘッダー（SPフルスクリーンナビゲーション）
* ************************************************ */

.sp-header {
	display: none;
}

/*menu*/
.menusec .menu{
    height: 20px;
    position: absolute;
    left: 30px;
    top: 30px;
    width: 30px;
    z-index: 999999;
	cursor: pointer;
}
.menusec .menu__line{
	background: rgba(17,64,99,1.00);
    display: block;
    height: 1px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menusec .menu__line--center{
    top: 7px;
}
.menusec .menu__line--bottom{
    bottom: 4px;
}
.menusec .menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
	background: rgba(255,255,255,1.00);
}
.menusec .menu__line--center.active{
    transform: scaleX(0);
	background: rgba(255,255,255,1.00);
}
.menusec .menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
	background: rgba(255,255,255,1.0);
}

/*gnav*/
.menusec .gnav{
    background:rgba(17,64,99,1.00);
    display: none;
	top: 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99998;
}
.menusec .gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.menusec ul.gnav__menu {
	width: 100%;
}
.menusec ul.gnav__menu li {
	list-style: none;
	text-align: left;
	margin: 20px 0px 20px 25px;
}

/*3列
.menusec ul.gnav__menu {
	display: table;
	width: 100%;
}
.menusec ul.gnav__menu > li {
    display: table-cell;
    float: left;
    width: 33%;
}*/
/*2列
.menusec ul.gnav__menu {
	display:table;
	width:50%;
}
.menusec ul.gnav__menu > li:nth-child(2n+1) {
    clear: both;
}
.menusec ul.gnav__menu > li {
    display: table-cell;
    float: left;
    width: 50%;
}*/

.menusec ul.gnav__menu > li a {
	color: rgba(17,64,99,1.00);
	font-size: 18px;
    font-weight: normal;
	letter-spacing: 0.08em;
    padding: 0px;
    text-decoration: none;
    transition: .5s;
}
.menusec ul.gnav__menu > li a:hover {
	color: rgba(255,255,255,0.6);
}

.menusec ul.gnav__menu > li > li a {
	color: rgba(17,64,99,1.00);
	font-size: 18px;
    font-weight: normal;
	letter-spacing: 0.08em;
    padding: 0px;
    text-decoration: none;
    transition: .5s;
	list-style: none;
}

/*固定ボタン---------*/
.fixed-report-btn {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 9999; 

    display: inline-block;
    padding: 12px 24px;
    background: rgba(208,36,114,1.0);
    color: rgba(255,255,255,1.00);
	font-size: 24px;
    font-weight: 700;
	letter-spacing: 0.03em;
    border: 1px solid rgba(255,255,255,1.00);
    border-radius: 30px;
    text-decoration: none;
   /* box-shadow: 0 4px 15px rgba(0,0,0,0.2);*/

    opacity: 0;
    pointer-events: none;
    transform: translateY(20px); /* 下から上に上がるアニメ */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 表示状態 */
.fixed-report-btn.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.fixed-report-btn:hover {
    opacity: 0.9;
	color: rgba(255,255,255,1.00);
    /*transform: translateY(-2px);*/
}
/*---------固定ボタン*/


/* ************************************************ 
*	レイアウト
* ************************************************ */
.cont-wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}

.cont-wrap02 {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
}

.cont-wrap03 {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 30px;
}


.item02 {
    width: 48%;
	margin-bottom: 30px;
}

.item02:nth-child(n+3) {
    margin-top: 30px;
}

.item04 {
    width: 24%;
	margin-bottom: 30px;
}

.item25 {
    width: 22%;
	margin-bottom: 30px;
}

.item30 {
    width: 32%;
	margin-bottom: 30px;
}

.item30s {
    width: 32%;
	margin-bottom: 30px;
}

.item40 {
    width: 35%;
	margin-bottom: 30px;
}
.item60 {
    width: 60%;
	margin-bottom: 30px;
}

.item50 {
    width: 48%;
	margin-bottom: 30px;
}


.cont-wrap05 {
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
/*
.item03 {
  padding: 10px;
  width: 32%;
}

.item03:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.item03:nth-child(n+4) {
  margin-top: 30px;
}
*/


@media not all and (min-width: 768px) {
	
.item02 {
    width: 100%;
	margin-bottom: 30px;
}

.item02:nth-child(n+3) {
    margin-top: 30px;
}

.item04 {
    width: 48%;
	margin-bottom: 30px;
}

.item25 {
    width: 48%;
	margin-bottom: 30px;
}

.item30 {
    width: 48%;
	margin-bottom: 30px;
}
.item30s {
    width: 100%;
	margin-bottom: 30px;
}

.item40 {
    width: 35%;
	margin-bottom: 30px;
}
.item60 {
    width: 60%;
	margin-bottom: 30px;
}

}

/* ************************************************ 
*	TOP メッセージ
* ************************************************ */

.top_msg_about {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 2rem;
    background-image: url("./images/bg_office.png"); 
    background-repeat: no-repeat; 
    background-position: bottom center; 
    background-size: 100% auto;
}

.top_msg_about_cont {
	width: 1080px;
	margin: 80px auto 50px auto;
}

.top_msg_about_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_msg_about_tl {
	color: rgba(17,64,99,1.0);
	font-size: 42px;
	font-weight: 700;
	margin: 0 0 3rem 0;
}
.top_msg_about_box_l {
	width: 65%;
}
.top_msg_about_box_r {
	width: 30%;
}
.top_msg_about_box_r img {
	padding: 0 0 50px 0;
}

.top_msg_no {
	width: 50%;
	margin: 40px auto 0px auto;
	background: white;
	padding: 2rem;
}

.top_msg {
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.top_msg_photo,
.top_msg_box {
  flex: 1 1 50%;
  min-width: 320px;
  display: flex;
}

.top_msg_photo {
	position: relative;
}
.top_msg_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.top_msg_box {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 50px;
	background: url("./images/bg_blue01.png");
	background-size: cover;
	background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
}
.top_msg_box::before {
  content: '';
  display: block;
  padding-top: 100%; /* 高さの基準を確保 */
  visibility: hidden;
}

.top_msg_headzone {
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
.top_msg_copy {
	color: rgba(255,255,255,1.00);
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 150%;
	margin: 0px 0px 2rem 0px;
}
.top_msg_head {
	color: rgba(255,255,255,1.00);
	text-align: left;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 100%;
	margin: 0px 0px 2rem 0px;
	width: 90%;
}
.top_msg_head span {
	font-size: 18px;
	font-weight: 400;
}

.top_msg_txt {
	width: 90%;
}
.top_msg_txt p {
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	line-height: 240%;
	margin: 0px 0px 0px 0px;
}

.top_msg_2 {
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	flex-direction: row-reverse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.top_msg_photo_2,
.top_msg_box_2 {
  flex: 1 1 50%;
  min-width: 320px;
  display: flex;
}

.top_msg_photo_2 {
	position: relative;
}
.top_msg_photo_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.top_msg_box_2 {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 50px;
	background: url("./images/bg_blue01.png");
	background-size: cover;
	background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
}
.top_msg_box_2::before {
  content: '';
  display: block;
  padding-top: 100%; /* 高さの基準を確保 */
  visibility: hidden;
}

.direct-btn {
	width: 100%;
	margin: 0px auto 0px auto;
}

.link_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 50px;
	color: rgba(255,255,255,1.00);
	background: rgba(208,36,114,1.0);
	font-size: 21px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.03em;
	transition: 0.3s;
	margin: 30px 0px;
	padding-right: 1rem;
	border: 1px solid rgba(525,255,255,0.7);
	border-radius: 25px;
}

.link_btn a:hover {
	color: rgba(255,255,255,1.00);
}

.adj-btn {
	margin-top: 50px;
}

.btn06 a::after {
	content: '';
	position: absolute;
	right: 20px;
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
}

.btn06 a:hover {
	background: rgba(208,36,114,0.7);
}

.btn06 a:hover::after {
	border-color: #FFF #FFF transparent transparent;
}


.wrap-news-blog {
    display: flex;
    gap: 60px;
    margin: 60px 0 0 0;
}

.news-box, .blog-box {
    width: 50%;
}

.news-item, .blog-item {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 20px;
    padding: 5px 0 ;
	line-height: 150%;
}

.news-date, .blog-date {
	width: 130px;
    min-width: 130px;
    font-weight: 500;
	color: rgba(129,126,126,0.8);
}

.news-ttl a, .blog-ttl a {
    text-decoration: none;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

/* ************************************************ 
*	
* ************************************************ */

.ph-left {
	float: left;
	margin: 0px 20px 20px 0px;
} 
.ph-center {
	text-align: center;
	margin: 0px auto;
} 
.ph-right {
	float: right;
	margin: 0px 0px 20px 20px;
} 
.ph-circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 54% 36%;
}
.ph-circle2 {
    width: 220px;
    height: 220px;
}

/* ************************************************ 
*	ページヘッダー
* ************************************************ */
.page-bar-no,
.page-bar-about,
.page-bar-workshop,
.page-bar-report,
.page-bar-news,
.page-bar-blog,
.page-bar-video,
.page-bar-contact { 
	width: 100vw;
	height: 350px;	
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	border-bottom: solid 0px #DEDEDE;
}

.page-bar-no { /*no*/
	background: url(./images/bg02_0.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

.page-bar-about { 
	background: url(./images/bg02_0.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

.page-bar-workshop { 
	background: url(./images/bg02_0.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

.page-bar-report { 
	background: url(./images/bg02_0.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}
.page-bar-news { 
	background: url(./images/bg02_coming.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}
.page-bar-blog { 
	background: url(./images/bg02_coming.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}
.page-bar-video { 
	background: url(./images/bg02_coming.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}
.page-bar-contact { 
	background: url(./images/bg02_coming.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

.page-bar-news02  { /*single*/
	width: 100%;
	height: 250px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	text-align: center;
	color: #FFF;
	border-bottom: solid 0px #DEDEDE;
}

.page-bar-news02 { /*NEWS single*/
	background: url(./images/bg02_coming.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}


.bar-box-mid {
	vertical-align: middle;
	text-align: center;
	margin: 80px auto 0px auto;
}

h2.bar-title {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.05em;
	margin: 0px auto 5px auto;
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
h2.bar-title a {
	color: rgba(255,255,255,1.00);
}

.bar-subtitle {
	color: #fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.05em;
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
/*********************** ページヘッダー */

/* ************************************************ 
*	2nd~
* ************************************************ */

#main {
	width: 100%;
	margin: 0px 0px 100px 0px;
	padding: 0 0 0 0;
}

.box-pages { /* 固定ページサイドバーなしの幅 */
	width: 800px;
	margin: 50px auto 0 auto;
}

.box-full { 
	width: 100%;
}

.adj-sp-head {
    height: 0px;
}

.sec-wrap {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 30px 80px 30px;
}
.sec-wrap-blue {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 30px 80px 30px;
	background-color: rgba(0,123,198,1.0);
    background-image: url("./images/bg_office_blue.png"); 
    background-repeat: no-repeat; 
    background-position: bottom center; 
    background-size: 100% auto;
	color: rgba(255,255,255,1.00);
}

.sec-box {
	width: 800px;
	margin: 0 auto 0 auto;
}

.img-right {
	float: right;
	width: 40%;
	margin: 0 0 2rem 2rem;
}

.img-left {
	float: left;
	width: 40%;
	margin: 0 2rem 2rem 0;
}

.ab-img {
	width: 100%;
    height: 280px;   /* トリミング */
    overflow: hidden;
	margin: 0 0 2rem 0;
}

.ab-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.ws-section {
    width: 90%;
    display: flex;
	flex-wrap: wrap; 
    gap: 3rem;
    align-items: flex-start;
    margin: 2rem auto;
}

/* reverse が付いたら左右入れ替え */
.ws-section.reverse {
    flex-direction: row-reverse;
}

/* 画像ブロック */
.ws-img {
    flex: 0 0 calc(50% - 3rem);
    box-sizing: border-box;
}

.ws-img img {
    width: 100%;
    height: auto;
    object-fit: cover; /* スマホ時のトリミングにも効く */
    display: block;
}

/* テキストブロック */
.ws-text {
    flex: 0 0 calc(50% - 3rem);
    box-sizing: border-box;
}

table.tb_pat {
	width: 100%;
	border-top: 1px solid rgba(224, 224, 224, 1.00);
	border-bottom: 1px solid rgba(224, 224, 224, 1.00);
	border-collapse: collapse;
}

table.tb_pat a {
	text-decoration: underline;
}

table.tb_pat img.banner-item {
	border: none;
}

table.tb_pat th,
table.tb_pat td {
	padding: 0.5rem 0 0.5rem 0;
	vertical-align: middle;
	border-bottom: 1px solid rgba(224, 224, 224, 1.00);
	border-collapse: collapse;
}

table.tb_pat th {
	width: 70%;
}

table.tb_pat td {
	
}

.tl-decoration {
	font-size: 80px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.01em;
	margin: 0 0 3rem 0;
	max-width: 1000px;
}
.blue { color: rgba(0,123,198,1.0); }
.lightblue { color: rgba(134,179,224,1.0); }
.adj-s {}
.tl-decoration span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.02em;
}

.tl-rep {
	background: rgba(255,255,255,1.00);
	padding: 2rem;
	border: 1px solid rgba(0,0,0,0.05);
	border-collapse: collapse;
	border-left: 7px solid rgba(0,123,198,1.0);
	margin: 0 0 3rem 0;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

h3.h3-sec01 {
	font-size: 30px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.02em;
	margin: 0 0 1.5rem 0;
}
h3.h3-sec01 span {
	font-size: 90%;
	font-weight: 400;
}
.white { color: rgba(255,255,255,1.00);}

h4.h4-sec01 {
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.03em;
	margin: 0 0 1.0rem 0;
}

ul.list-general {
	margin: 1rem 0;
}
ul.list-general li{
	line-height: 200%;
}

ul.list-org {
	margin: 1rem 0;
}
ul.list-org li{
	line-height: 200%;
	margin: 0.5rem 0;
}

.doc-box {
	float: right;
	width: 40%;
	margin: 0 0 1.5rem 1.5rem;
}

.doc-tl {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 150%;
	margin: 0 0 1.5rem 0;
}

.doc-ph {
	margin: 0 0 0.5rem 0;
}

.doc-tex {}

.doc-name {
	font-size: 1.2rem;
	font-weight: 700;
}

.doc-ph02 {
	margin: 0 0 0 0;
	line-height: 0;
}
.doc-ph02 img {
	margin: 0 0 0 0;
}

.doc-tex02 {}

.doc-name02 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 1rem 0;
}

table.tb_pro {
	width: 100%;
	border: 1px solid rgba(224,224,224,1.00);
	border-collapse: collapse;
}

table.tb_pro th,
table.tb_pro td {
	padding: 0.5rem;
}

table.tb_pro th {
	width: 20%;
	border: 1px solid rgba(224,224,224,1.00);
	border-collapse: collapse;
	background-color: rgba(134,179,224,1.0);
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
}

table.tb_pro td {
	width: 80%;
	border: 1px solid rgba(224,224,224,1.00);
	border-collapse: collapse;
}

.balloon {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 40px 0 0 0;
}

/* 左右タイプ */
.balloon-left {
  flex-direction: row;
}
.balloon-right {
  flex-direction: row-reverse;
}

/* アイコン部分 */
.balloon-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.balloon-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
	opacity: 0.5;
}

/* 吹き出し本体 */
.balloon-content {
  position: relative;
  background: #fff;
  padding: 28px 32px;
  border-radius: 14px;
  color: rgba(17,64,99,1.0);
  max-width: 646px;
}

/* 吹き出しの突起 */
.balloon-left .balloon-content::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #fff;
}

.balloon-right .balloon-content::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

/* 一覧表示用 *******************/


.item-img {
	margin: 0px 0px 20px 0px;
}
.item-img img {
	border-radius: 0px;
}

.item-title {
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0px 0px 10px 0px;
}

/*投稿がない時
.no-posts {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.comingsoon {
    font-size: 24px;
    font-weight: 500;
    color: rgba(17,64,99,1.0);
}*/

.block-four {
    position: relative;  /* ← 中央配置の基準にする */
}

.block-four .no-posts {
    list-style: none;
}

.block-four .comingsoon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 500;
    color: rgba(17,64,99,1.0);
    text-align: center;
    width: 100%;
	margin: 20px 0 0 15px;
}


/******************* 一覧表示用 */


.adj-blog { /* ブログ記事幅 */
	width: 100%;
	margin-top: 0px;
	margin-bottom: 80px;
}
.adj-blog img {
	border-radius: 0px;
}


.box-single01 { /* シングル記事幅 */
	width: 800px;
	margin: 0px auto 0px auto;
}

.box-single01 img {
	border-radius: 0px;
}

p {
    line-height: 220%;
    letter-spacing: 0.03em;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

p a {
    text-decoration:underline;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

p a:hover {
	color: rgba(17,64,99,1.00);
}

p a:active, a:focus {
outline: 0;
}

.box-title {
	position: relative;
	margin: 0px 0px 30px 0px;
	padding: 0rem 0rem 1.2rem 0rem;
	border-bottom: 3px solid rgba(216,216,216,1.00);
}
.box-title:before {
    position: absolute;
    bottom: -13px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 13px 12px 0 12px;
    border-style: solid;
    border-color: rgba(216,216,216,1.00) transparent transparent transparent;
}
.box-title:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 13px 12px 0 12px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
}
	
.blog-title {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0.03em;
	
}

.blog-title a {
	text-decoration:none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.blog-title a:hover {
	color: rgba(17,64,99,1.00);
}


#blog-foot {
	text-align: left;
	margin: 30px 0 0 0;
	padding: 0.8rem 1.2rem;
	background: rgba(17,64,99,0.05);
	overflow: hidden;
	height: 100%;
	border-radius: 0px;
}


.btm-cat {
	width: 100%;
	margin: 20px 0px 20px 0px;
}

.btm-cat-tl {
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin: 0px 0px 20px 0px;
}

.btm-cat ul {
	list-style: none;
	margin: 0px 0px 30px 0px;
}

.btm-cat ul li {
	display: inline-block;
	letter-spacing: 0.05em;
	margin: 0px 5px 18px 0px;
}

.btm-cat ul li a {
	color: rgba(17,64,99,1.0);
	border: 1px rgba(155,155,155,1.00) solid;
	border-radius: 0px;
	padding: 7px 10px 7px 10px;
}
.btm-cat ul li a:hover {
	color: rgba(255,255,255,1.0);
	background: rgba(155,155,155,1.00);
	border: 1px rgba(155,155,155,1.00) solid;
	padding: 7px 10px 7px 10px;
}

.blog-date {
	color: rgba(133,133,133,1.00);
}


/* ページャー*/
#next {
font-weight:lighter;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

#next-archives {
text-align: center;
margin-top: -50px;
padding-bottom: 30px;
}

.next-pagenavi{
text-align:center;
margin-top:10px;
}


/* ページャー追加 */
.pager{
	margin-top: 40px;
    margin-bottom: 40px;
    text-align:center
}
 
a.page-numbers,
.pager .current{
	color: rgba(17,64,99,1.00);
    background-color: #FFF;
    border: solid 1px rgba(17,64,99,1.00);
    border-radius: 0px;
    padding: 5px 10px;
    margin:0 2px;
}
 
.pager .current{
	color: #FFF;
    background-color: rgba(17,64,99,1.00);
    border: solid 1px rgba(17,64,99,1.00);
}
 
.pager a:hover{
    color: #FFF;
    border: solid 1px rgba(17,64,99,1.00);
    background-color: rgba(17,64,99,1.00);
}







/* ************************************************ 
*	swiper
* ************************************************ */
.swiper-slide {
	display: block;
}
.swiper-slide img {
  max-width: 100%;
}
/* サムネイルでアクティブなものには枠線を表示 */
.thumbs-slider .swiper-slide-thumb-active {
  background: rgba(233,229,255,1.00);
}
/* アクティブでないサムネイル */
.thumbs-slider .swiper-slide {
  opacity: 1;
}
/* アクティブなサムネイル */
.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.thumbs-h {
	height: auto;
	display: block;
}

/* ナビゲーションボタン */
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    top: 50%;
    width: 50px;
    height: 50px;
    padding-top: 25px;
    /*margin-top: calc(-1 * var(--swiper-navigation-size) / 2);*/
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev:after {
  	font-family: "Font Awesome 5 Free";
  	font-weight: 800;
  	content: "\f137";
  	color: rgba(255,255,255,1.00);  
  	margin-left: 20px;
}
.swiper-button-next:after {
  	font-family: "Font Awesome 5 Free";
  	font-weight: 800;
  	content: "\f138";
  	color: rgba(255,255,255,1.00);
  	margin-right: 20px;
}




/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	



.hairline {
	width: 100%;
	border-bottom: 1px rgba(77,77,77,1.00) solid;
	margin-bottom: 0px auto 0px auto;
}



/* ************************************************ 
*	サイドバー
* ************************************************ */	

#sidebar {
	width: 100%;
	margin: 10px 0px 40px 0px;
	padding: 0 0 0 0;
}

#sidebar p{
	margin-bottom: 20px;
}

#sidebar h2 {
	font-size: 10px;
	font-weight: normal;
	color: rgba(17,64,99,1.0);
	letter-spacing: 0.05em;
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 0;
	background: url() no-repeat;
	border-bottom:1px solid #DEDEDE;
}

.sidebar-title{
	color: rgba(17,64,99,1.00);
	font-weight: normal;
	letter-spacing: 0.05em;
	font-style:normal;
	margin: 0px 0px 10px 0px;
	padding: 0 0 3px 0;
	background: url() no-repeat;
	/*border-bottom:1px solid #DEDEDE;*/
}

#sidebar h3 {
	font-weight: normal;
	color: #999;
	line-height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom:0px solid #DEDEDE;
}

#sidebar ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidebar li{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	/*border-bottom: 1px dotted #DEDEDE;*/
	border-collapse: collapse;
}

#sidebar li a{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

#sidebar li a:hover{
	color: rgba(17,64,99,1.0);
}


/* 階層表示 */

#sidebar ul.children{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #DEDEDE;
border-collapse: collapse;
}

/*サイド NEW POST*/
#s-catch li{
	overflow:hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	line-height: 150%;
}

#s-catch img{
	width:25%;
	border-radius: 0px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 15px 0px 0px;
}

#s-catch .title{
	width:65%;
	float:left;
	padding:0px 0px 5px 0px;
	font-size:13px;
	line-height:140%;
	letter-spacing: 0.03em;
}

#s-catch li .date{
	margin:0px 0px 5px 0px;
	color:rgba(17,64,99,0.6);
	font-size: 90%;
}


/* ************************************************ 
*	フッターエリア
* ************************************************ */

.banner-box {
	width: 100%;
	background: rgba(0,0,0,0.05);
}

.banner-wrap {
	max-width: 1080px;
	margin: 0 auto;
	clear: both;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 10px;  /* 行 10px、列 10px */
    padding: 40px 0px;
}

.banner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0px 0px;
    text-align: center;
    /*border: 1px solid rgba(224, 224, 224, 1.00);*/
    transition: opacity 0.2s ease;
}

.banner-item:hover {
    opacity: 0.8;
}

.banner-item img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .banner-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 15px 15px;
    }

    .banner-item {
        padding: 10px 5px;
    }
}


#footer {
	border-top: 0px solid rgba(0,0,0,0.1);
	background: rgba(0,123,198,1.0);
	color: rgba(255,255,255,1.00); 
	clear: both;
	width: 100%;
	font-size: 12px;
	margin: 0px auto 0px auto;
	padding: 60px 0px 0px 0px;
}

.footer-inner {
	margin: 0px auto 0px auto;
	max-width: 1080px;
	_width: 1080px;
}

.footer-main {
	float: left;
	width: 800px;
	margin: 0px 0px 30px 0px;
}

.footer-sup {
	width: auto;
	float: right;
	margin: 100px 0px 0px 0px;	
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: right;
	position: relative;
}
.footer-sup a {
	color: rgba(255,255,255,1.0);
	text-decoration: underline;
}
.footer-sup a:hover {
	color: rgba(255,255,255,0.6);
}

#footlogo {
	text-align: left;
	position: relative;
	margin: 0px 0px 30px 0px;
	padding: 0 0 0 0;
}

#footlogo img {
	margin: 0px 0px 0px 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity:0.5;
	width: 200px;
}

#footer ul.footer-nav-sbs {
	list-style: none;
	margin: 0px 0px 30px 0px;
}

#footer ul.footer-nav-sbs li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 20px 0px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#footer ul.footer-nav-sbs li a {
	color: rgba(255,255,255,1.00);
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#footer ul.footer-nav-sbs li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 800;
    padding-right: 6px;
    color: rgba(255,255,255,1.00);
}

#footer ul.footer-nav-sbs li a:hover {
	color: rgba(255,255,255,0.6);
}

.footer-ad {
	clear: both;
}

#copyright {
	margin: 0px auto 0px auto;
	max-width: 1080px;
	_width: 1080px;
	background: rgba(2,59,154,1.0);
	font-size: 12px;
	letter-spacing: 0.05em;
	text-align: left;
	position: relative;
	padding: 10px 0px;
}

.copyright-inner {
	width: 100%;
	background: rgba(2,59,154,1.0);
}

/* ************************************************ 
*	ウィジット
* ************************************************ */	

.widget{
margin: 0 0 30px 0;
}

#sidebox{
color:rgba(17,64,99,1.0);
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
}

#sidebox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebox li{
floate:left;
list-style: none;
margin: 0 0 0 0;
padding: 6px 0 5px 0px;
}

#sidebox li a{
color:rgba(17,64,99,1.0);
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebox li a:hover{
color:#B1B1B1;
}

#sidebox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

#sidebox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #222;
border-bottom: 0px dotted #222;
}

#sidebox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

/* 階層表示 */

.widget .box_sns,
#sidebox .widget .box_sns{
	margin: 0px 0px 30px 0px;
}

.widget .box_snslink,
#sidebox .widget .box_snslink{
	margin: -5px 0px 30px 0px;
}

.widget .box_snslink li,
#sidebox .widget .box_snslink li {
	/*background: url(/kiryu/wp-content/themes/st_theme/images/icon_blank.png) no-repeat 0px 7px;*/
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	border-bottom: 1px dotted #DEDEDE;
	vertical-align: middle;
	display: block;
}

.widget .box_snslink li a,
#sidebox .widget .box_snslink a {
	color: rgba(17,64,99,1.0);
	
}

.widget .box_snslink li a:hover,
#sidebox .widget .box_snslink a:hover {
	color: #B1B1B1;
}

.box_snslink img.b_sns {
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
}

.widget .box_banner,
#sidebox .widget .box_banner {
	margin: 0px 0px 30px 0px;
}

.widget .box_banner ul,
#sidebox .widget .box_banner ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: auto;
}

.widget .box_banner li,
#sidebox .widget .box_banner li {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: auto;
}

.widget-top {
	padding: 0px 0px 0px 0px;
}

.widget-top p {
	line-height: 160%;
}

iframe.if_exschedule {
	border: none;
	width: auto;
	height: 490px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ************************************************ 
*	文字サイズ
* ************************************************ */

.moji100px {font-size: 100px;line-height: 170%;}
.moji90px {font-size: 90px;line-height: 170%;}
.moji80px {font-size: 80px;line-height: 170%;}
.moji70px {font-size: 70px;line-height: 170%;}
.moji60px {font-size: 60px;line-height: 170%;}
.moji50px {font-size: 50px;line-height: 170%;}
.moji40px {font-size: 40px;line-height: 170%;}
.moji30px {font-size: 30px;line-height: 170%;}
.moji29px {font-size: 29px;line-height: 170%;}
.moji28px {font-size: 28px;line-height: 170%;}
.moji27px {font-size: 27px;line-height: 170%;}
.moji26px {font-size: 26px;line-height: 170%;}
.moji25px {font-size: 25px;line-height: 170%;}
.moji24px {font-size: 24px;line-height: 170%;}
.moji23px {font-size: 23px;line-height: 170%;}
.moji22px {font-size: 22px;line-height: 170%;}
.moji21px {font-size: 21px;line-height: 170%;}
.moji20px {font-size: 20px;line-height: 170%;}
.moji19px {font-size: 19px;line-height: 170%;}
.moji18px {font-size: 18px;line-height: 170%;}
.moji17px {font-size: 17px;line-height: 170%;}
.moji16px {font-size: 16px;line-height: 170%;}
.moji15px {font-size: 15px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji11px {font-size: 11px;line-height: 170%;}
.moji10px {font-size: 10px;line-height: 150%;}
.moji9px {font-size: 9px;line-height: 370%;}

.mincho {
}

.normal {
font-weight: normaler;
}

.italic {
font-style: italic; 
}

/* ************************************************ 
*	テーブル
* ************************************************ */

table {
border: 0px;
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table tr{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table td{
text-align: left;
vertical-align: top;
line-height: 170%;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-left: 0px dotted #DEDEDECCC;
}

table.tb_rcr {
width: 100%;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
border-collapse: collapse;
border-spacing: 0;
margin: 5px 0 15px 0;
padding: 0 0 0 0;
}

table.tb_rcr tr{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table.tb_rcr th{
width: 150px;
text-align: left;
vertical-align: top;
line-height: 180%;
margin: 0 0 0 0;
padding: 8px 10px 8px 10px;
border-bottom: 1px dotted #DEDEDE;
background: #F2F2F2;
}

table.tb_rcr td{
text-align: left;
vertical-align: top;
line-height: 180%;
margin: 0 0 0 0;
padding: 8px 10px 8px 10px;
border-bottom: 1px dotted #DEDEDE;
}

table.tb_rcr td a{
	text-decoration: underline;
}

p.tl_entory {
	font-weight: normal;
}


/* コンタクトフォーム用 */
.contact_staff_pc {
	display: block;
	width: 30%;
	float: right;
	margin: -30px 0px 10px 10px;
}
.contact_staff_sp {
	display: none;
}

table.inquiry {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

table.inquiry input[type=text],
table.inquiry input[type=email],
table.inquiry input[type=tel],
table.inquiry input[type=url],
table.inquiry textarea {
	width: 100%;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	background: #FFF;
	z-index: 0;
	padding: 0.5rem;
	
	-moz-box-shadow: inset 0 0 0 rgba(17,64,99,0.0);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
	box-shadow: inner 0 0 0 rgba(0, 0, 0, 0.0);
}
table.inquiry input.form-age {
	width: 50px;
}
.form-caut {
	margin: 0.5rem 0 0.5rem 0;
}

.inquiry th {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	width: 30%;
	/*background:#f7f7f7;*/
	border-bottom: dotted 1px #DEDEDE;
}
.inquiry td {
	padding: 10px;
	border-bottom: dotted 1px #DEDEDE;
}
.inquiry td.inq_acc {
	font-weight: bold;
	padding: 15px;
	color: #dc3232;
}
/* 必須の調整 */
.haveto {
	font-size: 7pt;
	padding: 5px;
	background: #ff9393;
	color: #fff;
	border-radius: 0px;
	margin-right: 2px;
}
/* 任意の調整 */
.any {
	font-size: 7pt;
	padding: 5px;
	background: #93c9ff;
	color: #fff;
	border-radius: 0px;
	margin-right: 2px;
}
/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
	display: block;
}

/* 送信ボタンのデザイン変更 */
.submitbtn {
	text-align: center;
	margin: 20px auto 20px auto;
}
.soushinbtn{
	text-align: center;
	background: rgba(255,255,255,1.00);
	border: solid 1px #DEDEDE;
	padding: 15px 30px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333;
	cursor: pointer;
}

.soushinbtn:hover{
	background: rgba(17,64,99,1.0);
	color: #FFF;
	border: 1px solid rgba(17,64,99,1.0);
}

/* スマホContact Form 7カスタマイズ */
@media screen and (max-width: 767px) {
.contact_staff_pc {
	display: none;
}
.contact_staff_sp {
	display: block;
	width: 45%;
	float: right;
	margin: 0px 0px 0px 0px;
}
	
.inquiry th, .inquiry td {
	display:block;
	width: 100%!important;
	border-top: none!important;
}
.inquiry th {
	background: #f7f7f7;
}
.inquiry tr:first-child th {
	border-top: 1px solid #DEDEDE!important;
}
.soushinbtn{
	width:70%!important;
}}


/* ************************************************ 
*	ライン
* ************************************************ */

.line-dotted {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px dotted #DEDEDE;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #DEDEDE;
}

.line-footmenu {
margin: 0 0 5px 0;
padding: 0 0 3px 0;
border-bottom:1px dotted #DEDEDE;
}

/* ************************************************ 
*	画像装飾
* ************************************************ */

.pict_right {
margin:0 0 10px 20px; 
padding: 2px 2px 2px 2px; 
float: right;
border: 1px solid #DCDCDC;
}

.pict_left {
margin:0 10px 10px 0; 
padding: 2px 2px 2px 2px; 
float: left;
border: 1px solid #DCDCDC;
}

.pict1px{
margin: 0 0 5px 0; 
padding: 2px 2px 2px 2px; 
border: 1px solid #DEDEDE;
}

.pict_shadow{
background: #fff;
margin: 0px auto;
border: 1px solid #DEDEDE;
padding: 5px 5px 5px 5px;
border-radius: 1px; /* CSS3 */
 -webkit-border-radius: 1px; /* Firefox */
 -moz-border-radius: 1px; /* Safari,Chrome */
box-shadow: 2px 2px 3px #C0C0C0;
}

/* ************************************************ 
*	角丸
* ************************************************ */

.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}

/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */

.box-shadow{
box-shadow: 2px 2px 3px #DEDEDE; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #DEDEDE; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #DEDEDE; /* Firefox */
}

.box-shadow2{
box-shadow: 1px 2px 5px #DEDEDE; /* CSS3 */
 -webkit-box-shadow: 1px 2px 5px #DEDEDE; /* Safari,Chrome */
 -moz-box-shadow: 1px 2px 5px #DEDEDE; /* Firefox */
}

.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}

/* ************************************************ 
*	ボタン類
* ************************************************ */

.btn_box_r {
	text-align:right;
	margin: 10px 0px 10px 0px;
}

.btn_box_l {
	text-align:left;
	margin: 10px 0px 10px 0px;
}

.btn_pages {
	/*display: block;*/
	background: url(./images/arrow_btn01.png) no-repeat 10px 10px #9DD6DF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	padding: 8px 15px 8px 25px;
	/*margin: 10px 0px 10px 0px;*/
}

.btn_pages02 {
	display: block;
	background: url(./images/arrow_btn01.png) no-repeat 10px 10px #9DD6DF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	width: auto;
	padding: 8px 15px 8px 25px;
	/*margin: 10px 0px 10px 0px;*/
}

.btn_pages03 {
	display: block;
	background: url(./images/arrow_btn01.png) no-repeat 10px 13px #85B200;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	width: auto;
	padding: 10px 15px 10px 25px;
	/*margin: 10px 0px 10px 0px;*/
}

.btn_pages04 {
	display: block;
	background: url(./images/arrow_btn01.png) no-repeat 10px 13px #85B200;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 300px;
	padding: 10px 15px 10px 25px;
	margin: 10px 0px 10px 0px;
}

.btn_pages:hover,
.btn_pages02:hover {
	color: #FFF;
	background: url(./images/arrow_btn01.png) no-repeat 10px 10px #BDF9F7;
}

.btn_pages03:hover,
.btn_pages04:hover {
	color: #FFF;
	background: url(./images/arrow_btn01.png) no-repeat 10px 13px #B5DB7B;
}

/* ************************************************ 
*   google map
* ************************************************ */
#map_custmomize {
	max-width: 100%;
	width: 100%;
	height: 400px;
	margin: 0px 0px 30px 0px;
	/*display: block;*/
	/*border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; */
}

p.go_gmap {
	padding-top: 10px;
	padding-bottom: 5px;
}


/* ************************************************ 
*	動画埋め込み
* ************************************************ */

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* ************************************************ 
*	reCAPTCHAバッジ
* ************************************************ */

.grecaptcha-badge { visibility: hidden; }


/* ************************************************ 
*   レスポンシブ
* ************************************************ */

/* 画面の横幅が980px〜1240pxまで 

@media only screen and (min-width: 980px) and (max-width: 1240px) {
.wrapper-2 { width: 95%;}
}*/


/* PC 画面の横幅が980px以上 */

@media only screen and (min-width: 980px) {

}

/* 画面の横幅が1023pxまで */
@media only screen and (max-width: 1023px) {

}

/* Tablet (Portrait) 画面の横幅が768px〜979pxまで */

@media only screen and (min-width: 768px) and (max-width: 979px) {
.wrapper { width: 728px;}
.wrapper-2 { width: 728px;}
.header-inner { width: 728px; margin:auto; padding: 10px 0px 30px 0px;}
.logo { padding-left: 10px;}
.twothird { width: 460px; margin-right:10px; }
.cycle-slideshow { overflow: hidden; width: 728px; height: 280px; margin-bottom:-20px;}
.box_sns iframe { width: 100%; height: 500px; min-height: 500px; }
#sidebar iframe { width: 100%; height: 500px; min-height: 500px; }
.twothird iframe { width: 100%; height: auto; }
.footer-inner { width: 728px;}
}

/* Mobile (Portrait) 画面の横幅が767pxまで */

@media only screen and (max-width: 768px) {
	
body {
	font-size: 14px;
}
	
.sp_br {
    display: none;
}
	
#header {
	width: 100%;
	background: rgba(255,255,255,0.9);
	/*position: fixed;
	top: auto;*/
	position: sticky;
	top: 0;
	z-index: 99;
	padding: 0px 0px 0px 0px;
	height: 49px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-top: 0px rgba(17,64,99,1.0) solid;
}
	
.adj-sp-head {
    height: 0px;
}
	
.adj-sp-head02 {
    height: 0px;
	clear: both;
}

.header {
	display: none;
}

.sp-header {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	padding: 0px 0px 0px 0px;
	height: auto;
}
	
.list-lang {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	font-size: 14px;
	width: auto;
	padding: 10px 10px 10px 0px;
}

.header-lang-menu {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99998;
    margin: 7px 10px 0 0;
    padding: 0;
    list-style: none;
}
.header-lang-menu.transform {
    position: absolute;
	right: 0;
	top: 0;
	z-index: 99998;
    margin: 7px 10px 0 0;
    padding: 0;
    list-style: none;
}
	
#header h1.logo02 {	
	float: none;
	width: 50px;
	text-align: left;
	margin: 5px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.logo02 img {
	width: 50px;
}

.menusec .menu{
    height: 20px;
    position: absolute;
    left: 15px;
    top: 16px;
    width: 30px;
    z-index: 99999;
}
.menusec .gnav{
    background: rgba(0,123,198,0.9);
}
.menusec ul.gnav__menu > li a {
	color: rgba(255,255,255,1.00);
	font-size: 16px;
    font-weight: normal;
	letter-spacing: 0.08em;
    padding: 0px;
    text-decoration: none;
    transition: .5s;
}

.menusec ul.gnav__menu li ul {
	list-style: none;
	margin-top: 10px;
}
.menusec ul.gnav__menu li ul li {
	color: rgba(255,255,255,1.00);
	font-size: 16px;
    font-weight: normal;
	letter-spacing: 0.08em;
    text-decoration: none;
    transition: .5s;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	background: url(./images/list.png) no-repeat 0px 8px; 
}

/*固定ボタン---------*/
.fixed-report-btn {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 9999; 

    display: inline-block;
    padding: 12px 24px;
    background: rgba(208,36,114,1.0);
    color: rgba(255,255,255,1.00);
	font-size: 18px;
    font-weight: 700;
	letter-spacing: 0.03em;
    border: 1px solid rgba(255,255,255,1.00);
    border-radius: 30px;
    text-decoration: none;
   /* box-shadow: 0 4px 15px rgba(0,0,0,0.2);*/

    opacity: 0;
    pointer-events: none;
    transform: translateY(20px); /* 下から上に上がるアニメ */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 表示状態 */
.fixed-report-btn.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.fixed-report-btn:hover {
    opacity: 0.9;
	color: rgba(255,255,255,1.00);
    /*transform: translateY(-2px);*/
}
/*---------固定ボタン*/

.adj-blog {
	width: 100%;
	margin-bottom: 20px;
}
	
.box-single01 { /* シングル記事幅 */
	width: 100%;
	margin: 0px auto 0px auto;
}

.box-single01 img {
	border-radius: 0px;
}
	
.wrapper { 
	position: relative;
	max-width: 90%;
	_width: 90%;
	padding: 0;
	margin: 30px auto 0px auto;
	clear: both;
}
.wrapper-2 { 
	max-width: 90%;
	_width: 90%;
}
	
.wrapper-top {
	margin: 20px auto 0px auto;
	max-width: 90%;
	padding: 0px 0px;
	_width: 90%;
}

/* ************************************************ 
*	TOP メッセージ
* ************************************************ */
	
.top_msg_about {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 2rem;
    background-image: url("./images/bg_office.png"); 
    background-repeat: no-repeat; 
    background-position: bottom center; 
    background-size: 100% auto;
}

.top_msg_about_cont {
	width: 100%;
	margin: 50px auto 50px auto;
}

.top_msg_about_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_msg_about_tl {
	color: rgba(17,64,99,1.0);
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 3rem 0;
}
.top_msg_about_box_l {
	width: 100%;
}
.top_msg_about_box_r {
	width: 100%;
}
.top_msg_about_box_r img {
	padding: 0 0 50px 0;
}


.top_msg_no {
	width: 90%;
	margin: 40px auto 0px auto;
	background: white;
	padding: 2rem;
}

.top_msg {
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
	

.top_msg_photo,
.top_msg_box {
  flex: 1 1 100%;
  min-width: 100%;
  display: flex;
}

.top_msg_photo {
	position: relative;
}
.top_msg_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.top_msg_box {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 30px;
	background: url("./images/bg_blue01.png");
	background-size: cover;
	background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
}
.top_msg_box::before {
  content: '';
  display: block;
  padding-top: 100%; /* 高さの基準を確保 */
  visibility: hidden;
}

.top_msg_headzone {
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
.top_msg_copy {
	color: rgba(255,255,255,1.00);
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 150%;
	margin: 0px 0px 2rem 0px;
}
.top_msg_head {
	color: rgba(255,255,255,1.00);
	text-align: left;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 100%;
	margin: 0px 0px 2rem 0px;
	width: 90%;
}
.top_msg_head span {
	font-size: 18px;
	font-weight: 400;
}

.top_msg_txt {
	width: 90%;
}
.top_msg_txt p {
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	line-height: 240%;
	margin: 0px 0px 0px 0px;
}

.top_msg_2 {
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	flex-direction: row-reverse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.top_msg_photo_2,
.top_msg_box_2 {
  flex: 1 1 100%;
  min-width: 100%;
  display: flex;
}

.top_msg_photo_2 {
	position: relative;
}
.top_msg_photo_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.top_msg_box_2 {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 30px;
	background: url("./images/bg_blue01.png");
	background-size: cover;
	background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
}
.top_msg_box_2::before {
  content: '';
  display: block;
  padding-top: 100%; /* 高さの基準を確保 */
  visibility: hidden;
}
	
.link_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 50px;
	color: rgba(255,255,255,1.00);
	background: rgba(208,36,114,1.0);
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.03em;
	transition: 0.3s;
	margin: 30px 0px;
	padding-right: 1rem;
	border: 1px solid rgba(525,255,255,0.7);
	border-radius: 25px;
}

.link_btn a:hover {
	color: rgba(255,255,255,1.00);
}
	
.adj-btn {
	margin-top: 30px;
}

.btn06 a::after {
	content: '';
	position: absolute;
	right: 20px;
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
}

.btn06 a:hover {
	background: rgba(208,36,114,0.7);
}

.btn06 a:hover::after {
	border-color: #FFF #FFF transparent transparent;
}


.wrap-news-blog {
    display: block;
    gap: 0px;
    margin: 60px 0 0 0;
}

.news-box, .blog-box {
    width: 100%;
}
	
.news-box {
    margin: 0 0 50px 0;
}

.news-item, .blog-item {
    display: block;
    padding: 5px 0;
}

.news-date, .blog-date {
    width: 140px;
    font-weight: 500;
}
	
.news-date, .blog-date {
    width: 140px;
    font-weight: 500;
	color: rgba(129,126,126,0.8);
}

.news-ttl a, .blog-ttl a {
	display: block;
    text-decoration: none;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}
	
/* ************************************************ 
*	ページヘッダー
* ************************************************ */
.page-bar-no,
.page-bar-about,
.page-bar-workshop,
.page-bar-report,
.page-bar-news,
.page-bar-blog,
.page-bar-video,
.page-bar-contact { 
	width: 100vw;
	height: 200px;	
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	border-bottom: solid 0px #DEDEDE;
}

.page-bar-no { /*no*/
	background: url(./images/bg02_0.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

.page-bar-about { 
	background: url(./images/bg02_0.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

.page-bar-workshop { 
	background: url(./images/bg02_0.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

.page-bar-report { 
	background: url(./images/bg02_0.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}
.page-bar-news { 
	background: url(./images/bg02_coming.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}
.page-bar-blog { 
	background: url(./images/bg02_coming.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}
.page-bar-video { 
	background: url(./images/bg02_coming.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}
.page-bar-contact { 
	background: url(./images/bg02_coming.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

.page-bar-news02  { /*single*/
	width: 100%;
	height: 200px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	text-align: center;
	color: #FFF;
	border-bottom: solid 0px #DEDEDE;
}

.page-bar-news02 { /*NEWS single*/
	background: url(./images/bg02_coming.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}


.bar-box-mid {
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 0px auto;
}

h2.bar-title {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.05em;
	margin: 0px auto 5px auto;
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
h2.bar-title a {
	color: rgba(255,255,255,1.00);
}

.bar-subtitle {
	color: #fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.05em;
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
/*********************** ページヘッダー */

/* ************************************************ 
*	2nd~
* ************************************************ */

.adj-sp-head {
    height: 0px;
}

#main {
	width: 100%;
	margin: 0px 0px 100px 0px;
	padding: 0 0 0 0;
}

.box-pages { /* 固定ページサイドバーなしの幅 */
	width: 100%;
}

.box-full { /* 固定ページサイドバーなしの幅 */
	width: 100%;
}

.adj-sp-head {
    height: 0px;
}

.sec-wrap {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 80px 0px;
}
.sec-wrap-blue {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 80px 0px;
	background-color: rgba(0,123,198,1.0);
    background-image: url("./images/bg_office_blue.png"); 
    background-repeat: no-repeat; 
    background-position: bottom center; 
    background-size: 100% auto;
	color: rgba(255,255,255,1.00);
}

.sec-box {
	width: 90%;
	margin: 0 auto 0 auto;
}

.img-right {
	float: right;
	width: 40%;
	margin: 0 0 2rem 2rem;
}

.img-left {
	float: left;
	width: 40%;
	margin: 0 2rem 2rem 0;
}

.ab-img {
	width: 100%;
    height: 220px;   /* トリミング */
    overflow: hidden;
	margin: 0 0 2rem 0;
}

.ab-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ws-section {
    width: 90%;
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    margin: 0rem auto 4rem auto;
}

/* reverse が付いたら左右入れ替え */
.ws-section.reverse {
  flex-direction: row-reverse;
}

/* 画像ブロック */
.ws-img {
  flex: 1 1 50%;
}

.ws-img img {
  width: 100%;
  height: auto;
  object-fit: cover; /* スマホ時のトリミングにも効く */
  display: block;
}

/* テキストブロック */
.ws-text {
  flex: 1 1 50%;
}
	
table.tb_pat {
	width: 100%;
	border-top: 1px solid rgba(224, 224, 224, 1.00);
	border-bottom: 1px solid rgba(224, 224, 224, 1.00);
	border-collapse: collapse;
}

table.tb_pat a {
	text-decoration: underline;
}

table.tb_pat img.banner-item {
	border: none;
}

table.tb_pat th,
table.tb_pat td {
	padding: 0.5rem 0 0.5rem 0;
	vertical-align: middle;
	border-bottom: 1px solid rgba(224, 224, 224, 1.00);
	border-collapse: collapse;
}

table.tb_pat th {
	width: 70%;
}

table.tb_pat td {
	
}

.ws-section {
flex-direction: column !important;
gap: 2rem;
align-items: flex-start;
}

/* reverse でもスマホでは順序が画像→テキストになるように強制リセット */
.ws-section.reverse {
flex-direction: column !important;
}

.ws-img {
width: 100%;
height: 220px;   /* ←スマホでは横長トリミング */
overflow: hidden;
}

.ws-img img {
width: 100%;
height: 220px !important;
object-fit: cover !important;
display: block;
}



.tl-decoration {
	font-size: 50px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.01em;
	margin: 0 auto 2rem auto;
	max-width: 90%;
}
.blue { color: rgba(0,123,198,1.0); }
.lightblue { color: rgba(134,179,224,1.0); }
.adj-s {font-size: 40px;}
.tl-decoration span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.02em;
}

.tl-rep {
	background: rgba(255,255,255,1.00);
	padding: 1.5rem;
	border: 1px solid rgba(0,0,0,0.05);
	border-collapse: collapse;
	border-left: 7px solid rgba(0,123,198,1.0);
	margin: 0 0 2.5rem 0;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

h3.h3-sec01 {
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.03em;
	margin: 0 0 1.5rem 0;
}
h3.h3-sec01 span {
	font-weight: 400;
	letter-spacing: 0.01em;
}

h4.h4-sec01 {
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.03em;
	margin: 0 0 1.0rem 0;
}

ul.list-general {
	margin: 1rem 0;
}
ul.list-general li{
	line-height: 200%;
}

ul.list-org {
	margin: 1rem 0;
}
ul.list-org li{
	line-height: 200%;
	margin: 0.5rem 0;
}

.doc-box {
	float: right;
	width: 40%;
	margin: 0 0 1.5rem 1.5rem;
}

.doc-tl {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 150%;
	margin: 0 0 1.5rem 0;
}

.doc-ph {
	margin: 0 0 0.5rem 0;
}

.doc-tex p {
	line-height: 150%;
}

.doc-name {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 150%;
	margin: 0 0 1rem 0;
}

.doc-ph02 {
	margin: 0 0 0 0;
	line-height: 0;
}
.doc-ph02 img {
	margin: 0 0 0 0;
}

.doc-tex02 p {
	line-height: 150%;
}

.doc-name02 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 150%;
	margin: 0 0 1rem 0;
}

table.tb_pro {
	width: 100%;
	border: 1px solid rgba(224,224,224,1.00);
	border-collapse: collapse;
}

table.tb_pro th,
table.tb_pro td {
	padding: 0.5rem;
}

table.tb_pro th {
	width: 20%;
	border: 1px solid rgba(224,224,224,1.00);
	border-collapse: collapse;
	background-color: rgba(134,179,224,1.0);
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
}

table.tb_pro td {
	width: 80%;
	border: 1px solid rgba(224,224,224,1.00);
	border-collapse: collapse;
}

.balloon {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 40px 0 0 0;
}

/* 左右タイプ */
.balloon-left {
  flex-direction: row;
}
.balloon-right {
  flex-direction: row-reverse;
}

/* アイコン部分 */
.balloon-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.balloon-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
	opacity: 0.5;
}

/* 吹き出し本体 */
.balloon-content {
  position: relative;
  background: #fff;
  padding: 28px 32px;
  border-radius: 14px;
  color: rgba(17,64,99,1.0);
  max-width: 646px;
}

/* 吹き出しの突起 */
.balloon-left .balloon-content::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #fff;
}

.balloon-right .balloon-content::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

/* 一覧表示用 *******************/


.item-img {
	margin: 0px 0px 20px 0px;
}
.item-img img {
	border-radius: 0px;
}

.item-title {
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0px 0px 10px 0px;
}


/******************* 一覧表示用 */


.adj-blog { /* ブログ記事幅 */
	width: 100%;
	margin-top: 0px;
	margin-bottom: 80px;
}
.adj-blog img {
	border-radius: 0px;
}


.box-single01 { /* シングル記事幅 */
	width: 800px;
	margin: 0px auto 0px auto;
}

.box-single01 img {
	border-radius: 0px;
}

p {
    line-height: 220%;
    letter-spacing: 0.03em;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

p a {
    text-decoration:underline;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

p a:hover {
	color: rgba(17,64,99,1.00);
}

p a:active, a:focus {
outline: 0;
}

.box-title {
	position: relative;
	margin: 0px 0px 30px 0px;
	padding: 0rem 0rem 1.2rem 0rem;
	border-bottom: 3px solid rgba(216,216,216,1.00);
}
.box-title:before {
    position: absolute;
    bottom: -13px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 13px 12px 0 12px;
    border-style: solid;
    border-color: rgba(216,216,216,1.00) transparent transparent transparent;
}
.box-title:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 13px 12px 0 12px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
}
	
.blog-title {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0.03em;
	
}

.blog-title a {
	text-decoration:none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.blog-title a:hover {
	color: rgba(17,64,99,1.00);
}


#blog-foot {
	text-align: left;
	margin: 30px 0 0 0;
	padding: 0.8rem 1.2rem;
	background: rgba(17,64,99,0.05);
	overflow: hidden;
	height: 100%;
	border-radius: 0px;
}


.btm-cat {
	width: 100%;
	margin: 20px 0px 20px 0px;
}

.btm-cat-tl {
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin: 0px 0px 20px 0px;
}

.btm-cat ul {
	list-style: none;
	margin: 0px 0px 30px 0px;
}

.btm-cat ul li {
	display: inline-block;
	letter-spacing: 0.05em;
	margin: 0px 5px 18px 0px;
}

.btm-cat ul li a {
	color: rgba(17,64,99,1.0);
	border: 1px rgba(155,155,155,1.00) solid;
	border-radius: 0px;
	padding: 7px 10px 7px 10px;
}
.btm-cat ul li a:hover {
	color: rgba(255,255,255,1.0);
	background: rgba(155,155,155,1.00);
	border: 1px rgba(155,155,155,1.00) solid;
	padding: 7px 10px 7px 10px;
}

.blog-date {
	color: rgba(133,133,133,1.00);
}


/* ページャー*/
#next {
font-weight:lighter;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

#next-archives {
text-align: center;
margin-top: -50px;
padding-bottom: 30px;
}

.next-pagenavi{
text-align:center;
margin-top:10px;
}


/* ページャー追加 */
.pager{
	margin-top: 40px;
    margin-bottom: 40px;
    text-align:center
}
 
a.page-numbers,
.pager .current{
	color: rgba(17,64,99,1.00);
    background-color: #FFF;
    border: solid 1px rgba(17,64,99,1.00);
    border-radius: 0px;
    padding: 5px 10px;
    margin:0 2px;
}
 
.pager .current{
	color: #FFF;
    background-color: rgba(17,64,99,1.00);
    border: solid 1px rgba(17,64,99,1.00);
}
 
.pager a:hover{
    color: #FFF;
    border: solid 1px rgba(17,64,99,1.00);
    background-color: rgba(17,64,99,1.00);
}



	
/* ************************************************ 
*	swiper
* ************************************************ */
.swiper-slide {
	display: block;
}
.swiper-slide img {
  max-width: 100%;
}
/* サムネイルでアクティブなものには枠線を表示 */
.thumbs-slider .swiper-slide-thumb-active {
  background: rgba(233,229,255,1.00);
}
/* アクティブでないサムネイル */
.thumbs-slider .swiper-slide {
  opacity: 1;
}
/* アクティブなサムネイル */
.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.thumbs-h {
	height: auto;
	display: block;
}

/* ナビゲーションボタン */
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    top: 50%;
    width: 30px;
    height: 30px;
    padding-top: 30px;
    /*margin-top: calc(-1 * var(--swiper-navigation-size) / 2);*/
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev:after {
  	font-family: "Font Awesome 5 Free";
  	font-weight: 800;
  	content: "\f137";
  	color: rgba(255,255,255,1.00);  
  	margin-left: 20px;
}
.swiper-button-next:after {
  	font-family: "Font Awesome 5 Free";
  	font-weight: 800;
  	content: "\f138";
  	color: rgba(255,255,255,1.00);
  	margin-right: 20px;
}
	

/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	



.hairline {
	width: 100%;
	border-bottom: 1px rgba(77,77,77,1.00) solid;
	margin-bottom: 0px auto 0px auto;
}



/* ************************************************ 
*	サイドバー
* ************************************************ */	

/* ************************************************ 
*	フッターエリア
* ************************************************ */
	
#footer {
	border-top: 0px solid rgba(0,0,0,0.1);
	background: rgba(0,123,198,1.0);
	color: rgba(255,255,255,1.00); 
	clear: both;
	width: 100%;
	font-size: 12px;
	margin: 0px auto 0px auto;
	padding: 60px 0px 0px 0px;
}

.footer-inner {
	margin: 0px auto 0px auto;
	max-width: 90%;
	_width: 90%;
}
	
.footer-main {
	float: none;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
	
.footer-sup {
	float: none;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
	
#footlogo img {
	width: 300px;
}
	
#footer ul.footer-nav-sbs {
	list-style: none;
	margin: 0px 0px 30px 0px;
}

#footer ul.footer-nav-sbs li {
	list-style: none;
	display: block;
	vertical-align: top;
	margin: 0px 20px 20px 0px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#footer ul.footer-nav-sbs li a {
	color: rgba(255,255,255,1.00);
	padding: 0px 0px 0px 0px;
}

#footer ul.footer-nav-sbs li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 800;
    padding-right: 6px;
    color: rgba(255,255,255,1.00);
}

#footer ul.footer-nav-sbs li a:hover {
	color: rgba(255,255,255,0.6);
}

#copyright {
	margin: 0px auto 0px auto;
	max-width: 90%;
	_width: 90%;
	background: rgba(2,59,154,1.0);
	font-size: 12px;
	letter-spacing: 0.05em;
	text-align: left;
	position: relative;
	padding: 10px 0px;
}

.copyright-inner {
	width: 100%;
	background: rgba(2,59,154,1.0);
}



ul li.quarter_list_author { height: auto; }
#likebox2,#likebox1,#likebox0,#likebox,#likebox_one {width: 100%;}
#likebox0 { margin-bottom:20px;}
.facebookOuter2,.facebookOuter1,.facebookOuter0,.facebookOuter,.facebookOuter_one {max-width: 100%; }
.shop_box2_l,.shop_box_l {float: none; width: 100%; margin-bottom:30px;}
.shop_box2_r,.shop_box_r {float: none; width: 100%;}
.shop_box2_r iframe,.shop_box_r iframe {width: 100%; height: 320px;}
.search {display: none;}
div.wp-caption,div.wp-caption img {max-width: 100%;}
div.alignright img {margin: 0px 0px 0px 0px;}
div.alignleft img {padding:0px;margin: 0px 0px 0px 0px;}
	

/************************************************* */

.adj-head {
	padding-top: 0px;
}

	
}


/* Mobile (Landscape) 画面の横幅が480px〜767pxまで */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper { width: 420px; }
.wrapper-2 { width: 420px; }

.cycle-slideshow { overflow: hidden; width: 95%; height: 280px; margin-bottom:-50px;}
.footer-inner { width: auto;}
}


@media only screen and (max-width: 767px) {

}