@charset "utf-8";
/*
Theme Name: ct_rs
Version:mm1.0
Description: original theme
Author: AITIE
*/



/* リセット */
@charset "utf-8";
/* CSS Document */


.eapps-widget-toolbar {
	display: none !important;
}
	
/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
*{
	box-sizing:border-box;
}
ul,
ol {
  list-style: none;
}
 
blockquote,
q {
  quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
br {
	display: block;
}
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #00bcd4;
}
a:hover {
  xtransition: all 1s ease 0s;
  opacity: 0.6;
}
area:focus{
  outline: darkorange solid 2.4rem;
}
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}
 
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}
 
del {
  text-decoration: line-through;
}
 
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
 
table {
  border-spacing: 0;
  border-collapse: collapse;
}
 
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.clearfix:after { /*回り込み解除*/
    display: block;
    content: "";
    clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}
.Tc {
	text-align: center;
	margin: auto;
}
.Tl {
	text-align: left;
}
.small {
	font-size: 12px;
}
.F0 {
	font-size: 0;
}
/* inline-block空白消し */
.list {
	letter-spacing: -.4em;
}
.list li,
.list div {
	display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
}
/* 共通 */
html {
  font-size: 16px;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;	
	color: #1b1b1f;
	line-height: 1.6;
font-feature-settings: "palt";
    letter-spacing: 0.16px;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: 300;
}
.rich_font {
    font-weight: 400;
}
img {
	width: 100%;
	height: auto;
}
/******* editor *******/
 
.entry p {
margin: 1.5em 0;
display: block;
}

.entry dl dd,
.entry table td {

}
.entry dl dt,
.entry table th {
	font-weight: bold;
}

.entry h1 {
	font-size: 32px;
}
.entry h2 {
	font-size: 24px;
}
.entry h3 {
	font-size: 20px;
}
.entry h4 {
	font-size: 16px;
}

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; padding-left: 1em; }
.alignleft {
	float: left;
    padding-right: 1em;
    width: auto;
    max-width: 100%;
}

/* aside */

#Aside .SideContents h2 {
	color: #ffffff;
    background-color: #F49106;
    margin: 0px 0px 0.5em 0px!important;
    padding: 10px;
    font-size: clamp(1.0rem,2vw,1.4rem);
    font-weight: 600;
    letter-spacing: 0.15rem;
}
#Aside .SideContents ul {
	margin: 15px auto 15px;
}
#Aside .SideContents ul li {
	text-align: left;
	margin-bottom: 5px;
}
.asaideContents #Aside .SideContents h2 {
    font-size: 1rem;
}
.asaideContents #Aside .SideContents ul li {
    font-size: 14px;
}
#Aside .fa-regular, .far {
    font-size: 1rem;
    vertical-align: 0;
}
/* 共通テーブル */
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
table.Ver1 tr {
	border-bottom: 1px solid #AFAFAF;
}
table.Ver1 th {
	vertical-align: middle;
    padding: 3rem;
    width: 30%;
    text-align: left;
    letter-spacing: 10px;
}
table.Ver1 td {
    padding: 3rem;
    vertical-align: middle;
	position: relative;
	text-align: left;
}
table.Ver1 td:before{
	content: "";
    width: 1px;
    border-left: 1px solid #AFAFAF;
    position: absolute;
    left: 0px;
    top: 25px;
    bottom: 25px;
}
/* gmap */
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%!important;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/* フェードin */
.element {
  /* 最初は非表示 */
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: transform 2.5s, opacity 1s, visibility 1s;
}
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* 右追尾ボタン */
#FixAct {
	position: fixed;
    bottom: 0;
    z-index: 10;
    right: inherit;
    text-align: center;
    margin: auto;
    width: 100%;
    background: rgba(0,0,0,0.7);
	padding: 5px;
	z-index: 111;
	display: none;
}
#FixAct .FixAcBox {
	max-width: 1020px;
	margin: 0 auto;
}
#FixAct .ToForm {
	position: fixed;
    top: 50%;
    right: 0px;
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    font-size: 1rem;
}
#FixAct ul {
	display: flex;
    align-items: center;
	width: 1020px;
    margin: 5px auto;
}
#FixAct ul li.Totop a {
    background: #00bcd4;
    border-radius: 0;
    display: block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
}
#FixAct ul li.Totop a:before {
	content: "\f343";
    position: absolute;
    font-family: "dashicons";
    font-size: 1.8rem;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    color: #FFF;
}
.Totop img {
	max-width: 50px;
}
.ToForm {
    position: fixed;
    top: 50%;
    right: 0px;
}
.ToForm a {
    padding: 30px 15px;
    border-radius: 10px 0px 0px 10px;
}
/* dl共通 */
dl {
	xmax-width: 700px;
	margin: 30px auto;
}
dt {
	font-size: 18px;
    line-height: 1.5;
    margin: 30px auto 15px;
    text-align: left;
	font-weight:bold;
}
dd {
	margin-bottom: 15px;
}
dd img {
	margin-bottom: 15px;
}
/* 横並び */
.Title_P {
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: start;
    align-items:center;
	position: relative;
}
.colJcCt {
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: center;
    align-items:center;
	position: relative;
}
.colJcCt {
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: center;
    align-items:center;
	position: relative;
}
.colJcFs {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}
.colJcSa {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: space-around;
    align-items:stretch;
	position: relative;
}
.colJcSb {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: space-between;
    align-items:center;
	position: relative;
}
.col2 > li, .col2 > div {
	width: 50%;
	padding: 10px;
}
.col3 > li, .col3 > div {
	width: 33.333%;
	padding: 10px;
}
.col4 > li, .col4 > div {
	width: 25%;
	padding: 10px;
}


/* 画像上にテキスト */
.Pup {
	position: relative;
}
.Pup .Pbox {
	position: absolute;
}
/* リンクボタン横矢印 */
.btnarrow1::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 15px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #ffa726;
    border-right: 2px solid #ffa726;
    transform: rotate(45deg);
    transition: all .3s;
}
.btnarrow1:hover::after{
    right: 11px;
}
/* 共通ボタン */
.BtnArea {
	position: relative;
    display: inline-block;
}
.MoreBtn {
	width: 50%;
    xpadding: 2%;
display: block;
    margin: auto;
}
.MoreBtn a {
    text-align: center;
    padding: 10px;
    color: #00bcd4;
    border: 2px solid #00bcd4;
    xbackground: #00B900;
    display: inline-block;
    font-size: 1.0rem;
    border-radius: 5px;
    width: 100%;
}
.MoreBtn a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 8%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #00bcd4;
    border-right: 2px solid #00bcd4;
    transform: rotate(45deg);
    transition: all .3s;
}
.MoreBtn a:hover::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 7%;
}
.MoreBtn_W {
	width: 45%;
}
.MoreBtn_W a {
    text-align: center;
    padding: 15px 30px;
    border: 2px solid #00bcd4;
    display: inline-block;
    font-size: 1.0rem;
    border-radius: 5px;
    width: 100%;
}
.MoreBtn_W a:hover {
    color: #FFF;
    border: 2px solid #00bcd4;
    background: #00bcd4;
	transition: all .3s;
	opacity: 1.0;
}
.MoreBtn0 a {
    text-align: center;
	padding: 10px 28px;
	color: #FFF;
    border: 1px solid #FFF;
    width: 100%;
    display: inline-block;
}
.MoreBtn1 {
	width: 50%;
}
.MoreBtn1 a {
    text-align: center;
    padding: 15px 30px;
    color: #fff;
    border: 1px solid #00bcd4;
    background: #00bcd4;
    display: inline-block;
    font-size: 1.0rem;
    border-radius: 5px;
    width: 100%;
}
.MoreBtn2 {
	width: 50%;
}
.MoreBtn2 a {
    text-align: center;
    padding: 15px 30px;
    color: #fff;
    border: 1px solid #ffa726;
    background: #ffa726;
    display: inline-block;
    font-size: 1.0rem;
    border-radius: 5px;
    width: 100%;
}
.MoreBtn3 {
	width: 50%;
}
.MoreBtn3 a {
    text-align: center;
    padding: 15px 30px;
    color: #fff;
    border: 1px solid #00B900;
    background: #00B900;
    display: inline-block;
    font-size: 1.0rem;
    border-radius: 5px;
    width: 100%;
}
.MoreBtn4 {
	width: 50%;
}
.MoreBtn4 a {
    text-align: center;
    padding: 15px 30px;
    color: #fff;
    border: 1px solid #EC4970;
    background: #EC4970;
    display: inline-block;
    font-size: 1.0rem;
    border-radius: 5px;
    width: 100%;
}

.AcBox .MoreBtn5 {
    width: 48%;
}
.AcBox .MoreBtn5 a {
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    background: #00bcd4;
    display: inline-block;
    font-size: 1.0rem;
    border-radius: 5px;
    width: 100%;
}
.AcBox .MoreBtn1,
.AcBox .MoreBtn2,
.AcBox .MoreBtn3,
.AcBox .MoreBtn4,
.FixAcBox .MoreBtn1,
.FixAcBox .MoreBtn2,
.FixAcBox .MoreBtn3,
.FixAcBox .MoreBtn4 {
    width: 31%;
}
.AcBox .BtnArea {
    position: relative;
    display: inline-block;
    width: 48%;
}
.FixAcBox .BtnArea {
    position: relative;
    display: inline-block;
    width: 48%;
}
.sp480 {
	display: none !important;
}
@media screen and (max-width: 480px) {
.AcBox .BtnArea {
    position: relative;
    display: inline-block;
    width: 90%;
}
.pc480 {
	display: none;
}
.sp480 {
	display: block !important;
}
}
.fa-brands {
    font-weight: 400;
    font-size: 2.0rem;
    margin-right: 10px;
    vertical-align: -6px;
}
.fa-regular, .far {
    font-weight: 400;
    font-size: 2.0rem;
    margin-right: 10px;
    vertical-align: -5px;
}
.fa-solid, .fas {
    font-size: 1.5rem;
    margin-right: 10px;
    vertical-align: -5px;
}
.HeadAcBox .MoreBtn1,
.HeadAcBox .MoreBtn2 {
	width: 50%;
}
.HeadAcBox .MoreBtn1 a {
    text-align: center;
    padding: 13px;
    color: #fff;
    border: 1px solid #00bcd4;
    background: #00bcd4;
    display: inline-block;
    font-size: 14px;
    border-radius: 0;
    width: 100%;
}
.HeadAcBox .MoreBtn2 a {
    text-align: center;
    padding: 13px;
    color: #fff;
    border: 1px solid #ffa726;
    background: #ffa726;
    display: inline-block;
    font-size: 14px;
    border-radius: 0;
    width: 100%;
}
.HeadAcBox .fa-regular {
	display: block;
    margin-right: 0;
    vertical-align: -5px;
}
/* スライド追加 */
.thumbnail-img img {
	max-height: 75px !important;
}
@media screen and (max-width: 1024px) {
.col3 > li, .col3 > div {
	width: 50%;
}
}

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

