@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: hsc_ultimate
Version: 20230421
---------------------------------------------------------*/
/*初期化*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
* { margin: 0px; padding: 0px; line-height:1.2; word-wrap: break-word; }
ul { list-style: none; }
ol  { display: block; text-align:left; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start:1.5em; }
a {text-decoration:underline; font-size:100%; overflow:hidden; outline:none; }
img, a img { border: none; text-decoration:none; max-width:100%; }
.clearBoth { clear:both; font-size:1px; height:0; text-align:center; }
iframe { vertical-align: bottom;}
strong { font-weight:bold;}
main { position:relative; }
img { vertical-align: middle;}
section { position:relative;}


html {    font-size: 62.5%; }
/* Text elements */
body { font-size:1.6em; text-align: center; font-family:Arial, Helvetica, sans-serif; -webkit-text-size-adjust : 100%; }
body { color:#333; }
h1,h2,h3,h4,h5,h6 { font-size:100%;}
a { color: #666; text-decoration: none; }
a:hover { text-decoration:underline;}
a:hover { opacity: 0.6; filter: alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; }

/*pの設定*/
p {text-align:left; line-height:1.4;}
p+p { margin-top:19px;  line-height:1.7; }/*pが連続していたら、マージン*/
.fa { margin-right:5px; font-size:130%;}/*アイコンフォントの右側のつまりすぎとちょっと小さいのを解消*/


/*------common--------*/
:root {
  --maincolor: #E79D92;
  --width:1080px;
}
.maincolor { color: var(--maincolor);}
.maincolor_bg { background-color: var(--maincolor);}
.width { width: var(--width) ; margin-left:auto !important; margin-right:auto !important;}


/*パソコン・スマホ両方共通の設定*/
#wrapper { position:relative;}

/*ヘッダー設定*/
header { background:rgba(211,191,165,1.0); position: relative; top:0; left:0;}

/*スマホナビメニューの色*/
.navimenu_icon { color:#CCC; padding-right:10px;}
ul#menu-glnv>li a { font-size: 1.4rem; font-weight: bold; color:#333; text-decoration:none; opacity:0.8; }/*ナビゲーションの文字*/
/*キービジュアル設定*/


/*キービジュアル第二階層設定*/
.secont_page_title{ display:flex;  align-items: center;  justify-content: center; font-size:2.3rem; color:#DCDFE4; font-weight:bold; padding:120px 0 60px 0 ; background-image:url(images/bg_top.png);background-size:cover; background-position:bottom center; height:300px; background-repeat:no-repeat;}


@media screen and (min-width: 320px) and (max-width: 768px) {
nav, .menu__line { background-color:#FFF;}/*背景*/
/*スマホメニューバー*/
.hun_menu  { background: var(--maincolor);}
 ul#menu-glnv>li a { color:#333;}
#menu-glnv { padding-left:20px; padding-right:20px;}
}


@media screen and (min-width: 768px){/*パソコンのみの設定*/

/*ナビゲーション設定*/
nav { background-color:none; width:840px; margin:auto;}/*ナビゲーションの背景色*/
ul#menu-glnv {}/*ナビゲーションの高さ　ここを設定したらスマホ版も設定する*/
ul#menu-glnv>li { padding:10px 0; padding:20px 0;}
ul#menu-glnv>li a { color:#FFF;}

#menu-glnv > li a:hover { color: #FF0; }/*マウスオーバー時*/
#menu-glnv > li:hover > a { opacity:0.7; }/*ナビゲーションの文字にカーソルがある時の色*/
.current-menu-item a { }/*ナビゲーションカレントの背景設定*/
/*ナビゲーション　プルダウンの設定*/
li ul.sub-menu { width:280px; }/*プルダウンの幅*/
li ul.sub-menu li a { color: #333 !important; }/*プルダウンの文字の色*/
ul#menu-glnv>li { background:url(images/parts/navi.png) no-repeat }/*ナビゲーションの文字の間の装飾*/
ul#menu-glnv>li:first-child { background:none;}/*ナビゲーションの文字の間の装飾を一番最初は削除している*/
/*ul#menu-glnv>li.current-menu-item a { color: #FFFF!important; background:none;}カレントメニューデザイン*/

}


/*フッター設定*/
footer { padding-top: 60px; padding-bottom: 60px;}

.secondtop { background-image:url(images/second_top.jpg); background-size: cover; padding:150px 0 80px 0;}
.sp_logotop { position:absolute; top:5px; left:5px; width:250px;}



/*------タイトルデザイン-------*/

.design_title { font-size:3.5rem;  position: relative; margin-top: 20px; margin-bottom: 50px;}
.design_title:before {content: '';  position: absolute;  width: 100px;  background-color:var(--maincolor); bottom: -20px;  display: inline-block;   height: 5px;  left: 50%;  -webkit-transform: translateX(-50%);  transform: translateX(-50%);   }



.design_title1 { font-size:3.5rem;  position: relative; margin-top: 20px; margin-bottom: 50px;}
.design_title1:before {content: '';  position: absolute;  width: 100px;  background-color:var(--maincolor); bottom: -20px;  display: inline-block;   height: 5px;  left: 50%;  -webkit-transform: translateX(-50%);  transform: translateX(-50%);   }


.design_title01 { font-size:3.5rem;  position: relative; margin-bottom: 30px; border-bottom: solid 5px var(--maincolor); width: 30%;}


.mojiiro { color:#3FC}



.design_title02 { font-size:3.5rem;  position: relative;  display: block;  margin-bottom: 50px; text-align:left; margin-top:20px; font-weight:normal;}
.design_title02:first-letter { color:var(--maincolor);}
.design_title02:before {  content: '';  position: absolute;  width: 100px;  background-color: var(--maincolor); border-radius: 2px; bottom: -20px;  height: 3px;  left: 0;    }



.design_title03 { color:#D3BFA5; font-size:18rem; border-left:#D3BFA5 solid 3px; padding-left:10px; font-weight:bold; display:block; }
.design_title04 { background: url(images/bg_title02.png) no-repeat left center;; font-size:2.4rem; text-align:left; padding-left:30px; margin-bottom:3.0rem;}

.blog_title { background:url(images/title_bg.png) no-repeat center bottom; font-size:2.8rem; color:#687688; padding-bottom:50px;}

.single_title { font-size:26px; padding:20px; margin-bottom:15px; color:#D71044;}


@media screen and (max-width: 768px){
.design_title01 { font-size:2.5rem;}
.design_title02 { font-size:2.5rem;  position: relative;  display: inline-block;  margin-bottom: 50px;}
.design_title { font-size:2.5rem;  position: relative; margin-top: 20px; margin-bottom: 50px;}
}



/*-------------------------------------------------------------------------------------*/
/*ボタン設定* 
/*-------------------------------------------------------------------------------------*/
.btn01 { font-size:1.4rem; color:#FFF;  border-radius: 50px; background-color: var(--maincolor); border:var(--maincolor) 1px solid; font-weight:bold;  display: inline-block; padding:0.9rem; text-align:center; 
-box-sizing: border-box;  -webkit-transition: all .3s;  transition: all .3s; min-width:160px; position:relative; }
/*.btn01:after {   font-family: 'Font Awesome 5 Free';  content: "\f067"; font-size:12px; position:absolute; top:50%; right:5px;transform: translate(-50%, -50%);}*/
.btn01:hover {  background-color: #FFF; color:var(--maincolor); border:var(--maincolor) 1px solid; text-decoration:none; opacity: 1; filter: alpha(opacity=100); -ms-filter: "alpha( opacity=100 )"; }

.btn02 { background-color:#DDCA81; font-weight:bold;  display: inline-block ; padding:1.5rem;  text-align:center; 
-box-sizing: border-box;  -webkit-transition: all .3s;  transition: all .3s;min-width:172px;}
.btn02:hover {  background-color: #000; color:#FFF; text-decoration:none; opacity: 1; filter: alpha(opacity=100); -ms-filter: "alpha( opacity=100 )"; }


/*-------------------------------------------------------------------------------------*/
/*横幅縦幅、各種必要マージン設定*/
/*-------------------------------------------------------------------------------------*/


.contents { width:810px; float:left;}
#side_contents { width:230px; float:right;}



@media screen and (min-width: 320px) and (max-width: 768px) {/*スマホのみの設定*/
#keyvisual { height:880px;}
#maincatch { height:650px;}

.catch { padding:80px 20px;}



ul#menu-glnv>li { background:none; }/*ナビゲーションの文字の間の装飾を削除*/


	
.title001 { font-size:30px; margin-bottom:50px;}
.topred:first-letter { color:#D71044;}

ol.jccinfo li { list-style:decimal; margin-bottom:20px;}
.t60 { font-size:30px !important;}
}
/*---------------------------------------------------------
original
---------------------------------------------------------*/

.mintyotai { font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}
.gothic { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.singlepageaa { height:250px; padding-top:150px !important; color:#FFF; font-size:24px;}
.singlepageaa2 { height:250px; padding-top:150px !important; color:#FFF; font-size:24px;}

.single-fudo h1.entry-title  { font-size:2.2rem}
.innt { color:#333333 !important; background-color:#EB718B !important;  border-radius: 30px; }
span.newsicon { background-color:#DDCA81; font-size:1.3rem; padding:5px; color:#FFF;}


@media screen and (min-width: 320px) and (max-width: 768px) {/*スマホのみの設定*/
/*.singlepageaa2 {height:100%; padding-top:50px !important; padding-bottom:50px}
body.archive h1.singlepageaa {height:100%; padding-top:50px !important; padding-bottom:50px}
body.single h1.singlepageaa {height:100%; padding-top:50px !important; padding-bottom:50px}*/
.innt a { color:#FFF !important;}
}

.style0001 { background-image: url(images/bg002.png); background-size: cover;}
dl.style888 { text-align:left; padding-left:10px;}
dl.style888 dt { position:relative; padding-left:40px; font-size:2rem; font-style:2rem; font-weight:bold;}
dl.style888 dt:before { font-family: 'Material Icons';  content: "\e887"; font-size:5rem; position:absolute; top:50%; left:5px;transform: translate(-50%, -50%); color:var(--maincolor); font-weight:bold;}
dl.style888 dd { padding-left:40px; margin-top:20px;}

.style_reason {
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 50px 0;
}


.style50 {
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 50px 0;
}

.btn03 {
    border: #FFF solid 1px;
    padding: 10px 20px 10px 20px;
}

.footer001 {
    background-image: url(./images/bg_contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.eigode { background-color: #00699B; color:#FFF; padding:8px; border-radius: 8px; margin-right:10px; cursor:pointer;}
.nihongode { background-color: #00699B; color:#FFF; padding:8px;  border-radius: 8px; cursor:pointer;}
.noactivee { background-color:#FFF; color:#333; border:#00699B solid 1px;}
.float_member{ float:right; padding-left:10px; padding-bottom:10px; }
.nihongoyaku { margin-top:30px;}
.eigoyaku { margin-top:30px;}
.plof_name { font-size:20px; font-weight:bold;font-family:"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif; border-bottom:#CCC solid 1px;}

.yakutoji { display:none;}
.gengolist {  border-radius: 20px; padding:3px 15px; font-size:11px; background-color:#D71044; color:#FFF; font-weight:bold; white-space:nowrap;} .gengolist a { text-decoration:none; color:#FFF;  white-space:nowrap;}


.titleback {
    background-image: url(./images/titleback_bg.png);
    height: 68px;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 50%;
    width: 50%;
    top: 0;
}

.titleback_width {
    width: 540px;
    float: right;
    color: #FEB25A;
    font-size: 32px;
    padding-top: 10px;
}







table.tabledesign_1 { text-align:left;}
table.tabledesign_1 th { width:380px;}
table.tabledesign_1 th , table.tabledesign_1 td { padding:5px;}
table.tabledesign_1 tr:nth-child(even) { background: #F6F6F6;}
table.tabledesign_1 tr:nth-child(odd) {	background: #EFEFEF;}

table.tabledesign_2 { text-align:left;border-collapse:collapse}
table.tabledesign_2 tr { border-top: #FFE9D7 solid 1px;}
table.tabledesign_2 th { white-space:nowrap; color:#E79D92;}
table.tabledesign_2 th { padding:15px 15px 30px 15px;}
table.tabledesign_2 td { padding:15px 15px 15px 15px;}
table.tabledesign_2 tr:nth-child(even) { }
table.tabledesign_2 tr:nth-child(odd) {	}

.logopt { padding:7.5px; background-color:#96C7CE;}

.qacat { margin:30px 0; color:#666;}
.qatitle {
	background-color:#E26B38;
	padding:10px;
	font-size:100%;
	text-align:left;
	color:#FFF;
	margin-bottom:20px;
}
.qatitle:before { content:"Q"; opacity:0.6; padding-right:10px;} 
.com_style002 { background:url(images/bg/style002.jpg) center left no-repeat;}
.com_bgimg_style003 { background-image:url(images/bg/style003.jpg); background-size: cover;}
.bigcoin { width:850px; margin:auto; padding-left:230px;}

.postbox h3 { margin-top:50px; margin-bottom:20px; border-bottom:#C03 solid 1px; padding-bottom:10px; font-size:26px;}



/*---------------------------------------------------------
chachanimation
---------------------------------------------------------*/



.animetion1 {
    animation-name: fadein;
    animation-duration: 2s;
    animation-iteration-count: 1;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.apptext { border-bottom:#DDCA81 solid 1px; padding-top:20px; font-size:1.4rem; font-weight: bold;} 
ul.app_bg li { padding:20px 0;}

ul.app_bg li:nth-child(odd) { background-color: #E2E2E2;}
 
 
 
 /*---slider------*/
 
 
 
html, body {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
.sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}
.sliderArea.w300 {
	max-width: 300px;
}
.slick-slide {
	margin: 0 5px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.thumb {
	margin: 20px 0 0;
}
.thumb .slick-slide {
	cursor: pointer;
}
.thumb .slick-slide:hover {
	opacity: .7;
}

.slick-prev,.slick-next{    top:30% !important;}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
	overflow: visible;
}
.full-screen.slider {
	max-width: 300px;
	margin: 0 auto;
}
/*====================================================================
以下は不要です。
====================================================================*/


.section {
  max-width: 100%;
	overflow: hidden;
}
	




.style777 { background-size:50%; background-repeat: no-repeat; padding-top:145px; margin-bottom:60px; overflow:hidden;}
.style777>div { background-color:rgba( 255, 255, 255, 0.97 ); width: calc( var(--width) / 2); position:relative; left: calc(50% - 100px); padding:50px;}/*widthは全体の横幅の半分　calcの部分でズレを調整*/
.style777:nth-child(even) { background-position: right top;}
.style777:nth-child(even) >div {left: calc(50% -  (var(--width) / 2 - 100px));}
@media screen and (max-width: 768px){
.style777 { background-size:100%; background-repeat: no-repeat; padding-top:155px; margin-bottom:60px;}
.style777>div { width: 90%; position:relative; left: 45px; padding:30px;}
.style777:nth-child(even) >div {left: 0;}
}





ul.style111 li {background-repeat: no-repeat; background-position:top center; background-size: cover; background-size:100% 300px; padding-top:200px; margin-bottom:30px;}
.style111-inner { width:85%; margin-left:auto; background-color:rgba( 255, 255, 255, 0.9 ); padding:25px; border-left:#FEB25A solid 9px;}





dl.style888 { text-align:left; padding-left:10px;}
dl.style888 dt { position:relative; padding-left:40px; font-size:2rem; font-style:2rem; font-weight:bold;}
dl.style888 dt:before { font-family: 'Material Icons';  content: "\e887"; font-size:5rem; position:absolute; top:50%; left:5px;transform: translate(-50%, -50%); color:var(--maincolor); font-weight:bold;}
dl.style888 dd { padding-left:40px; margin-top:20px;}



ul.newslist {}
ul.newslist li {display: grid ; grid-template-columns: 90px 130px auto; margin-bottom:30px; text-align:left;}
.category-n { background-color:var(--maincolor); color:#FFF; font-size:13px; font-weight:bold; height:15px; padding-bottom:10px; width:80px; text-align:center;-webkit-flex: 1;  flex: 1;}
.data-n {opacity:0.6;}
@media screen and (max-width: 768px){
ul.newslist li {  display: grid;  grid-template-columns	:100px auto;  grid-template-rows	:25px;}
.category-n {  grid-column: 1 / 2;  grid-row: 1 / 2;}
.data-n {  grid-column: 2 / 3;  grid-row: 1 / 2;}
.main-n {  grid-column: 1/ 3;  grid-row: 2/ 3;}
}


ul.bloglist-pc_yoko-sp_tate {display: grid ; gap: 3.3%; grid-template-columns: 1fr 1fr 1fr;}
ul.bloglist-pc_yoko-sp_tate li { margin-bottom:30px; text-align:left;}
ul.bloglist-pc_yoko-sp_tate img.thumbnail {object-fit: cover; height:200px;}
@media screen and (max-width: 768px){
ul.bloglist-pc_yoko-sp_tate {display: block ;}
ul.bloglist-pc_yoko-sp_tate li {display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; align-items: stretch;}
ul.bloglist-pc_yoko-sp_tate img.thumbnail {object-fit: cover; width:100px; height:100px;}
}






dl#acMenu { margin-bottom:70px;}
#acMenu dt { background-color:#E0B884; padding:1.8rem 2rem; color:#FFF; font-weight:bold; position:relative; cursor:pointer; margin-bottom:5px;}
#acMenu dt::before { content: "Q"; font-size:110%; margin-right:10px;}
#acMenu dt::after {  font-family: 'Font Awesome 5 Free';  font-weight: 900;  content: "\f107";  position: absolute;  top: 50%;  right: 10px;  margin-top: -10px;}

#acMenu dd { background-color:#FFF; padding:1.8rem 2rem; position:relative;  margin-left: 1.4em;  text-indent: -1.4em; display:none;}
#acMenu dd::before { content: "A"; font-size:110%; margin-right:10px;}

#acMenu dt.active::after  {   transform: rotate(-180deg);}






.cus-row { display: grid; grid-template-columns: 1fr 1fr; margin-bottom:50px;}
.cus-row>div:nth-child(1) { height:500px; margin-right:-150px; background:left top / cover no-repeat;}
.cus-row>div:nth-child(2) { margin-top:100px; margin-left:-100px; padding:2rem; background-color:rgba( 255, 255, 255, 0.95 );width:calc(var(--width) / 2); } 
.cus-row:nth-child(even) { transform: scaleX(-1);}
.cus-row:nth-child(even)>div {transform: scaleX(-1);}
@media screen and (max-width: 768px){
.cus-row { display: block; } 
.cus-row>div:nth-child(1){ height:300px; width:100%;}
.cus-row>div:nth-child(2) { width:90%; margin-top:-80px; margin-left:0;}
}



.cus-row1 { display: grid; grid-template-columns: 1fr 1fr;}
.cus-row1>div:nth-child(1) { height:550px; margin-right:0px; background:center / cover no-repeat;}
.cus-row1>div:nth-child(2) { margin-top:0px; margin-left:0px; background-color:rgba( 255, 255, 255, 0);width:calc(var(--width) / 2); } 
.cus-row1:nth-child(even) { transform: scaleX(-1);}
.cus-row1:nth-child(even)>div {transform: scaleX(-1);}
@media screen and (max-width: 768px){
.cus-row1 { display: block; } 
.cus-row1>* { margin:0;}
.cus-row1>div:nth-child(1){ height:300px;}
.cus-row1>div:nth-child(2) { width:90%; margin-top:0px;}
}


.cus-row2 { display: grid; grid-template-columns: 1fr 1fr; grid-auto-flow: column; margin-bottom:60px;}
.cus-row2>div:nth-child(1) { height:330px; margin-right:-150px; background:center / cover no-repeat;}
.cus-row2>div:nth-child(2) { margin-top:0px; margin-left:200px; background-color:rgba( 255, 255, 255, 0); width:calc(var(--width) / 2); } 
.cus-row2:nth-child(even) { transform: scaleX(-1);}
.cus-row2:nth-child(even)>div {transform: scaleX(-1);}
@media screen and (max-width: 768px){
.cus-row2 { display: block; } 
.cus-row2>* { margin:0;}
.cus-row2>div:nth-child(1){ height:300px;margin:0;}
.cus-row2>div:nth-child(2) { width:90%; margin-top:20px; margin-left:0px}
}



.cus-row3 { display: grid; grid-template-columns: 1fr 1fr; margin-bottom:50px; width: var(--width) ; margin-left:auto; margin-right:auto;}
.cus-row3>div:nth-child(1) { height:183px; width:350px; margin-right:-200px; background:left top / cover no-repeat;}
.cus-row3>div:nth-child(2) { margin-top:50px; padding:3rem; background-color:rgba( 255, 255, 255, 0.95 ); width:1000px; } 
/*.cus-row3:nth-child(even) { transform: scaleX(-1);}
.cus-row3:nth-child(even)>div {transform: scaleX(-1);}*/
@media screen and (max-width: 768px){
.cus-row3 { display: block; } 
.cus-row3>div:nth-child(1){ height:300px; width:100%;}
.cus-row3>div:nth-child(2) { width:90%; margin-top:-80px; margin-left:0;}
}

.tuyomi_nomber { background:url(images/item001.png) no-repeat left top; color:#7792D1; font-size:20px; min-height:50px; padding-left:70px; padding-top:15px; font-weight:bold;}
.tuyomi_title { font-size:30px; font-weight:bold; text-align:left; margin-top:15px; margin-bottom:30px;}




.cus-row4 { display: grid; grid-template-columns: 1fr 1fr; margin-bottom:50px;}
.cus-row4>div:nth-child(1) { margin-top:0px; margin-left:50px; padding:5rem; background-color:rgba( 255, 255, 255, 1.0 ); border-radius: 30px 0px 0px 30px; width:calc(var(--width) / 2); } 
.cus-row4>div:nth-child(2) { margin-right:150px; background:left top / cover no-repeat;}
@media screen and (max-width: 768px){
.cus-row4 { display: block; } 
.cus-row4>div:nth-child(1) { width:90%; margin-top:-80px; margin-left:0;}
.cus-row4>div:nth-child(2){ height:350px; width:100%;}
}



.cus-row5 { display: grid; grid-template-columns: 1fr 1fr; margin-bottom:50px;}
.cus-row5>div:nth-child(1) { height:500px; margin-right:-150px; background:left top / cover no-repeat;}
.cus-row5>div:nth-child(2) { margin-top:0px; margin-left:-100px; padding:2rem; width:calc(var(--width) / 2); } 
.cus-row5:nth-child(odd) { transform: scaleX(-1);}
.cus-row5:nth-child(odd)>div {transform: scaleX(-1);}
@media screen and (max-width: 768px){
.cus-row5 { display: block; } 
.cus-row5>div:nth-child(1){ height:300px; width:100%;}
.cus-row5>div:nth-child(2) { width:90%; margin-top:-80px; margin-left:0;}
}


/*留学ページ*/
.design_title_ryugaku1 { font-size:3rem;  position: relative; margin-top: 20px; margin-bottom: 50px; color:#2C3094; line-height:1.6;}
.design_title_ryugaku1:before {content: '';  position: absolute;  width: 100px;  background-color:#2C3094; bottom: -20px;  display: inline-block;   height: 5px;  left: 50%;  -webkit-transform: translateX(-50%);  transform: translateX(-50%);   }


.design_title_ryugaku2 { font-size:3rem;  position: relative; margin-top: 20px; margin-bottom: 50px;}
.design_title_ryugaku2:before {content: '';  position: absolute;  width: 100px;  background-color:#2C3094; bottom: -20px;  display: inline-block;   height: 5px;  left: 50%;  -webkit-transform: translateX(-50%);  transform: translateX(-50%);   }

.design_title_ryugaku3 { font-size:3rem;  position: relative; margin-top: 20px; margin-bottom: 50px; color:#FFFFFF;}
.design_title_ryugaku3:before {content: '';  position: absolute;  width: 100px;  background-color:#FFFFFF; bottom: -20px;  display: inline-block;   height: 5px;  left: 50%;  -webkit-transform: translateX(-50%);  transform: translateX(-50%);   }

div.ryuugakunagare p { margin:0 !important}
div.ryuugakunagare a {}

/*その他ージ*/

.basic-table .table th
{
	background-color: #eeeeee;
	color: #333;
	border: 1px solid #d3d3d3;
}
.basic-table .table 
{
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	text-align: center !important;
}
.basic-table .table td,
.basic-table .table th
{ padding:20px;
	border: 1px solid #d3d3d3;
	text-align: center !important;
}


li.voicelist { text-align:center; margin-bottom:30px; padding-top:20px; padding-bottom:5px; border-bottom: #CCC solid 1px;}
.page-content-block h3 { text-align:center;}
button.btn { margin-bottom:10px;}

ul.post-categories li { display: inline-block; background-color:#0CF; margin-left:5px; color:#FFF;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
}

.page-voice-card-title { color:#900; font-size:18px; font-weight:bold;}
.page-voice-card-name { text-align:center;}
.q-box { font-weight:bold; color:#069; }
.q-box:before { content:"－"}



/* =========== internship ==========*/
.steps-title-01 {
	border-style: solid;
	border-width: 3px;
    width: 600px;
    height: 90px;    
    margin: auto;
    padding: 1% 0%;
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
    font-size: 40px;
}


.komtitle { font-size:20px !important; font-weight:bold; ; border-bottom:#CCC solid 1px;}
ul.komelist li { list-style:circle; margin-left:20px;}

.table-responsive { overflow:hidden;}
.table-responsive img { max-width:100%; height:auto;}

.lbox{width: 33%;margin-bottom: 5px; height:400px;}



.btn-index:hover{text-decoration: none;color:#fff;background-color:#16aeb3;transition: .4s }

section.bgcolor_lblue {
    background-color: #e2f5ff;
}
.steps-title {
    border-style: solid;
	border-width: 3px;
    width: 550px;
    height: 90px;    
    margin: auto;
    padding: 1% 0%;
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
    font-size: 40px;
}
.bgcolor_lblue .bg_white
{
	padding-left: 3%;
    padding-right: 3%;
}
p.blue.fw600 {
    font-size: 20px;
}
.line
{
	overflow: hidden;
	zoom: 1;
}
.arrow-down
{
	position: relative;
	display: block;
}
.arrow-down:after
{
	 content: ' ';
    height: 0;
    position: absolute;
    border: 20px solid transparent;
    border-top-color: #064683;
    left: 50%;
    display: block;
    bottom: 0%;
    position: absolute;
}
.fw600 { font-weight: 600;}
.mt5_p{ margin-top: 5%; }
.mb6_p{ margin-bottom: 6%; }
.mauto { margin:auto; }
.pb3_p{ padding-bottom: 3%; }
.pt3_p{ padding-top: 3% }


/*-----commute----- */
.commute-wrap {
    background: url(../images/commute-bg.png)repeat 0 0;
    margin: auto;
    box-shadow: inset 0px 0px 0px 1px #3fb2bc;
    overflow: hidden;
}
.commute > div
{
	padding: 0 1.3%;
	overflow: hidden;
}
.commute-wrap p.text-center
{
	padding: 2% 0;
	margin: 0;
}
img.img-responsive.commute-text-title-center-1 {
    padding-bottom: 3%;
    margin: auto;
    width: auto;
    padding-top: 3%;
}
img.img-responsive.commute-text-title-center-2 {
    padding-bottom: 2%;
    margin: auto;
    width: auto;
    background-color: white;
    padding: 3% 12.5% 3%;
    overflow: hidden;
	}
ul {
    list-style: none;
    padding: 0;
}
.img-center-commute-1 { color: #069;

    box-shadow: inset 0px 0px 0px 2px #FFF;
    padding:10px; margin:30px 7.5px;

}

img.img-responsive.text-img-center {
    width: 100%;
    margin: auto;
    padding-bottom: 7%;
}
.col-lg-12.commute-price {
    margin-top: 4%;
}
img.img-responsive.commute-text-title-center-3 {
	margin: auto;
    background: url(../images/bg-pink.png)repeat 0 0;
    padding: 0% 18.8%;
  
}
img.img-responsive.commute-text-title-center-4 {
   margin: auto;
      padding: 5% 0% 5% 0%;
  }
.commute-price {
    background: url(../images/price-bg.png)no-repeat 0 0;
    background-size: cover;
    margin: 0% 2.2%;
}

i.fa.fa-stop {
    color: #ff4b8b;
   display: inline-flex;
       margin: auto;
}
p.list-text {
        color: black;
    padding-left: 8px;
    line-height: 24px;
    font-size: 16px;
}
img.img-responsive.center-block {
    width: 100%;
}

.yuujin { border:#CCC solid 1px; padding:15px; width:600px; font-size:22px;}

/*******************************************************************/
/*ã€€èƒŒæ™¯è¨­å®š
/*******************************************************************/
/* ç·'ç³»*/
.bg_green { background-color:#47c79b !important;}
.bg_blue { background-color: #033246;}
.bg_red {background-color: #fff2f2;}

.table-responsive { overflow:hidden;}
.table-responsive img { max-width:100%; height:auto;}

/*-----------company Page---------------*/	
.company-info
{
	overflow: hidden;
	margin: 3% 0;
}
.company-info .table th
{
	background-color: #064683;
	color: #fff;
}
.company-info .table 
{
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.company-info .table td,
.company-info .table th
{
	font-size: 14px;
}
.innerpage-block-2,
.innerpage-block-3,

{
	background-color: #fff;}

.t_design th { background-color:#E9EBF1 !important;}	
	.t_design td { padding:20px !important; font-size:}
	
	
.openatt { background-color:#339AA6; padding:20px; font-size:24px; color:#FFF; font-weight:bold} 	


table.excel1 {  border-collapse: collapse; width:100%;}
table.excel1 th, table.excel1 td { padding:40px 0}
table.excel1 th { vertical-align: top; text-align: left; font-weight: bold; background:url(images/table.png) no-repeat; padding-left:50px; }
table.excel1 td {text-align:left;}
/*table.excel1 tr:nth-child(even) { background-color: rgba(240, 250, 255, 1.3);}*/

.width2 { width:1000px; margin-left:auto; margin-right:auto;}

.btn-index, a.btn-index {    position: relative;    display: inline-block;    max-width: 100%; min-width: 200px;    padding: 10px 20px;    border: 1px solid #16aeb3;    border-radius: 50px;    background-color: #fff;    color: #16aeb3;    text-align: center;    margin-bottom: 0px; font-size:1.4rem;}

.btn-index:hover{text-decoration: none;color:#fff;background-color:#16aeb3;transition: .4s }

h4 { margin-bottom:2rem;}

._sticky {  position: sticky;  top: 0;  left: 0;  background: none;  border-top: none;  border-bottom: none; background-color:#FFF}
._sticky:before {  content: "";  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  border-top: 1px solid #CCC;  border-bottom: 1px solid #CCC;   z-index: -1;}

/*===========
.scroll-box
===========*/

.scroll-box {
  height: 400px;
  overflow-y: auto;
  padding-right: 10px;
  -webkit-overflow-scrolling: touch;
}



ul.bosyuu {display: grid ; gap: 3.3%; grid-template-columns: 1fr 1fr 1fr; width:900px; margin-left:auto; margin-right:auto; margin-top:50px;}
ul.bosyuu li { margin-bottom:30px;}
/*ul.bosyuu li:nth-child(2) { margin-top:-50px}
ul.bosyuu li:nth-child(3) { margin-top:20px}
ul.bosyuu li:nth-child(4) { margin-top:-20px}
ul.bosyuu li:nth-child(6) { margin-top:-60px}*/

.bgstyle001 { background-image:url(images/bg_job.png); background-position: center 70px; background-repeat:no-repeat; padding:80px 0;}

.jobdesdription { width:950px; margin-right:auto; margin-left:auto;}
.jobdesdription>div { margin-top:100px;}
.jobdesdription>div:nth-child(2)  { margin-left:500px;}

ul.staffday { width:950px; margin-left:auto; margin-right:auto;}
ul.staffday li { background:url(images/dayline.png) repeat-y 188px top;  display: flex; justify-content: flex-start!;/*横*/ align-items: stretch; padding-bottom:30px;}
.staffday_title { font-size:2rem; color:#EB718B; font-weight:bold; background:url(images/dayen.png) no-repeat; min-height:33px;}
ul.staffday li p { padding-left:50px;}
ul.staffday li img { width:160px; height:100%; margin-right:14px;}
h2 { width: var(--width); margin-left:auto; margin-right:auto; text-align:left;}
.secondflow ul.staffday  { width:1080px; }



.formbg { background-color: #7B0C0C; background-image:url(images/bg_form.png); background-repeat: no-repeat; background-position:left center; padding:10px 0;}
#flow { background-color: #FFF6F8}

#formWrap { background-color:#FFF; padding:60px; width:900px; margin-left:auto; margin-right:auto;}
ul.mitumori { margin-top:50px;}
ul.mitumori li { text-align:left; margin-bottom:30px;}

ul.mitumori li p { margin-bottom:2px; font-weight:bold;}

.hissu::after {
content: "※必須";
color: #cc0000;
font-size: 0.6em;
padding: 0.3em;
border-radius: 0.5em;
margin-left:0.3em;
}

@media screen and (max-width: 768px){
	.formbg { background-size: 100% auto; background-position:left top;}
h2 { width:96%; }
ul.bosyuu { display:block; width:96%; margin-left:auto; margin-right:auto; margin-top:30px;}
.jobdesdription { width:96%;}
.jobdesdription>div:nth-child(2)  { margin-left:0px;}
.jobdesdription>div { margin-top:60px;}
.bgstyle001 { background-image:url(images/sp_bg_job.png); }
ul.staffday { width:96%; margin-left:0; margin-right:0;}
.staffday img { width:95px !important; height: 100% !important; margin-right:5px !important;}
ul.staffday li { background:url(images/dayline.png) repeat-y 109px top; }
.staffday_title { font-size:2rem; color:#EB718B; font-weight:bold; background:url(images/dayen.png)  left top / 24px 24px no-repeat; min-height:24px;}
ul.staffday li p { padding-left:30px;}
table.excel1 th, table.excel1 td { padding:20px 0}
table.excel1 th {  padding-left:30px; padding-right:20px; background:url(images/table.png)  left top / 54px 54px no-repeat; }
.hana { position:absolute; top:435px; left:30px; z-index:100; width:300px;}
}

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

#formWrap { width:100%;}
}




.bgtop {background: url(images/bg_top.png) center center / cover no-repeat;}
.boxshadow {  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);}

.voice {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

.voice:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.voice:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  z-index: 1;
}



.topArea {
    border-radius: 0px 0px 0px 80px;
}



.salonlistdl { display: flex; text-align:left; margin-left:60px;}
.salonlistdl dt { width:100px; margin-bottom:30px; font-size:14px;}
.salonlistdl dd { width:210px; background:url(images/item.png) no-repeat top left; background-size: 15px 15px; margin-bottom:30px; padding-left:25px; font-weight:bold;}
.salonlistdl dd span { font-size:13px;}

.syousai_salon { display: grid ; gap: 15px;grid-template-columns: 1fr 1fr 1fr 1fr; margin-bottom:30px;}
.syousai_salon li { background-color:#FFF; padding-bottom:15px;}
.syousai_salon li h3 { color:#EB718B; text-align:left; margin:15px;}
.syousai_salon li img { width:100%; height:200px;object-fit: cover;}
.salonjyusyo { background:url(images/mapicon.png) no-repeat top left; background-size: 15px 15px; margin:0 15px; font-size:14px; padding:0 15px;}
.salonbtn { background-color:#666; font-weight:bold;  display: inline-block ; padding:5px;  text-align:center; color:#FFF; transition: all .3s;min-width:172px; font-size:12px; margin-top:15px;}
.salonbtn:hover {  background-color: #EB718B; color:#FFF; text-decoration:none; opacity: 1; filter: alpha(opacity=100); -ms-filter: "alpha( opacity=100 )"; }

.saisyo { width:50px !important; background-color:#03F; position:absolute; background-color:#D4CABD; padding:8px; font-weight:bold; color:#FFF;}
.syousai_salon { padding-left:60px;}

#megami { background-color: #D1CAC3;}
.megamilist { display: block ; gap: 15px;grid-template-columns: 1fr 1fr; margin-top:60px; width:700px; margin-left:auto; margin-right:auto;}
.megamilist li {display: grid ; grid-template-columns: 200px 1fr; height:150px; background-color:#FFF; box-shadow: 5px 5px 10px 0 #EEE;}
.megamilist li img {object-fit: cover; height:150px; width:200px;}
.megamilist li h3 { width:250px; background:url(images/item2.png) no-repeat center left; background-size: 15px 15px; margin-bottom:10px; padding-left:30px; font-weight:bold; text-align:left;}
.megamilist li div { padding:20px;}


@media screen and (max-width: 768px){
.salonlistdl { display: block; text-align:left; margin-left:20px;}
.salonlistdl dt { margin-bottom:30px; font-size:14px;}
.salonlistdl dd { display:inline-block; width:48%; background:url(images/item.png) no-repeat center left; background-size: 15px 15px; margin-bottom:30px; padding-left:30px; font-weight:bold;}


.syousai_salon { display: block ; margin-bottom:30px;}
.syousai_salon li { margin-bottom:20px; width:90%; margin-left:auto; margin-right:auto;}

.megamilist { display: block ; gap: 15px; margin-top:60px;  }
.megamilist li img {object-fit: cover; height:150px; width:100%;}
.megamilist li {display: block ;height: auto; background-color:#FFF; box-shadow: 5px 5px 10px 0 #EEE; width:90%; margin-left:auto; margin-right:auto; margin-bottom:50px;}
}



.slider{ padding:0;
    margin: 0px auto;
    width:400px; height:300px;
}
.slider img{
	height: auto;
	width: 400px;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before{color: #000;}


/* Arrows */
.slick-prev,
.slick-next
{  position: absolute;  top: 150px !important;}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.slider{     width:88%;}
	
}


/*コラム*/
.ren3delay_column { display: grid ; column-gap: 3.3%; grid-template-columns: 1fr 1fr 1fr;  overflow:hidden}
.ren3delay_column div { margin-top:20px; background-image:url(/images/bg_maru.png); background-repeat:no-repeat;}
.ren3delay_column div  p { line-height:1.6}
.ren3delay_column div img { width:100%; object-fit: cover; height:200px; margin-bottom:30px;}
.categori { background-color:rgba(211,191,165,1.0); color: #FFF;  margin:0; display:inline-block; text-align:left; font-size:12px; padding:0 10px;border-radius: 80px; }
.ren3delay_column .categori { float:right;}
@media screen and (min-width: 320px) and (max-width: 768px) {
.ren3delay_column div { width:100%; margin-top:0; background-size: 80px; padding:20px 15px; display: grid ; column-gap: 3.3%; grid-template-columns:120px 1fr;}
.ren3delay_column { display: block; }
.ren3delay_column div img { height:100px; width:120px;}

.ren3delay { display: block;}
.ren3delay p { margin:0px; width:200px; height:auto;}
.ren3delay p:nth-child(2) { margin:0px; width:200px; height:auto; margin-left:auto; margin-top:-100px;}
.ren3delay p:nth-child(3) { margin-top:-100px;} 
.ren4delay {display: grid ; column-gap: 3.3%;grid-template-columns: 1fr 1fr; padding:15px;}
.ren4delay p { margin:0;}
.ren4delay p:nth-child(even) {  margin-top:70px;}
.serihu p { text-align:left;}
	}
	
	
.modified-date {    display: inline-flex;    align-items: center;    color:rgba(211,191,165,1.0); /* 文字の色 */    font-size: 0.9em;}

.modified-date::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px; /* アイコンと文字の間隔 */
    background-color: currentColor;
    /* 更新をイメージする時計・矢印のアイコン（SVG） */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m.5 11l4.25 2.52-.77 1.28-5-3V7h1.5v5.22z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m.5 11l4.25 2.52-.77 1.28-5-3V7h1.5v5.22z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}


/*FAQ全体の枠（再掲） */
.faq-item {    background-color: #D4CABD; text-align:left;margin-bottom: 15px;     overflow: hidden;}

/* 質問部分 */
.faq-question { color:#FFF;    padding: 18px 25px;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    position: relative;
    background-color: #D4CABD;
    transition: background-color 0.3s;
}

.faq-question:hover {}

/* 矢印の回転アニメーション */
.faq-question::after {
    content: "\2b"; /* ＋マーク */
    font-family: serif;
    position: absolute;
    right: 25px;
    transition: transform 0.4s ease;
}

.faq-item[open] .faq-question::after {
    transform: rotate(45deg); /* ＋を45度回して×（または消去）に見せる */
}

/* ★ 回答部分のアニメーション設定 ★ */
.faq-answer { background-color:#FFF; padding: 20px 25px;
    border-top: 1px solid #eee;
    line-height: 1.8;
}

/* 開いた瞬間に実行されるアニメーション */
.faq-item[open] .faq-answer {
    animation: fadeInSlide 0.5s ease;
}

@keyframes fadeInSlide {
    0% {
        opacity: 0;
        transform: translateY(-10px); /* 少し上から */
    }
    100% {
        opacity: 1;
        transform: translateY(0);    /* 定位置へ */
    }
}


.secontbg { background-repeat:no-repeat; background-position:center right; background-size: 40%; padding:60px 0;}
.seconttite p { font-size:12rem; font-family: 'Noto Serif JP', serif; }
.seconttite p span { color:#FFC212}
.seconttite h2 { font-size:3rem; text-align:left; width:80%; margin-left:30px; position:relative;}
.seconttite h2:before {content: '';  position: absolute;  width: 100px;  background-color: #CCC; bottom: -20px;  display: inline-block;   height: 2px;  left: 5px; }

.haikeisiro { width:70%; padding-left:60px; background-color:rgba( 255, 255, 255, 0.8 );}
.line-text-simple {  text-align: center;  border-top: 1px solid #CCC;  position: relative;  margin: 40px 0;}
.line-text-simple span {  background: #fff;  padding: 0 10px;  position: relative;  top: -0.7em;}
.menu { width:80%; margin:50px auto;}
.menu_list { display: grid ; grid-template-columns: 1fr 1fr;}
.menu_list li:nth-child(odd) { border-right: #CCC solid 1px;}
.menu_list img { width:100%; height:auto;}
.menu_list li { padding:50px;}
.menu_text001 { color:#EB718B}
.menu_list h3 { font-size:2.4rem; margin-top:30px; text-align:left;}
.menu_box { background-color:#FFF9F6; padding:20px; margin-top:20px;}


.itiranstyle002 article { border-bottom:#CCC solid 1px; padding-bottom:40px; margin-bottom:40px; display: flex; justify-content: flex-start; align-items: stretch; text-align:left}
.itiranstyle002 article h2 { margin-left:60px; text-align:left;}
.uptime { display:inline-block}
.categori { display:inline-block; margin-left:20px;}


.itirankousin { color:rgba(211,191,165,1.0)}
.itiranimg {object-fit: cover; height:200px;}


/* 記事ヘッダー */
.entry-header { background-color:#FFF;  border-bottom: #CCC solid 1px; padding-bottom:50px; width:80%; margin:80px auto 40px auto; text-align:left;}
.entry-categories { background-color:rgba(211,191,165,1.0); color: #FFF;  margin:0; display:inline-block; text-align:left; font-size:12px; padding:10px 10px;border-radius: 80px;}
.entry-title { font-size: 4rem; margin: 10px 0; color:#FFC212; text-align:left; font-family: 'Noto Serif JP', serif; line-height:1.6; width:800px}
.entry-title::first-letter { color:#333}
.entry-meta { display:inline-block; padding-right:30px; font-weight:bold;}

/* カテゴリーのタグ風装飾 */
.cat-name {
    display: inline-block;
    background: #f0f0f0;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 0.8em;
    margin-right: 5px;
    color: #666;
}

/* 本文の余白と文字サイズ */
.entry-content { width:800px; margin:60px auto;    line-height: 1.8;    font-size: 1.1em;    color: #333;}
.entry-content h2 , .entry-content h3 , .entry-content h4 , .entry-content h5 { font-size:160%; margin-top:50px; margin-bottom:30px; text-align:left}
.entry-content p {    margin-bottom: 1.5em;}

/* アイキャッチ画像 */
.post-thumbnail {    margin-bottom: 30px;}

.post-thumbnail img {    width: 100%;    height: auto;    border-radius: 8px; padding:20px 0;}

.post-navigation { width:800px;    margin: 60px  auto;    border-top: 1px solid #eee;    padding-top: 40px;}

/* リンクを横並びにする */
.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* 各リンク（前へ・次へ）の共通設定 */
.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1; /* 幅を均等にする */
}

.post-navigation a {
    display: block;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    height: 100%;
}

.post-navigation a:hover {
    background-color: #f9f9f9;
    border-color: #ccc;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* 「前へ」「次へ」のラベル */
.nav-arrow {
    font-size: 0.75rem;
    color: #999;
    margin-bottom: 5px;
    font-weight: bold;
}

/* 記事タイトルの省略表示（長すぎる場合） */
.nav-title { margin-top:10px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 2行まで表示してあとは「...」 */
    overflow: hidden;
}

/* 「次へ」を右寄せにする（テキスト） */
.nav-subtitle { color:rgba(211,191,165,1.0); font-size:12px;}

.fadein3 img { margin-bottom:20px; width:100%;}


/* スマホ対応：縦並びにする */
@media (max-width: 600px) {

.seconttite p { font-size:7rem; line-height:0.8}
.haikeisiro { width:90%; padding-left:00px; }
.secontbg { background-position:bottom right; background-size: 90%; padding:60px 20px 120px 10px;}
.menu_list { display: block; }
.menu_list li:nth-child(odd) { border-right:none;}
.menu_list li { padding:20px 0;}
.itiranstyle002 article { padding-bottom:40px; margin-bottom:40px; display: block;}
.itiranstyle002 article h2 { margin-left:0px; margin-top:20px;}

.entry-header { background-color:#FFF;  border-bottom: #CCC solid 1px; padding-bottom:30px; width:80%; margin:80px auto 40px auto; text-align:left;}
.entry-content { width:80%; margin:60px auto; }
	.entry-title { font-size: 3rem; margin: 10px 0; color:#FFC212; text-align:left; font-family: 'Noto Serif JP', serif; line-height:1.6; width:96%}
.post-navigation { width:90%;    margin: 60px  auto;  }
    .post-navigation .nav-links {
        flex-direction: column;
    }
}



	/* --- お問い合わせフォーム --- */

label { text-align:left}
    input, select, textarea { font-family: var(--font-sans); font-size: 16px; }
    
    .form-group {
      margin-bottom: 1.5rem;
    }
    
    .form-label {
      display: block;
      font-weight: 500;
      color: var(--color-text-primary);
      margin-bottom: 0.75rem;
      font-size: 16px;
    }
    
    .radio-group {
      display: flex;
      gap: 2rem;
      margin-bottom: 1.5rem;
    }
    
    .radio-option {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      cursor: pointer;
    }
    
    .radio-option input[type="radio"] {
      cursor: pointer;
      width: 18px;
      height: 18px;
    }
    
    .radio-option label {
      cursor: pointer;
      font-size: 16px;
      color: var(--color-text-primary);
    }
    
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
      width: 100%;
      padding: 20px;
      border: 1px solid #F2F2F2;
      border-radius: var(--border-radius-md);
      background-color: var(--color-background-primary);
      color: var(--color-text-primary);
      transition: border-color 0.2s;
    }
    
    input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
      outline: none;
      border-color: var(--color-border-secondary);
    }
    
    textarea {
      resize: vertical;
      min-height: 120px;
    }
    
    .hidden {
      display: none;
    }
    
    .conditional-section {
      padding: 1rem;
      background-color: var(--color-background-secondary);
      border-radius: var(--border-radius-md);
      margin-bottom: 1.5rem;
    }
    
    button {
      width: 100%;
      padding: 0.75rem 1.5rem;
      background-color: var(--color-text-primary);
      color: var(--color-background-primary);
      border: none;
      border-radius: var(--border-radius-md);
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      transition: opacity 0.2s;
    }
    
    button:hover {
      opacity: 0.85;
    }
    
    .form-divider {
      height: 1px;
      background-color: var(--color-border-tertiary);
      margin: 1.5rem 0;
    }
	
	
.information-title{
    color: #732600;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin:50px 0 10px;
}
.personal-information{
    height: 200px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
}
.content-body .personal-information p{
    line-height: 1.5em;
}
.wpcf7-form .submit-form {
    margin: 30px auto 30px auto;
    text-align: center;
}
.hissu{
    color: #f00;
}
.contact-form-table .field-name {
    width: 200px;
}
.contact-form-table .field-name {
    background-color: #fff;
    color: #732600;
    font-weight: bold;
	  font-size: 18px;
}
.contact-form-table .field-group { margin-bottom:30px; margin-top:30px; text-align:left;  }



.contact-form-table .field-name {
    background-color: #ffffff;
    color: #000000;
}

@media (max-width: 689px) {

}

.content-body,.page-title {
    color: #333333;
}

.content-body a,.page-title a {
    color: #FF0000;
}




/*-------------------------------------------*/
/*	#フォーム
/*-------------------------------------------*/
.form-group label { cursor:pointer; display:block;}
.form-group input , form textarea {display:inline-block; height:auto; padding:10px 3px; font-size:14px; color:#555; vertical-align:middle; background-color:#fff; background-image:none; border:1px solid #ccc; border-radius:4px; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;margin:10px 0;}
.form-group select { padding:10px 3px;  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s; border:1px solid #ccc; border-radius:4px;}
.form-group input[type=checkbox] {  transform: scale(1.5); margin-left:5px; margin-right:10px;}
.form-group input[type=radio] {  transform: scale(1.5); margin-left:5px; margin-right:10px; outline: none;
  box-shadow: none;}
.form-group input[type="submit"] { background-color:#09C; color:#FFF; font-weight:bold; border:none; min-width:100px;}
.form-group input:focus , input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus,textarea:focus , select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-group table { text-align:left;}
.form-group table th { padding-right:50px;}