.AcBox .MoreBtn1,
.AcBox .MoreBtn2,
.AcBox .MoreBtn3,
.AcBox .MoreBtn4 {
    width: 45%;
	margin-bottom: 15px;
}
.FixAcBox .MoreBtn1 a,
.FixAcBox .MoreBtn2 a,
.FixAcBox .MoreBtn3 a,
.FixAcBox .MoreBtn4 a {
    padding: 7px;
	font-size: 12px;
	line-height: 1.2;
}
}
@media screen and (max-width: 768px) {
table.Ver1 th {
    padding: 1rem;
}
/* 追尾ボタン */

#FixAct ul {
    display: flex;
    align-items: center;
    writing-mode: inherit;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-content: space-around;
}

#FixAct ul li.Totop a,
#FixAct ul li.ToTel a {
    background: #00bcd4;
    border-radius: 0;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
#FixAct ul li.Totop a:before {
    font-size: 1.0rem;
    top: -10px;
}
#FixAct ul li.ToTel a:before {
    content: "\f525";
    position: absolute;
    font-family: "dashicons";
    font-size: 1.0rem;
    left: 0px;
    right: 0px;
    top: -10px;
    bottom: 0;
    margin: 0 auto;
    color: #FFF;
}
.ToForm {
	position: inherit;
}
}
@media screen and (max-width: 680px) {
.col3 > li, .col3 > div {
	xwidth: 100%;
}


.MoreBtn_W {
	width: 100%;
	margin-bottom: 15px;
}
.MoreBtn {
	width: 100%;
}
.MoreBtn0 a {
	min-width: 100%;
}
.MoreBtn2 a {
    min-width: 100%;
}
.MoreBtn3 {
	width: 100%;
}
.AcBox .MoreBtn1,
.AcBox .MoreBtn2,
.AcBox .MoreBtn3,
.AcBox .MoreBtn4 {
    width: 100%;
}
.FixAcBox .fa-regular, .FixAcBox .fa-brands {
    font-size: 1.0rem;
    margin-right: 5px;
    vertical-align: 0px;
}
}
@media screen and (max-width: 480px) {
.thumbnail-img img {
	max-height: 40px !important;
}
.col2 li, .col2 div {
    width: 100%;
    padding: 10px;
}

table.Ver1 th {
    width: auto;
    display: block;
    padding: 1rem 1rem 0;
}
table.Ver1 tr:nth-child(1) {
	border-top: 1px solid #ccc;
}
table.Ver1 td {
	display:block;
    padding: 1rem;
}
table.Ver1 td:before{
    top: 10px;
    bottom: 10px;
}
}
/*! switch view
======================================================= */
.viewPc{
	display: block;
}
.viewPc2{
	display: block;
}
.viewTb{
	display: none;
}
.viewTb2 {
	display: none;
}
.viewSp{
	display: none;
}
@media screen and (max-width:960px){
.viewPc2{
	display: none;
}
.viewTb2 {
	display: block;
}
}
@media screen and (max-width:768px){
.viewPc{
	display: none;
}
.viewTb{
	display: block;
}
.viewSp{
	display: block;
}
}

*, *:before, *:after {
	box-sizing: border-box;
}

@media screen and (max-width: 480px) {
html {
  font-size: 14px;
}
.alignright { float: none; padding-left: 0; }
.alignleft {
	    float: none;
    padding-right: 0;
    margin: 0 auto 1rem;
    display: block;
}
}

a img:hover {
    transform: scale(1.05);
    transition-duration: 0.3s;
}
#Top1 .colJcSa li a img:hover {
    transform: scale(1.0);
    transition-duration: 0.3s;
}
/* #リンク */
.s_tag:before, a.s_tag:before {
    content: "#";
    color: #FFF;
}

/* #リンク2 */
.s_tag2:before, a.s_tag:before {
    content: "#";
}

/* wpr menu custam */
#wprmenu_bar .menu_title a {
	display: block !important;
	text-align: center !important;
}

/* フレーム */
#wrapper,#Header,#Footer {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.Contents {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0;
	position: relative;
}
.BgContents {
	background: #F6F6F6;
    padding: 30px 0;
}
.BgContents2 {
	background: #F6F6F6;
    padding: 30px 0;
}
.BgContents_w {
    padding: 30px 0;
	color: #FFF;
}
.ColInner {
	position: relative;
	padding: 20px;
}
.Inner {
	max-width: 1020px;
    margin: 0 auto;
	position: relative;
}
.hInner {
	max-width: 1200px;
    margin: 0 auto;
	position: relative;
}
.Center {
	text-align: center;
	margin: auto;
	position: relative;
}
.InnerBox {
	max-width: 700px;
    margin: 0 auto;
	position: relative;
}
.PostContents {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    padding: 5% 0;
    box-sizing: border-box;
    background: #FFF;
}

.BlogContents {
    max-width: 60%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    padding: 5% 0;
    box-sizing: border-box;
    background: #FFF;
}
.asaideContents {
	max-width: 35%;
	padding: 5% 0 5% 5%;
}

@media screen and (max-width: 768px) {
.PostPage .colJcSa {
	display: block;
}
.PostContents {
    max-width: 100%;
}

.BlogContents {
    max-width: 100%;
}
.asaideContents {
	max-width: 100%;
	padding:0;
}
}
.Contact {
	max-width: 680px;
    margin: 0 auto;
	text-align: left;
    padding: 0 5%;
    background: #F6F6F6;
}
.Parent {
    text-align: center;
    margin: 0 auto 15px;
}
.Parent0 {
    text-align: center;
    margin: 0 auto;
}
.Parent10 {
    text-align: center;
    margin: 10 auto;
}
.ParentL {
    text-align: left;
    margin: 0 auto 30px;
}
.ParentL10 {
    text-align: left;
    margin: 0 auto 10px;
}
.Irink {
    padding-top: 100px;
    margin-top:-100px;
}

/* 背景パララックス */
.ParaBox {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.ParaInner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ParaArea {
    position: absolute;
    width: 100%;
    height: 100%;
    xpadding: 80px 0;
    xmargin: -80px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000;
}
.para_bg1 {
    background-image: url(img/xpara_bg01.jpg.pagespeed.ic.FZ7HlM3GoQ.jpg);
    background-repeat: repeat;
    background-position: center top;
}
.para_bg2 {
    background-image: url(img/xpara_bg02.webp.pagespeed.ic.bZ5wMjZSDK.webp);
    background-repeat: repeat;
    background-position: center bottom;
}
.para_bg3 {
    background-image: url(img/para_bg03.jpg.pagespeed.ce.NjuX6HM4V-.jpg);
    background-repeat: repeat;
    background-position: center bottom;
}
.PalaConBox {
	padding: 50px 0;
	color: #FFF;
}
.Pala_Inner {
    width: 1020px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
	text-align: center;
}
.Toppara .ParaBox {
    max-width: 100%;
}
.Pala_Inner strong {
	color: #FFF;
    font-size: clamp(1.2rem,2.5vw,2.5rem);
    font-weight: 300;
}
.Pala_Inner strong span {
    font-size: clamp(1.6rem,3.5vw,3.5rem);
}
.Pala_Inner p {
    font-size: 2rem;
}
/* クエスチョン */
.Title_Q {
    font-size: 1.1rem;
    padding: 20px 50px 20px 20px;
    position: relative;
    z-index: +1;
    transition-duration: 0.2s;
    text-align: left;
    color: #FFF;
    background: #00bcd4;
    border-radius: 8px;
}
.Title_Q span {
	padding-right: 1em;
}
.toggle_contents {
    margin-bottom: 10px;
	cursor: pointer;
}
.toggle_title:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(img/xicon_arrow.png.pagespeed.ic.5EDpa90lKg.png) no-repeat right top;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: 0.2s;
    background-size: 28px;
}
.toggle_title.selected:after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.2s;
}
.toggle_txt {
	display: none;
    box-sizing: border-box;
    padding: 2em;
	background: #F6F6F6;
}
.toggle_txt span {
	font-weight: bold;
}
@media screen and (max-width: 1024px) {

.Contents {
	padding: 30px 0 0;
}
.Inner,
.hInner,
.InnerBox {
	max-width: 90%;
}

.Irink {
    padding-top: 46px;
    margin-top:-46px;
}
}
@media screen and (max-width: 680px) {
.PalaConBox {
	padding: 15px 0;
}
}

/* h1タイトル */
.htext{
font-size: 10px;
    font-weight: 400;
}

/* h2タイトル */
.TitleTop {
    font-size: clamp(1.6rem,3vw,3rem);
    xcolor: #ffa726;
    margin-bottom: 40px;
}
.TitleTop span {
	display: block;
	font-size: clamp(1rem,2vw,1.2rem);
    color: #00bcd4;
}
.TitleTop_w {
    font-size: clamp(1.2rem,3vw,3rem);
    margin-bottom: 15px;
}
.TitleTop_w span {
	display: block;
    font-size: 1rem;
}
.TitleTopLine {
    font-size: clamp(1.2rem,3vw,3rem);
    color: #000;
}
.Title_T {
    font-size: 1.3rem;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #00bcd4;
    padding-bottom: 10px;
}
.TitleSideL {
	font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
    border-left: 5px solid #00bcd4;
    padding-left: 1rem;
}
.TitleSideLB {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
    border-left: 5px solid #00bcd4;
    padding-left: 1rem;
    border-bottom: 1px solid #00bcd4;
	text-align: left;
}
#Footer h2 span {
	display: block;
    font-size: 1rem;
    color: #000;
}
/* h3タイトル */
.catch {
	font-size: 1.4rem;
	color: #ffa726;
	margin-bottom: 15px;
	font-weight: 600;
}
.TitleSecond {
    font-size: clamp(1.0rem,2vw,1.4rem);
    color: #FFF;
    text-align: center;
    background: #00bcd4;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 50px;
}
.TitleSecond_W {
	font-size:clamp(1.0rem,2vw,1.4rem);
    color: #FFF;
    display: inline-block;
}
.TitleFixed {
    text-align: center;
	text-shadow:1px 1px 4px #000000;
	color:#FFFFFF; 
    display: inline-block;
    min-width: 320px;
    padding: 15px 1em;
    font-size: 40px;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 30px;
	font-weight: bold;
    background: rgba(0,0,0,0.4);
}
.TitlePost {
    color: #111;
    min-width: 320px;
    padding: 15px 0.5em;
    font-size: clamp(1.2rem,3vw,3rem);
    line-height: 1.3;
    border-bottom: #ffa726 solid 2px;
    font-weight: normal;
    margin-bottom: 5%;
}
.TitleSide {
    border-bottom: 2px solid #ddd;
    padding: 10px;
    border-left: 10px solid #8FCCC0;
    margin-bottom: 20px;
}
.sd {
	text-shadow:1px 1px 4px #000000; color:#FFFFFF;
}
.TextSub {
	font-size: 1.5rem;
}
.Small {
	font-size: 12px;
}
#News h2 {
	xcolor: #FFF;
    xfont-size: 2rem;
    xtext-align: center;
    xletter-spacing: 0.2rem;
    xmargin-bottom: 20px;
}
.PccSpl {
	text-align: left;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
.catch {
    font-size: 16px;
	    margin: 0 auto 5px;
}
.Title {
	font-size: 5vw;
}

.TitlePage {
    font-size: 5vw;
	padding: 20px;
}
.Title {
    font-size: 2rem;
}
.Pala_Inner {
    width: 90%;
    max-width: 100%;
}
}
@media screen and (max-width: 680px) {
.PostContents {
    max-width: 90%;
}
.TitleTop {
    margin-bottom: 32px;
}
.TitleTopLine {
    font-size: 1.3rem;
}
}
/*! header
======================================================= */
header {
	position: relative;
}
header .Logo img {
	max-width: 282px;
}
header .Logo {
	padding: 2px 0px 5px;
	font-weight: normal;
	font-size: 14px;
	color: #1b1b1f;
}
.hBtn {
    position: absolute;
    top: 0;
    right: 0;
	width: 360px;
}
@media screen and (max-width: 680px) {
header .Logo {
    padding: 5px 0px 15px;
}
header .Logo img {
    max-width: 200px;
}
}
/*! メインナビ
======================================================= */
#gHeader .btnMenu{
	display: none;
}


@media screen and (max-width:1024px){
.hBtn {
	display: none;
}
#gHeader .btnMenu{
	position: absolute;
	top: 10px;
    right: 10px;
	width: 50px;
    height: 50px;
	cursor: pointer;
	display: block;
	border: 1px solid #00bcd4;
}
}

#gHeader .btnMenu span{
	display: block;
	position: absolute;
	left: 9px;
	width: 30px;
	height: 2px;
	background: #00bcd4;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}
#gHeader .btnMenu span:nth-child(1){
	top: 13px;
}
#gHeader .btnMenu span:nth-child(2){
	top: 23px;
}
#gHeader .btnMenu span:nth-child(3){
	top: 33px;
}
#gHeader .btnMenu .txt{
    position: absolute;
    top: 38px;
    left: 9px;
    width: 30px;
    line-height: 0;
}
#gHeader .btnMenu .txt img{
	line-height: 1;
}
#gHeader .btnMenu.open span:nth-child(1){
	top: 23px;
	-webkit-transform: rotate(405deg);
	transform: rotate(405deg);
}
#gHeader .btnMenu.open span:nth-child(2){
	opacity: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
#gHeader .btnMenu.open span:nth-child(3){
	top: 23px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
#gHeader .btnMenu.open p{
	opacity: 0;
}

/*! .gNav
======================================================= */
.gNav .menu li > a br, .gNav .menu li > a span {
    margin: 0;
}
@media screen and (min-width:1025px){
.gNav{
	display: block;
	position: relative;
	width: 100%;
	overflow: visible;
}
.gNav .menu{
	position: relative;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	margin-bottom: 5px;
	font-size: 14px;
}
.gNav .menu li{
	width: auto;
}
.gNav .menu li > a {
	display: block;
    position: relative;
    padding: 20px 10px;
    min-height: 23px;
    color: #1b1b1f;
    text-align: center;
    line-height: 1.0;
    cursor: pointer;
    text-decoration: none;
}
.gNav .menu li > a:hover {
	transition: all 1s ease 0s;
    opacity: 1.0;
	color: #00bcd4;
}
.gNav .menu li > a::before,
.gNav .menu li > span::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #00bcd4;
	content: '';
	-webkit-transition: .3s linear;
	transition: .3s linear;
}
	.gNav .menu li > a.current::before,
	.gNav .menu li > a:hover::before,
	.gNav .menu li > span.current::before,
	.gNav .menu li > span:hover::before{
		width: 100%;
	}
	.gNav .menu li > a.current::after,
	.gNav .menu li > a.open::after,
	.gNav .menu li > span.current::after,
	.gNav .menu li > span.open::after{
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
.gNav .menu li > a {
    display: block;
    position: relative;
    padding: 20px 10px;
    color: #1b1b1f;
    text-align: center;
    line-height: 1.0;
    cursor: pointer;
    text-decoration: none;
}
	.gNav .menu li.contact{
		width: 149px;
		padding: 30px 0 0 23px;
	}
	.gNav .menu li.contact a{
		min-height: 18px;
		padding: 10px 0 12px 22px;
		border-radius: 2px;
		background: #0095ea;
		color: #fff;
		font-size: 92%;
		text-align: center;
		line-height: 1.5;
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	.gNav .menu li.contact a::before{
		display: none;
	}
	.gNav .menu li.contact a::after{
		position: absolute;
		top: 15px;
		bottom: auto;
		left: 25px;
		width: 14px;
		height: 10px;
		background: url(../img/icon_mail01_white.png) no-repeat;
		content: '';
	}
	.gNav .menu li.contact a:hover{
		background: #084ea1;
	}
	.gNav .menu li.contact::before{
		display: none;
	}
	.gNav .menu .menuSub{
		display: none;
		position: absolute;
		top: 100px;
		right: 0;
		width: 100vw;
		min-width: 1200px;
		padding-right: 25px;
		background: #f3f3f3;
		text-align: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		letter-spacing: -.5em;
	}
	.gNav .menu .menuSub li{
		display: inline-block;
		position: relative;
		float: none;
		width: auto;
		background: 0 0;
		letter-spacing: .06em;
	}
	.gNav .menu .menuSub li a,
	.gNav .menu .menuSub li span{
		position: relative;
		padding: 19px 15px 20px;
		min-height: 21px;
		background: 0 0;
		font-size: 93%;
	}
	.gNav .menu .menuSub li a::before,
	.gNav .menu .menuSub li span::before{
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		width: 0;
		height: 8px;
		border: none;
		background: #F2E8B6;
	}
	.gNav .menu .menuSub li a.current::before,
	.gNav .menu .menuSub li a:hover::before,
	.gNav .menu .menuSub li span.current::before,
	.gNav .menu .menuSub li span:hover::before{
		width: 100%;
	}
	.gNav .menu .menuSub li a::after,
	.gNav .menu .menuSub li span::after{
		display: none;
	}
	.gNav .menu .menuSub li.environment:hover a::before{
		width: 0;
	}
	.gNav .menu .menuSub li.environment:hover::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -10px;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #F2E8B6;
		content: '';
	}
	.gNav .menu .menuSub li.environment a + ul{
		position: absolute;
		top: 60px;
		left: -45px;
		width: 180px;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	.gNav .menu .menuSub li.environment:hover a + ul{
		height: auto;
		max-height: 121px;
	}
	.gNav .menu .menuSub ul li{
		display: block;
		border: none;
		background: #fff;
	}
	.gNav .menu .menuSub ul li + li{
		border-top: 1px solid #fced8a;
	}
	.gNav .menu .menuSub ul li a{
		position: relative;
		padding: 8px 15px 11px;
		border: none;
		background: #F2E8B6;
		color: #084ea1;
		text-align: left;
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	.gNav .menu .menuSub ul li a:hover{
		background: #fced8a;
	}
	.gNav .menu .menuSub ul li a::before{
		display: none;
	}
	.gNav .menu .menuSub ul li a::after{
		position: absolute;
		top: 14px;
		right: 16px;
		width: 12px;
		height: 12px;
		background: url(../img/icon_arrow01_white.png) no-repeat;
		background-size: 12px;
		content: '';
		-webkit-transition: .1s linear;
		transition: .1s linear;
	}
	.gNav .menu .menuSub ul li a:hover::after{
		right: 14px;
	}
.gNav .btnClose {
	display: none;
}
}

@media screen and (max-width:1024px){
	.gNav{
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		padding: 0 0 15px;
		background: #fff;
		overflow: hidden;
		z-index: 4000;
	}
	.gNav .menu{
		position: relative;
		top: -1px;
		margin: 0 0 15px;
		max-height: 450px;
		border-bottom: 1px solid #e1e1e1;
		overflow: scroll;
	}
	.gNav .menu li > a,
	.gNav .menu li > span{
		display: block;
		padding: 7px 25px;
		border-top: 1px solid #e1e1e1;
		color: #666;
		font-size: 93%;
		line-height: 2;
		cursor: pointer;
	}
	.gNav .menu li > span{
		position: relative;
	}
	.gNav .menu li > span::after{
		position: absolute;
		top: 14px;
		right: 15px;
		width: 12px;
		height: 12px;
		background: url(../img/icon_arrow01_gray.png) no-repeat;
		background-size: 12px;
		content: '';
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	.gNav .menu li > span.open::after{
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	.gNav .menu .menuSub{
		display: none;
	}
	.gNav .menu .menuSub li > a,
	.gNav .menu .menuSub li > span{
		position: relative;
		padding-left: 47px;
		background: #f9f9f9;
	}
	.gNav .menu .menuSub li > a::before,
	.gNav .menu .menuSub li > span::before{
		position: absolute;
		top: 15px;
		left: 32px;
		width: 7px;
		height: 7px;
		border: 1px solid #9e9e9e;
		border-width: 0 0 1px 1px;
		content: '';
		cursor: pointer;
	}
	.gNav .menu .menuSub ul > li > a{
		padding-left: 59px;
		border-top: 1px dashed #d5d5d5;
		border-bottom: 0;
		background: #ededed;
	}
	.gNav .menu .menuSub ul > li > a::before{
		left: 44px;
	}
	.gNav .btnClose{
		position: relative;
		width: 107px;
		margin: 0 auto;
		padding: 6px 0 4px 18px;
		border-radius: 1px;
		background: #00bcd4;
		color: #fff;
		font-size: 86%;
		text-align: center;
		line-height: 1.5;
		cursor: pointer;
	}
	.gNav .btnClose::after,
	.gNav .btnClose::before{
	position: absolute;
    top: 13px;
    left: 25px;
    width: 12px;
    height: 2px;
    background: #fff;
    content: '';
	}
	.gNav .btnClose::before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.gNav .btnClose::after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@media screen and (max-width:960px){
	.gNav .AcBox .MoreBtn1,
	.gNav .AcBox .MoreBtn2, 
	.gNav .AcBox .MoreBtn3,
	.gNav .AcBox .MoreBtn4 {
		width: 100%;
}
.gNav .AcBox .MoreBtn1 a,
.gNav .AcBox .MoreBtn2 a,
.gNav .AcBox .MoreBtn3 a{
    padding: 15px;
    font-size: 12px;
}
.gNav .AcBox .fa-regular,
.gNav .AcBox .far {
    font-size: 12px;
    margin-right: 10px;
    vertical-align: 0;
}
}
@media screen and (max-width:1024px) and (min-width:600px) and (max-width:1024px){
	.gNav{
		left: auto;
		right: 0;
		width: 70%;
		padding: 0 0 20px;
	}
	.gNav .menu{
		margin: 0 0 20px;
		max-height: none;
		overflow: visible;
	}
	.gNav .btnClose{
		width: 120px;
		display: block;
	}
}
@media screen and (max-width:1024px){
	.overlayWrap{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(51,51,51,.7);
		z-index: 2;
	}
}

/*! #gHeader.fixed
======================================================= */
@media screen and (min-width:1025px){
	#gHeader.stop{
		position: fixed;
		top: -90px;
		height: 100px;
		box-shadow: 1px 1px 2px rgba(46,43,43,.1);
	}
	#gHeader.stop.fixed{
		top: 0;
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	#gHeader.stop .gNav .menu > li > a::after,
	#gHeader.stop .gNav .menu > li > span::after{
		top: 25px;
	}
	#gHeader.stop .gNav .menu li.contact{
		padding-top: 20px;
	}
	#gHeader.stop .gNav .menu li.contact a{
		padding: 10px 0 12px 22px;
	}
	#gHeader.stop .gNav .menu li.contact a::after{
		top: 15px;
	}
	#gHeader.stop .gNav .menu .menuSub{
		top: 80px;
	}
}

/* メインビュー */
.MVimg h2 {
	background: #f4f4f4;
    xcolor: #FFFF;
    margin: 0 auto;
    text-align: center;
    padding: 10px 1rem;
	font-size: 26px;
}
.MVimg img {
	vertical-align: bottom;
}
.MVimg h2 span {
		font-size: 20px;
	vertical-align: bottom;
	margin-left: 1rem;
}
.mainv {
	max-width: 1400px;
    margin: 0 auto;
}
.mainv h2 {
	background: #f4f4f4;
    xcolor: #FFFF;
    margin: 0 auto;
    text-align: center;
    padding: 10px 1rem;
	font-size: 26px;
}
.mainv img {
	vertical-align: bottom;
}
.mainv h2 span {
		font-size: 20px;
	vertical-align: bottom;
	margin-left: 1rem;
}
@media screen and (max-width: 768px) {
.MVimg h2 {
	font-size: 22px;
}	
.MVimg h2 span {
		font-size: 16px;
}
.mainv h2 {
	font-size: 22px;
}	
.mainv h2 span {
		font-size: 16px;
}
}
@media screen and (max-width: 480px) {
.MVimg h2 {
	font-size: 18px;
}	
.MVimg h2 span {
	font-size: 12px;
	display: block;
}
.mainv h2 {
	font-size: 18px;
}	
.mainv h2 span {
	font-size: 12px;
	display: block;
}
}
#Mv {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 250px);
    background-size: cover;
    background-position: center;
	position: relative;
}
.MvImg {
    background-image: url(img/xmvbg6.webp.pagespeed.ic.N72OHwwsFK.webp);
}
#Mv .MvBox {
}
.main-copy-set {
	box-sizing: border-box;
    width: 100%;
    position: absolute;
    z-index: 100;
    text-align: center;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.main-copy-set2 {
	box-sizing: border-box;
    width: 100%;
    position: absolute;
    z-index: 100;
	text-align: center;
	bottom: 20px;
    max-width: 100%;
}
.main-copy-set2 img {
	max-width: 200px;
}
.main-copy-set2 p {
	color: #FFF;
	text-shadow: 1px 1px 1px rgb(0 0 0);
}

#Mv h2 {
	color: #FFF;
    box-sizing: border-box;
    z-index: 9;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.0;
    padding: 1rem 2rem;
	text-shadow: 0px 0px 4px rgb(0 0 0);
}
#Mv h2 span.B {
	color: #ffa726;
    font-size: 5rem;
    padding: 0.5rem 0 0.5rem;
    display: inline-block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-shadow: 1px 1px 1px rgb(255 255 255);
}
#Mv h2 span.T {
	color: #00bcd4;
    font-size: 3.0rem;
    padding: 0.5rem 0 1.5rem;
    display: inline-block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-shadow: 1px 1px 1px rgb(255 255 255);
}
.main-copy01 {
    font-weight: 500;
    display: inline-block;
	border-radius: 10px 0px 0px 10px;
	xbackground: rgba(0,176,218,0.7);

}
.main-copy02 {
    font-weight: 500;
    xdisplay: inline-block;
}

/* 共通アクションエリア */
#AcContentas p {
	text-align: center;
	margin-bottom: 10px;
}

/* 下部ページメインビュー */
#SubMv {
    position: relative;
    margin-top: 40px;
	min-height: 296px;
}
#SubMv .TitleTop {
	text-align: left;
	margin-bottom: 0;
}
#SubMv .PageTitle {
	position: absolute;
    top: -1px;
    box-sizing: border-box;
    display: inline-block;
    width: 45%;
    margin-top: 0;
    padding: 5% 0 5% 5%;
    background-color: rgba(255,255,255,0.8);
    z-index: 10;
}
#SubMv .PageVisual {
	padding-left: 30%;
}
/* 新着 */
#News {
	xdisplay: flex;
    flex-wrap: wrap;
}
#News .NewsSection1 {
	flex: 0 0 25%;
	padding: 0 20px 20px 0;
}
#News .NewsSection2 {
	xflex: 0 0 70%;
    max-width: 100%;
    xpadding: 0 0 0 5%;
    text-align: left;
}
#News h3.NewsTitle {
	margin-bottom: 0.5rem;
    display: inline-block;
}
#News a h3.NewsTitle:hover {
	text-decoration: underline;
}
#News .NewsBox_Head {
	background-color: #ffa726;
    color: #fff;
    position: relative;
    top: -110px;
    padding: 40px 20px;
}
#News .MoreBtn1 {
    text-align: center;
}
#News .NewsSection2 ul li {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.NewsTime {
    flex-basis: 120px;
    letter-spacing: 2px;
    font-size: .8rem;
}
.NewsBox {
flex-basis: calc(100% - 120px);
}

.NewsBox {
    font-size: 14px;
}
.NewsInfo {
	border-bottom: 1px dotted #AFAFAF;
    padding: 10px 0;
    margin-bottom: 10px;
    padding: 30px;
    font-size: 14px;
    background: #fbfbfb;
    border: 1px solid #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	min-height: 90px;
}
.EntryList > li {
	position: relative;
	padding: 20px;
}
.EntryListCat {
	overflow: hidden;
	margin-bottom: 15px;
}
.EntryListCat li {
	float: left;
}
.NewsListCat a,
.EntryListCat a {
    color: #FFF;
    padding: 0px 15px;
    margin: 0 5px;
    display: inline-block;
    font-size: 10px;
    background: #00bcd4;
    border: 1px solid #00bcd4;
	border-radius: 20px;
	text-align: left;
	margin: 0 3px 3px;

}
.NewsNew {
    color: #FFF;
    padding: 2px 15px;
    background: #ffa726;
    font-size: 12px;
    border: 1px solid #ffa726;
	border-radius: 20px;
}
.NewsInfo a {
	color: #1b1b1f;
}
/* Blogリスト */
.EntryBox a .EntryTitle {
	color:#ffa726;
	font-size: 14px;
}
/* タグリスト */



/* 新着アーカイブ*/
#archive .NewsBox {
    font-size: 100%;
}
#archive ul.NewsBox li {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
/* カテゴリ―一覧表示 */
#CatList li{
    position: relative;
    max-width: 33.333%;
	padding: 10px;
    margin-bottom: 10px;
}
#CatList .ImgBox {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
#CatList .ImgBox img {
	border-radius: 8px;
}
#CatList .TextBox {
	text-align: left;
	font-size: 14px;
}
.Links {
	text-align: right;
	font-size: 0.8rem;
	font-weight: bold;
}
.Links a {
display: inline-block;
    position: absolute;
    padding-left: 57px;
    transition: all .2s;
    color: #111;
    right: 10px;
    bottom: 0;
    z-index: 1;
}
.Links a:hover {
	color: #00bcd4;
}

.Links a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 7px;
    margin-top: -4px;
    background: url(img/xi-arrow.webp.pagespeed.ic.KOTuuuhxem.webp) 0 0 no-repeat;
    background-size: 35px 7px;
    transition: all .4s;
}
.Links a:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
}
#Top1 .colJcSa li {
	padding: 10px;
	width: 50%;
}
#Top1 .colJcSa li img {
    border-radius: 8px;
}
#Top1 h3 {
	margin-bottom: 15px;
}
#Top1 .Pup .Pbox {
	top: 0;
    font-size: 20px;
    padding: 1rem;
    color: #FFF;
}
#CatList .Pbox {
	top: 35%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    font-size: 2rem;
    text-align: center;
	line-height: 1.3;
	width: 318px;
}
#CatList .Pbox h4 {
    text-shadow: 1px 1px 1px rgb(0 0 0);
    color: #FFF;
}

#CatList .Pbox h4 span {
	display: block;
    font-size: 1.3rem;
	color: #FFF;
}
#Country #CatList li:nth-child(1),
#Country #CatList li:nth-child(2){
    position: relative;
    xmax-width: 50%;
	xpadding: 10px;
    xmargin-bottom: 10px;
}
.CatHead {
	display: flex;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
	text-align: left;
}
.CatFlag {
	margin-right: 10px;
    max-width: 50px;
}
#Country li h4 {
    color: #FFF;
    font-size: 1.8rem;
	line-height: 1.3;
	text-shadow: 1px 1px 1px rgb(0 0 0);
}
#Country li h4 span {
    display: block;
    color: #FFF;
    font-size: 1.0rem;
}
#CatList li a {
	color: #111;
}
#CatList li a:hover {
	color: #111;
}
@media screen and (max-width: 1024px) {
/* メインビュー */
#Mv h2 {
    font-size: 2rem;
}
#Mv h2 span.B {
    font-size: 4.5rem;
    padding: 0 0 10px;
    line-height: 1.2;
}
#Mv h2 span.T {
    font-size: 2rem;
}
/* トップページ */
.Logo {
	top: 0%;
    bottom: 0%;
}
#CatList li,
#Object #CatList li{
    max-width: 50%;
}
/* 子ページメインビュー */
#SubMv .TitleTop {
    font-size: clamp(1.2rem,3vw,3rem);
}

}
@media screen and (max-width: 960px) {
/* メインビュー */
#Mv {
    min-height: 600px;
}
#Mv h1 {
    font-size: 4.5rem;
}
.main-copy-set2 img {
    max-width: 200px;
    width: 30%;
}
/* トップページ */
.Logo {
	top: 0%;
    bottom: 0%;
}
#pp02 #CatList li,
#Country #CatList li,
#Object #CatList li{
    max-width: 50%;
}
/* 子ページメインビュー */
#SubMv .TitleTop {
    font-size: clamp(1.2rem,3vw,3rem);
}

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

/* メインビュー */
#Mv {
    min-height: 380px;
}

#Mv h2 {
    font-size: 1.6rem;
	line-height: 1.3;
}
.main-copy-set {
    top: 0px;
}
.main-copy-set2 {
    bottom: 0px;
}
.main-copy-set2 img {
    max-width: 100px;
    width: 100%;
}
#Mv h2 span.B {
    font-size: 3.0rem;
	padding: 0;
}
#Mv h2 span.T {
    font-size: 1rem;
    padding: 0;
}
#Mv h2 span.T2 {
    font-size: 1.1rem;
    padding: 0;
}
/* 子ページメインビュー */
#SubMv {
    position: relative;
    margin-top: 0;
	min-height: 0;
}
#SubMv .PageVisual {
    padding-left: 0;
}
#SubMv .PageTitle {
	width: 50%;
    padding: 3%;
    border-top: 3px solid #ffa726;
}
/* トップページ */
#News .NewsBox_Head {
    padding: 20px;
}
#News .NewsSection1 {
    flex: 100%;
    padding: 20px 20px 0;
    margin-bottom: -70px;
}
#News .NewsSection2 {
    flex: 100%;
    max-width: 100%;
    xpadding: 0 5%;
}
#Top1 .colJcSa li {
	padding: 5px;
}
#Top1 .Title_P > div {
	width: 100%;
}
#Top1 .Title_P {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    justify-content: start;
    align-items: center;
    flex-direction: column-reverse;
}
#Top1 .Pup .Pbox {
    font-size: 1rem;
}
#pp02 #CatList li,
#CatList li,
#Object #CatList li,
#Country #CatList li,
#Country #CatList li:nth-child(1),
#Country #CatList li:nth-child(2){
    xmax-width: 100%;
}
.Pala_Inner p {
    font-size: 1.0rem;
}
#CatList li {
    margin-bottom: 0px;
}
#CatList li span {
    padding: 5px;
    font-size: 0.8rem;
}
#CatList .TextBox {
    margin: 0;
    padding: 5px 0px;
	font-size: 12px;
}
}
@media screen and (max-width: 480px) {
/* メインビュー */
#Mv {
    min-height: 300px;
}
#Mv h2 span.T2 {
    font-size: 1.0rem;
    padding: 5px 0 0 0;
    display: block;
}
/* トップページ */
#Top1 .Pup .Pbox {
    font-size: 12px;
	padding: 5px;
}
.btnarrow1::after {
	top: 33%;
    right: 10px;
    width: 10px;
    height: 10px;
}
/* 共通アクションエリア */
#AcContentas p {
	text-align: left;
	margin-bottom: 10px;
}
/* 子ページメインビュー */
#SubMv .PageTitle {
	width: 75%;
	top: inherit;
	bottom: -1px;
    border-top: 3px solid #ffa726;
}
.EntryList > li {
	padding: 10px;
	margin-bottom: 10px;
	display: flex;
	width: 100%;
}
.EntryList > li .EntryImg {
	width: 40%;
}
.EntryList > li .EntryBox {
	width: 60%;
	margin-left: 16px;
}
.EntryList > li .EntryListCat {
	display: none;
}
.CatHead {
    display: block;
}
.CatFlag {
	margin-right: 5px;
    max-width: 30px;
}
#Country li h4 {
    font-size: 1.0rem;
}
#CatList li span {
    padding: 0px;
}
#CatList .Pbox {
    top: 25%;
    width: 90%;
}
#CatList .Pbox h4 span {
    font-size: 1.0rem;
}
}
/****** ヘッター ******/
header {
    width: 100%;
	background-color: #FFF;
    border-bottom: 1px solid #efefef;
}

/* フッター */

.Acarea .Tel {
    position: relative;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 38px;
    font-size: 2rem;
    line-height: 1.0;
    letter-spacing: 0.02em;
}
.Acarea .Tel a {
    color: #2a2a2a;
}
.Acarea .Tel::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -16px;
    background: url(img/icon-tel.svg) 0 0 no-repeat;
    background-size: 30px 30px;
}
footer {
	margin-bottom: 60px;
}
#Footer {
	position: relative;
	text-align: center;
	background: #e2e2e2;
	padding: 30px 0;
}
#Footer .FooterNavBox  {
	max-width: 1020px;
    text-align: center;
    margin: 0 auto;
}
#Footer .FooterNavBox.colJcCt {
	align-items: flex-start;
}
#Footer .FooterNavBox.colJcCt > div {
	width: 25%;
}

#Footer .Title_N {
	padding: 1rem;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    text-align: left;
    color: #000;
}
#Footer .toggle_txt {
    display: block;
    box-sizing: border-box;
    padding: 0;
	background: none;
}
.FooterSnsBox {
	margin: 20px auto;
}
.FooterSnsBox a {
    color: #000;
}
.FooterSnsBox a:hover {
    transition: all 0.8s ease 0s;
    opacity: 1.0;
	color: #00bcd4;
}
.FooterSnsBox .fa-brands {
    font-weight: 400;
    font-size: 3rem;
	margin-right: 0px;
	padding: 5px;
}
/* フッターナビ */
.Fnav {
    display: flex;
	text-align: left;
    font-size: 14px;
}
.Fnav .menu li a::before {
	font-family: "Font Awesome 6 Free";
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: '\f054';
    position: absolute;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    left: 0;
    top: 3px;
    position: absolute;
}
.Fnav .menu li {
	max-width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
	padding-left: 1rem;
	margin-bottom: 5px;
}
.Fnav .menu li a {
	color: #666;
    position: relative;
    display: block;
    text-decoration: none;
    margin: 0px auto;
    transition: .3s;
    cursor: pointer;
    padding-left: 1.1em;
    position: relative;
}
.Fnav .menu li a span,
.Fnav .menu li a br {
	display: none;
	margin: 0;
	padding: 0;
}
.Fnav .menu li a:hover {
	opacity: 1.0;
    display: block;
    color: #00bcd4;
}
.copyright {
	padding: 1em 1em 2em;
    font-size: 12px;
	text-align: center;
}
@media screen and (max-width:768px){

/* フッター */
#Footer .FooterNavBox  {
	max-width: 100%;
}
#Footer .FooterNavBox.colJcCt > div {
    width: 100%;
}
.Fnav .menu li a::before {
	right: 10px;
    top: 20px;
	left: inherit;
}
.Fnav, .Fnav ul {
    display: block;
}
.Fnav .menu li {
    border-bottom: 1px solid #adb4bb;
	padding-left: 5px;
    margin-bottom: 0;
}
.Fnav .menu > li:last-child {
    border-right: 0px;
}
.Fnav .menu li a {
    padding: 15px;
    margin: 0px auto;
}
.Fnav .menu li a::after{
    bottom: 0px;
}
}

/*******アーカイブ共通*******/
#archive .colJcFs {
	justify-content: flex-start;
    align-items: flex-start;
}
#archive .EntryImg {
    height: auto;
    display: block;
    overflow: hidden;
}
.EntryImg img {
    border-radius: 8px;
}
/*******固定ページ*******/

/* サポート */
.SupportBox {
	text-align: left;
    margin-bottom: 30px;
}
.SupportBox h3 {
	font-size: 1.3rem;
    padding: 15px;
	color: #FFF;
	margin-bottom: 15px;
}
.SupportBox h3 span {
	border-left: 3px solid #FFF;
    padding-left: 10px;
    display: block;
}
.SpB01 {
	background: #FFF7EB;
	color: #ffa726;
}
.SpB02 {
	background: #E3F4F8;
	color: #00bcd4;
}
.SpB03 {
	background: #F6FFF6;
	color: #00B900;
}
.SpB01 h3 {
	background: #ffa726;
}
.SpB02 h3 {
	background: #00bcd4;
}
.SpB03 h3 {
	background: #00B900;
}
.SupportBox ul {
	padding: 1em;
}
.SupportBox .col3 > li {
    padding: 15px;
}
.SupportBox li span {
    xborder-bottom: 1px solid #999;
}
/* とは？ */
.Reson .colJcSb {
	text-align: left;
　　display:-webkit-box;
　　display: -webkit-flex;
　　display:-ms-flexbox;
　　display: flex;
　　-webkit-flex-wrap:wrap;
　　-ms-flex-wrap:wrap;
　　flex-wrap:wrap;
}
.Reson h3 {
    font-size: 1.5rem;
    color: #ffa726;
    display: flex;
    align-items: center;
	line-height: 1.2;
	margin: 15px 0;
}
.Reson .num {
    color: #00bcd4;
    font-size: 4rem;
    padding-right: 10px;
}
.Reson .Box1 {
	-webkit-box-ordinal-group:1;
　　-ms-flex-order:1;
　　-webkit-order:1;
　　order:1;
}
.Reson .Box2 {
	-webkit-box-ordinal-group:2;
　　-ms-flex-order:2;
　　-webkit-order:2;
　　order:2;
}
.Reson .ReasonImg {
	max-width:35%; 
}
.Reson .ReasonText {
	max-width:60%; 
}
.Reson .ReasonText p {
	margin-bottom: 1rem;
}
.Over {
    width: 100%;
    overflow: auto;
}
table.Ver2{
	width: 100%;
	overflow: auto;
	white-space: nowrap;
	border-bottom: 2px solid #F6F6F6;
	text-align: left;
}
table.Ver2 img {
    width: auto;
    max-width: 50%;
}
table.Ver2 tr {
	background: #FFF;
}
table.Ver2 th {
	background: #ffa726;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    border-right: 2px solid #F6F6F6;
	border-top: 2px solid #F6F6F6;
	vertical-align: middle;
	width: 25%;
	padding: 1rem;
	position: sticky;
    left: 0;
}
table.Ver2 td {
	min-width: 60px;
	width: 25%;
	border-right: 2px solid #F6F6F6;
	border-top: 2px solid #F6F6F6;
	padding: 1rem;
	vertical-align: middle;
}
table.Ver2 .fixcell {
	position: -webkit-sticky;
	position: sticky;
	left: 60px;
	width: 25%;
	min-width: 60px;
	max-width: 60px;
}
table.Ver2 .fixcell:first-child {
	left: 0;
}
/* 目的一覧 */
.Title_P {
    font-size: 1.1rem;
    padding: 20px 50px 20px 20px;
    position: relative;
    z-index: +1;
    transition-duration: 0.2s;
    text-align: left;
    color: #FFF;
    background: #00bcd4;
}
.Title_P span {
	padding-right: 1em;
}
#pp03 .toggle_txt {
    display: none;
    box-sizing: border-box;
    padding: 2em;
    background: #FFF;
}
#pp03 .MoreBtn {
    width: 33.333%;
    padding: 1%;
}
/* 目的詳細 */

#sh03 .colJcSa {
	align-items: flex-start;
}

table.Ver3{
	width: 100%;
	overflow: auto;
    border-bottom: 1px solid #00bcd4;
}
table.Ver3 tr {
    background: #FFF;
    border-top: 1px solid #FFF;
}
table.Ver3 tr:nth-child(1) {
    border-top: 1px solid #00bcd4;
}
table.Ver3 th {
	background: #00bcd4;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
	border-right: 1px solid #00bcd4;
	vertical-align: middle;
	padding: 1rem;
    width: 30%;
}
table.Ver3 td {
    border-right: 1px solid #00bcd4;
    border-top: 1px solid #00bcd4;
	padding: 1rem;
	vertical-align: middle;
    width: 70%;
    text-align: left;
}
table.Ver3 th span {
    display: block;
    font-size: 3rem;
    line-height: 1.0;
}
.bmefitBox p {
	text-align: left;	
}
.PickUp .colJcSb {
	align-items: flex-start;
	margin-top: 45px;
}
.PickUp_Text,
.PickUp_Img {
	width: 50%;
}
.PickUp_Head {
    display: flex;
}
.CatBest {
	max-width: 90px;
    position: absolute;
    top: -15px;
}
.PickUp ul li {
	list-style: disc;
    list-style-position: inside;
    font-size: 1.2rem;
	margin-bottom: 10px;
}
.PickUp h3 {
    color: #ffa726;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-left: 115px;
}
.PickUp h3 span {
    display: block;
    color: #000;
    font-size: 1.0rem;
}
.PickUp h4 {
	color: #df4949;
    font-size: 1.3rem;
    border-left: 3px solid #df4949;
    padding-left: 10px;
    margin-bottom: 10px;
}
.PickUp p {
	text-align: left;
}
#sh08 #CatList li h3 {
    color: #FFF;
    font-size: clamp(1.1rem,2vw,1.2rem);
	line-height: 1.3;
	text-shadow: 1px 1px 1px rgb(0 0 0);
}
#sh08 #CatList li h3 span {
    display: block;
    color: #FFF;
    font-size: 1.0rem;

}
/***** 学校ページ *****/

.flca{
    background-image: url(img/xflag_ca.webp.pagespeed.ic.xRxHebOzbZ.webp);
}
.flau{
    background-image: url(img/xflag_au.webp.pagespeed.ic.0sL_6fbwfO.webp);
}
.flma{
    background-image: url(img/xflag_ma.webp.pagespeed.ic.xJI7bsHfhJ.webp);
}
.flca{
    background-image: url(img/xflag_ca.webp.pagespeed.ic.xRxHebOzbZ.webp);
}
.flus{
    background-image: url(img/xflag_us.webp.pagespeed.ic.gcgYZxaqvW.webp);
}
.fluk{
    background-image: url(img/xflag_uk.webp.pagespeed.ic.rpj5fmy51p.webp);
}
.flnz{
    background-image: url(img/xflag_nz.webp.pagespeed.ic.4OVa0TMV7o.webp);
}
.flir{
    background-image: url(img/xflag_il.webp.pagespeed.ic.7bCqyC1QWD.webp);
}
.flpp{
    background-image: url(img/xflag_pp.webp.pagespeed.ic.oAYUwyDXwY.webp);
}

.CountryCat {
	position: relative;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.CountryCat li {
    background: #FFF;
    color: #00bcd4;
    border: 1px solid #00bcd4;
    border-radius: 5px;
    margin: 5px;
}
.CountryCat li:hover {
	background: #E7E7E7;
	transition: all 1s ease 0s;
}
.CountryCat li a {
	padding: 10px 20px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px 8px;
    background-size: 30px;
    display: block;
}
/* 学校一覧 */
#archive .colJcFs {
	justify-content: flex-start;
    align-items: stretch;
}

/* 学校詳細 */
.School_head {
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    position: relative;
	align-items: flex-start;
	justify-content: space-between;
}
.School_country {
	display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}
.School_country .Flag {
	max-width: 50px;
	margin: 0 1em 0 0;
}
.School_head .School_desc {
	margin-bottom: 10px;
}
.School_head .TitlePost {
	width: 100%;
    color: #111;
    min-width: 100%;
    padding: 5px 0 0 0;
    font-size: 2rem;
    line-height: 1.3;
    border-bottom: 0;
    font-weight: bold;
    margin-bottom: 0;
}
.School_head strong {
    margin-bottom: 15px;
    display: block;
}

.SchoolImg {
	max-width: 46%;
}
.Shhool_Inner {
	max-width: 50%;
	text-align: left;
}
.School_Info table.Ver1 tt {
    border-bottom: 0px;
}
.School_Info table.Ver1 tr:nth-child(1) {
    border-top: 0;
}
.School_Info table.Ver1 th {
    padding: 1rem;
    border-bottom: 1px solid #00bcd4;
}
.School_Info table.Ver1 td {
    padding: 1rem;
	border-bottom: 1px solid #e2e2e2;
}
.School_Info table.Ver1 td:before {
    top: 15px;
    bottom: 15px;
}
.School_Info .star {
    color: #FBBC04;
    font-size: 2rem;
    letter-spacing: 5px;
}
.School_Info img {
	max-width: 80px;
}
#scNav .colJcCt li {
	width: 25%;
	text-align: left;
}
#scNav .colJcCt li i {
	color: #ffa726;
}
#scNav .colJcCt li a {
	display: block;
    padding: 20px 10px;
	color:#000;
	font-size: 1.2rem;
}
#scNav .colJcCt li a:hover {
transition: all 1s ease 0s;
    opacity: 1.0;
	color: #ffa726;
}
.TitlePoint {
	margin-bottom: 10px;
	padding: 10px 15px;
	background: #00bcd4;
    display: flex;
    align-items: center;
	color: #FFF;
    font-weight: bold;
}
.TitlePoint span {
    padding-right: 10px;
    font-size: 2rem;
}
#sc04 .Bg02 {
	padding: 10px 15px;
	background: #ffa726;
	color: #1b1b1f;
    font-weight: bold;
    position: relative;
	font-size: 1.5rem;
	text-align:left;
	display: flex;
    line-height: 1.2;
	align-items: center;
}
#sc04 .TitleProgram {
	padding: 0 30px 0 0;
}
#sc04 span.num {
    padding-right: 10px;
    font-size: 4rem;
}
#sc04 .Kikan {
    color: #FFF;
	font-size: 1.0rem;
	font-weight:500;
	display: block;
	margin-top: 10px;
}
#sc04 .toggle_txt {
    background: #FFF;
}
#sc05 ul.colJcCt {
    justify-content: inherit;
}
#sc05 ul li {
	width: 23%;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #666;
    margin: 1%;
}
#sc05 ul li span {
	font-size: 2rem;
    color: #00bcd4;
    font-weight: bold;
}
#sc06 ul.colJcCt {
    justify-content: inherit;
}
#sc06 .colJcCt li {
    width: 20%;
    padding: 2%;
}
#sc07 .colJcSb {
	align-items: inherit;
}
#sc07 .StafImg {
	max-width: 30%;
	margin-bottom: 10px;
}
#sc07 .Staf_Inner {
	text-align: left;
    max-width: 70%;
}
.SliderBox {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.slick-slider {
	margin-bottom: 5px;
}
.thumbnail .slick-track {
  transform: unset !important;
  width: 100% !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  width: calc(100% / 5) !important;
  padding: 2px;
}
.thumbnail .slick-current {
  opacity: 1;
}
/* 国一覧 */
#country .PalaConBox p {
	text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
	font-size: 20px;
	font-weight: bold;
}
.Flag {
    max-width: 95px;
    text-align: center;
    margin: 0 auto;
}
.Eng {
	font-size: 4rem;
    line-height: 1.0;
	font-weight: bold;
}
.Jp {
    font-size: 1.3rem;
    margin-bottom: 15px;
	font-weight: bold;
}

.Para {
    background-repeat: repeat;
    background-position: center top;
}
.para_bg_ca {
    background-image: url(img/xpara_ca.webp.pagespeed.ic.O1DMuvH5xl.webp);
}
.para_bg_au {
    background-image: url(img/xpara_au.webp.pagespeed.ic.MxW4WCT9yG.webp);
}
.para_bg_ma {
    background-image: url(img/xpara_ma.webp.pagespeed.ic.LGN0CqaKs3.webp);
}
.para_bg_il {
    background-image: url(img/xpara_il.webp.pagespeed.ic.31s14SP2gj.webp);
}
.para_bg_us {
    background-image: url(img/xpara_us.webp.pagespeed.ic.kAUi_VAsPM.webp);
}
.para_bg_uk {
    background-image: url(img/xpara_uk.webp.pagespeed.ic.8lpsleIG2K.webp);
}
.para_bg_nz {
    background-image: url(img/xpara_nz.webp.pagespeed.ic.2gdpo9nIX0.webp);
}
.para_bg_pp {
    background-image: url(img/xpara_pp.webp.pagespeed.ic.C3kMBHrXH5.webp);
}

/* 国詳細 */
#Plan_Box p  {
	text-align: left;
}
#Plan_Box .MoreBtn {
	width: 100%;
}
#au03 .colJcSa {
	justify-content: flex-start;
}
#au04 table.Ver1 tt {
    border-bottom: 0px;
}
#au04 table.Ver1 tr:nth-child(1) {
    border-top: 0;
}
#au04 table.Ver1 th {
    padding: 1rem;
    border-bottom: 1px solid #00bcd4;
}
#au04 table.Ver1 td {
    padding: 1rem;
	border-bottom: 1px solid #e2e2e2;
}
#au04 table.Ver1 td:before {
    top: 15px;
    bottom: 15px;
}
#au05 .toggle_contents img {
    float: left;
    max-width: 50%;
    margin-right: 30px;
}
/* ビジネス一覧 */
#business .toggle_contents {
	width: 33.333%;
    padding: 0% 2%;
    margin-bottom: 20px;
}
#business .toggle_contents .toggle_title {
	position: relative;

}
#business .toggle_contents h3 {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    background: #FFF;
    padding: 2.69rem 0.5rem;
    display: block;
    min-width: 120px;
    color: #00bcd4;
    font-size: 1.3rem;
}
#business .toggle_txt {
	display: none;
    padding: 1.5em;
    background: #e8f3ff;
    box-sizing: border-box;
	text-align: left;
}
#business .Title_P {
	align-items: flex-start;
}

/* 会社概要 */
#com2 {
	background: #f6f6f6;
	margin-top: 5%;
}
.Intro {
    position: relative;
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 100;
}
.Intro .Img {
	width: 50%;
    padding: 0;
}
.Intro .Copy {
    display: flex;
    width: 50%;
    justify-content: flex-end;
}
.Intro .Copy h3 {
	padding: 50px 50px 0 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: lr-tb;
    writing-mode: vertical-rl;
    vertical-align: top;
    font-size: 1.6rem;
    line-height: 2.0;
}
.IntroText {
	max-height: 100%;
    margin-top: -130px;
    padding: 230px 0 130px;
    background: url(img/xcom00_bg_pc.webp.pagespeed.ic.bZ5wMjZSDK.webp) 0 0 no-repeat;
    background-size: cover;
	color: #FFF;
}
.IntroText .Inner {
	max-width: 800px;
    margin: 0 auto;
}
.IntroText .Inner p {
    margin-bottom: 1.5em;
    font-size: 1.1rem;
    line-height: 2.0;
}
.IntroText .Inner p.Name {
    text-align: right;
    font-size: 1.5rem;
    font-weight: bold;
}
#company .history {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5%;
}
#company dl {
	background-color: #fff;
    margin: 10px auto;
    padding: 15px 40px 15px 40px;
}
#company dl dt {
	padding: 10px 0;
    line-height: 180%;
    text-align: justify;
    font-size: 1rem;
    margin: 0;
    font-weight: normal;
    width: 200px;
    float: left;
    padding-right: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: inherit;
    white-space: normal;
}
#company dl dd {
	padding: 10px 0;
    line-height: 180%;
    text-align: justify;
    font-size: 1rem;
    margin: 0;
    font-weight: normal;
}
#com3 .colJcSa .MoreBtn {
	width: 30%;
}
/* お問合せ */
#contact {}
#company ol li {
    margin-bottom: 20px;
    border-bottom: 2px dashed #eee;
    list-style: none;
    padding: 0 0 20px;
}
/* プライバシー */
ol.Olstyle {
	list-style: decimal;
    list-style-position: inside;
	font-weight: bold;
	line-height: 1.5;
}
ol.Olstyle ul p {
    margin: 1em 0 0 1em;
    font-weight: normal;
}
ol.Olstyle ul {
    margin: 15px auto;
    padding-left: 2em;
    font-weight: normal;
}
ol.Olstyle ul li {
	list-style: disc;
}
ol.Olstyle ul li p {
    margin: 0 0 1em 1em;
    font-weight: normal;
}

/* 信頼ページ */

.Navs {
    border-top: 1px solid #ffa726;
}
.Navs ul {
    position: relative;
	width: 1020px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.Navs ul > li {
	width: calc(100%/4);
}
.Navs ul li a {
	color: #FFF;
    background: #ffa726;
    display: block;
    padding: 15px;
    border-right: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
}
.Navs ul li a:nth-child(1) {
    border-left: 1px solid #F6F6F6;
}
.Navs ul li.On a {
	color: #ffa726;
    background: #FFF;
    display: block;
}
.Navsul li a:hover {

}
/* 直筆投稿画像popup */
#modal-container {
	 display: none;
	 position: fixed;
	 background: rgba(0, 0, 0, .6);
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 z-index: 99;
}
 #modal-container > div {
	 display: flex;
	 height: 100vh;
	 justify-content: center;
	 align-items: center;
}
 #modal-container > div > img {
	 max-width: 60vh;
}
 img.popup {
	 cursor: pointer;
}

/* セミナーページ */
#seminar .PalaConBox {
    padding: 75px 0 0;
    color: #FFF;
}
#seminar .Pala_Inner {
    background: rgba(0,0,0,0.3);
    margin: 0 auto 1rem;
	padding-bottom: 1rem;
}
#seminar .EntryTitle {
	color: #ffa726;
}
#seminar .NewsBox {
    flex-basis: 100%;
}
#seminar ul.NewsBox li {
	position: relative;

}
#seminar .NewsBox > a {
    margin-bottom: 5px;
    display: block;
}
#seminar .Navs ul > li {
	width: calc(100%/3);
}
#seminar .fa-regular {
    font-weight: 400;
    font-size: 1.0rem;
    margin-right: 10px;
    vertical-align: 0;
}

@media screen and (max-width: 1024px) {
.IntroText .Inner {
    max-width: 96%;
}
/* 目的詳細 */
#short #CatList li {
    max-width: 50%;
}

/* とは？ */
#ab02 h3 {
    font-size: 1.4rem;
}
}
@media screen and (max-width: 960px) {
/* 目的詳細 */
.PickUp ul li {
    font-size: 1.0rem;
}

/* 学校詳細 */
#sc04 .Bg02 {
    font-size: 1.5rem;
}
#sc04 span.num {
    font-size: 3rem;
}
#sc04 .Kikan {
    font-size: 1.0rem;
}
#sc05 ul li {
	width: 48%;
}
/* 信頼ページ */
.Navs ul > li {
	width: calc(100%/2);
}
}
@media screen and (max-width: 768px) {

/* 学校詳細 */
#sc07 .Staf_Inner {
    max-width: 65%;
}
/* 固定P */

/* ビジネス一覧 */
#business .toggle_contents {
    position: relative;
    width: 50%;
}
/* 会社概要 */
#company dl dt {
    width: 100%;
    float: none;
    padding-right: 0;
}
}

/*single記事ページ*/
.PostBox {
	margin-bottom: 20px;

}
.PostDay {
    font-size: 12px;
    margin-right: 20px;
}
.PostCat {
    display: inline-block;
	margin-bottom: 5px;
}
.PostCat a {
	color: #00bcd4;
    padding: 0 15px 0;
    margin: 0 5px;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #00bcd4;
}
.PostPage .entry {
    margin: 30px auto;
	clear: both;
}
.PostPage .Box {
	margin-bottom: 10px;
}
/* パンくず */
.Pan {
    padding: 5px;
    background: #ffa726;
}
.breadcrumbs {
    font-size: 0.8rem;
    color: #FFF;
	max-width: 1200px;
    margin: 0 auto;
    text-align: right;
}
.breadcrumbs a {
	color: #FFF;
}
/* ページネーション */
.pagination ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.pagination ul li {
    padding: 5px;
    margin: 0 0.5em;
	font-size: 16px;
}
/* 次前の記事 */
.PageN_one {
	text-align: center;
    margin: 30px auto;
    max-width: 768px;
	border-bottom: 1px solid #00bcd4;
    border-top: 1px solid #00bcd4;
}
.PageN_one a {;
	text-decoration: none;
	display: block;
	padding: 38px 0;
}
.PageN_one a:hover {
	color: #6abac1;
	text-decoration: underline;
}
.PageN_one .col2 {
    align-items: center;
	justify-content: space-around;
}
.PageN_one p {
    margin: 30px auto;
    background: #f7ab2c;
    color: #FFF;
    padding: 10px;
}
.PageN_one ul li {
	position: relative;
}
.previous,
.nexts {
    margin-bottom: 0 !important;
}
.previous:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 0px;
    border-top: solid 2px #00bcd4;
    border-right: solid 2px #00bcd4;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    left: 2%;
	top: 44px;
}
.nexts:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 0px;
    border-top: solid 2px #00bcd4;
    border-right: solid 2px #00bcd4;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 2%;
	top: 44px;
}

/******* アーカイブ *******/

/* 記事ページ */
.PostContents img {
	max-width: 100%;
	width: auto;
}

@media screen and (max-width: 680px) {
/* パンくず */
.breadcrumbs {
    text-align: left;
}
/* 目的一覧 */
#pp03 .MoreBtn {
	width: 100%;
}
/* 目的詳細 */
.PickUp_Text,
.PickUp_Img {
	width: 100%;
}
#short #CatList li {
    max-width: 100%;
}

/* とは？ */
.Reson .ReasonImg {
	max-width:100%;
	margin-bottom:10px;
}
.Reson .ReasonText {
	max-width:100%; 
}
/* 学校詳細 */
.SchoolImg {
	max-width: 100%;
}
.Shhool_Inner {
	max-width: 100%;
}
#scNav .colJcCt li a {
    font-size: 1.0rem;
}
#sc04 .Bg02 {
    font-size: 1.3rem;
	display: block;
}
#sc04 span.num {
    font-size: 2.5rem;
}
#sc04 .Kikan {
    font-size: 1.0rem;
}
#sc06 .colJcCt li {
    width: 33.333%;
}
/* 学校詳細 */
#sc07 .StafImg,
#sc07 .Staf_Inner {
    max-width: 100%;
}
/* country */
.Flag {
    max-width: 50px;
}
.Eng {
	font-size: 1.5rem;
}
.Jp {
    font-size: 1.1rem;
    margin-bottom: 15px;
}
/* 運営団体 */
.Intro .Copy h3 {
    padding: 10px 50px 0 0;
    font-size: 1.5rem;
}

}

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

.EntryImg img {
	xmax-height: 112px;
}
/* 国一覧 */
#country .PalaConBox p {
	font-size: 1.0rem;
}
/* 目的詳細 */
/* 学校詳細 */
#scNav .colJcCt li {
    width: 50%;
}
/* 運営団体 */
.Intro .Copy h3 {
    padding: 0 10px 0 0;
    font-size: 1.2rem;
}
.IntroText {
    margin-top: 0;
    padding: 50px 0;
}
#com3 .colJcSa .MoreBtn {
	width: 100%;
	margin-bottom: 10px;
}
 #modal-container > div > img {
	  max-width: calc(100vw - 30px);
}
#au05 .toggle_contents img {
    float: none;
    max-width: 100%;
    margin-right: 0px;
	margin-bottom: 10px;
}
}

/*******************************
* フォームの設定
********************************/

/* フォームh2タイトル*/
.Contact .wpcf7-form h2 {
    border-bottom: solid 1px #00bcd4;
    margin-bottom: 20px;
    color: #00bcd4;
}

/* バッジの色 */
.wpcf7 p span.must,
.wpcf7 p span.free {
    font-weight: 400;
    color: #FFF;
}
.wpcf7 p span.Fcol01 {
    font-weight: 400;
    color: #fb0101;
}
.themeform input[type="submit"] {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
}
.wpcf7 input[type="submit"] {
  -webkit-appearance: none;
}
/* 必須マーク */
.must {
	background: #ffa726;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #0460D9;
}
.wpcf7 p {
    xmargin: 0 0px 3em;
}
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"] {
	padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 0.5em;
	xwidth: 80%;
}
.wpcf7 input[type="radio"] {
	margin: 30px 0px 0px 0;
}
.wpcf7 .wpcf7-select {
	padding: 10px;
    margin: 10px 10px 10px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 0;
}
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.wpcf7-checkbox {
    display: block;
    padding-top: 10px;
}
/* フォーム入力項目 */
.themeform select {
	padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
/* ファイル選択 */
.wpcf7 input[type="file"] {
    cursor: pointer;
    margin-bottom: 10px;
}
/* 送信ボタン */
input.sub-btn {
	width: 80%;
    padding: 20px 0;
    background: #00bcd4;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
	cursor: pointer; 
}

/* 送信ボタンホバー */
input.sub-btn:hover{
    transition: all 1s ease 0s;
    opacity: 0.6;
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}
.themeform button, .themeform input, .themeform label, .themeform select, .themeform textarea {
    font-size: 16px;
}
@media screen and (max-width: 1020px) {
/* パンくず */
.breadcrumbs {
    max-width: 96%;
}
}
@media screen and (max-width: 480px) {
/* フレーム */
header {
    width: 100%;
background-color: #FFF;
}
#Footer {
	width: 100%;
}
.Parent60,
.Parent60l {
    margin: 0 auto 30px;
}

/* フォント */
.TitleFixed {
    font-size: 6vw;
}
.index_content2 .headline, .top_concept_bottom h2, .Title, .logo_mark01, .logo_mark02, .logo_mark03, .hikaribo_type dt {
    font-size: 6vw;
	line-height: 1.5;
}
#about .index_news dl dt {
    font-size: 5.5vw;
}
/* メインビュー */
#Mv h2 {
    padding: 1rem;
	font-size: 1.2rem;
	line-height: 1.0;	
}
.main-copy-set {
    xtop: 10%;
}
.main-copy-set2 {
    bottom: 0px;
}
.main-copy-set2 img {
    max-width: 75px;
}
/* ヘッター */
#Mv h1 {
    padding-right: 0;
}

/* 次前の記事 */
.PageN_one {
    padding: 20px 0 0;
    margin: 0 auto;
}
.PageN_one ul li {
    display: block;
	width: 100%;
}

/* トップ */
.NewsInfo {
    padding: 10px 0;
    margin-bottom: 0;
    padding: 15px;
}
/* 記事ページ */

/* 固定ページ共通 */
/* ビジネス一覧 */
#business .toggle_contents {
    position: relative;
    width: 100%;
}
#business .toggle_contents:last-child {
    margin-bottom: 0px;
}
.chart dl dt {
	display: block;
    width: 100%;
    border-right: 0;
    border-bottom: #71C3B5 3px double;
    margin: 0 auto;
}
}
<style>
.Icatchi img {
	width: 100%;
}
.entry img {
	width: auto;
	max-width: 100%;
}
.ClockTitle {
    border-bottom: 3px solid #4169e1;
    background: #e0e7fa;
    padding: 0.2em 0.3em;
    font-size: clamp(1.25rem,2.5vw,2.0rem)!important;
	text-align: center;
}
.ClockTitle span {
    font-size: clamp(1.0rem,2vw,1.6rem) !important;
    display: block;
    color: #E73978;
}
.ClockBox h3 {
    font-size: clamp(1.25rem,2.5vw,1.3rem)!important;
}

/* キムイオページ記事スタイル */
.SpecialTitle {
position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background-image: -webkit-gradient(linear, right top, left top, from(#FFB301), to(#ffa726));
  background-image: -webkit-linear-gradient(right, #FFB301 0%, #ffa726 100%);
  background-image: linear-gradient(to left, #FFB301 0%, #ffa726 100%);
  font-size: clamp(1.2rem,2vw,1.6rem)!important;
  margin-bottom: 16px;
}
.SpecialTitle:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.SpecialTitle2 {
  position: relative;
  padding: 1rem .5rem;
  margin-bottom: 16px;
}
.SpecialTitle2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffa726), to(#FFB301));
  background-image: -webkit-linear-gradient(right, #ffa726 0%, #FFB301 100%);
  background-image: linear-gradient(to left, #ffa726 0%, #FFB301 100%);
}
.entry .special h3.Qatitle {
  position: relative;
  padding: 1rem .5rem;
      font-size: clamp(1.2rem,1.4vw,1.4rem);
	      margin-bottom: 16px;
}
.entry .special .Qatitle:after  {
position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa726), to(#fee140));
  background-image: -webkit-linear-gradient(left, #ffa726 0%, #fee140 100%);
  background-image: linear-gradient(to right, #ffa726 0%, #fee140 100%);
  font-weight: 400;
}
.entry .special .Qatitle span {
    padding-right: 0;
}
.entry .special .Qatitle span.num {
    font-size: clamp(1.2rem, 2.5vw, 2rem);
    font-weight: 900;
    padding: 0 8px 0 0;
    line-height: 1.0;
  
}
/* 吹き出し本体 */
.balloon1{
  position: relative;
  padding: 16px 8px;
  border-radius: 10px;
  color: #2D88F5;
  background-color: #CEF2FF;
  margin: 16px 0 16px 110px;         /* 左に余白を設ける */
min-height: 80px;
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
  left: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #CEF2FF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し本体 */
.balloon2{
  position: relative;
  padding: 16px 8px;
  border-radius: 10px;
  color: #FF5589;
  background-color: #FEDCE7;
  margin: 16px 110px 16px 0px;          /* 右に余白を設ける */
  min-height: 80px;
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
  position: absolute;
  right: -110px;
  top: 0;
op: 0;
}
/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #FEDCE7;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* 吹き出し本体3 */
.balloon3{
    position: relative;
    padding: 16px 8px;
    border-radius: 10px;
	color: #ffa726;
    background-color: #FFEED6;
    margin: 16px 0 16px 110px;
    min-height: 80px;
}
/* 画像 - 絶対配置で左上に配置 */
.balloon3 .icon{
  position: absolute;
  left: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon3::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #FFEED6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon1 p,
.balloon2 p,
.balloon3 p{
    margin: 0 !important;
	font-size: clamp(1.0rem,1vw,1.0rem)!important;
}
.balloon1 h4,
.balloon2 h4,
.balloon3 h4{
    margin: 0 !important;
	font-size: clamp(1.1rem,1.3vw,1.3rem)!important;
	color: #333;
}
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

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

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
</style>